diff --git a/Doxyfile b/Doxyfile deleted file mode 100644 index 12f5cc413..000000000 --- a/Doxyfile +++ /dev/null @@ -1,275 +0,0 @@ -# Doxyfile 1.4.1-KDevelop - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = someproj.kdevelop -PROJECT_NUMBER = 1 -OUTPUT_DIRECTORY = -CREATE_SUBDIRS = NO -OUTPUT_LANGUAGE = English -USE_WINDOWS_ENCODING = NO -BRIEF_MEMBER_DESC = YES -REPEAT_BRIEF = YES -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ - is \ - provides \ - specifies \ - contains \ - represents \ - a \ - an \ - the -ALWAYS_DETAILED_SEC = NO -INLINE_INHERITED_MEMB = NO -FULL_PATH_NAMES = YES -STRIP_FROM_PATH = /home/krava/work/fwbuilder2/ -STRIP_FROM_INC_PATH = -SHORT_NAMES = NO -JAVADOC_AUTOBRIEF = NO -MULTILINE_CPP_IS_BRIEF = NO -DETAILS_AT_TOP = NO -INHERIT_DOCS = YES -DISTRIBUTE_GROUP_DOC = NO -TAB_SIZE = 8 -ALIASES = -OPTIMIZE_OUTPUT_FOR_C = NO -OPTIMIZE_OUTPUT_JAVA = NO -SUBGROUPING = YES -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- -EXTRACT_ALL = NO -EXTRACT_PRIVATE = NO -EXTRACT_STATIC = NO -EXTRACT_LOCAL_CLASSES = YES -EXTRACT_LOCAL_METHODS = NO -HIDE_UNDOC_MEMBERS = NO -HIDE_UNDOC_CLASSES = NO -HIDE_FRIEND_COMPOUNDS = NO -HIDE_IN_BODY_DOCS = NO -INTERNAL_DOCS = NO -CASE_SENSE_NAMES = YES -HIDE_SCOPE_NAMES = NO -SHOW_INCLUDE_FILES = YES -INLINE_INFO = YES -SORT_MEMBER_DOCS = YES -SORT_BRIEF_DOCS = NO -SORT_BY_SCOPE_NAME = NO -GENERATE_TODOLIST = YES -GENERATE_TESTLIST = YES -GENERATE_BUGLIST = YES -GENERATE_DEPRECATEDLIST= YES -ENABLED_SECTIONS = -MAX_INITIALIZER_LINES = 30 -SHOW_USED_FILES = YES -SHOW_DIRECTORIES = YES -FILE_VERSION_FILTER = -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- -QUIET = NO -WARNINGS = YES -WARN_IF_UNDOCUMENTED = YES -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = NO -WARN_FORMAT = "$file:$line: $text" -WARN_LOGFILE = -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = /home/krava/work/kdev/someproj -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.C \ - *.CC \ - *.C++ \ - *.II \ - *.I++ \ - *.H \ - *.HH \ - *.H++ \ - *.CS \ - *.PHP \ - *.PHP3 \ - *.M \ - *.MM \ - *.C \ - *.H \ - *.tlh \ - *.diff \ - *.patch \ - *.moc \ - *.xpm \ - *.dox -RECURSIVE = yes -EXCLUDE = -EXCLUDE_SYMLINKS = NO -EXCLUDE_PATTERNS = -EXAMPLE_PATH = -EXAMPLE_PATTERNS = * -EXAMPLE_RECURSIVE = NO -IMAGE_PATH = -INPUT_FILTER = -FILTER_PATTERNS = -FILTER_SOURCE_FILES = NO -#--------------------------------------------------------------------------- -# configuration options related to source browsing -#--------------------------------------------------------------------------- -SOURCE_BROWSER = NO -INLINE_SOURCES = NO -STRIP_CODE_COMMENTS = YES -REFERENCED_BY_RELATION = YES -REFERENCES_RELATION = YES -VERBATIM_HEADERS = YES -#--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- -ALPHABETICAL_INDEX = NO -COLS_IN_ALPHA_INDEX = 5 -IGNORE_PREFIX = -#--------------------------------------------------------------------------- -# configuration options related to the HTML output -#--------------------------------------------------------------------------- -GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_FILE_EXTENSION = .html -HTML_HEADER = -HTML_FOOTER = -HTML_STYLESHEET = -HTML_ALIGN_MEMBERS = YES -GENERATE_HTMLHELP = NO -CHM_FILE = -HHC_LOCATION = -GENERATE_CHI = NO -BINARY_TOC = NO -TOC_EXPAND = NO -DISABLE_INDEX = NO -ENUM_VALUES_PER_LINE = 4 -GENERATE_TREEVIEW = NO -TREEVIEW_WIDTH = 250 -#--------------------------------------------------------------------------- -# configuration options related to the LaTeX output -#--------------------------------------------------------------------------- -GENERATE_LATEX = YES -LATEX_OUTPUT = latex -LATEX_CMD_NAME = latex -MAKEINDEX_CMD_NAME = makeindex -COMPACT_LATEX = NO -PAPER_TYPE = a4wide -EXTRA_PACKAGES = -LATEX_HEADER = -PDF_HYPERLINKS = NO -USE_PDFLATEX = NO -LATEX_BATCHMODE = NO -LATEX_HIDE_INDICES = NO -#--------------------------------------------------------------------------- -# configuration options related to the RTF output -#--------------------------------------------------------------------------- -GENERATE_RTF = NO -RTF_OUTPUT = rtf -COMPACT_RTF = NO -RTF_HYPERLINKS = NO -RTF_STYLESHEET_FILE = -RTF_EXTENSIONS_FILE = -#--------------------------------------------------------------------------- -# configuration options related to the man page output -#--------------------------------------------------------------------------- -GENERATE_MAN = NO -MAN_OUTPUT = man -MAN_EXTENSION = .3 -MAN_LINKS = NO -#--------------------------------------------------------------------------- -# configuration options related to the XML output -#--------------------------------------------------------------------------- -GENERATE_XML = yes -XML_OUTPUT = xml -XML_SCHEMA = -XML_DTD = -XML_PROGRAMLISTING = YES -#--------------------------------------------------------------------------- -# configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- -GENERATE_AUTOGEN_DEF = NO -#--------------------------------------------------------------------------- -# configuration options related to the Perl module output -#--------------------------------------------------------------------------- -GENERATE_PERLMOD = NO -PERLMOD_LATEX = NO -PERLMOD_PRETTY = YES -PERLMOD_MAKEVAR_PREFIX = -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- -ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = NO -EXPAND_ONLY_PREDEF = NO -SEARCH_INCLUDES = YES -INCLUDE_PATH = -INCLUDE_FILE_PATTERNS = -PREDEFINED = -EXPAND_AS_DEFINED = -SKIP_FUNCTION_MACROS = YES -#--------------------------------------------------------------------------- -# Configuration::additions related to external references -#--------------------------------------------------------------------------- -TAGFILES = -GENERATE_TAGFILE = someproj.tag -ALLEXTERNALS = NO -EXTERNAL_GROUPS = YES -PERL_PATH = /usr/bin/perl -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- -CLASS_DIAGRAMS = YES -HIDE_UNDOC_RELATIONS = YES -HAVE_DOT = NO -CLASS_GRAPH = YES -COLLABORATION_GRAPH = YES -GROUP_GRAPHS = YES -UML_LOOK = NO -TEMPLATE_RELATIONS = NO -INCLUDE_GRAPH = YES -INCLUDED_BY_GRAPH = YES -CALL_GRAPH = NO -GRAPHICAL_HIERARCHY = YES -DIRECTORY_GRAPH = YES -DOT_IMAGE_FORMAT = png -DOT_PATH = -DOTFILE_DIRS = -MAX_DOT_GRAPH_WIDTH = 1024 -MAX_DOT_GRAPH_HEIGHT = 1024 -MAX_DOT_GRAPH_DEPTH = 1000 -DOT_TRANSPARENT = NO -DOT_MULTI_TARGETS = NO -GENERATE_LEGEND = YES -DOT_CLEANUP = YES -#--------------------------------------------------------------------------- -# Configuration::additions related to the search engine -#--------------------------------------------------------------------------- -SEARCHENGINE = NO diff --git a/FWBMainWindow_q.h b/FWBMainWindow_q.h deleted file mode 100644 index e69de29bb..000000000 diff --git a/VERSION.h b/VERSION.h deleted file mode 100644 index a7c70c787..000000000 --- a/VERSION.h +++ /dev/null @@ -1,2 +0,0 @@ -#define VERSION "2.1.99" -#define RELEASE_NUM "1" diff --git a/definitions.h b/definitions.h index 6413536ba..86d85f90b 100644 --- a/definitions.h +++ b/definitions.h @@ -2,7 +2,7 @@ Firewall Builder - Copyright (C) 2003 NetCitadel, LLC + Copyright (C) 2007 NetCitadel, LLC Author: Vadim Kurland vadim@fwbuilder.org @@ -30,7 +30,9 @@ #ifndef __DEFINITIONS_ #define __DEFINITIONS_ +// Various #defines that are needed both in the GUI and compilers +// definitions for ipfw classify methods #define DIVERTSOCKET 0 #define DUMMYNETPIPE 1 #define DUMMYNETQUEUE 2 diff --git a/fwbuilder4.pro b/fwbuilder3.pro similarity index 100% rename from fwbuilder4.pro rename to fwbuilder3.pro diff --git a/log b/log deleted file mode 100644 index 8428c067a..000000000 --- a/log +++ /dev/null @@ -1,267 +0,0 @@ -g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/Qt-4.2.1/mkspecs/linux-g++ -I. -I/usr/local/Trolltech/Qt-4.2.1/include/QtCore -I/usr/local/Trolltech/Qt-4.2.1/include/QtCore -I/usr/local/Trolltech/Qt-4.2.1/include/QtNetwork -I/usr/local/Trolltech/Qt-4.2.1/include/QtNetwork -I/usr/local/Trolltech/Qt-4.2.1/include/QtGui -I/usr/local/Trolltech/Qt-4.2.1/include/QtGui -I/usr/local/Trolltech/Qt-4.2.1/include -I. -Isrc/gui -I. -I. -o FWWindow.o src/gui/FWWindow.cpp -In file included from src/gui/FWWindow.cpp:29: -src/gui/utils.h:47:32: fwbuilder/FWObject.h: No such file or directory -src/gui/utils.h:48:35: fwbuilder/FWReference.h: No such file or directory -In file included from src/gui/FWWindow.cpp:29: -src/gui/utils.h:79: error: `libfwbuilder' has not been declared -src/gui/utils.h:79: error: `FWObject' has not been declared -src/gui/utils.h:80: error: ISO C++ forbids declaration of `obj' with no type -src/gui/utils.h:81: error: `libfwbuilder' has not been declared -src/gui/utils.h:81: error: `FWObject' has not been declared -src/gui/utils.h:82: error: ISO C++ forbids declaration of `obj' with no type -src/gui/utils.h:92: error: `libfwbuilder' has not been declared -src/gui/utils.h:92: error: `FWObject' has not been declared -src/gui/utils.h:92: error: ISO C++ forbids declaration of `obj' with no type -src/gui/utils.h:101: error: `libfwbuilder' has not been declared -src/gui/utils.h:101: error: `FWObject' has not been declared -src/gui/utils.h:102: error: ISO C++ forbids declaration of `obj' with no type -In file included from src/gui/FWWindow.cpp:30: -src/gui/utils_no_qt.h:43: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:43: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:43: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:43: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:44: error: template argument 1 is invalid -src/gui/utils_no_qt.h:44: error: template argument 2 is invalid -src/gui/utils_no_qt.h:45: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:45: error: `FWObject' has not been declared -src/gui/utils_no_qt.h:45: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:45: error: `FWObject' has not been declared -src/gui/utils_no_qt.h:46: error: ISO C++ forbids declaration of `a' with no type -src/gui/utils_no_qt.h:46: error: ISO C++ forbids declaration of `b' with no type -src/gui/utils_no_qt.h: In member function `bool FWObjectNameCmpPredicate::operator()(int*, int*)': -src/gui/utils_no_qt.h:47: error: request for member `getName' in `*a', which is of non-class type `int' -src/gui/utils_no_qt.h:47: error: request for member `getName' in `*b', which is of non-class type `int' -src/gui/utils_no_qt.h: At global scope: -src/gui/utils_no_qt.h:51: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:51: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:52: error: template argument 1 is invalid -src/gui/utils_no_qt.h:56: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:56: error: expected `,' or `...' before '*' token -src/gui/utils_no_qt.h:57: error: ISO C++ forbids declaration of `FWObject' with no type -src/gui/utils_no_qt.h: In member function `bool findFWObjectIDPredicate::operator()(int) const': -src/gui/utils_no_qt.h:57: error: `o' was not declared in this scope -src/gui/utils_no_qt.h:57: warning: unused variable 'o' -src/gui/utils_no_qt.h: At global scope: -src/gui/utils_no_qt.h:60: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:60: warning: `findFirewalls' initialized and declared `extern' -src/gui/utils_no_qt.h:60: error: variable or field `findFirewalls' declared void -src/gui/utils_no_qt.h:60: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:60: error: `o' was not declared in this scope -src/gui/utils_no_qt.h:61: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:61: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:61: error: template argument 1 is invalid -src/gui/utils_no_qt.h:61: error: template argument 2 is invalid -src/gui/utils_no_qt.h:61: error: `fwlist' was not declared in this scope -src/gui/utils_no_qt.h:62: error: expected primary-expression before "bool" -src/gui/utils_no_qt.h:62: error: initializer expression list treated as compound expression -src/gui/utils_no_qt.h:64: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:64: warning: `findHosts' initialized and declared `extern' -src/gui/utils_no_qt.h:64: error: variable or field `findHosts' declared void -src/gui/utils_no_qt.h:64: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:64: error: `o' was not declared in this scope -src/gui/utils_no_qt.h:65: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:65: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:65: error: template argument 1 is invalid -src/gui/utils_no_qt.h:65: error: template argument 2 is invalid -src/gui/utils_no_qt.h:65: error: `fwlist' was not declared in this scope -src/gui/utils_no_qt.h:66: error: expected primary-expression before "bool" -src/gui/utils_no_qt.h:66: error: initializer expression list treated as compound expression -src/gui/utils_no_qt.h:68: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:68: warning: `findByObjectType' initialized and declared `extern' -src/gui/utils_no_qt.h:68: error: variable or field `findByObjectType' declared void -src/gui/utils_no_qt.h:68: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:68: error: `o' was not declared in this scope -src/gui/utils_no_qt.h:69: error: expected primary-expression before "const" -src/gui/utils_no_qt.h:70: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:70: error: `FWObject' was not declared in this scope -src/gui/utils_no_qt.h:70: error: template argument 1 is invalid -src/gui/utils_no_qt.h:70: error: template argument 2 is invalid -src/gui/utils_no_qt.h:70: error: `fwlist' was not declared in this scope -src/gui/utils_no_qt.h:71: error: expected primary-expression before "bool" -src/gui/utils_no_qt.h:71: error: initializer expression list treated as compound expression -src/gui/utils_no_qt.h:73: error: `libfwbuilder' has not been declared -src/gui/utils_no_qt.h:73: error: expected initializer before '*' token -In file included from src/gui/FWWindow.cpp:32: -src/gui/FWWindow.h:75: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:75: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:75: error: template argument 1 is invalid -src/gui/FWWindow.h:75: error: template argument 2 is invalid -src/gui/FWWindow.h:75: error: ISO C++ forbids declaration of `firewalls' with no type -src/gui/FWWindow.h:76: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:76: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:76: error: template argument 1 is invalid -src/gui/FWWindow.h:76: error: template argument 3 is invalid -src/gui/FWWindow.h:76: error: template argument 4 is invalid -src/gui/FWWindow.h:76: error: ISO C++ forbids declaration of `ruleSetViews' with no type -src/gui/FWWindow.h:79: error: using-declaration for non-member at class scope -src/gui/FWWindow.h:79: error: expected `;' before '*' token -src/gui/FWWindow.h:81: error: using-declaration for non-member at class scope -src/gui/FWWindow.h:81: error: expected `;' before '*' token -src/gui/FWWindow.h:90: error: using-declaration for non-member at class scope -src/gui/FWWindow.h:90: error: expected `;' before '*' token -src/gui/FWWindow.h:91: error: using-declaration for non-member at class scope -src/gui/FWWindow.h:91: error: expected `;' before '*' token -src/gui/FWWindow.h:104: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:104: error: ISO C++ forbids declaration of `fw' with no type -src/gui/FWWindow.h:135: error: `std::set' has not been declared -src/gui/FWWindow.h:135: error: expected `,' or `...' before '<' token -src/gui/FWWindow.h:135: error: ISO C++ forbids declaration of `parameter' with no type -src/gui/FWWindow.h:137: error: `std::set' has not been declared -src/gui/FWWindow.h:137: error: expected `,' or `...' before '<' token -src/gui/FWWindow.h:137: error: ISO C++ forbids declaration of `parameter' with no type -src/gui/FWWindow.h:185: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:185: error: ISO C++ forbids declaration of `f' with no type -src/gui/FWWindow.h:186: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:186: error: ISO C++ forbids declaration of `f' with no type -src/gui/FWWindow.h:187: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:187: error: ISO C++ forbids declaration of `f' with no type -src/gui/FWWindow.h:188: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:188: error: ISO C++ forbids declaration of `f' with no type -src/gui/FWWindow.h:192: error: `libfwbuilder::FWReference' has not been declared -src/gui/FWWindow.h:192: error: ISO C++ forbids declaration of `obj' with no type -src/gui/FWWindow.h:200: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:200: error: ISO C++ forbids declaration of `fw' with no type -src/gui/FWWindow.h:202: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:202: error: ISO C++ forbids declaration of `obj' with no type -src/gui/FWWindow.h:218: error: using-declaration for non-member at class scope -src/gui/FWWindow.h:218: error: expected `;' before '*' token -src/gui/FWWindow.h:219: error: expected `;' before "QString" -src/gui/FWWindow.h:221: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:221: error: ISO C++ forbids declaration of `o' with no type -src/gui/FWWindow.h:224: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:224: error: ISO C++ forbids declaration of `parameter' with no type -src/gui/FWWindow.h:225: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:225: error: ISO C++ forbids declaration of `parameter' with no type -src/gui/FWWindow.h:226: error: expected `;' before '(' token -src/gui/FWWindow.h:244: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:244: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:244: error: template argument 1 is invalid -src/gui/FWWindow.h:244: error: template argument 2 is invalid -src/gui/FWWindow.h:244: error: ISO C++ forbids declaration of `selectedLibs' with no type -src/gui/FWWindow.h:245: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:245: error: `FWObject' is not a member of `libfwbuilder' -src/gui/FWWindow.h:245: error: template argument 1 is invalid -src/gui/FWWindow.h:245: error: template argument 2 is invalid -src/gui/FWWindow.h:245: error: ISO C++ forbids declaration of `selectedLibs' with no type -src/gui/FWWindow.h:247: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:248: error: `libfwbuilder::FWObject' has not been declared -src/gui/FWWindow.h:249: error: `FWReference' is not a member of `libfwbuilder' -src/gui/FWWindow.h:249: error: `FWReference' is not a member of `libfwbuilder' -src/gui/FWWindow.h:249: error: template argument 1 is invalid -src/gui/FWWindow.h:249: error: template argument 2 is invalid -src/gui/FWWindow.h:249: error: ISO C++ forbids declaration of `lib' with no type -src/gui/FWWindow.h:249: error: ISO C++ forbids declaration of `root' with no type -src/gui/FWWindow.h:249: error: ISO C++ forbids declaration of `extRefs' with no type -src/gui/FWWindow.cpp:354: error: variable or field `info' declared void -src/gui/FWWindow.cpp:354: error: `int FWWindow::info' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:354: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:354: error: `obj' was not declared in this scope -src/gui/FWWindow.cpp:355: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1566: error: variable or field `findExternalRefs' declared void -src/gui/FWWindow.cpp:1566: error: `int FWWindow::findExternalRefs' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1566: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1566: error: `lib' was not declared in this scope -src/gui/FWWindow.cpp:1567: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1567: error: `root' was not declared in this scope -src/gui/FWWindow.cpp:1568: error: `FWReference' was not declared in this scope -src/gui/FWWindow.cpp:1568: error: template argument 1 is invalid -src/gui/FWWindow.cpp:1568: error: template argument 2 is invalid -src/gui/FWWindow.cpp:1568: error: `extRefs' was not declared in this scope -src/gui/FWWindow.cpp:1569: error: initializer expression list treated as compound expression -src/gui/FWWindow.cpp:1569: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1586: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1586: error: template argument 1 is invalid -src/gui/FWWindow.cpp:1586: error: template argument 2 is invalid -src/gui/FWWindow.cpp:1587: error: ISO C++ forbids declaration of `selectedLibs' with no type -src/gui/FWWindow.cpp:1732: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1732: error: template argument 1 is invalid -src/gui/FWWindow.cpp:1732: error: template argument 2 is invalid -src/gui/FWWindow.cpp:1733: error: ISO C++ forbids declaration of `selectedLibs' with no type -src/gui/FWWindow.cpp:1867: error: `int FWWindow::findFirewallInList' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1867: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1867: error: `f' was not declared in this scope -src/gui/FWWindow.cpp:1868: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1878: error: variable or field `addFirewallToList' declared void -src/gui/FWWindow.cpp:1878: error: `int FWWindow::addFirewallToList' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1878: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1878: error: `o' was not declared in this scope -src/gui/FWWindow.cpp:1879: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1908: error: variable or field `removeFirewallFromList' declared void -src/gui/FWWindow.cpp:1908: error: `int FWWindow::removeFirewallFromList' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1908: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1908: error: `o' was not declared in this scope -src/gui/FWWindow.cpp:1909: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1926: error: variable or field `ensureObjectVisibleInRules' declared void -src/gui/FWWindow.cpp:1926: error: `int FWWindow::ensureObjectVisibleInRules' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1926: error: `FWReference' was not declared in this scope -src/gui/FWWindow.cpp:1926: error: `obj' was not declared in this scope -src/gui/FWWindow.cpp:1927: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1964: error: variable or field `updateFirewallName' declared void -src/gui/FWWindow.cpp:1964: error: `int FWWindow::updateFirewallName' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1964: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1964: error: `obj' was not declared in this scope -src/gui/FWWindow.cpp:1964: error: expected primary-expression before "const" -src/gui/FWWindow.cpp:1965: error: initializer expression list treated as compound expression -src/gui/FWWindow.cpp:1965: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:1993: error: variable or field `deleteFirewall' declared void -src/gui/FWWindow.cpp:1993: error: `int FWWindow::deleteFirewall' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:1993: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:1993: error: `fw' was not declared in this scope -src/gui/FWWindow.cpp:1994: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2170: error: variable or field `showFirewall' declared void -src/gui/FWWindow.cpp:2170: error: `int FWWindow::showFirewall' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2170: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:2170: error: `obj' was not declared in this scope -src/gui/FWWindow.cpp:2171: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2210: error: variable or field `showFirewallRuleSets' declared void -src/gui/FWWindow.cpp:2210: error: `int FWWindow::showFirewallRuleSets' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2210: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:2210: error: `fw' was not declared in this scope -src/gui/FWWindow.cpp:2211: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2351: error: variable or field `compile' declared void -src/gui/FWWindow.cpp:2351: error: `int FWWindow::compile' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2351: error: `set' was not declared in this scope -src/gui/FWWindow.cpp:2351: error: expected primary-expression before '*' token -src/gui/FWWindow.cpp:2351: error: expected primary-expression before '>' token -src/gui/FWWindow.cpp:2351: error: `vf' was not declared in this scope -src/gui/FWWindow.cpp:2352: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2377: error: variable or field `install' declared void -src/gui/FWWindow.cpp:2377: error: `int FWWindow::install' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2377: error: `set' was not declared in this scope -src/gui/FWWindow.cpp:2377: error: expected primary-expression before '*' token -src/gui/FWWindow.cpp:2377: error: expected primary-expression before '>' token -src/gui/FWWindow.cpp:2377: error: `vf' was not declared in this scope -src/gui/FWWindow.cpp:2378: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2506: error: variable or field `findWhereUsed' declared void -src/gui/FWWindow.cpp:2506: error: `int FWWindow::findWhereUsed' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2506: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:2506: error: `obj' was not declared in this scope -src/gui/FWWindow.cpp:2507: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2585: error: variable or field `findObject' declared void -src/gui/FWWindow.cpp:2585: error: `int FWWindow::findObject' is not a static member of `class FWWindow' -src/gui/FWWindow.cpp:2585: error: `FWObject' was not declared in this scope -src/gui/FWWindow.cpp:2585: error: `o' was not declared in this scope -src/gui/FWWindow.cpp:2586: error: expected `,' or `;' before '{' token -src/gui/FWWindow.cpp:2656: warning: unused parameter 'w' -src/gui/FWWindow.cpp:2611: warning: unused parameter 'w' -src/gui/FWWindow.cpp:2531: warning: unused parameter 'ev' -src/gui/FWWindow.cpp:2514: warning: unused parameter 'ev' -src/gui/FWWindow.cpp:2321: warning: unused parameter 'ev' -src/gui/FWWindow.cpp:2189: warning: unused parameter 'idx' -src/gui/FWWindow.cpp:2049: warning: unused parameter 'subset' -src/gui/FWWindow.cpp:2014: warning: unused parameter 'subset' -src/gui/FWWindow.cpp:2003: warning: unused parameter 'subset' -src/gui/FWWindow.cpp:1824: warning: unused parameter 'open_first_firewall' -src/gui/FWWindow.cpp:1733: warning: unused parameter 'fname' -src/gui/FWWindow.cpp:1733: warning: unused parameter 'selectedLibs' -src/gui/FWWindow.cpp:1733: warning: unused parameter 'rof' -src/gui/FWWindow.cpp:1587: warning: unused parameter 'selectedLibs' -src/gui/FWWindow.cpp:1336: warning: unused parameter 'libfpath' -src/gui/FWWindow.cpp:1195: warning: unused parameter 'unlock' -src/gui/FWWindow.cpp:778: warning: unused parameter 'dialogs_parent' -src/gui/FWWindow.cpp:470: warning: unused parameter 'fname' -src/gui/FWWindow.cpp:443: warning: unused parameter 'fname' -src/gui/FWWindow.cpp:443: warning: unused parameter 'checkPresence' -src/gui/FWWindow.cpp:443: warning: unused parameter 'title' -src/gui/FWWindow.cpp:410: warning: unused parameter 'fname' -make: *** [FWWindow.o] Error 1 diff --git a/someproj.kdevelop b/someproj.kdevelop deleted file mode 100644 index bac8b4cba..000000000 --- a/someproj.kdevelop +++ /dev/null @@ -1,202 +0,0 @@ - - - - - root@abs - 1 - KDevTrollProject - C++ - - Qt - - someproj - - . - false - - - - - - - - - - - - *.o,*.lo,CVS - false - - - - - bash - bash_bugs - clanlib - w3c-dom-level2-html - fortran_bugs_gcc - gnome1 - gnustep - gtk - gtk_bugs - haskell - haskell_bugs_ghc - java_bugs_gcc - java_bugs_sun - kde2book - opengl - pascal_bugs_fp - php - php_bugs - perl - perl_bugs - python - python_bugs - qt-kdev3 - ruby - ruby_bugs - sdl - stl - w3c-svg - sw - w3c-uaag10 - wxwidgets_bugs - - - KDE Libraries (Doxygen) - - - - - - - - - - true - false - false - - - - false - true - 10 - - - - - 3 - true - 3 - ExternalDesigner - /usr/lib/qt - /usr/lib/qt/bin/qmake - /usr/lib/qt/bin/designer - - - - false - true - true - 250 - 400 - 250 - false - 0 - true - true - false - std=_GLIBCXX_STD;__gnu_cxx=std - true - false - false - false - false - true - true - false - .; - true - true - true - false - - - - set - m_,_ - theValue - true - true - - - false - true - Vertical - - - - - - - - - - - - - - - - build - - - - - - /svejak/svejak/someproj - /svejak/svejak/someproj - - - - - - fwbuilder4 - - - /svejak/svejak/someproj - true - false - false - false - false - - / - - - true - false - 1 - false - - 0 - - - - 2 - false - true - - - - - .h - .cpp - - - - - - - diff --git a/someproj.kdevelop.pcs b/someproj.kdevelop.pcs deleted file mode 100644 index 07fe1d0b0..000000000 Binary files a/someproj.kdevelop.pcs and /dev/null differ diff --git a/someproj.kdevses b/someproj.kdevses deleted file mode 100644 index e8b4aed95..000000000 --- a/someproj.kdevses +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/someproj.old b/someproj.old deleted file mode 100644 index b04f8a4ce..000000000 --- a/someproj.old +++ /dev/null @@ -1,14 +0,0 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Sun Aug 12 19:41:49 2007 -###################################################################### - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . /home/krava/work/extlibs/libxml/libxml2-2.6.23/include /usr/include/Qt /home/krava/work/libfwbuilder/src -QT += network qt3support - -# Input -HEADERS += ./src/gui/utils_no_qt.h ./src/gui/FWBTree.h ./src/gui/utils.h VERSION.h ./src/gui/FWWindow.h ./src/gui/FWBMainWindow_q.h -SOURCES += ./src/gui/utils_no_qt.cpp ./src/gui/FWBTree.cpp ./src/gui/utils.cpp ./src/gui/main.cpp ./src/gui/FWWindow.cpp -LIBS += /usr/local/lib/libfwbuilder.so