Skip to content

Commit baa672d

Browse files
author
Bernd Schmidt
committed
Import from CVS
0 parents  commit baa672d

File tree

377 files changed

+237615
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

377 files changed

+237615
-0
lines changed

AUTHORS

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Emmanuel Beranger <e2(at!)beranger.com.fr>
2+
Johannes Mesa <frosla(at!)gmx.at>
3+
Peter Strempel <pstrempel(at!)t-online.de>
4+
Marin Ferecatu

COPYING

+339
Large diffs are not rendered by default.

ChangeLog

+579
Large diffs are not rendered by default.

Doxyfile

+266
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,266 @@
1+
# Doxyfile 1.3.7-KDevelop
2+
3+
#---------------------------------------------------------------------------
4+
# Project related configuration options
5+
#---------------------------------------------------------------------------
6+
PROJECT_NAME = qGo.kdevelop
7+
PROJECT_NUMBER = $VERSION$
8+
OUTPUT_DIRECTORY =
9+
CREATE_SUBDIRS = NO
10+
OUTPUT_LANGUAGE = English
11+
USE_WINDOWS_ENCODING = NO
12+
BRIEF_MEMBER_DESC = YES
13+
REPEAT_BRIEF = YES
14+
ABBREVIATE_BRIEF = "The $name class" \
15+
"The $name widget" \
16+
"The $name file" \
17+
is \
18+
provides \
19+
specifies \
20+
contains \
21+
represents \
22+
a \
23+
an \
24+
the
25+
ALWAYS_DETAILED_SEC = NO
26+
INLINE_INHERITED_MEMB = NO
27+
FULL_PATH_NAMES = YES
28+
STRIP_FROM_PATH = /home/eb/Packages/qgo.kdevelop/
29+
STRIP_FROM_INC_PATH =
30+
SHORT_NAMES = NO
31+
JAVADOC_AUTOBRIEF = NO
32+
MULTILINE_CPP_IS_BRIEF = NO
33+
DETAILS_AT_TOP = NO
34+
INHERIT_DOCS = YES
35+
DISTRIBUTE_GROUP_DOC = NO
36+
TAB_SIZE = 8
37+
ALIASES =
38+
OPTIMIZE_OUTPUT_FOR_C = NO
39+
OPTIMIZE_OUTPUT_JAVA = NO
40+
SUBGROUPING = YES
41+
#---------------------------------------------------------------------------
42+
# Build related configuration options
43+
#---------------------------------------------------------------------------
44+
EXTRACT_ALL = NO
45+
EXTRACT_PRIVATE = NO
46+
EXTRACT_STATIC = NO
47+
EXTRACT_LOCAL_CLASSES = YES
48+
EXTRACT_LOCAL_METHODS = NO
49+
HIDE_UNDOC_MEMBERS = NO
50+
HIDE_UNDOC_CLASSES = NO
51+
HIDE_FRIEND_COMPOUNDS = NO
52+
HIDE_IN_BODY_DOCS = NO
53+
INTERNAL_DOCS = NO
54+
CASE_SENSE_NAMES = YES
55+
HIDE_SCOPE_NAMES = NO
56+
SHOW_INCLUDE_FILES = YES
57+
INLINE_INFO = YES
58+
SORT_MEMBER_DOCS = YES
59+
SORT_BRIEF_DOCS = NO
60+
SORT_BY_SCOPE_NAME = NO
61+
GENERATE_TODOLIST = YES
62+
GENERATE_TESTLIST = YES
63+
GENERATE_BUGLIST = YES
64+
GENERATE_DEPRECATEDLIST= YES
65+
ENABLED_SECTIONS =
66+
MAX_INITIALIZER_LINES = 30
67+
SHOW_USED_FILES = YES
68+
#---------------------------------------------------------------------------
69+
# configuration options related to warning and progress messages
70+
#---------------------------------------------------------------------------
71+
QUIET = NO
72+
WARNINGS = YES
73+
WARN_IF_UNDOCUMENTED = YES
74+
WARN_IF_DOC_ERROR = YES
75+
WARN_FORMAT = "$file:$line: $text"
76+
WARN_LOGFILE =
77+
#---------------------------------------------------------------------------
78+
# configuration options related to the input files
79+
#---------------------------------------------------------------------------
80+
INPUT = /home/eb/Packages/qgo.kdevelop
81+
FILE_PATTERNS = *.c \
82+
*.cc \
83+
*.cxx \
84+
*.cpp \
85+
*.c++ \
86+
*.java \
87+
*.ii \
88+
*.ixx \
89+
*.ipp \
90+
*.i++ \
91+
*.inl \
92+
*.h \
93+
*.hh \
94+
*.hxx \
95+
*.hpp \
96+
*.h++ \
97+
*.idl \
98+
*.odl \
99+
*.cs \
100+
*.php \
101+
*.php3 \
102+
*.inc \
103+
*.m \
104+
*.mm \
105+
*.C \
106+
*.CC \
107+
*.C++ \
108+
*.II \
109+
*.I++ \
110+
*.H \
111+
*.HH \
112+
*.H++ \
113+
*.CS \
114+
*.PHP \
115+
*.PHP3 \
116+
*.M \
117+
*.MM \
118+
*.C \
119+
*.H \
120+
*.tlh \
121+
*.diff \
122+
*.patch \
123+
*.moc \
124+
*.xpm \
125+
*.dox
126+
RECURSIVE = yes
127+
EXCLUDE =
128+
EXCLUDE_SYMLINKS = NO
129+
EXCLUDE_PATTERNS =
130+
EXAMPLE_PATH =
131+
EXAMPLE_PATTERNS = *
132+
EXAMPLE_RECURSIVE = NO
133+
IMAGE_PATH =
134+
INPUT_FILTER =
135+
FILTER_SOURCE_FILES = NO
136+
#---------------------------------------------------------------------------
137+
# configuration options related to source browsing
138+
#---------------------------------------------------------------------------
139+
SOURCE_BROWSER = NO
140+
INLINE_SOURCES = NO
141+
STRIP_CODE_COMMENTS = YES
142+
REFERENCED_BY_RELATION = YES
143+
REFERENCES_RELATION = YES
144+
VERBATIM_HEADERS = YES
145+
#---------------------------------------------------------------------------
146+
# configuration options related to the alphabetical class index
147+
#---------------------------------------------------------------------------
148+
ALPHABETICAL_INDEX = NO
149+
COLS_IN_ALPHA_INDEX = 5
150+
IGNORE_PREFIX =
151+
#---------------------------------------------------------------------------
152+
# configuration options related to the HTML output
153+
#---------------------------------------------------------------------------
154+
GENERATE_HTML = YES
155+
HTML_OUTPUT = html
156+
HTML_FILE_EXTENSION = .html
157+
HTML_HEADER =
158+
HTML_FOOTER =
159+
HTML_STYLESHEET =
160+
HTML_ALIGN_MEMBERS = YES
161+
GENERATE_HTMLHELP = NO
162+
CHM_FILE =
163+
HHC_LOCATION =
164+
GENERATE_CHI = NO
165+
BINARY_TOC = NO
166+
TOC_EXPAND = NO
167+
DISABLE_INDEX = NO
168+
ENUM_VALUES_PER_LINE = 4
169+
GENERATE_TREEVIEW = NO
170+
TREEVIEW_WIDTH = 250
171+
#---------------------------------------------------------------------------
172+
# configuration options related to the LaTeX output
173+
#---------------------------------------------------------------------------
174+
GENERATE_LATEX = YES
175+
LATEX_OUTPUT = latex
176+
LATEX_CMD_NAME = latex
177+
MAKEINDEX_CMD_NAME = makeindex
178+
COMPACT_LATEX = NO
179+
PAPER_TYPE = a4wide
180+
EXTRA_PACKAGES =
181+
LATEX_HEADER =
182+
PDF_HYPERLINKS = NO
183+
USE_PDFLATEX = NO
184+
LATEX_BATCHMODE = NO
185+
LATEX_HIDE_INDICES = NO
186+
#---------------------------------------------------------------------------
187+
# configuration options related to the RTF output
188+
#---------------------------------------------------------------------------
189+
GENERATE_RTF = NO
190+
RTF_OUTPUT = rtf
191+
COMPACT_RTF = NO
192+
RTF_HYPERLINKS = NO
193+
RTF_STYLESHEET_FILE =
194+
RTF_EXTENSIONS_FILE =
195+
#---------------------------------------------------------------------------
196+
# configuration options related to the man page output
197+
#---------------------------------------------------------------------------
198+
GENERATE_MAN = NO
199+
MAN_OUTPUT = man
200+
MAN_EXTENSION = .3
201+
MAN_LINKS = NO
202+
#---------------------------------------------------------------------------
203+
# configuration options related to the XML output
204+
#---------------------------------------------------------------------------
205+
GENERATE_XML = yes
206+
XML_OUTPUT = xml
207+
XML_SCHEMA =
208+
XML_DTD =
209+
XML_PROGRAMLISTING = YES
210+
#---------------------------------------------------------------------------
211+
# configuration options for the AutoGen Definitions output
212+
#---------------------------------------------------------------------------
213+
GENERATE_AUTOGEN_DEF = NO
214+
#---------------------------------------------------------------------------
215+
# configuration options related to the Perl module output
216+
#---------------------------------------------------------------------------
217+
GENERATE_PERLMOD = NO
218+
PERLMOD_LATEX = NO
219+
PERLMOD_PRETTY = YES
220+
PERLMOD_MAKEVAR_PREFIX =
221+
#---------------------------------------------------------------------------
222+
# Configuration options related to the preprocessor
223+
#---------------------------------------------------------------------------
224+
ENABLE_PREPROCESSING = YES
225+
MACRO_EXPANSION = NO
226+
EXPAND_ONLY_PREDEF = NO
227+
SEARCH_INCLUDES = YES
228+
INCLUDE_PATH =
229+
INCLUDE_FILE_PATTERNS =
230+
PREDEFINED =
231+
EXPAND_AS_DEFINED =
232+
SKIP_FUNCTION_MACROS = YES
233+
#---------------------------------------------------------------------------
234+
# Configuration::additions related to external references
235+
#---------------------------------------------------------------------------
236+
TAGFILES =
237+
GENERATE_TAGFILE = qGo.tag
238+
ALLEXTERNALS = NO
239+
EXTERNAL_GROUPS = YES
240+
PERL_PATH = /usr/bin/perl
241+
#---------------------------------------------------------------------------
242+
# Configuration options related to the dot tool
243+
#---------------------------------------------------------------------------
244+
CLASS_DIAGRAMS = YES
245+
HIDE_UNDOC_RELATIONS = YES
246+
HAVE_DOT = NO
247+
CLASS_GRAPH = YES
248+
COLLABORATION_GRAPH = YES
249+
UML_LOOK = NO
250+
TEMPLATE_RELATIONS = NO
251+
INCLUDE_GRAPH = YES
252+
INCLUDED_BY_GRAPH = YES
253+
CALL_GRAPH = NO
254+
GRAPHICAL_HIERARCHY = YES
255+
DOT_IMAGE_FORMAT = png
256+
DOT_PATH =
257+
DOTFILE_DIRS =
258+
MAX_DOT_GRAPH_WIDTH = 1024
259+
MAX_DOT_GRAPH_HEIGHT = 1024
260+
MAX_DOT_GRAPH_DEPTH = 1000
261+
GENERATE_LEGEND = YES
262+
DOT_CLEANUP = YES
263+
#---------------------------------------------------------------------------
264+
# Configuration::additions related to the search engine
265+
#---------------------------------------------------------------------------
266+
SEARCHENGINE = NO

Makefile.am

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
####### kdevelop will overwrite this part!!! (begin)##########
2+
3+
4+
5+
EXTRA_DIST = qgo.kdevprj admin qgo.spec
6+
7+
####### kdevelop will overwrite this part!!! (end)############
8+
# not a GNU package. You can remove this line, if
9+
# have all needed files, that a GNU package needs
10+
AUTOMAKE_OPTIONS = foreign
11+
12+
#$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
13+
# cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
14+
15+
$(top_srcdir)/subdirs:
16+
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
17+
18+
$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
19+
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
20+
21+
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
22+
23+
package-messages:
24+
$(MAKE) -f admin/Makefile.common package-messages
25+
$(MAKE) -C po merge
26+
27+
dist-hook:
28+
cd $(top_distdir) && perl admin/am_edit -padmin
29+
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
30+
31+
noinst_DATA = acinclude.m4 aclocal.m4 Makefile.in config.h.in qgo.kdevelop \
32+
qgo.spec
33+
SUBDIRS = src templates
34+
INCLUDES = $(all_includes)

Makefile.dist

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
all:
2+
@echo "This Makefile is only for the CVS repository"
3+
@echo "This will be deleted before making the distribution"
4+
@echo ""
5+
@if test ! -d admin; then \
6+
echo "Please recheckout this module!" ;\
7+
echo "for cvs: use checkout once and after that update again" ;\
8+
echo "for cvsup: checkout kde-common from cvsup and" ;\
9+
echo " link kde-common/admin to ./admin" ;\
10+
exit 1 ;\
11+
fi
12+
$(MAKE) -f admin/Makefile.common cvs
13+
14+
.SILENT:

0 commit comments

Comments
 (0)