]> git.pld-linux.org Git - packages/kdelibs.git/blame - kdelibs-branch.diff
- update
[packages/kdelibs.git] / kdelibs-branch.diff
CommitLineData
539b5e5e
ER
1Index: kate/part/katehighlight.cpp
2===================================================================
3--- kate/part/katehighlight.cpp (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4+++ kate/part/katehighlight.cpp (.../branches/KDE/3.5/kdelibs) (revision 1076825)
5@@ -3225,7 +3225,7 @@
6 list.append(charAttribute);
7
8 KateAttribute* string = new KateAttribute();
9- string->setTextColor(QColor::QColor("#D00"));
10+ string->setTextColor(QColor("#D00"));
11 string->setSelectedTextColor(Qt::red);
12 list.append(string);
13
14@@ -3242,9 +3242,9 @@
15
16 KateAttribute* alert = new KateAttribute();
17 alert->setTextColor(Qt::black);
18- alert->setSelectedTextColor( QColor::QColor("#FCC") );
19+ alert->setSelectedTextColor( QColor("#FCC") );
20 alert->setBold(true);
21- alert->setBGColor( QColor::QColor("#FCC") );
22+ alert->setBGColor( QColor("#FCC") );
23 list.append(alert);
24
25 KateAttribute* functionAttribute = new KateAttribute();
d89feadb
AM
26Index: kate/data/cmake.xml
27===================================================================
539b5e5e
ER
28--- kate/data/cmake.xml (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
29+++ kate/data/cmake.xml (.../branches/KDE/3.5/kdelibs) (revision 1076825)
d89feadb
AM
30@@ -1,13 +1,34 @@
31 <?xml version="1.0" encoding="UTF-8"?>
32 <!DOCTYPE language SYSTEM "language.dtd">
33-<!-- Author: Alexander Neundorf <neundorf@kde.org> //-->
34-<!-- cmake 2.0.3 syntax highlighting -->
35-<!-- dsKeyword, dsDataType, dsDecVal, dsBaseN, dsFloat, dsChar, dsString, dsComment, dsOthers, new in KDE 3.3: dsAlert, dsFunction, dsRegionMarker, dsError -->
36-<language name="CMake" version="1.03" kateversion="2.4" section="Other" extensions="CMakeLists.txt;*.cmake;" mimetype="">
37+<!--
38+ This file is part of KDE's kate project.
39+
40+ Copyright 2004 Alexander Neundorf (neundorf@kde.org)
41+ Copyright 2005 Dominik Haumann (dhdev@gmx.de)
42+ Copyright 2007,2008 Matthew Woehlke (mw_triad@users.sourceforge.net)
43+
44+ **********************************************************************
45+ * This library is free software; you can redistribute it and/or *
46+ * modify it under the terms of the GNU Lesser General Public *
47+ * License as published by the Free Software Foundation; either *
48+ * version 2 of the License, or (at your option) any later version. *
49+ * *
50+ * This library is distributed in the hope that it will be useful, *
51+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
52+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
53+ * Lesser General Public License for more details. *
54+ * *
55+ * You should have received a copy of the GNU Lesser General Public *
56+ * License along with this library; if not, write to the *
57+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, *
58+ * Boston, MA 02110-1301, USA. *
59+ **********************************************************************
60+ -->
61+<!-- generated for "cmake version 2.6-patch 2" -->
62+<language name="CMake" version="1.06" kateversion="2.4" section="Other" extensions="CMakeLists.txt;*.cmake;" mimetype="" author="Alexander Neundorf (neundorf@kde.org)" license="LGPL">
63 <highlighting>
64
65 <list name = "commands">
66- <item> ABSTRACT_FILES </item>
67 <item> ADD_CUSTOM_COMMAND </item>
68 <item> ADD_CUSTOM_TARGET </item>
69 <item> ADD_DEFINITIONS </item>
70@@ -17,18 +38,26 @@
71 <item> ADD_SUBDIRECTORY </item>
72 <item> ADD_TEST </item>
73 <item> AUX_SOURCE_DIRECTORY </item>
74+ <item> BREAK </item>
75 <item> BUILD_COMMAND </item>
76 <item> BUILD_NAME </item>
77 <item> CMAKE_MINIMUM_REQUIRED </item>
78+ <item> CMAKE_POLICY </item>
79 <item> CONFIGURE_FILE </item>
80 <item> CREATE_TEST_SOURCELIST </item>
81+ <item> DEFINE_PROPERTY </item>
82 <item> ELSE </item>
83 <item> ELSEIF </item>
84+ <item> ENABLE_LANGUAGE </item>
85 <item> ENABLE_TESTING </item>
86 <item> ENDFOREACH </item>
87+ <item> ENDFUNCTION </item>
88 <item> ENDIF </item>
89 <item> ENDMACRO </item>
90+ <item> ENDWHILE </item>
91+ <item> EXECUTE_PROCESS </item>
92 <item> EXEC_PROGRAM </item>
93+ <item> EXPORT </item>
94 <item> EXPORT_LIBRARY_DEPENDENCIES </item>
95 <item> FILE </item>
96 <item> FIND_FILE </item>
97@@ -38,11 +67,14 @@
98 <item> FIND_PROGRAM </item>
99 <item> FLTK_WRAP_UI </item>
100 <item> FOREACH </item>
101+ <item> FUNCTION </item>
102 <item> GET_CMAKE_PROPERTY </item>
103 <item> GET_DIRECTORY_PROPERTY </item>
104 <item> GET_FILENAME_COMPONENT </item>
105+ <item> GET_PROPERTY </item>
106 <item> GET_SOURCE_FILE_PROPERTY </item>
107 <item> GET_TARGET_PROPERTY </item>
108+ <item> GET_TEST_PROPERTY </item>
109 <item> IF </item>
110 <item> INCLUDE </item>
111 <item> INCLUDE_DIRECTORIES </item>
112@@ -61,6 +93,7 @@
113 <item> MACRO </item>
114 <item> MAKE_DIRECTORY </item>
115 <item> MARK_AS_ADVANCED </item>
116+ <item> MATH </item>
117 <item> MESSAGE </item>
118 <item> OPTION </item>
119 <item> OUTPUT_REQUIRED_FILES </item>
120@@ -69,14 +102,14 @@
121 <item> QT_WRAP_UI </item>
122 <item> REMOVE </item>
123 <item> REMOVE_DEFINITIONS </item>
124+ <item> RETURN </item>
125 <item> SEPARATE_ARGUMENTS </item>
126 <item> SET </item>
127 <item> SET_DIRECTORY_PROPERTIES </item>
128+ <item> SET_PROPERTY </item>
129 <item> SET_SOURCE_FILES_PROPERTIES </item>
130 <item> SET_TARGET_PROPERTIES </item>
131 <item> SITE_NAME </item>
132- <item> SOURCE_FILES </item>
133- <item> SOURCE_FILES_REMOVE </item>
134 <item> SOURCE_GROUP </item>
135 <item> STRING </item>
136 <item> SUBDIRS </item>
137@@ -84,14 +117,14 @@
138 <item> TARGET_LINK_LIBRARIES </item>
139 <item> TRY_COMPILE </item>
140 <item> TRY_RUN </item>
141- <item> USE_MANGLED_MESA </item>
142+ <item> UNSET </item>
143 <item> UTILITY_SOURCE </item>
144 <item> VARIABLE_REQUIRES </item>
145+ <item> VARIABLE_WATCH </item>
146 <item> VTK_MAKE_INSTANTIATOR </item>
147 <item> VTK_WRAP_JAVA </item>
148 <item> VTK_WRAP_PYTHON </item>
149 <item> VTK_WRAP_TCL </item>
150- <item> WRAP_EXCLUDE_FILES </item>
151 <item> WRITE_FILE </item>
152 </list>
153
154@@ -106,10 +139,13 @@
155 <item> ARGS </item>
156 <item> ASCII </item>
157 <item> BEFORE </item>
158+ <item> BRIEF_DOCS </item>
159+ <item> BUNDLE </item>
160 <item> CACHE </item>
161 <item> CACHE_VARIABLES </item>
162 <item> CLEAR </item>
163 <item> CMAKE_FLAGS </item>
164+ <item> CMAKE_FIND_ROOT_PATH_BOTH </item>
165 <item> CODE </item>
166 <item> COMMAND </item>
167 <item> COMMANDS </item>
168@@ -118,45 +154,62 @@
169 <item> COMPARE </item>
170 <item> COMPILE_FLAGS </item>
171 <item> COMPONENT </item>
172+ <item> COMPONENTS </item>
173 <item> CONFIGURATIONS </item>
174+ <item> CONFIGURE </item>
175 <item> COPYONLY </item>
176 <item> DEFINED </item>
177 <item> DEFINE_SYMBOL </item>
178+ <item> DEFINITION </item>
179 <item> DEPENDS </item>
180 <item> DESTINATION </item>
181+ <item> DIRECTORY </item>
182 <item> DIRECTORY_PERMISSIONS </item>
183 <item> DOC </item>
184+ <item> DOWNLOAD </item>
185 <item> EQUAL </item>
186 <item> ESCAPE_QUOTES </item>
187+ <item> EXACT </item>
188 <item> EXCLUDE </item>
189 <item> EXCLUDE_FROM_ALL </item>
190 <item> EXISTS </item>
191- <item> EXPORT_MACRO </item>
192+ <item> EXPORT </item>
193+ <item> EXPR </item>
194 <item> EXT </item>
195 <item> EXTRA_INCLUDE </item>
196 <item> FATAL_ERROR </item>
197 <item> FILE </item>
198 <item> FILES </item>
199 <item> FILE_PERMISSIONS </item>
200+ <item> FILES_MATCHING </item>
201 <item> FORCE </item>
202- <item> FUNCTION </item>
203+ <item> FRAMEWORK </item>
204+ <item> FULL_DOCS </item>
205 <item> GENERATED </item>
206+ <item> GET </item>
207 <item> GLOB </item>
208 <item> GLOB_RECURSE </item>
209+ <item> GLOBAL </item>
210 <item> GREATER </item>
211 <item> GROUP_SIZE </item>
212 <item> HEADER_FILE_ONLY </item>
213 <item> HEADER_LOCATION </item>
214+ <item> HINTS </item>
215 <item> IMMEDIATE </item>
216 <item> INCLUDES </item>
217 <item> INCLUDE_DIRECTORIES </item>
218 <item> INCLUDE_INTERNALS </item>
219 <item> INCLUDE_REGULAR_EXPRESSION </item>
220+ <item> INHERITED </item>
221 <item> INTERNAL </item>
222+ <item> IS_ABSOLUTE </item>
223+ <item> IS_NEWER_THAN </item>
224+ <item> LENGTH </item>
225 <item> LESS </item>
226 <item> LIBRARY </item>
227 <item> LINK_DIRECTORIES </item>
228 <item> LINK_FLAGS </item>
229+ <item> LINK_INTERFACE_LIBRARIES </item>
230 <item> LOCATION </item>
231 <item> MACOSX_BUNDLE </item>
232 <item> MACROS </item>
233@@ -167,19 +220,33 @@
234 <item> MATCHES </item>
235 <item> MODULE </item>
236 <item> NAME </item>
237+ <item> NAMELINK_ONLY </item>
238+ <item> NAMELINK_SKIP </item>
239+ <item> NAMES </item>
240 <item> NAME_WE </item>
241 <item> NOT </item>
242 <item> NOTEQUAL </item>
243+ <item> NO_CMAKE_PATH </item>
244+ <item> NO_CMAKE_ENVIRONMENT_PATH </item>
245+ <item> NO_CMAKE_FIND_ROOT_PATH </item>
246+ <item> NO_DEFAULT_PATH </item>
247+ <item> NO_MODULE </item>
248 <item> NO_SYSTEM_PATH </item>
249+ <item> NO_SYSTEM_ENVIRONMENT_PATH </item>
250 <item> OBJECT_DEPENDS </item>
251+ <item> ONLY_CMAKE_FIND_ROOT_PATH </item>
252 <item> OPTIONAL </item>
253 <item> OR </item>
254 <item> OUTPUT </item>
255 <item> OUTPUT_VARIABLE </item>
256+ <item> PARENT_SCOPE </item>
257 <item> PATH </item>
258 <item> PATHS </item>
259+ <item> PATH_SUFFIXES </item>
260 <item> PATTERN </item>
261 <item> PERMISSIONS </item>
262+ <item> POLICY </item>
263+ <item> POP </item>
264 <item> POST_BUILD </item>
265 <item> POST_INSTALL_SCRIPT </item>
266 <item> PREFIX </item>
267@@ -187,40 +254,60 @@
268 <item> PRE_BUILD </item>
269 <item> PRE_INSTALL_SCRIPT </item>
270 <item> PRE_LINK </item>
271+ <item> PRIVATE_HEADER </item>
272 <item> PROGRAM </item>
273 <item> PROGRAMS </item>
274 <item> PROGRAM_ARGS </item>
275 <item> PROPERTIES </item>
276+ <item> PUBLIC_HEADER </item>
277+ <item> PUSH </item>
278 <item> QUIET </item>
279+ <item> RANDOM </item>
280 <item> RANGE </item>
281 <item> READ </item>
282 <item> REGEX </item>
283 <item> REGULAR_EXPRESSION </item>
284+ <item> RELATIVE_PATH </item>
285+ <item> REMOVE </item>
286+ <item> REMOVE_RECURSE </item>
287 <item> RENAME </item>
288 <item> REPLACE </item>
289 <item> REQUIRED </item>
290+ <item> RESOURCE </item>
291 <item> RETURN_VALUE </item>
292 <item> RUNTIME </item>
293 <item> RUNTIME_DIRECTORY </item>
294 <item> SCRIPT </item>
295 <item> SEND_ERROR </item>
296 <item> SHARED </item>
297+ <item> SOURCE </item>
298 <item> SOURCES </item>
299 <item> STATIC </item>
300 <item> STATUS </item>
301+ <item> STRIP </item>
302+ <item> STRINGS </item>
303 <item> STREQUAL </item>
304 <item> STRGREATER </item>
305 <item> STRLESS </item>
306 <item> SUFFIX </item>
307+ <item> SUBSTRING </item>
308 <item> TARGET </item>
309 <item> TARGETS </item>
310+ <item> TIMEOUT </item>
311 <item> TOLOWER </item>
312 <item> TOUPPER </item>
313+ <item> TO_CMAKE_PATH </item>
314+ <item> TO_NATIVE_PATH </item>
315 <item> USE_SOURCE_PERMISSIONS </item>
316 <item> VAR </item>
317+ <item> VARIABLE </item>
318 <item> VARIABLES </item>
319 <item> VERSION </item>
320+ <item> VERSION_LESS </item>
321+ <item> VERSION_EQUAL </item>
322+ <item> VERSION_GREATER </item>
323 <item> WIN32 </item>
324+ <item> WORKING_DIRECTORY </item>
325 <item> WRAP_EXCLUDE </item>
326 <item> WRITE </item>
327 </list>
539b5e5e 328Index: kate/Mainpage.dox
d89feadb 329===================================================================
539b5e5e
ER
330--- kate/Mainpage.dox (.../tags/KDE/3.5.10/kdelibs) (revision 0)
331+++ kate/Mainpage.dox (.../branches/KDE/3.5/kdelibs) (revision 1076825)
332@@ -0,0 +1,36 @@
333+/** @mainpage Kate Editor Component
f1c21cf3 334+
539b5e5e
ER
335+The Kate Editor Component (also called Kate Part) implements the
336+KTextEditor interfaces. Thus, all Kate Part classes are internal
337+and never appear in public interfaces.
f1c21cf3 338+
539b5e5e
ER
339+If you wish to have a text editor component in your application,
340+use the KTextEditor interfaces.
f1c21cf3 341+
539b5e5e
ER
342+@authors
343+Christoph Cullmann \<cullmann@kde.org\><br>
344+Joseph Wenninger \<jowenn@kde.org\><br>
345+Anders Lund \<anders@alweb.dk\><br>
346+Hamish Rodda \<rodda@kde.org\><br>
347+Waldo Bastian \<bastian@kde.org\><br>
348+Charles Samuels \<charles@kde.org\><br>
349+Michael Bartl \<michael.bartl1@chello.at\><br>
350+Matt Newell \<newellm@proaxis.com\><br>
351+Michael McCallum \<gholam@xtra.co.nz\><br>
352+John Firebaugh \<jfirebaugh@kde.org\><br>
353+Nadeem Hasan \<nhasan@nadmm.com\><br>
354+Jochen Wilhelmy \<digisnap@cs.tu-berlin.de\><br>
355+Glen Parker \<glenebob@nwlink.com\><br>
356+Michael Koch \<koch@kde.org\><br>
357+Dominik Haumann \<dhdev@gmx.de\>
358+
359+@maintainers
360+Christoph Cullmann \<cullmann@kde.org\>
361+
362+@licenses
363+@lgpl
364+
365+*/
366+// DOXYGEN_REFERENCES = kdecore kio kdeui kparts interfaces/kdocument interfaces/ktexteditor kjs
367+// DOXYGEN_SET_PROJECT_NAME = Kate
368+// vim:ts=4:sw=4:expandtab:filetype=doxygen
369Index: kconf_update/Mainpage.dox
89b366df 370===================================================================
539b5e5e
ER
371--- kconf_update/Mainpage.dox (.../tags/KDE/3.5.10/kdelibs) (revision 0)
372+++ kconf_update/Mainpage.dox (.../branches/KDE/3.5/kdelibs) (revision 1076825)
373@@ -0,0 +1,31 @@
374+/** @mainpage ./kconf_update
89b366df 375+
539b5e5e
ER
376+kconf_update is a tool designed to update config files. Over time applications
377+sometimes need to rearrange the way configuration options are stored. Since
378+such an update shouldn't influence the configuration options that the user
379+has selected, the application must take care that the options stored in the
380+old way will still be honored.
89b366df 381+
539b5e5e
ER
382+What used to happen is that the application looks up both the old and the
383+new configuration option and then decides which one to use. This method has
384+several drawbacks:
385+- The application may need to read more configuration files than strictly
386+ needed, resulting in a slower startup.
387+- The application becomes bigger with code that will only be used once.
89b366df 388+
539b5e5e
ER
389+kconf_update addresses these problems by offering a framework to update
390+configuration files without adding code to the application itself.
391+
392+See the <a href="http://websvn.kde.org/trunk/KDE/kdelibs/kconf_update/README.kconf_update?view=markup">README file</a> for more information.
89b366df
ER
393+
394+@authors
539b5e5e 395+Waldo Bastian \<bastian@kde.org\>
89b366df
ER
396+
397+@maintainers
539b5e5e 398+[Unknown/None]
89b366df
ER
399+
400+@licenses
539b5e5e 401+@lgpl
89b366df
ER
402+
403+*/
539b5e5e
ER
404+// vim:ts=4:sw=4:expandtab:filetype=doxygen
405Index: doc/common/tabs.css
406===================================================================
407--- doc/common/tabs.css (.../tags/KDE/3.5.10/kdelibs) (revision 0)
408+++ doc/common/tabs.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
409@@ -0,0 +1,102 @@
410+/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
89b366df 411+
539b5e5e
ER
412+DIV.tabs
413+{
414+ float : left;
415+ width : 100%;
416+ background : url("tab_b.gif") repeat-x bottom;
417+ margin-bottom : 4px;
418+}
89b366df 419+
539b5e5e
ER
420+DIV.tabs UL
421+{
422+ margin : 0px;
423+ padding-left : 10px;
424+ list-style : none;
425+}
89b366df 426+
539b5e5e
ER
427+DIV.tabs LI, DIV.tabs FORM
428+{
429+ display : inline;
430+ margin : 0px;
431+ padding : 0px;
432+}
89b366df 433+
539b5e5e
ER
434+DIV.tabs FORM
435+{
436+ float : right;
437+}
438+
439+DIV.tabs A
440+{
441+ float : left;
442+ background : url("tab_r.gif") no-repeat right top;
443+ border-bottom : 1px solid #84B0C7;
444+ font-size : x-small;
445+ font-weight : bold;
446+ text-decoration : none;
447+}
448+
449+DIV.tabs A:hover
450+{
451+ background-position: 100% -150px;
452+}
453+
454+DIV.tabs A:link, DIV.tabs A:visited,
455+DIV.tabs A:active, DIV.tabs A:hover
456+{
457+ color: #1A419D;
458+}
459+
460+DIV.tabs SPAN
461+{
462+ float : left;
463+ display : block;
464+ background : url("tab_l.gif") no-repeat left top;
465+ padding : 5px 9px;
466+ white-space : nowrap;
467+}
468+
469+DIV.tabs INPUT
470+{
471+ float : right;
472+ display : inline;
473+ font-size : 1em;
474+}
475+
476+DIV.tabs TD
477+{
478+ font-size : x-small;
479+ font-weight : bold;
480+ text-decoration : none;
481+}
482+
483+
484+
485+/* Commented Backslash Hack hides rule from IE5-Mac \*/
486+DIV.tabs SPAN {float : none;}
487+/* End IE5-Mac hack */
488+
489+DIV.tabs A:hover SPAN
490+{
491+ background-position: 0% -150px;
492+}
493+
494+DIV.tabs LI#current A
495+{
496+ background-position: 100% -150px;
497+ border-width : 0px;
498+}
499+
500+DIV.tabs LI#current SPAN
501+{
502+ background-position: 0% -150px;
503+ padding-bottom : 6px;
504+}
505+
506+DIV.nav
507+{
508+ background : none;
509+ border : none;
510+ border-bottom : 1px solid #84B0C7;
511+}
512Index: doc/common/fdl-license
d89feadb 513===================================================================
539b5e5e
ER
514--- doc/common/fdl-license (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
515+++ doc/common/fdl-license (.../branches/KDE/3.5/kdelibs) (revision 1076825)
516@@ -1,8 +1,9 @@
517 GNU Free Documentation License
518- Version 1.1, March 2000
519+ Version 1.2, November 2002
f1c21cf3 520
539b5e5e
ER
521- Copyright (C) 2000 Free Software Foundation, Inc.
522- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
523+
524+ Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
525+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
526 Everyone is permitted to copy and distribute verbatim copies
527 of this license document, but changing it is not allowed.
528
529@@ -10,12 +11,12 @@
530 0. PREAMBLE
531
532 The purpose of this License is to make a manual, textbook, or other
533-written document "free" in the sense of freedom: to assure everyone
534-the effective freedom to copy and redistribute it, with or without
535-modifying it, either commercially or noncommercially. Secondarily,
536-this License preserves for the author and publisher a way to get
537-credit for their work, while not being considered responsible for
538-modifications made by others.
539+functional and useful document "free" in the sense of freedom: to
540+assure everyone the effective freedom to copy and redistribute it,
541+with or without modifying it, either commercially or noncommercially.
542+Secondarily, this License preserves for the author and publisher a way
543+to get credit for their work, while not being considered responsible
544+for modifications made by others.
545
546 This License is a kind of "copyleft", which means that derivative
547 works of the document must themselves be free in the same sense. It
548@@ -33,11 +34,15 @@
549
550 1. APPLICABILITY AND DEFINITIONS
551
552-This License applies to any manual or other work that contains a
553-notice placed by the copyright holder saying it can be distributed
554-under the terms of this License. The "Document", below, refers to any
555-such manual or work. Any member of the public is a licensee, and is
556-addressed as "you".
557+This License applies to any manual or other work, in any medium, that
558+contains a notice placed by the copyright holder saying it can be
559+distributed under the terms of this License. Such a notice grants a
560+world-wide, royalty-free license, unlimited in duration, to use that
561+work under the conditions stated herein. The "Document", below,
562+refers to any such manual or work. Any member of the public is a
563+licensee, and is addressed as "you". You accept the license if you
564+copy, modify or distribute the work in a way requiring permission
565+under copyright law.
566
567 A "Modified Version" of the Document means any work containing the
568 Document or a portion of it, either copied verbatim, or with
569@@ -47,7 +52,7 @@
570 the Document that deals exclusively with the relationship of the
571 publishers or authors of the Document to the Document's overall subject
572 (or to related matters) and contains nothing that could fall directly
573-within that overall subject. (For example, if the Document is in part a
574+within that overall subject. (Thus, if the Document is in part a
575 textbook of mathematics, a Secondary Section may not explain any
576 mathematics.) The relationship could be a matter of historical
577 connection with the subject or with related matters, or of legal,
578@@ -56,33 +61,40 @@
579
580 The "Invariant Sections" are certain Secondary Sections whose titles
581 are designated, as being those of Invariant Sections, in the notice
582-that says that the Document is released under this License.
583+that says that the Document is released under this License. If a
584+section does not fit the above definition of Secondary then it is not
585+allowed to be designated as Invariant. The Document may contain zero
586+Invariant Sections. If the Document does not identify any Invariant
587+Sections then there are none.
588
589 The "Cover Texts" are certain short passages of text that are listed,
590 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
591-the Document is released under this License.
592+the Document is released under this License. A Front-Cover Text may
593+be at most 5 words, and a Back-Cover Text may be at most 25 words.
594
595 A "Transparent" copy of the Document means a machine-readable copy,
596 represented in a format whose specification is available to the
597-general public, whose contents can be viewed and edited directly and
598+general public, that is suitable for revising the document
599 straightforwardly with generic text editors or (for images composed of
600 pixels) generic paint programs or (for drawings) some widely available
601 drawing editor, and that is suitable for input to text formatters or
602 for automatic translation to a variety of formats suitable for input
603 to text formatters. A copy made in an otherwise Transparent file
604-format whose markup has been designed to thwart or discourage
605-subsequent modification by readers is not Transparent. A copy that is
606-not "Transparent" is called "Opaque".
607+format whose markup, or absence of markup, has been arranged to thwart
608+or discourage subsequent modification by readers is not Transparent.
609+An image format is not Transparent if used for any substantial amount
610+of text. A copy that is not "Transparent" is called "Opaque".
611
612 Examples of suitable formats for Transparent copies include plain
613 ASCII without markup, Texinfo input format, LaTeX input format, SGML
614 or XML using a publicly available DTD, and standard-conforming simple
615-HTML designed for human modification. Opaque formats include
616-PostScript, PDF, proprietary formats that can be read and edited only
617-by proprietary word processors, SGML or XML for which the DTD and/or
618+HTML, PostScript or PDF designed for human modification. Examples of
619+transparent image formats include PNG, XCF and JPG. Opaque formats
620+include proprietary formats that can be read and edited only by
621+proprietary word processors, SGML or XML for which the DTD and/or
622 processing tools are not generally available, and the
623-machine-generated HTML produced by some word processors for output
624-purposes only.
625+machine-generated HTML, PostScript or PDF produced by some word
626+processors for output purposes only.
627
628 The "Title Page" means, for a printed book, the title page itself,
629 plus such following pages as are needed to hold, legibly, the material
630@@ -91,7 +103,22 @@
631 the text near the most prominent appearance of the work's title,
632 preceding the beginning of the body of the text.
633
634+A section "Entitled XYZ" means a named subunit of the Document whose
635+title either is precisely XYZ or contains XYZ in parentheses following
636+text that translates XYZ in another language. (Here XYZ stands for a
637+specific section name mentioned below, such as "Acknowledgements",
638+"Dedications", "Endorsements", or "History".) To "Preserve the Title"
639+of such a section when you modify the Document means that it remains a
640+section "Entitled XYZ" according to this definition.
641
642+The Document may include Warranty Disclaimers next to the notice which
643+states that this License applies to the Document. These Warranty
644+Disclaimers are considered to be included by reference in this
645+License, but only as regards disclaiming warranties: any other
646+implication that these Warranty Disclaimers may have is void and has
647+no effect on the meaning of this License.
648+
649+
650 2. VERBATIM COPYING
651
652 You may copy and distribute the Document in any medium, either
653@@ -110,9 +137,10 @@
654
655 3. COPYING IN QUANTITY
656
657-If you publish printed copies of the Document numbering more than 100,
658-and the Document's license notice requires Cover Texts, you must enclose
659-the copies in covers that carry, clearly and legibly, all these Cover
660+If you publish printed copies (or copies in media that commonly have
661+printed covers) of the Document, numbering more than 100, and the
662+Document's license notice requires Cover Texts, you must enclose the
663+copies in covers that carry, clearly and legibly, all these Cover
664 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
665 the back cover. Both covers must also clearly and legibly identify
666 you as the publisher of these copies. The front cover must present
667@@ -130,16 +158,15 @@
668 If you publish or distribute Opaque copies of the Document numbering
669 more than 100, you must either include a machine-readable Transparent
670 copy along with each Opaque copy, or state in or with each Opaque copy
671-a publicly-accessible computer-network location containing a complete
672-Transparent copy of the Document, free of added material, which the
673-general network-using public has access to download anonymously at no
674-charge using public-standard network protocols. If you use the latter
675-option, you must take reasonably prudent steps, when you begin
676-distribution of Opaque copies in quantity, to ensure that this
677-Transparent copy will remain thus accessible at the stated location
678-until at least one year after the last time you distribute an Opaque
679-copy (directly or through your agents or retailers) of that edition to
680-the public.
681+a computer-network location from which the general network-using
682+public has access to download using public-standard network protocols
683+a complete Transparent copy of the Document, free of added material.
684+If you use the latter option, you must take reasonably prudent steps,
685+when you begin distribution of Opaque copies in quantity, to ensure
686+that this Transparent copy will remain thus accessible at the stated
687+location until at least one year after the last time you distribute an
688+Opaque copy (directly or through your agents or retailers) of that
689+edition to the public.
690
691 It is requested, but not required, that you contact the authors of the
692 Document well before redistributing any large number of copies, to give
693@@ -163,7 +190,8 @@
694 B. List on the Title Page, as authors, one or more persons or entities
695 responsible for authorship of the modifications in the Modified
696 Version, together with at least five of the principal authors of the
697- Document (all of its principal authors, if it has less than five).
698+ Document (all of its principal authors, if it has fewer than five),
699+ unless they release you from this requirement.
700 C. State on the Title page the name of the publisher of the
701 Modified Version, as the publisher.
702 D. Preserve all the copyright notices of the Document.
703@@ -175,10 +203,10 @@
704 G. Preserve in that license notice the full lists of Invariant Sections
705 and required Cover Texts given in the Document's license notice.
706 H. Include an unaltered copy of this License.
707-I. Preserve the section entitled "History", and its title, and add to
708- it an item stating at least the title, year, new authors, and
709+I. Preserve the section Entitled "History", Preserve its Title, and add
710+ to it an item stating at least the title, year, new authors, and
711 publisher of the Modified Version as given on the Title Page. If
712- there is no section entitled "History" in the Document, create one
713+ there is no section Entitled "History" in the Document, create one
714 stating the title, year, authors, and publisher of the Document as
715 given on its Title Page, then add an item describing the Modified
716 Version as stated in the previous sentence.
717@@ -189,17 +217,18 @@
718 You may omit a network location for a work that was published at
719 least four years before the Document itself, or if the original
720 publisher of the version it refers to gives permission.
721-K. In any section entitled "Acknowledgements" or "Dedications",
722- preserve the section's title, and preserve in the section all the
723- substance and tone of each of the contributor acknowledgements
724+K. For any section Entitled "Acknowledgements" or "Dedications",
725+ Preserve the Title of the section, and preserve in the section all
726+ the substance and tone of each of the contributor acknowledgements
727 and/or dedications given therein.
728 L. Preserve all the Invariant Sections of the Document,
729 unaltered in their text and in their titles. Section numbers
730 or the equivalent are not considered part of the section titles.
731-M. Delete any section entitled "Endorsements". Such a section
732+M. Delete any section Entitled "Endorsements". Such a section
733 may not be included in the Modified Version.
734-N. Do not retitle any existing section as "Endorsements"
735+N. Do not retitle any existing section to be Entitled "Endorsements"
736 or to conflict in title with any Invariant Section.
737+O. Preserve any Warranty Disclaimers.
738
739 If the Modified Version includes new front-matter sections or
740 appendices that qualify as Secondary Sections and contain no material
741@@ -208,7 +237,7 @@
742 list of Invariant Sections in the Modified Version's license notice.
743 These titles must be distinct from any other section titles.
744
745-You may add a section entitled "Endorsements", provided it contains
746+You may add a section Entitled "Endorsements", provided it contains
747 nothing but endorsements of your Modified Version by various
748 parties--for example, statements of peer review or that the text has
749 been approved by an organization as the authoritative definition of a
750@@ -236,7 +265,7 @@
751 versions, provided that you include in the combination all of the
752 Invariant Sections of all of the original documents, unmodified, and
753 list them all as Invariant Sections of your combined work in its
754-license notice.
755+license notice, and that you preserve all their Warranty Disclaimers.
756
757 The combined work need only contain one copy of this License, and
758 multiple identical Invariant Sections may be replaced with a single
759@@ -247,11 +276,11 @@
760 Make the same adjustment to the section titles in the list of
761 Invariant Sections in the license notice of the combined work.
762
763-In the combination, you must combine any sections entitled "History"
764-in the various original documents, forming one section entitled
765-"History"; likewise combine any sections entitled "Acknowledgements",
766-and any sections entitled "Dedications". You must delete all sections
767-entitled "Endorsements."
768+In the combination, you must combine any sections Entitled "History"
769+in the various original documents, forming one section Entitled
770+"History"; likewise combine any sections Entitled "Acknowledgements",
771+and any sections Entitled "Dedications". You must delete all sections
772+Entitled "Endorsements".
773
774
775 6. COLLECTIONS OF DOCUMENTS
776@@ -268,23 +297,24 @@
777 other respects regarding verbatim copying of that document.
778
779
780-
781 7. AGGREGATION WITH INDEPENDENT WORKS
782
783 A compilation of the Document or its derivatives with other separate
784 and independent documents or works, in or on a volume of a storage or
785-distribution medium, does not as a whole count as a Modified Version
786-of the Document, provided no compilation copyright is claimed for the
787-compilation. Such a compilation is called an "aggregate", and this
788-License does not apply to the other self-contained works thus compiled
789-with the Document, on account of their being thus compiled, if they
790-are not themselves derivative works of the Document.
791+distribution medium, is called an "aggregate" if the copyright
792+resulting from the compilation is not used to limit the legal rights
793+of the compilation's users beyond what the individual works permit.
794+When the Document is included in an aggregate, this License does not
795+apply to the other works in the aggregate which are not themselves
796+derivative works of the Document.
797
798 If the Cover Text requirement of section 3 is applicable to these
799-copies of the Document, then if the Document is less than one quarter
800-of the entire aggregate, the Document's Cover Texts may be placed on
801-covers that surround only the Document within the aggregate.
802-Otherwise they must appear on covers around the whole aggregate.
803+copies of the Document, then if the Document is less than one half of
804+the entire aggregate, the Document's Cover Texts may be placed on
805+covers that bracket the Document within the aggregate, or the
806+electronic equivalent of covers if the Document is in electronic form.
807+Otherwise they must appear on printed covers that bracket the whole
808+aggregate.
809
810
811 8. TRANSLATION
812@@ -295,12 +325,19 @@
813 permission from their copyright holders, but you may include
814 translations of some or all Invariant Sections in addition to the
815 original versions of these Invariant Sections. You may include a
816-translation of this License provided that you also include the
817-original English version of this License. In case of a disagreement
818-between the translation and the original English version of this
819-License, the original English version will prevail.
820+translation of this License, and all the license notices in the
821+Document, and any Warranty Disclaimers, provided that you also include
822+the original English version of this License and the original versions
823+of those notices and disclaimers. In case of a disagreement between
824+the translation and the original version of this License or a notice
825+or disclaimer, the original version will prevail.
826
827+If a section in the Document is Entitled "Acknowledgements",
828+"Dedications", or "History", the requirement (section 4) to Preserve
829+its Title (section 1) will typically require changing the actual
830+title.
831
832+
833 9. TERMINATION
834
835 You may not copy, modify, sublicense, or distribute the Document except
836@@ -317,8 +354,8 @@
837 The Free Software Foundation may publish new, revised versions
838 of the GNU Free Documentation License from time to time. Such new
839 versions will be similar in spirit to the present version, but may
840-differ in detail to address new problems or concerns. See
841-http:///www.gnu.org/copyleft/.
842+differ in detail to address new problems or concerns. See
843+http://www.gnu.org/copyleft/.
844
845 Each version of the License is given a distinguishing version number.
846 If the Document specifies that a particular numbered version of this
847@@ -336,20 +373,24 @@
848 the License in the document and put the following copyright and
849 license notices just after the title page:
850
851- Copyright (c) YEAR YOUR NAME.
852- Permission is granted to copy, distribute and/or modify this document
853- under the terms of the GNU Free Documentation License, Version 1.1
854- or any later version published by the Free Software Foundation;
855- with the Invariant Sections being LIST THEIR TITLES, with the
856- Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
857- A copy of the license is included in the section entitled "GNU
858- Free Documentation License".
859+ Copyright (c) YEAR YOUR NAME.
860+ Permission is granted to copy, distribute and/or modify this document
861+ under the terms of the GNU Free Documentation License, Version 1.2
862+ or any later version published by the Free Software Foundation;
863+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
864+ A copy of the license is included in the section entitled "GNU
865+ Free Documentation License".
866
867-If you have no Invariant Sections, write "with no Invariant Sections"
868-instead of saying which ones are invariant. If you have no
869-Front-Cover Texts, write "no Front-Cover Texts" instead of
870-"Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
871+If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
872+replace the "with...Texts." line with this:
873
874+ with the Invariant Sections being LIST THEIR TITLES, with the
875+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
876+
877+If you have Invariant Sections without Cover Texts, or some other
878+combination of the three, merge those two alternatives to suit the
879+situation.
880+
881 If your document contains nontrivial examples of program code, we
882 recommend releasing these examples in parallel under your choice of
883 free software license, such as the GNU General Public License,
884Index: doc/common/header.html
885===================================================================
886--- doc/common/header.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
887+++ doc/common/header.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
888@@ -1,56 +1,67 @@
889 <?xml version="1.0" encoding="UTF-8"?>
890 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
891-<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
892
893+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
894 <head>
895- <title>$title ($projectname)</title>
896+ <title>$title</title>
897+
898+<style type="text/css">
899+ .cp-doNotDisplay { display: none; }
900+ @media aural, braille, handheld, tty { .cp-doNotDisplay { display: inline; speak: normal; }}
901+ .cp-edit { text-align: right; }
902+ @media print, embossed { .cp-edit { display: none; }}
903+</style>
904+
905 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
906-
907 <meta http-equiv="Content-Style-Type" content="text/css" />
908-
909- <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org" r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org" r (n 0 s 0 v 0 l 0))' />
910-
911+ <link rel="meta" href="http://www.kde.org/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
912 <meta name="trademark" content="KDE e.V." />
913 <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
914 <meta name="MSSmartTagsPreventParsing" content="true" />
915 <meta name="robots" content="all" />
916-
917- <link rel="shortcut icon" href="@topdir@/favicon.ico" />
918-
919-<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />
920-
921-
922-
923+ <meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" />
924+ <link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" />
925+ <link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" />
926+ <link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" />
927+ <link rel="stylesheet" media="screen" type="text/css" title="KDE Colors" href="@topdir@/kde.css" />
928+ <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/print.css" />
929+ <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/flat.css" />
930 </head>
931
932 <body>
933
934-<div id="nav_header_top" align="right">
935- <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>
936+<ul class="cp-doNotDisplay">
937+ <li><a href="#cp-content" accesskey="2">Skip to content</a></li>
938+ <li><a href="#cp-menu" accesskey="5">Skip to link menu</a></li>
939+</ul>
940
941- <a href="@topdir@"><img id="nav_header_logo" alt="Home" align="left" src="@topdir@/kde_gear_64.png" border="0" /></a>
942- <span class="doNotDisplay">::</span>
943+<div id="container">
944+<div id="header">
945+ <div id="header_top"><div><div>
946+ <img alt ="" src="@topdir@/top-kde.jpg"/>
947+ KDE 3.5 API Reference </div></div></div>
948+ <div id="header_bottom">
949+ <div id="location">
950+ <ul>
951+ <li><a href="http://api.kde.org">KDE API Reference</a></li>
952+ <li><a href="@topdir@/index.html">@topname@</a></li>
953+ </ul>
954+ </div>
955
956- <div id="nav_header_title" align="left">KDE API Reference</div>
957-
958-
959-</div>
960-
961-<div id="nav_header_bottom" align="right">
962- <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
963- <div id="nav_header_bottom_right" style="text-align: left;">
964-/ <a href="@topdir@">API Reference</a>
965-<!-- pmenu $projectname -->
966+ <div id="menu">
967+<ul><li><a href="http://kde.org/family/">Sitemap</a></li>
968+<li><a href="http://kde.org/contact/">Contact Us</a></li>
969+</ul> </div>
970 </div>
971 </div>
972+<!-- End page header -->
973+ <div id="body_wrapper">
974+ <div id="body">
975+ <!-- begin main content -->
976+ <div id="right">
977+ <div class="content">
978+ <div id="main">
979+ <div class="clearer">&nbsp;</div>
980+<h2><a name="content"></a>$projectname</h2>
981
982-
983-<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
984-<tr>
985- <td valign="top" class="menuheader" height="0"></td>
986-
987- <td id="contentcolumn" valign="top" rowspan="2" >
988- <div id="content" style="padding-top: 0px;"><div style="width:100%; margin: 0px; padding: 0px;">
989- <a name="content"></a>
990-
991-
992+<!-- BC -->
993Index: doc/common/top-left.jpg
994===================================================================
995Cannot display: file marked as a binary type.
996svn:mime-type = application/octet-stream
997
998Property changes on: doc/common/top-left.jpg
999___________________________________________________________________
1000Added: svn:mime-type
1001 + application/octet-stream
1002
1003Index: doc/common/top-right.jpg
1004===================================================================
1005Cannot display: file marked as a binary type.
1006svn:mime-type = application/octet-stream
1007
1008Property changes on: doc/common/top-right.jpg
1009___________________________________________________________________
1010Added: svn:mime-type
1011 + application/octet-stream
1012
1013Index: doc/common/mainfooter.html
1014===================================================================
1015--- doc/common/mainfooter.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
1016+++ doc/common/mainfooter.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
1017@@ -1,68 +1,72 @@
1018- </div></div>
1019-
1020-
1021- </td>
1022- </tr>
1023- <tr>
1024- <td valign="top" id="leftmenu" width="25%">
1025- <a name="navigation"></a>
1026-<div class="menu_box"><h2>API Dox</h2>
1027-<div class="nav_list">
1028-<ul>
1029-<!-- gmenu -->
1030-</ul></div></div>
1031-
1032-
1033- </td>
1034-</tr>
1035-</table>
1036-
1037 <div class="copyrights">
1038 This file is part of the documentation for $projectname $projectnumber.<br/>
1039-Documentation copyright &copy; 1996-2005 the KDE developers.<br/>
1040+Documentation copyright &copy; @copyright@.<br/>
1041 Generated on $datetime by
1042 <a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion written
1043-by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, &copy;&nbsp;1997-2003
1044+by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>, &copy;&nbsp;1997-2006
1045 <p>
1046-KDE's <a href="http://developer.kde.org/policies/documentationpolicy.html">Doxygen guidelines</a> are available online.
1047+KDE's <a href="http://techbase.kde.org/Policies/Library_Documentation_Policy">Doxygen guidelines</a> are available online.
1048 Questions about the reference manuals should be sent to
1049-<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groot&#64;kde&#46;or&#x67">Adriaan de Groot</a>
1050+<a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
1051 or
1052-<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#116;&#64;kde&#46;or&#x67">Allen Winter</a>.
1053+<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;n&#116;er&#64;kde&#46;or&#x67;">Allen Winter</a>.
1054+
1055 </p>
1056 </div>
1057+ </div>
1058+ </div>
1059+ </div>
1060+ <div id="left">
1061+ <div class="menu_box">
1062
1063-<div style="clear:both; height: 1px;">&nbsp;</div>
1064+<!-- menu -->
1065+<!-- cmenu.begin -->
1066+<h2>Class Picker</h2>
1067+<div style="text-align: center;">
1068+<form name="guideform">
1069+<select name="guidelinks" style="width:100%;" onChange="window.location=document.guideform.guidelinks.options[document.guideform.guidelinks.selectedIndex].value">
1070+<option value="annotated.html">Choose...</option>
1071+<!-- cmenu -->
1072+</select>
1073+</form>
1074+</div>
1075+<!-- cmenu.end -->
1076
1077+<div class="menu_box">
1078+<a name="cp-menu" /><div class="menutitle"><div>
1079+<h2 id="cp-menu-project">@topname@</h2>
1080+<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "$projectname"</a>
1081+</div></div>
1082+<div class="nav_list">
1083+<ul>
1084+<!-- gmenu -->
1085+</ul></div></div>
1086
1087-<span class="doNotDisplay">
1088- <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
1089- <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
1090- <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
1091-</span>
1092+ </div>
1093+ </div>
1094+ <div class="clearer"></div>
1095+ </div>
1096+ <div class="clearer"></div>
1097+ </div>
1098
1099
1100-<div style="height: 8px"></div>
1101+ <div id="end_body"></div>
1102
1103-<div id="footer">
1104- <div id="footer_left">
1105- Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groot&#116;&#64;kde&#46;or&#x67>Adriaan de Groot</a>
1106- and
1107-<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#116;&#64;kde&#46;or&#x67">Allen Winter</a>.
1108-<br/>
1109- KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
1110- <a href="http://www.kde.org/contact/impressum.php">Legal</a>
1111+ <div id="footer"><div id="footer_text">
1112+ This website is maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
1113+and
1114+<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;n&#116;er&#64;kde&#46;or&#x67;">Allen Winter</a>.<br />
1115+ KDE<sup>&#174;</sup> and <a href="@topdir@/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
1116+ <a href="http://www.kde.org/contact/impressum.php">Legal</a>
1117+ </div></div>
1118 </div>
1119- <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
1120-</div>
1121
1122 <!--
1123 WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
1124 BE BLOCKED INSTANTLY AND PERMANENTLY!
1125-<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
1126+<a href="mailto:aaaatrap-45abe0e0c3bebc77@kde.org">Block me</a>
1127 WARNING END
1128 -->
1129
1130 </body>
1131 </html>
1132-
1133Index: doc/common/block_title_mid.png
1134===================================================================
1135Cannot display: file marked as a binary type.
1136svn:mime-type = application/octet-stream
1137
1138Property changes on: doc/common/block_title_mid.png
1139___________________________________________________________________
1140Added: svn:mime-type
1141 + application/octet-stream
1142
1143Index: doc/common/Doxyfile.global
1144===================================================================
1145--- doc/common/Doxyfile.global (.../tags/KDE/3.5.10/kdelibs) (revision 0)
1146+++ doc/common/Doxyfile.global (.../branches/KDE/3.5/kdelibs) (revision 1076825)
1147@@ -0,0 +1,201 @@
1148+OUTPUT_LANGUAGE = English
1149+USE_WINDOWS_ENCODING = NO
1150+BRIEF_MEMBER_DESC = NO
1151+REPEAT_BRIEF = YES
1152+ABBREVIATE_BRIEF =
1153+ALWAYS_DETAILED_SEC = YES
1154+INLINE_INHERITED_MEMB = NO
1155+FULL_PATH_NAMES = NO
1156+STRIP_FROM_PATH =
1157+SHORT_NAMES = NO
1158+JAVADOC_AUTOBRIEF = YES
1159+MULTILINE_CPP_IS_BRIEF = NO
1160+INHERIT_DOCS = YES
1161+DISTRIBUTE_GROUP_DOC = NO
1162+TAB_SIZE = 4
1163+OPTIMIZE_OUTPUT_FOR_C = NO
1164+OPTIMIZE_OUTPUT_JAVA = NO
1165+SUBGROUPING = YES
1166+EXTRACT_ALL = YES
1167+EXTRACT_PRIVATE = NO
1168+EXTRACT_STATIC = YES
1169+EXTRACT_LOCAL_CLASSES = NO
1170+HIDE_UNDOC_MEMBERS = NO
1171+HIDE_UNDOC_CLASSES = YES
1172+HIDE_FRIEND_COMPOUNDS = YES
1173+HIDE_IN_BODY_DOCS = NO
1174+INTERNAL_DOCS = YES
1175+CASE_SENSE_NAMES = YES
1176+HIDE_SCOPE_NAMES = NO
1177+SHOW_INCLUDE_FILES = YES
1178+INLINE_INFO = YES
1179+SORT_BRIEF_DOCS = YES
1180+SORT_BY_SCOPE_NAME = NO
1181+GENERATE_TESTLIST = NO
1182+GENERATE_BUGLIST = YES
1183+GENERATE_DEPRECATEDLIST= YES
1184+ENABLED_SECTIONS =
1185+MAX_INITIALIZER_LINES = 30
1186+SHOW_USED_FILES = YES
1187+QUIET = NO
1188+WARNINGS = YES
1189+WARN_IF_UNDOCUMENTED = YES
1190+WARN_IF_DOC_ERROR = YES
1191+WARN_FORMAT =
1192+WARN_LOGFILE =
1193+INPUT =
1194+FILE_PATTERNS = *.h \
1195+ *.cpp \
1196+ *.cc \
1197+ *.hpp \
1198+ *.dox \
1199+ *.c++ \
1200+ *.cxx \
1201+ *.h++ \
1202+ *.hh
1203+RECURSIVE = YES
1204+EXCLUDE =
1205+EXCLUDE_SYMLINKS = NO
1206+EXCLUDE_PATTERNS = */.svn/* \
1207+ */.git/* \
1208+ */cmake/* \
1209+ *.moc.* \
1210+ moc* \
1211+ *.all_cpp.* \
1212+ *unload.* \
1213+ */test/* \
1214+ */tests/* \
1215+ *_p.h *_p.cpp
1216+EXAMPLE_PATH =
1217+EXAMPLE_PATTERNS =
1218+EXAMPLE_RECURSIVE = NO
1219+IMAGE_PATH =
1220+INPUT_FILTER =
1221+FILTER_SOURCE_FILES = NO
1222+SOURCE_BROWSER = YES
1223+INLINE_SOURCES = NO
1224+STRIP_CODE_COMMENTS = YES
1225+REFERENCED_BY_RELATION = YES
1226+REFERENCES_RELATION = YES
1227+VERBATIM_HEADERS = YES
1228+ALPHABETICAL_INDEX = YES
1229+COLS_IN_ALPHA_INDEX = 3
1230+HTML_OUTPUT =
1231+HTML_FILE_EXTENSION = .html
1232+HTML_HEADER = ../apidocs/common/header.html
1233+HTML_FOOTER = ../apidocs/common/footer.html
1234+HTML_STYLESHEET = ../apidocs/common/doxygen.css
1235+HTML_ALIGN_MEMBERS = YES
1236+GENERATE_HTMLHELP = NO
1237+CHM_FILE =
1238+HHC_LOCATION =
1239+GENERATE_CHI = NO
1240+BINARY_TOC = NO
1241+TOC_EXPAND = NO
1242+DISABLE_INDEX = YES
1243+ENUM_VALUES_PER_LINE = 4
1244+GENERATE_TREEVIEW = NO
1245+TREEVIEW_WIDTH = 250
1246+GENERATE_LATEX = NO
1247+LATEX_OUTPUT =
1248+LATEX_CMD_NAME = latex
1249+MAKEINDEX_CMD_NAME = makeindex
1250+COMPACT_LATEX = NO
1251+PAPER_TYPE = a4wide
1252+EXTRA_PACKAGES =
1253+LATEX_HEADER =
1254+PDF_HYPERLINKS = NO
1255+USE_PDFLATEX = NO
1256+LATEX_BATCHMODE = NO
1257+LATEX_HIDE_INDICES = NO
1258+GENERATE_RTF = NO
1259+RTF_OUTPUT =
1260+COMPACT_RTF = NO
1261+RTF_HYPERLINKS = NO
1262+RTF_STYLESHEET_FILE =
1263+RTF_EXTENSIONS_FILE =
1264+GENERATE_MAN = NO
1265+MAN_OUTPUT =
1266+MAN_EXTENSION = .3
1267+MAN_LINKS = YES
1268+GENERATE_XML = NO
1269+XML_OUTPUT = xml
1270+XML_SCHEMA =
1271+XML_DTD =
1272+XML_PROGRAMLISTING = NO
1273+GENERATE_AUTOGEN_DEF = NO
1274+GENERATE_PERLMOD = NO
1275+PERLMOD_LATEX = NO
1276+PERLMOD_PRETTY = YES
1277+PERLMOD_MAKEVAR_PREFIX =
1278+ENABLE_PREPROCESSING = YES
1279+SEARCH_INCLUDES = YES
1280+INCLUDE_PATH =
1281+INCLUDE_FILE_PATTERNS =
1282+EXPAND_AS_DEFINED =
1283+SKIP_FUNCTION_MACROS = YES
1284+ALLEXTERNALS = NO
1285+EXTERNAL_GROUPS = NO
1286+PERL_PATH =
1287+CLASS_DIAGRAMS = YES
1288+HIDE_UNDOC_RELATIONS = NO
1289+HAVE_DOT = YES
1290+UML_LOOK = NO
1291+TEMPLATE_RELATIONS = YES
1292+INCLUDE_GRAPH = YES
1293+INCLUDED_BY_GRAPH = YES
1294+CALL_GRAPH = NO
1295+GRAPHICAL_HIERARCHY = YES
1296+DOT_IMAGE_FORMAT = png
1297+DOT_PATH =
1298+DOTFILE_DIRS =
1299+MAX_DOT_GRAPH_WIDTH = 800
1300+MAX_DOT_GRAPH_HEIGHT = 1024
1301+MAX_DOT_GRAPH_DEPTH = 0
1302+GENERATE_LEGEND = YES
1303+DOT_CLEANUP = YES
1304+SEARCHENGINE = NO
1305+
1306+### KDE Settings
1307+ALIASES = \
1308+ "intern=\par<b>Internal use only.</b>" \
1309+ "reimp=\par<b>Reimplemented from superclass.</b>" \
1310+ "obsolete=@deprecated" \
1311+ "feature=\xrefitem features \"Feature(s)\" \"Features\"" \
1312+ "unmaintained=\xrefitem unmaintained \"Unmaintained\" \"Unmaintained\"" \
1313+ "requirement=\xrefitem requirements \"Requirement(s)\" \"Requirements\"" \
1314+ "faq=\xrefitem FAQ \"F.A.Q.\" \"F.A.Q.\"" \
1315+ "authors=\xrefitem authors \"Author(s)\" \"Authors\"" \
1316+ "maintainers=\xrefitem maintainers \"Maintainer(s)\" \"Maintainers\"" \
1317+ "port4=\xrefitem port4 \"KDE 4 Porting Guide\" \"KDE 4 Porting Guide\"" \
1318+ "glossary=\xrefitem glossary \"KDE 4 Glossary\" \"KDE 4 Glossary\"" \
1319+ "acronym=\b "\
1320+ "licenses=\xrefitem licenses \"License(s)\" \"Licenses\"" \
1321+ "FIXME=\xrefitem fixme \"Fixme\" \"Fixme\"" \
1322+ "bc=\xrefitem bc \"Binary Compatible\" \"Binary Compatible\"" \
1323+ "threadsafe=\xrefitem threadsafe \"Threadsafe\" \"Threadsafe\"" \
1324+ "artistic=<a href=\"http://www.opensource.org/licenses/artistic-license.php\">Artistic</a>" \
1325+ "bsd=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5\">BSD</a>" \
1326+ "x11=<a href=\"http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3\">X11</a>" \
1327+ "gpl=<a href=\"http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1\">GPLv2</a>" \
1328+ "lgpl=<a href=\"http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html#SEC1\">LGPLv2</a>" \
1329+ "qpl=<a href=\"http://www.trolltech.com/products/qt/licenses\">QPL</a>"
1330+
1331+HTML_ALIGN_MEMBERS = YES
1332+REFERENCED_BY_RELATION = NO
1333+REFERENCES_RELATION = NO
1334+VERBATIM_HEADERS = NO
1335+SOURCE_BROWSER = YES
1336+GENERATE_AUTOGEN_DEF = NO
1337+DETAILS_AT_TOP = YES
1338+SORT_MEMBER_DOCS = YES
1339+SORT_MEMBERS_CTORS_1ST = YES
1340+GENERATE_TODOLIST = YES
1341+IGNORE_PREFIX = K
1342+CLASS_GRAPH = YES
1343+COLLABORATION_GRAPH = NO
1344+
1345+
1346+MACRO_EXPANSION = YES
1347+EXPAND_ONLY_PREDEF = YES
1348+
1349
1350Property changes on: doc/common/Doxyfile.global
1351___________________________________________________________________
1352Added: svn:keywords
1353 + Author Date Id Revision
1354
1355Index: doc/common/print.css
1356===================================================================
1357--- doc/common/print.css (.../tags/KDE/3.5.10/kdelibs) (revision 0)
1358+++ doc/common/print.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
1359@@ -0,0 +1,455 @@
1360+/*
1361+** HTML elements
1362+*/
1363+
1364+body {
1365+ margin: 0;
1366+ padding: 0;
1367+ text-align: center;
1368+ font-size: 0.8em;
1369+ font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
1370+ color: #535353;
1371+ background: #ffffff;
1372+}
1373+
1374+
1375+/*
1376+** HTML Tags
1377+*/
1378+
1379+h1, h2, h3, h4
1380+{
1381+ padding: 0;
1382+ text-align: left;
1383+ font-weight: bold;
1384+ color: #f7800a;
1385+ background: transparent;
1386+}
1387+h1 {
1388+ margin: 0 0 0.3em 0;
1389+ font-size: 1.7em;
1390+}
1391+h2, h3, h4 {
1392+ margin: 1.3em 0 0 0.3em
1393+}
1394+
1395+h2 {
1396+ font-size: 1.5em;
1397+}
1398+
1399+h3 {
1400+ font-size: 1.4em;
1401+}
1402+
1403+h4 {
1404+ font-size: 1.3em;
1405+}
1406+
1407+h5 {
1408+ font-size: 1.2em;
1409+}
1410+
1411+a:link {
1412+ padding-bottom: 0;
1413+ text-decoration: none;
1414+ color: #0057ae;
1415+}
1416+
1417+a:visited {
1418+ padding-bottom: 0;
1419+ text-decoration: none;
1420+ color: #644A9B;
1421+}
1422+
1423+
1424+a[href]:hover {
1425+ text-decoration: underline;
1426+}
1427+
1428+hr {
1429+ margin: 0.3em 1em 0.3em 1em;
1430+ height: 1px;
1431+ border: #dddddd dashed;
1432+ border-width: 0 0 1px 0;
1433+}
1434+
1435+pre {
1436+ display: block;
1437+ margin: 0.3em;
1438+ padding: 0.3em;
1439+ font-size: 1em;
1440+ font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
1441+ color: #000000;
1442+ background: #f9f9f9;
1443+ border: #2f6fab dashed;
1444+ border-width: 1px;
1445+ overflow: auto;
1446+ line-height: 1.1em;
1447+}
1448+
1449+input, textarea, select {
1450+ margin: 0.2em;
1451+ padding: 0.1em;
1452+ color: #888888;
1453+ background: #ffffff;
1454+ border: 1px solid;
1455+}
1456+
1457+blockquote {
1458+ margin: 0.3em;
1459+ padding-left: 2.5em;
1460+ background: transparent;
1461+}
1462+
1463+del {
1464+ color: #800000;
1465+ text-decoration: line-through;
1466+}
1467+
1468+dt {
1469+ font-weight: bold;
1470+ font-size: 1.05em;
1471+ color: #0057ae;
1472+}
1473+
1474+dd {
1475+ margin-left: 1em;
1476+}
1477+
1478+p {
1479+ margin-top: 0.5em;
1480+ margin-bottom: 0.9em;
1481+ text-align: justify;
1482+}
1483+fieldset {
1484+ border: #cccccc 1px solid;
1485+}
1486+
1487+li {
1488+ text-align: left;
1489+}
1490+
1491+fieldset {
1492+ margin-bottom: 1em;
1493+ padding: .5em;
1494+}
1495+
1496+form {
1497+ margin: 0;
1498+ padding: 0;
1499+}
1500+
1501+hr {
1502+ height: 1px;
1503+ border: #888888 1px solid;
1504+ background: #888888;
1505+ margin: 0.5em 0 0.5em 0 ;
1506+}
1507+
1508+img {
1509+ border: 0;
1510+}
1511+table {
1512+ border-collapse: collapse;
1513+ font-size: 1em;
1514+}
1515+th {
1516+ text-align: left;
1517+ padding-right: 1em;
1518+ border: #cccccc solid;
1519+ border-width: 0 0 3px 0;
1520+}
1521+
1522+
1523+/*
1524+** Header
1525+*/
1526+#header {
1527+ color: #535353;
1528+ background: #eeeeee;
1529+}
1530+
1531+#header_top {
1532+ margin: 0 auto;
1533+ padding: 0;
1534+ vertical-align: middle;
1535+ color: #ffffff;
1536+ background: url(top.jpg) repeat-x bottom;
1537+background-color: #0057ae;
1538+}
1539+
1540+#header_top div {
1541+ margin: 0 auto;
1542+ padding: 0;
1543+ background: url(top-left.jpg) no-repeat bottom left;
1544+}
1545+
1546+#header_top div div {
1547+ margin: 0 auto;
1548+ padding: 0;
1549+ vertical-align: middle;
1550+ text-align: left;
1551+ font-size: 1.7em;
1552+ font-weight: bold;
1553+ background: url(top-right.jpg) no-repeat bottom right;
1554+}
1555+
1556+#header_top div div img {
1557+ margin:8px 0px 9px 18px;
1558+ vertical-align: middle;
1559+}
1560+
1561+#header_bottom {
1562+ display: none;
1563+ margin: 0 auto;
1564+ padding: 0.1em 0em 0.3em 0;
1565+ vertical-align: middle;
1566+ text-align: right;
1567+ background: #eeeeee;
1568+}
1569+
1570+#location {
1571+ padding: 0 0 0 1.5em;
1572+ text-align: left;
1573+ line-height: normal;
1574+ font-size: 1.1em;
1575+ font-weight:bold;
1576+ float: left;
1577+}
1578+
1579+#location ul {
1580+ display: inline;
1581+ margin: 0;
1582+ padding: 0;
1583+ list-style: none;
1584+}
1585+
1586+#location ul li {
1587+ display: inline;
1588+ white-space : nowrap;
1589+ margin: 0;
1590+ padding: 0 1em 0 0;
1591+}
1592+
1593+#menu {
1594+ margin: 0 1.5em 0 0;
1595+ text-align: right;
1596+ line-height: normal;
1597+ font-size: 1.1em;
1598+ font-weight: bold;
1599+}
1600+
1601+#menu ul {
1602+ display: inline;
1603+ list-style: none;
1604+ margin: 0;
1605+ padding: 0;
1606+ text-align: right;
1607+}
1608+
1609+#menu ul li {
1610+ display: inline;
1611+ white-space : nowrap;
1612+ margin: 0;
1613+ padding: 0 0 0 1em;
1614+ text-align: right;
1615+}
1616+
1617+.here a:link, .here a:visited {
1618+ text-decoration:underline;
1619+}
1620+
1621+.here ul a:link, .here ul a:visited {
1622+ text-decoration:none;
1623+}
1624+
1625+#menu ul li a {
1626+ font-weight: bold;
1627+}
1628+
1629+
1630+/*
1631+** Content
1632+*/
1633+
1634+#content {
1635+}
1636+
1637+#main {
1638+ /* padding in px not ex because IE messes up 100% width tables otherwise */
1639+ padding: 0 10px 0 10px;
1640+ text-align: left;
1641+}
1642+
1643+div.nav {
1644+ display: none;
1645+}
1646+
1647+/* The project name (redundant as it is shown in the menu, too) */
1648+#main>div.clearer+h2 {
1649+ margin: 0;
1650+ padding: 0;
1651+ text-align: center;
1652+}
1653+
1654+/* The header on top of a page e.g. "MediaObject Class Reference" */
1655+#main>h1 {
1656+ text-align: center;
1657+ margin-bottom: 2em;
1658+}
1659+
1660+/* The group links below the page header */
1661+#main>h1>small {
1662+ font-size: 60%;
1663+}
1664+
1665+/* Section headers like "Detailed Description" */
1666+#main>h2 {
1667+ margin-left: 0;
1668+ margin-top: 1em;
1669+ margin-bottom: 1em;
1670+}
1671+
1672+/* The #include line */
1673+#main>h1+code {
1674+ font-size: 120%;
1675+ background: #F1F1F1;
1676+ border: 1px solid #E7E7E7;
1677+ padding: 2px;
1678+ display: block;
1679+}
1680+
1681+/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */
1682+#main>h1+p+h3 {
1683+ display: none;
1684+}
1685+
1686+#body_wrapper {
1687+ margin: 0 auto;
1688+ border: #dddddd solid;
1689+ border-width: 0 0 0 1px;
1690+}
1691+
1692+#body {
1693+ float: left;
1694+ margin: 0;
1695+ padding: 0;
1696+}
1697+
1698+#right {
1699+ float: right;
1700+ margin: 0;
1701+ padding: 0;
1702+}
1703+
1704+/* These are date cells on the front page. */
1705+td.cell_date {
1706+}
1707+
1708+#hotspot, .sideimage {
1709+ float: right;
1710+ margin: 1ex 1em;
1711+ clear: right;
1712+}
1713+
1714+.belowimage, h1, h2, h3, h4, h5 {
1715+ clear: right;
1716+}
1717+
1718+
1719+/*
1720+** Left Menu
1721+*/
1722+
1723+#left {
1724+ display: none;
1725+ float: left;
1726+ margin: 0;
1727+ padding: 0;
1728+ }
1729+
1730+.menu_box {
1731+ padding: 0.7em 0 0 0;
1732+}
1733+
1734+.menu_box ul {
1735+ text-align: left;
1736+}
1737+
1738+.menu_box li {
1739+ list-style-type: none;
1740+ text-align: left;
1741+ margin-left: 0.1em;
1742+}
1743+
1744+.menu_box ul ul {
1745+margin: 0;
1746+padding-left: 0;
1747+}
1748+
1749+.menu_box li li {
1750+margin-left: 1em;
1751+}
1752+
1753+.menu_box .active{
1754+ color: #cf4913;
1755+}
1756+
1757+.menutitle {
1758+ margin: 0.6em 0 1.2em 0;
1759+ padding:0;
1760+ color: #ffffff;
1761+ background: url(block_title_mid.png) repeat-y right;
1762+background-color: #0057ae;
1763+}
1764+.menutitle div {
1765+ margin: 0;
1766+ padding:0;
1767+ background: url(block_title_top.png) no-repeat top right;
1768+}
1769+.menutitle div h2 {
1770+ margin: 0;
1771+ padding: 0.2em 0 0.3em 1.3em;
1772+ line-height:1.2em;
1773+ font-size: 120%;
1774+ font-weight: normal;
1775+ color: #ffffff;
1776+ background: url(block_title_bottom.png) no-repeat bottom right;
1777+}
1778+
1779+.clearer {
1780+ clear: both;
1781+ height: 1px;
1782+}
1783+
1784+
1785+/*
1786+** Footer
1787+*/
1788+#footer {
1789+ display: none;
1790+ background: #eeeeee;
1791+}
1792+
1793+#footer_text {
1794+ margin: 0 auto;
1795+ padding: 1em 0 1em 3.5em;
1796+ text-align: left;
1797+ color: #000000;
1798+ background: #eeeeee;
1799+}
1800+
1801+#footer a:link, #footer a:visited {
1802+ color: #4d88c3;
1803+}
1804+
1805+#quicklinks {
1806+font-size: 1em;
1807+padding: 1em;
1808+text-align: center;
1809+margin-top: 0.5em;
1810+margin-left: 0.2em;
1811+margin-bottom: 0.5em;
1812+margin-right: 0.2em;
1813+}
1814+
1815Index: doc/common/fdl-license.html
1816===================================================================
1817--- doc/common/fdl-license.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
1818+++ doc/common/fdl-license.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
1819@@ -12,342 +12,501 @@
1820 <LINK REL="stylesheet" HREF="kde-default.css" TYPE="text/css">
1821 </HEAD>
1822 <BODY CLASS="license">
1823-<H1>GNU Free Documentation License</H1>
1824- Version 1.1, March 2000
1825+<h3>GNU Free Documentation License</h3>
1826+<p>
1827+ Version 1.2, November 2002
1828+</p>
1829
1830-<P>Copyright (C) 2000 Free Software Foundation, Inc.
1831- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA<BR>
1832-Everyone is permitted to copy and distribute verbatim copies
1833-of this license document, but changing it is not allowed.</P>
1834+<pre>
1835+ Copyright (C) 2000,2001,2002 Free Software Foundation, Inc.
1836+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1837+ Everyone is permitted to copy and distribute verbatim copies
1838+ of this license document, but changing it is not allowed.
1839+</pre>
1840
1841-<H2>0. Preamble</H2>
1842+<p>
1843+ <strong>0. PREAMBLE</strong>
1844+</p>
1845
1846-<P>The purpose of this License is to make a manual, textbook, or other
1847-written document "free" in the sense of freedom: to assure everyone
1848-the effective freedom to copy and redistribute it, with or without
1849-modifying it, either commercially or noncommercially. Secondarily,
1850-this License preserves for the author and publisher a way to get
1851-credit for their work, while not being considered responsible for
1852-modifications made by others.</P>
1853+<p>
1854+ The purpose of this License is to make a manual, textbook, or other
1855+ functional and useful document "free" in the sense of freedom: to
1856+ assure everyone the effective freedom to copy and redistribute it,
1857+ with or without modifying it, either commercially or noncommercially.
1858+ Secondarily, this License preserves for the author and publisher a way
1859+ to get credit for their work, while not being considered responsible
1860+ for modifications made by others.
1861+</p>
1862
1863-<P>This License is a kind of "copyleft", which means that derivative
1864-works of the document must themselves be free in the same sense. It
1865-complements the GNU General Public License, which is a copyleft
1866-license designed for free software.</P>
1867+<p>
1868+ This License is a kind of "copyleft", which means that derivative
1869+ works of the document must themselves be free in the same sense. It
1870+ complements the GNU General Public License, which is a copyleft
1871+ license designed for free software.
1872+</p>
1873
1874-<P>We have designed this License in order to use it for manuals for free
1875-software, because free software needs free documentation: a free
1876-program should come with manuals providing the same freedoms that the
1877-software does. But this License is not limited to software manuals;
1878-it can be used for any textual work, regardless of subject matter or
1879-whether it is published as a printed book. We recommend this License
1880-principally for works whose purpose is instruction or reference.</P>
1881+<p>
1882+ We have designed this License in order to use it for manuals for free
1883+ software, because free software needs free documentation: a free
1884+ program should come with manuals providing the same freedoms that the
1885+ software does. But this License is not limited to software manuals;
1886+ it can be used for any textual work, regardless of subject matter or
1887+ whether it is published as a printed book. We recommend this License
1888+ principally for works whose purpose is instruction or reference.
1889+</p>
1890
1891-<H2>1. Applicability And Definitions</H2>
1892+<p>
1893+ <strong>1. APPLICABILITY AND DEFINITIONS</strong>
1894+</p>
1895
1896-<P>This License applies to any manual or other work that contains a
1897-notice placed by the copyright holder saying it can be distributed
1898-under the terms of this License. The "Document", below, refers to any
1899-such manual or work. Any member of the public is a licensee, and is
1900-addressed as "you".</P>
1901+<p>
1902+ This License applies to any manual or other work, in any medium, that
1903+ contains a notice placed by the copyright holder saying it can be
1904+ distributed under the terms of this License. Such a notice grants a
1905+ world-wide, royalty-free license, unlimited in duration, to use that
1906+ work under the conditions stated herein. The "Document", below,
1907+ refers to any such manual or work. Any member of the public is a
1908+ licensee, and is addressed as "you". You accept the license if you
1909+ copy, modify or distribute the work in a way requiring permission
1910+ under copyright law.
1911+</p>
1912
1913-<P>A "Modified Version" of the Document means any work containing the
1914-Document or a portion of it, either copied verbatim, or with
1915-modifications and/or translated into another language.</P>
1916+<p>
1917+ A "Modified Version" of the Document means any work containing the
1918+ Document or a portion of it, either copied verbatim, or with
1919+ modifications and/or translated into another language.
1920+</p>
1921
1922-<P>A "Secondary Section" is a named appendix or a front-matter section of
1923-the Document that deals exclusively with the relationship of the
1924-publishers or authors of the Document to the Document's overall subject
1925-(or to related matters) and contains nothing that could fall directly
1926-within that overall subject. (For example, if the Document is in part a
1927-textbook of mathematics, a Secondary Section may not explain any
1928-mathematics.) The relationship could be a matter of historical
1929-connection with the subject or with related matters, or of legal,
1930-commercial, philosophical, ethical or political position regarding
1931-them.</P>
1932+<p>
1933+ A "Secondary Section" is a named appendix or a front-matter section of
1934+ the Document that deals exclusively with the relationship of the
1935+ publishers or authors of the Document to the Document's overall subject
1936+ (or to related matters) and contains nothing that could fall directly
1937+ within that overall subject. (Thus, if the Document is in part a
1938+ textbook of mathematics, a Secondary Section may not explain any
1939+ mathematics.) The relationship could be a matter of historical
1940+ connection with the subject or with related matters, or of legal,
1941+ commercial, philosophical, ethical or political position regarding
1942+ them.
1943+</p>
1944
1945-<P>The "Invariant Sections" are certain Secondary Sections whose titles
1946-are designated, as being those of Invariant Sections, in the notice
1947-that says that the Document is released under this License.</P>
1948+<p>
1949+ The "Invariant Sections" are certain Secondary Sections whose titles
1950+ are designated, as being those of Invariant Sections, in the notice
1951+ that says that the Document is released under this License. If a
1952+ section does not fit the above definition of Secondary then it is not
1953+ allowed to be designated as Invariant. The Document may contain zero
1954+ Invariant Sections. If the Document does not identify any Invariant
1955+ Sections then there are none.
1956+</p>
1957
1958-<P>The "Cover Texts" are certain short passages of text that are listed,
1959-as Front-Cover Texts or Back-Cover Texts, in the notice that says that
1960-the Document is released under this License.</P>
1961+<p>
1962+ The "Cover Texts" are certain short passages of text that are listed,
1963+ as Front-Cover Texts or Back-Cover Texts, in the notice that says that
1964+ the Document is released under this License. A Front-Cover Text may
1965+ be at most 5 words, and a Back-Cover Text may be at most 25 words.
1966+</p>
1967
1968-<P>A "Transparent" copy of the Document means a machine-readable copy,
1969-represented in a format whose specification is available to the
1970-general public, whose contents can be viewed and edited directly and
1971-straightforwardly with generic text editors or (for images composed of
1972-pixels) generic paint programs or (for drawings) some widely available
1973-drawing editor, and that is suitable for input to text formatters or
1974-for automatic translation to a variety of formats suitable for input
1975-to text formatters. A copy made in an otherwise Transparent file
1976-format whose markup has been designed to thwart or discourage
1977-subsequent modification by readers is not Transparent. A copy that is
1978-not "Transparent" is called "Opaque".</P>
1979+<p>
1980+ A "Transparent" copy of the Document means a machine-readable copy,
1981+ represented in a format whose specification is available to the
1982+ general public, that is suitable for revising the document
1983+ straightforwardly with generic text editors or (for images composed of
1984+ pixels) generic paint programs or (for drawings) some widely available
1985+ drawing editor, and that is suitable for input to text formatters or
1986+ for automatic translation to a variety of formats suitable for input
1987+ to text formatters. A copy made in an otherwise Transparent file
1988+ format whose markup, or absence of markup, has been arranged to thwart
1989+ or discourage subsequent modification by readers is not Transparent.
1990+ An image format is not Transparent if used for any substantial amount
1991+ of text. A copy that is not "Transparent" is called "Opaque".
1992+</p>
1993
1994-<P>Examples of suitable formats for Transparent copies include plain
1995-ASCII without markup, Texinfo input format, LaTeX input format, SGML
1996-or XML using a publicly available DTD, and standard-conforming simple
1997-HTML designed for human modification. Opaque formats include
1998-PostScript, PDF, proprietary formats that can be read and edited only
1999-by proprietary word processors, SGML or XML for which the DTD and/or
2000-processing tools are not generally available, and the
2001-machine-generated HTML produced by some word processors for output
2002-purposes only.</P>
2003+<p>
2004+ Examples of suitable formats for Transparent copies include plain
2005+ ASCII without markup, Texinfo input format, LaTeX input format, SGML
2006+ or XML using a publicly available DTD, and standard-conforming simple
2007+ HTML, PostScript or PDF designed for human modification. Examples of
2008+ transparent image formats include PNG, XCF and JPG. Opaque formats
2009+ include proprietary formats that can be read and edited only by
2010+ proprietary word processors, SGML or XML for which the DTD and/or
2011+ processing tools are not generally available, and the
2012+ machine-generated HTML, PostScript or PDF produced by some word
2013+ processors for output purposes only.
2014+</p>
2015
2016-<P>The "Title Page" means, for a printed book, the title page itself,
2017-plus such following pages as are needed to hold, legibly, the material
2018-this License requires to appear in the title page. For works in
2019-formats which do not have any title page as such, "Title Page" means
2020-the text near the most prominent appearance of the work's title,
2021-preceding the beginning of the body of the text.</P>
2022+<p>
2023+ The "Title Page" means, for a printed book, the title page itself,
2024+ plus such following pages as are needed to hold, legibly, the material
2025+ this License requires to appear in the title page. For works in
2026+ formats which do not have any title page as such, "Title Page" means
2027+ the text near the most prominent appearance of the work's title,
2028+ preceding the beginning of the body of the text.
2029+</p>
2030
2031-<H2>2. Verbatim Copying</H2>
2032+<p>
2033+ A section "Entitled XYZ" means a named subunit of the Document whose
2034+ title either is precisely XYZ or contains XYZ in parentheses following
2035+ text that translates XYZ in another language. (Here XYZ stands for a
2036+ specific section name mentioned below, such as "Acknowledgements",
2037+ "Dedications", "Endorsements", or "History".) To "Preserve the Title"
2038+ of such a section when you modify the Document means that it remains a
2039+ section "Entitled XYZ" according to this definition.
2040+</p>
2041
2042-<P>You may copy and distribute the Document in any medium, either
2043-commercially or noncommercially, provided that this License, the
2044-copyright notices, and the license notice saying this License applies
2045-to the Document are reproduced in all copies, and that you add no other
2046-conditions whatsoever to those of this License. You may not use
2047-technical measures to obstruct or control the reading or further
2048-copying of the copies you make or distribute. However, you may accept
2049-compensation in exchange for copies. If you distribute a large enough
2050-number of copies you must also follow the conditions in section 3.</P>
2051+<p>
2052+ The Document may include Warranty Disclaimers next to the notice which
2053+ states that this License applies to the Document. These Warranty
2054+ Disclaimers are considered to be included by reference in this
2055+ License, but only as regards disclaiming warranties: any other
2056+ implication that these Warranty Disclaimers may have is void and has
2057+ no effect on the meaning of this License.
2058+</p>
2059
2060-<P>You may also lend copies, under the same conditions stated above, and
2061-you may publicly display copies.</P>
2062+<p>
2063+ <strong>2. VERBATIM COPYING</strong>
2064+</p>
2065
2066-<H2>3. Copying In Quantity</H2>
2067+<p>
2068+ You may copy and distribute the Document in any medium, either
2069+ commercially or noncommercially, provided that this License, the
2070+ copyright notices, and the license notice saying this License applies
2071+ to the Document are reproduced in all copies, and that you add no other
2072+ conditions whatsoever to those of this License. You may not use
2073+ technical measures to obstruct or control the reading or further
2074+ copying of the copies you make or distribute. However, you may accept
2075+ compensation in exchange for copies. If you distribute a large enough
2076+ number of copies you must also follow the conditions in section 3.
2077+</p>
2078
2079-<P>If you publish printed copies of the Document numbering more than 100,
2080-and the Document's license notice requires Cover Texts, you must enclose
2081-the copies in covers that carry, clearly and legibly, all these Cover
2082-Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
2083-the back cover. Both covers must also clearly and legibly identify
2084-you as the publisher of these copies. The front cover must present
2085-the full title with all words of the title equally prominent and
2086-visible. You may add other material on the covers in addition.
2087-Copying with changes limited to the covers, as long as they preserve
2088-the title of the Document and satisfy these conditions, can be treated
2089-as verbatim copying in other respects.</P>
2090+<p>
2091+ You may also lend copies, under the same conditions stated above, and
2092+ you may publicly display copies.
2093+</p>
2094
2095-<P>If the required texts for either cover are too voluminous to fit
2096-legibly, you should put the first ones listed (as many as fit
2097-reasonably) on the actual cover, and continue the rest onto adjacent
2098-pages.</P>
2099+<p>
2100+ <strong>3. COPYING IN QUANTITY</strong>
2101+</p>
2102
2103-<P>If you publish or distribute Opaque copies of the Document numbering
2104-more than 100, you must either include a machine-readable Transparent
2105-copy along with each Opaque copy, or state in or with each Opaque copy
2106-a publicly-accessible computer-network location containing a complete
2107-Transparent copy of the Document, free of added material, which the
2108-general network-using public has access to download anonymously at no
2109-charge using public-standard network protocols. If you use the latter
2110-option, you must take reasonably prudent steps, when you begin
2111-distribution of Opaque copies in quantity, to ensure that this
2112-Transparent copy will remain thus accessible at the stated location
2113-until at least one year after the last time you distribute an Opaque
2114-copy (directly or through your agents or retailers) of that edition to
2115-the public.</P>
2116+<p>
2117+ If you publish printed copies (or copies in media that commonly have
2118+ printed covers) of the Document, numbering more than 100, and the
2119+ Document's license notice requires Cover Texts, you must enclose the
2120+ copies in covers that carry, clearly and legibly, all these Cover
2121+ Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
2122+ the back cover. Both covers must also clearly and legibly identify
2123+ you as the publisher of these copies. The front cover must present
2124+ the full title with all words of the title equally prominent and
2125+ visible. You may add other material on the covers in addition.
2126+ Copying with changes limited to the covers, as long as they preserve
2127+ the title of the Document and satisfy these conditions, can be treated
2128+ as verbatim copying in other respects.
2129+</p>
2130
2131-<P>It is requested, but not required, that you contact the authors of the
2132-Document well before redistributing any large number of copies, to give
2133-them a chance to provide you with an updated version of the Document.</P>
2134+<p>
2135+ If the required texts for either cover are too voluminous to fit
2136+ legibly, you should put the first ones listed (as many as fit
2137+ reasonably) on the actual cover, and continue the rest onto adjacent
2138+ pages.
2139+</p>
2140
2141-<H2>4. Modifications</H2>
2142+<p>
2143+ If you publish or distribute Opaque copies of the Document numbering
2144+ more than 100, you must either include a machine-readable Transparent
2145+ copy along with each Opaque copy, or state in or with each Opaque copy
2146+ a computer-network location from which the general network-using
2147+ public has access to download using public-standard network protocols
2148+ a complete Transparent copy of the Document, free of added material.
2149+ If you use the latter option, you must take reasonably prudent steps,
2150+ when you begin distribution of Opaque copies in quantity, to ensure
2151+ that this Transparent copy will remain thus accessible at the stated
2152+ location until at least one year after the last time you distribute an
2153+ Opaque copy (directly or through your agents or retailers) of that
2154+ edition to the public.
2155+</p>
2156
2157-<P>You may copy and distribute a Modified Version of the Document under
2158-the conditions of sections 2 and 3 above, provided that you release
2159-the Modified Version under precisely this License, with the Modified
2160-Version filling the role of the Document, thus licensing distribution
2161-and modification of the Modified Version to whoever possesses a copy
2162-of it. In addition, you must do these things in the Modified Version:</P>
2163+<p>
2164+ It is requested, but not required, that you contact the authors of the
2165+ Document well before redistributing any large number of copies, to give
2166+ them a chance to provide you with an updated version of the Document.
2167+</p>
2168
2169-<OL STYLE="list-style-type: upper-alpha;">
2170-<LI>Use in the Title Page (and on the covers, if any) a title distinct
2171- from that of the Document, and from those of previous versions
2172- (which should, if there were any, be listed in the History section
2173- of the Document). You may use the same title as a previous
2174- version if the original publisher of that version gives
2175- permission.</LI>
2176+<p>
2177+ <strong>4. MODIFICATIONS</strong>
2178+</p>
2179
2180-<LI>List on the Title Page, as authors, one or more persons or
2181- entities responsible for authorship of the modifications in the
2182- Modified Version, together with at least five of the principal
2183- authors of the Document (all of its principal authors, if it has
2184- less than five).</LI>
2185+<p>
2186+ You may copy and distribute a Modified Version of the Document under
2187+ the conditions of sections 2 and 3 above, provided that you release
2188+ the Modified Version under precisely this License, with the Modified
2189+ Version filling the role of the Document, thus licensing distribution
2190+ and modification of the Modified Version to whoever possesses a copy
2191+ of it. In addition, you must do these things in the Modified Version:
2192+</p>
2193
2194-<LI>State on the Title page the name of the publisher of the Modified
2195- Version, as the publisher.</LI>
2196+<ul>
2197+ <li><strong>A.</strong> Use in the Title Page (and on the covers, if any) a title distinct
2198+ from that of the Document, and from those of previous versions
2199+ (which should, if there were any, be listed in the History section
2200+ of the Document). You may use the same title as a previous version
2201+ if the original publisher of that version gives permission.</li>
2202+ <li><strong>B.</strong> List on the Title Page, as authors, one or more persons or entities
2203+ responsible for authorship of the modifications in the Modified
2204+ Version, together with at least five of the principal authors of the
2205+ Document (all of its principal authors, if it has fewer than five),
2206+ unless they release you from this requirement.</li>
2207+ <li><strong>C.</strong> State on the Title page the name of the publisher of the
2208+ Modified Version, as the publisher.</li>
2209+ <li><strong>D.</strong> Preserve all the copyright notices of the Document.</li>
2210+ <li><strong>E.</strong> Add an appropriate copyright notice for your modifications
2211+ adjacent to the other copyright notices.</li>
2212+ <li><strong>F.</strong> Include, immediately after the copyright notices, a license notice
2213+ giving the public permission to use the Modified Version under the
2214+ terms of this License, in the form shown in the Addendum below.</li>
2215+ <li><strong>G.</strong> Preserve in that license notice the full lists of Invariant Sections
2216+ and required Cover Texts given in the Document's license notice.</li>
2217+ <li><strong>H.</strong> Include an unaltered copy of this License.</li>
2218+ <li><strong>I.</strong> Preserve the section Entitled "History", Preserve its Title, and add
2219+ to it an item stating at least the title, year, new authors, and
2220+ publisher of the Modified Version as given on the Title Page. If
2221+ there is no section Entitled "History" in the Document, create one
2222+ stating the title, year, authors, and publisher of the Document as
2223+ given on its Title Page, then add an item describing the Modified
2224+ Version as stated in the previous sentence.</li>
2225+ <li><strong>J.</strong> Preserve the network location, if any, given in the Document for
2226+ public access to a Transparent copy of the Document, and likewise
2227+ the network locations given in the Document for previous versions
2228+ it was based on. These may be placed in the "History" section.
2229+ You may omit a network location for a work that was published at
2230+ least four years before the Document itself, or if the original
2231+ publisher of the version it refers to gives permission.</li>
2232+ <li><strong>K.</strong> For any section Entitled "Acknowledgements" or "Dedications",
2233+ Preserve the Title of the section, and preserve in the section all
2234+ the substance and tone of each of the contributor acknowledgements
2235+ and/or dedications given therein.</li>
2236+ <li><strong>L.</strong> Preserve all the Invariant Sections of the Document,
2237+ unaltered in their text and in their titles. Section numbers
2238+ or the equivalent are not considered part of the section titles.</li>
2239+ <li><strong>M.</strong> Delete any section Entitled "Endorsements". Such a section
2240+ may not be included in the Modified Version.</li>
2241+ <li><strong>N.</strong> Do not retitle any existing section to be Entitled "Endorsements"
2242+ or to conflict in title with any Invariant Section.</li>
2243+ <li><strong>O.</strong> Preserve any Warranty Disclaimers.</li>
2244+</ul>
2245
2246-<LI>Preserve all the copyright notices of the Document.</LI>
2247+<p>
2248+ If the Modified Version includes new front-matter sections or
2249+ appendices that qualify as Secondary Sections and contain no material
2250+ copied from the Document, you may at your option designate some or all
2251+ of these sections as invariant. To do this, add their titles to the
2252+ list of Invariant Sections in the Modified Version's license notice.
2253+ These titles must be distinct from any other section titles.
2254+</p>
2255
2256-<LI>Add an appropriate copyright notice for your modifications
2257- adjacent to the other copyright notices.</LI>
2258+<p>
2259+ You may add a section Entitled "Endorsements", provided it contains
2260+ nothing but endorsements of your Modified Version by various
2261+ parties--for example, statements of peer review or that the text has
2262+ been approved by an organization as the authoritative definition of a
2263+ standard.
2264+</p>
2265
2266-<LI>Include, immediately after the copyright notices, a license notice
2267- giving the public permission to use the Modified Version under the
2268- terms of this License, in the form shown in the Addendum
2269- below.</LI>
2270+<p>
2271+ You may add a passage of up to five words as a Front-Cover Text, and a
2272+ passage of up to 25 words as a Back-Cover Text, to the end of the list
2273+ of Cover Texts in the Modified Version. Only one passage of
2274+ Front-Cover Text and one of Back-Cover Text may be added by (or
2275+ through arrangements made by) any one entity. If the Document already
2276+ includes a cover text for the same cover, previously added by you or
2277+ by arrangement made by the same entity you are acting on behalf of,
2278+ you may not add another; but you may replace the old one, on explicit
2279+ permission from the previous publisher that added the old one.
2280+</p>
2281
2282-<LI>Preserve in that license notice the full lists of Invariant
2283- Sections and required Cover Texts given in the Document's license
2284- notice.</LI>
2285+<p>
2286+ The author(s) and publisher(s) of the Document do not by this License
2287+ give permission to use their names for publicity for or to assert or
2288+ imply endorsement of any Modified Version.
2289+</p>
2290
2291-<LI>Include an unaltered copy of this License.</LI>
2292+<p>
2293+ <strong>5. COMBINING DOCUMENTS</strong>
2294+</p>
2295
2296-<LI>Preserve the section entitled "History", and its title, and add to
2297- it an item stating at least the title, year, new authors, and
2298- publisher of the Modified Version as given on the Title Page. If
2299- there is no section entitled "History" in the Document, create one
2300- stating the title, year, authors, and publisher of the Document as
2301- given on its Title Page, then add an item describing the Modified
2302- Version as stated in the previous sentence.</LI>
2303+<p>
2304+ You may combine the Document with other documents released under this
2305+ License, under the terms defined in section 4 above for modified
2306+ versions, provided that you include in the combination all of the
2307+ Invariant Sections of all of the original documents, unmodified, and
2308+ list them all as Invariant Sections of your combined work in its
2309+ license notice, and that you preserve all their Warranty Disclaimers.
2310+</p>
2311
2312-<LI>Preserve the network location, if any, given in the Document for
2313- public access to a Transparent copy of the Document, and likewise
2314- the network locations given in the Document for previous versions
2315- it was based on. These may be placed in the "History" section.
2316- You may omit a network location for a work that was published at
2317- least four years before the Document itself, or if the original
2318- publisher of the version it refers to gives permission.</LI>
2319-
2320-<LI>In any section entitled "Acknowledgements" or "Dedications",
2321- preserve the section's title, and preserve in the section all the
2322- substance and tone of each of the contributor acknowledgements
2323- and/or dedications given therein.</LI>
2324+<p>
2325+ The combined work need only contain one copy of this License, and
2326+ multiple identical Invariant Sections may be replaced with a single
2327+ copy. If there are multiple Invariant Sections with the same name but
2328+ different contents, make the title of each such section unique by
2329+ adding at the end of it, in parentheses, the name of the original
2330+ author or publisher of that section if known, or else a unique number.
2331+ Make the same adjustment to the section titles in the list of
2332+ Invariant Sections in the license notice of the combined work.
2333+</p>
2334
2335-<LI>Preserve all the Invariant Sections of the Document, unaltered in
2336- their text and in their titles. Section numbers or the equivalent
2337- are not considered part of the section titles.</LI>
2338+<p>
2339+ In the combination, you must combine any sections Entitled "History"
2340+ in the various original documents, forming one section Entitled
2341+ "History"; likewise combine any sections Entitled "Acknowledgements",
2342+ and any sections Entitled "Dedications". You must delete all sections
2343+ Entitled "Endorsements."
2344+</p>
2345
2346-<LI>Delete any section entitled "Endorsements". Such a section may
2347- not be included in the Modified Version.</LI>
2348+<p>
2349+ <strong>6. COLLECTIONS OF DOCUMENTS</strong>
2350+</p>
2351
2352-<LI>Do not retitle any existing section as "Endorsements" or to
2353- conflict in title with any Invariant Section.</LI>
2354-</OL>
2355+<p>
2356+ You may make a collection consisting of the Document and other documents
2357+ released under this License, and replace the individual copies of this
2358+ License in the various documents with a single copy that is included in
2359+ the collection, provided that you follow the rules of this License for
2360+ verbatim copying of each of the documents in all other respects.
2361+</p>
2362
2363-<P>If the Modified Version includes new front-matter sections or
2364-appendices that qualify as Secondary Sections and contain no material
2365-copied from the Document, you may at your option designate some or all
2366-of these sections as invariant. To do this, add their titles to the
2367-list of Invariant Sections in the Modified Version's license notice.
2368-These titles must be distinct from any other section titles.</P>
2369+<p>
2370+ You may extract a single document from such a collection, and distribute
2371+ it individually under this License, provided you insert a copy of this
2372+ License into the extracted document, and follow this License in all
2373+ other respects regarding verbatim copying of that document.
2374+</p>
2375
2376-<P>You may add a section entitled "Endorsements", provided it contains
2377-nothing but endorsements of your Modified Version by various
2378-parties--for example, statements of peer review or that the text has
2379-been approved by an organization as the authoritative definition of a
2380-standard.</P>
2381+<p>
2382+ <strong>7. AGGREGATION WITH INDEPENDENT WORKS</strong>
2383+</p>
2384
2385-<P>You may add a passage of up to five words as a Front-Cover Text, and a
2386-passage of up to 25 words as a Back-Cover Text, to the end of the list
2387-of Cover Texts in the Modified Version. Only one passage of
2388-Front-Cover Text and one of Back-Cover Text may be added by (or
2389-through arrangements made by) any one entity. If the Document already
2390-includes a cover text for the same cover, previously added by you or
2391-by arrangement made by the same entity you are acting on behalf of,
2392-you may not add another; but you may replace the old one, on explicit
2393-permission from the previous publisher that added the old one.</P>
2394+<p>
2395+ A compilation of the Document or its derivatives with other separate
2396+ and independent documents or works, in or on a volume of a storage or
2397+ distribution medium, is called an "aggregate" if the copyright
2398+ resulting from the compilation is not used to limit the legal rights
2399+ of the compilation's users beyond what the individual works permit.
2400+ When the Document is included in an aggregate, this License does not
2401+ apply to the other works in the aggregate which are not themselves
2402+ derivative works of the Document.
2403+</p>
2404
2405-<P>The author(s) and publisher(s) of the Document do not by this License
2406-give permission to use their names for publicity for or to assert or
2407-imply endorsement of any Modified Version.</P>
2408+<p>
2409+ If the Cover Text requirement of section 3 is applicable to these
2410+ copies of the Document, then if the Document is less than one half of
2411+ the entire aggregate, the Document's Cover Texts may be placed on
2412+ covers that bracket the Document within the aggregate, or the
2413+ electronic equivalent of covers if the Document is in electronic form.
2414+ Otherwise they must appear on printed covers that bracket the whole
2415+ aggregate.
2416+</p>
2417
2418-<H2>5. Combining Documents</H2>
2419+<p>
2420+ <strong>8. TRANSLATION</strong>
2421+</p>
2422
2423-<P>You may combine the Document with other documents released under this
2424-License, under the terms defined in section 4 above for modified
2425-versions, provided that you include in the combination all of the
2426-Invariant Sections of all of the original documents, unmodified, and
2427-list them all as Invariant Sections of your combined work in its
2428-license notice.</P>
2429+<p>
2430+ Translation is considered a kind of modification, so you may
2431+ distribute translations of the Document under the terms of section 4.
2432+ Replacing Invariant Sections with translations requires special
2433+ permission from their copyright holders, but you may include
2434+ translations of some or all Invariant Sections in addition to the
2435+ original versions of these Invariant Sections. You may include a
2436+ translation of this License, and all the license notices in the
2437+ Document, and any Warranty Disclaimers, provided that you also include
2438+ the original English version of this License and the original versions
2439+ of those notices and disclaimers. In case of a disagreement between
2440+ the translation and the original version of this License or a notice
2441+ or disclaimer, the original version will prevail.
2442+</p>
2443
2444-<P>The combined work need only contain one copy of this License, and
2445-multiple identical Invariant Sections may be replaced with a single
2446-copy. If there are multiple Invariant Sections with the same name but
2447-different contents, make the title of each such section unique by
2448-adding at the end of it, in parentheses, the name of the original
2449-author or publisher of that section if known, or else a unique number.
2450-Make the same adjustment to the section titles in the list of
2451-Invariant Sections in the license notice of the combined work.</P>
2452+<p>
2453+ If a section in the Document is Entitled "Acknowledgements",
2454+ "Dedications", or "History", the requirement (section 4) to Preserve
2455+ its Title (section 1) will typically require changing the actual
2456+ title.
2457+</p>
2458
2459-<P>In the combination, you must combine any sections entitled "History"
2460-in the various original documents, forming one section entitled
2461-"History"; likewise combine any sections entitled "Acknowledgements",
2462-and any sections entitled "Dedications". You must delete all sections
2463-entitled "Endorsements."</P>
2464+<p>
2465+ <strong>9. TERMINATION</strong>
2466+</p>
2467
2468-<H2>6. Collections Of Documents</H2>
2469+<p>
2470+ You may not copy, modify, sublicense, or distribute the Document except
2471+ as expressly provided for under this License. Any other attempt to
2472+ copy, modify, sublicense or distribute the Document is void, and will
2473+ automatically terminate your rights under this License. However,
2474+ parties who have received copies, or rights, from you under this
2475+ License will not have their licenses terminated so long as such
2476+ parties remain in full compliance.
2477+</p>
2478
2479-<P>You may make a collection consisting of the Document and other documents
2480-released under this License, and replace the individual copies of this
2481-License in the various documents with a single copy that is included in
2482-the collection, provided that you follow the rules of this License for
2483-verbatim copying of each of the documents in all other respects.</P>
2484+<p>
2485+ <strong>10. FUTURE REVISIONS OF THIS LICENSE</strong>
2486+</p>
2487
2488-<P>You may extract a single document from such a collection, and distribute
2489-it individually under this License, provided you insert a copy of this
2490-License into the extracted document, and follow this License in all
2491-other respects regarding verbatim copying of that document.</P>
2492+<p>
2493+ The Free Software Foundation may publish new, revised versions
2494+ of the GNU Free Documentation License from time to time. Such new
2495+ versions will be similar in spirit to the present version, but may
2496+ differ in detail to address new problems or concerns. See
2497+ http://www.gnu.org/copyleft/.
2498+</p>
2499
2500-<H2>7. Aggregation With Independent Works</H2>
2501+<p>
2502+ Each version of the License is given a distinguishing version number.
2503+ If the Document specifies that a particular numbered version of this
2504+ License "or any later version" applies to it, you have the option of
2505+ following the terms and conditions either of that specified version or
2506+ of any later version that has been published (not as a draft) by the
2507+ Free Software Foundation. If the Document does not specify a version
2508+ number of this License, you may choose any version ever published (not
2509+ as a draft) by the Free Software Foundation.
2510+</p>
2511
2512-<P>A compilation of the Document or its derivatives with other separate
2513-and independent documents or works, in or on a volume of a storage or
2514-distribution medium, does not as a whole count as a Modified Version
2515-of the Document, provided no compilation copyright is claimed for the
2516-compilation. Such a compilation is called an "aggregate", and this
2517-License does not apply to the other self-contained works thus compiled
2518-with the Document, on account of their being thus compiled, if they
2519-are not themselves derivative works of the Document.</P>
2520+<h3>How to use this License for your documents</h3>
2521
2522-<P>If the Cover Text requirement of section 3 is applicable to these
2523-copies of the Document, then if the Document is less than one quarter
2524-of the entire aggregate, the Document's Cover Texts may be placed on
2525-covers that surround only the Document within the aggregate.
2526-Otherwise they must appear on covers around the whole aggregate.</P>
2527+<p>
2528+ To use this License in a document you have written, include a copy of
2529+ the License in the document and put the following copyright and
2530+ license notices just after the title page:
2531+</p>
2532
2533-<H2>8. Translation</H2>
2534+<pre>
2535+ Copyright (c) YEAR YOUR NAME.
2536+ Permission is granted to copy, distribute and/or modify this document
2537+ under the terms of the GNU Free Documentation License, Version 1.2
2538+ or any later version published by the Free Software Foundation;
2539+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
2540+ Texts. A copy of the license is included in the section entitled "GNU
2541+ Free Documentation License".
2542+</pre>
2543
2544-<P>Translation is considered a kind of modification, so you may
2545-distribute translations of the Document under the terms of section 4.
2546-Replacing Invariant Sections with translations requires special
2547-permission from their copyright holders, but you may include
2548-translations of some or all Invariant Sections in addition to the
2549-original versions of these Invariant Sections. You may include a
2550-translation of this License provided that you also include the
2551-original English version of this License. In case of a disagreement
2552-between the translation and the original English version of this
2553-License, the original English version will prevail.</P>
2554+<p>
2555+ If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
2556+ replace the "with...Texts." line with this:
2557+</p>
2558
2559-<H2>9. Termination</H2>
2560+<pre>
2561+ with the Invariant Sections being LIST THEIR TITLES, with the
2562+ Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST.
2563+</pre>
2564
2565-<P>You may not copy, modify, sublicense, or distribute the Document except
2566-as expressly provided for under this License. Any other attempt to
2567-copy, modify, sublicense or distribute the Document is void, and will
2568-automatically terminate your rights under this License. However,
2569-parties who have received copies, or rights, from you under this
2570-License will not have their licenses terminated so long as such
2571-parties remain in full compliance.</P>
2572+<p>
2573+ If you have Invariant Sections without Cover Texts, or some other
2574+ combination of the three, merge those two alternatives to suit the
2575+ situation.
2576+</p>
2577
2578-<H2>10. Future Revisions Of This License</H2>
2579-
2580-<P>The Free Software Foundation may publish new, revised versions
2581-of the GNU Free Documentation License from time to time. Such new
2582-versions will be similar in spirit to the present version, but may
2583-differ in detail to address new problems or concerns. See
2584-<A HREF="http:///www.gnu.org/copyleft/">http:///www.gnu.org/copyleft/</A>.</P>
2585-
2586-<P>Each version of the License is given a distinguishing version number.
2587-If the Document specifies that a particular numbered version of this
2588-License "or any later version" applies to it, you have the option of
2589-following the terms and conditions either of that specified version or
2590-of any later version that has been published (not as a draft) by the
2591-Free Software Foundation. If the Document does not specify a version
2592-number of this License, you may choose any version ever published (not
2593-as a draft) by the Free Software Foundation.</P>
2594+<p>
2595+ If your document contains nontrivial examples of program code, we
2596+ recommend releasing these examples in parallel under your choice of
2597+ free software license, such as the GNU General Public License,
2598+ to permit their use in free software.
2599+</p>
2600 </BODY>
2601 </HTML>
2602Index: doc/common/kde.css
2603===================================================================
2604--- doc/common/kde.css (.../tags/KDE/3.5.10/kdelibs) (revision 0)
2605+++ doc/common/kde.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
2606@@ -0,0 +1,468 @@
2607+/*
2608+** HTML elements
2609+*/
2610+
2611+body {
2612+ margin: 0;
2613+ padding: 0;
2614+ text-align: center;
2615+ font-size: 0.8em;
2616+ font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
2617+ color: #535353;
2618+ background: #ffffff;
2619+}
2620+
2621+
2622+/*
2623+** HTML Tags
2624+*/
2625+
2626+h1, h2, h3, h4
2627+{
2628+ padding: 0;
2629+ text-align: left;
2630+ font-weight: bold;
2631+ color: #f7800a;
2632+ background: transparent;
2633+}
2634+h1 {
2635+ margin: 0 0 0.3em 0;
2636+ font-size: 1.7em;
2637+}
2638+h2, h3, h4 {
2639+ margin: 1.3em 0 0 0.3em
2640+}
2641+
2642+h2 {
2643+ font-size: 1.5em;
2644+}
2645+
2646+h3 {
2647+ font-size: 1.4em;
2648+}
2649+
2650+h4 {
2651+ font-size: 1.3em;
2652+}
2653+
2654+h5 {
2655+ font-size: 1.2em;
2656+}
2657+
2658+a:link {
2659+ padding-bottom: 0;
2660+ text-decoration: none;
2661+ color: #0057ae;
2662+}
2663+
2664+a:visited {
2665+ padding-bottom: 0;
2666+ text-decoration: none;
2667+ color: #644A9B;
2668+}
2669+
2670+
2671+a[href]:hover {
2672+ text-decoration: underline;
2673+}
2674+
2675+hr {
2676+ margin: 0.3em 1em 0.3em 1em;
2677+ height: 1px;
2678+ border: #dddddd dashed;
2679+ border-width: 0 0 1px 0;
2680+}
2681+
2682+pre {
2683+ display: block;
2684+ margin: 0.3em;
2685+ padding: 0.3em;
2686+ font-size: 1em;
2687+ font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
2688+ color: #000000;
2689+ background: #f9f9f9;
2690+}
2691+
2692+input, textarea, select {
2693+ margin: 0.2em;
2694+ padding: 0.1em;
2695+ color: #888888;
2696+ background: #ffffff;
2697+ border: 1px solid;
2698+}
2699+
2700+blockquote {
2701+ margin: 0.3em;
2702+ padding-left: 2.5em;
2703+ background: transparent;
2704+}
2705+
2706+del {
2707+ color: #800000;
2708+ text-decoration: line-through;
2709+}
2710+
2711+dt {
2712+ font-weight: bold;
2713+ font-size: 1.05em;
2714+ color: #0057ae;
2715+}
2716+
2717+dd {
2718+ margin-left: 1em;
2719+}
2720+
2721+p {
2722+ margin-top: 0.5em;
2723+ margin-bottom: 0.9em;
2724+ text-align: justify;
2725+}
2726+fieldset {
2727+ border: #cccccc 1px solid;
2728+}
2729+
2730+li {
2731+ text-align: left;
2732+}
2733+
2734+fieldset {
2735+ margin-bottom: 1em;
2736+ padding: .5em;
2737+}
2738+
2739+form {
2740+ margin: 0;
2741+ padding: 0;
2742+}
2743+
2744+hr {
2745+ height: 1px;
2746+ border: #888888 1px solid;
2747+ background: #888888;
2748+ margin: 0.5em 0 0.5em 0 ;
2749+}
2750+
2751+img {
2752+ border: 0;
2753+}
2754+table {
2755+ border-collapse: collapse;
2756+ font-size: 1em;
2757+}
2758+th {
2759+ text-align: left;
2760+ padding-right: 1em;
2761+ border: #cccccc solid;
2762+ border-width: 0 0 3px 0;
2763+}
2764+
2765+
2766+/*
2767+** Header
2768+*/
2769+#header {
2770+ width: 100%;
2771+ color: #535353;
2772+ background: #eeeeee;
2773+}
2774+
2775+#header_top {
2776+ margin: 0 auto;
2777+ padding: 0;
2778+ width: 60em;
2779+ min-width: 770px;
2780+ max-width: 45em;
2781+ vertical-align: middle;
2782+ color: #ffffff;
2783+ background: url(top.jpg) repeat-x bottom;
2784+background-color: #0057ae;
2785+}
2786+
2787+#header_top div {
2788+ margin: 0 auto;
2789+ padding: 0;
2790+ background: url(top-left.jpg) no-repeat bottom left;
2791+}
2792+
2793+#header_top div div {
2794+ margin: 0 auto;
2795+ padding: 0;
2796+ vertical-align: middle;
2797+ text-align: left;
2798+ font-size: 1.7em;
2799+ font-weight: bold;
2800+ background: url(top-right.jpg) no-repeat bottom right;
2801+}
2802+
2803+#header_top div div img {
2804+ margin:8px 0px 9px 18px;
2805+ vertical-align: middle;
2806+}
2807+
2808+#header_bottom {
2809+ margin: 0 auto;
2810+ padding: 0.1em 0em 0.3em 0;
2811+ width: 60em;
2812+ min-width: 770px;
2813+ max-width: 45em;
2814+ vertical-align: middle;
2815+ text-align: right;
2816+ background: #eeeeee;
2817+}
2818+
2819+#location {
2820+ padding: 0 0 0 1.5em;
2821+ text-align: left;
2822+ line-height: normal;
2823+ font-size: 1.1em;
2824+ font-weight:bold;
2825+ float: left;
2826+}
2827+
2828+#location ul {
2829+ display: inline;
2830+ margin: 0;
2831+ padding: 0;
2832+ list-style: none;
2833+}
2834+
2835+#location ul li {
2836+ display: inline;
2837+ white-space : nowrap;
2838+ margin: 0;
2839+ padding: 0 1em 0 0;
2840+}
2841+
2842+#menu {
2843+ margin: 0 1.5em 0 0;
2844+ text-align: right;
2845+ line-height: normal;
2846+ font-size: 1.1em;
2847+ font-weight: bold;
2848+}
2849+
2850+#menu ul {
2851+ display: inline;
2852+ list-style: none;
2853+ margin: 0;
2854+ padding: 0;
2855+ text-align: right;
2856+}
2857+
2858+#menu ul li {
2859+ display: inline;
2860+ white-space : nowrap;
2861+ margin: 0;
2862+ padding: 0 0 0 1em;
2863+ text-align: right;
2864+}
2865+
2866+.here a:link, .here a:visited {
2867+ text-decoration:underline;
2868+}
2869+
2870+.here ul a:link, .here ul a:visited {
2871+ text-decoration:none;
2872+}
2873+
2874+#menu ul li a {
2875+ font-weight: bold;
2876+}
2877+
2878+
2879+/*
2880+** Content
2881+*/
2882+
2883+#content {
2884+ width: 100%;
2885+}
2886+
2887+#main {
2888+ /* padding in px not ex because IE messes up 100% width tables otherwise */
2889+ padding-left: 10px;
2890+ text-align: left;
2891+}
2892+
2893+div.nav {
2894+ display: none;
2895+}
2896+
2897+/* The project name (redundant as it is shown in the menu, too) */
2898+div.clearer+h2 {
2899+ display: none;
2900+}
2901+
2902+/* The header on top of a page e.g. "MediaObject Class Reference" */
2903+#main>h1 {
2904+ text-align: center;
2905+ margin-top: 1em;
2906+ margin-bottom: 2em;
2907+}
2908+
2909+/* The group links below the page header */
2910+#main>h1>small {
2911+ font-size: 60%;
2912+}
2913+
2914+/* Section headers like "Detailed Description" */
2915+#main>h2 {
2916+ margin-left: 0;
2917+ margin-top: 1em;
2918+ margin-bottom: 1em;
2919+}
2920+
2921+/* The #include line */
2922+#main>h1+code {
2923+ font-size: 120%;
2924+ background: #F1F1F1;
2925+ border: 1px solid #E7E7E7;
2926+ padding: 2px;
2927+ display: block;
2928+}
2929+
2930+/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */
2931+#main>h1+p+h3 {
2932+ display: none;
2933+}
2934+
2935+#body_wrapper {
2936+ margin: 0 auto;
2937+ width: 60em;
2938+ min-width: 770px;
2939+ max-width: 45em;
2940+ border: #dddddd solid;
2941+ border-width: 0 0 0 1px;
2942+}
2943+
2944+#body {
2945+ float: left;
2946+ margin: 0;
2947+ padding: 0;
2948+ min-height: 40em;
2949+ width: 60em;
2950+ min-width: 770px;
2951+ max-width: 45em;
2952+}
2953+
2954+#right {
2955+ float: right;
2956+ margin: 0;
2957+ padding: 0;
2958+ width: 73%;
2959+}
2960+
2961+/* These are date cells on the front page. */
2962+td.cell_date {
2963+ width: 8em;
2964+ min-width: 8em;
2965+}
2966+
2967+#hotspot, .sideimage {
2968+ float: right;
2969+ margin: 1ex 1em;
2970+ clear: right;
2971+}
2972+
2973+.belowimage, h1, h2, h3, h4, h5 {
2974+ clear: right;
2975+}
2976+
2977+
2978+/*
2979+** Left Menu
2980+*/
2981+
2982+#left {
2983+ float: left;
2984+ margin: 0;
2985+ padding: 0;
2986+ width: 25%;
2987+}
2988+
2989+.menu_box {
2990+ padding: 0.7em 0 0 0;
2991+}
2992+
2993+.menu_box ul {
2994+ text-align: left;
2995+}
2996+
2997+.menu_box li {
2998+ list-style-type: none;
2999+ text-align: left;
3000+ margin-left: 0.1em;
3001+}
3002+
3003+.menu_box ul ul {
3004+margin: 0;
3005+padding-left: 0;
3006+}
3007+
3008+.menu_box li li {
3009+margin-left: 1em;
3010+}
3011+
3012+.menu_box .active{
3013+ color: #cf4913;
3014+}
3015+
3016+.menutitle {
3017+ margin: 0.6em 0 1.2em 0;
3018+ padding:0;
3019+ color: #ffffff;
3020+ background: url(block_title_mid.png) repeat-y right;
3021+background-color: #0057ae;
3022+}
3023+.menutitle div {
3024+ margin: 0;
3025+ padding:0;
3026+ background: url(block_title_top.png) no-repeat top right;
3027+}
3028+.menutitle div h2 {
3029+ margin: 0;
3030+ padding: 0.2em 0 0.3em 1.3em;
3031+ line-height:1.2em;
3032+ font-size: 120%;
3033+ font-weight: normal;
3034+ color: #ffffff;
3035+ background: url(block_title_bottom.png) no-repeat bottom right;
3036+}
3037+
3038+.clearer {
3039+ clear: both;
3040+ height: 1px;
3041+}
3042+
3043+
3044+/*
3045+** Footer
3046+*/
3047+#footer {
3048+ width: 100%;
3049+ background: #eeeeee;
3050+}
3051+
3052+#footer_text {
3053+ margin: 0 auto;
3054+ padding: 1em 0 1em 3.5em;
3055+ width: 51.5em;
3056+ text-align: left;
3057+ color: #000000;
3058+ background: #eeeeee;
3059+}
3060+
3061+#footer a:link, #footer a:visited {
3062+ color: #4d88c3;
3063+}
3064+
3065+#quicklinks {
3066+font-size: 1em;
3067+padding: 1em;
3068+text-align: center;
3069+margin-top: 0.5em;
3070+margin-left: 0.2em;
3071+margin-bottom: 0.5em;
3072+margin-right: 0.2em;
3073+}
3074+
3075Index: doc/common/block_title_top.png
3076===================================================================
3077Cannot display: file marked as a binary type.
3078svn:mime-type = application/octet-stream
3079
3080Property changes on: doc/common/block_title_top.png
3081___________________________________________________________________
3082Added: svn:mime-type
3083 + application/octet-stream
3084
3085Index: doc/common/mainheader.html
3086===================================================================
3087--- doc/common/mainheader.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
3088+++ doc/common/mainheader.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3089@@ -1,70 +1,66 @@
3090 <?xml version="1.0" encoding="UTF-8"?>
3091 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3092-<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
3093
3094+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3095 <head>
3096- <title>$projectname</title>
3097- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3098+ <title>$title</title>
3099
3100- <meta http-equiv="Content-Style-Type" content="text/css" />
3101+<style type="text/css">
3102+ .cp-doNotDisplay { display: none; }
3103+ @media aural, braille, handheld, tty { .cp-doNotDisplay { display: inline; speak: normal; }}
3104+ .cp-edit { text-align: right; }
3105+ @media print, embossed { .cp-edit { display: none; }}
3106+</style>
3107
3108- <meta http-equiv="pics-label" content='(pics-1.1 "http://www.icra.org/ratingsv02.html" comment "ICRAonline DE v2.0" l gen true for "http://www.kde.org" r (nz 1 vz 1 lz 1 oz 1 cb 1) "http://www.rsac.org/ratingsv01.html" l gen true for "http://www.kde.org" r (n 0 s 0 v 0 l 0))' />
3109-
3110+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3111+ <meta http-equiv="Content-Style-Type" content="text/css" />
3112+ <link rel="meta" href="http://www.kde.org/labels.rdf" type="application/rdf+xml" title="ICRA labels" />
3113 <meta name="trademark" content="KDE e.V." />
3114 <meta name="description" content="K Desktop Environment Homepage, KDE.org" />
3115 <meta name="MSSmartTagsPreventParsing" content="true" />
3116 <meta name="robots" content="all" />
3117-
3118- <link rel="shortcut icon" href="@topdir@/favicon.ico" />
3119-
3120-<link rel="stylesheet" media="screen" type="text/css" title="APIDOX" href="doxygen.css" />
3121-
3122-
3123-<style type="text/css">
3124-<!--
3125-hr { display: none; }
3126-#content h2 { margin-left: 0px; }
3127-table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
3128-td.mdRow { padding: 8px 20px; }
3129-td.md { font-weight: bold; }
3130-td.mdname1 { font-weight: bold; color: #602020; }
3131-td.mdname { font-weight: bold; color: #602020; }
3132-
3133-.copyrights { width: 80%; margin: 1ex 10%; color:#BCBCBC; }
3134-.copyrights a { color: #9A9A9A; }
3135-
3136--->
3137-</style>
3138-
3139+ <meta name="no-email-collection" content="http://www.unspam.com/noemailcollection" />
3140+ <link rel="shortcut icon" href="@topdir@/favicon.ico" /><link rel="icon" href="@topdir@/favicon.ico" />
3141+ <link rel="stylesheet" type="text/css" href="@topdir@/doxygen.css" />
3142+ <link rel="stylesheet" type="text/css" href="@topdir@/tabs.css" />
3143+ <link rel="stylesheet" media="screen" type="text/css" title="KDE Colors" href="@topdir@/kde.css" />
3144+ <link rel="stylesheet" media="print, embossed" type="text/css" href="@topdir@/print.css" />
3145+ <link rel="stylesheet" media="screen, aural, handheld, tty, braille" type="text/css" title="Flat" href="@topdir@/flat.css" />
3146 </head>
3147
3148 <body>
3149
3150-<div id="nav_header_top" align="right">
3151- <a href="#content" class="doNotDisplay" accesskey="2">Skip to main content ::</a>
3152+<ul class="cp-doNotDisplay">
3153+ <li><a href="#cp-content" accesskey="2">Skip to content</a></li>
3154+ <li><a href="#cp-menu" accesskey="5">Skip to link menu</a></li>
3155+</ul>
3156
3157- <a href="@topdir@"><img id="nav_header_logo" alt="Home" align="left" src="@topdir@/kde_gear_64.png" border="0" /></a>
3158- <span class="doNotDisplay">::</span>
3159+<div id="container">
3160+<div id="header">
3161+ <div id="header_top"><div><div>
3162+ <img alt ="" src="@topdir@/top-kde.jpg"/>
3163+ KDE 3.5 API Reference </div></div></div>
3164+ <div id="header_bottom">
3165+ <div id="location">
3166+ <ul>
3167+ <li><a href="http://api.kde.org">KDE API Reference</a></li>
3168+ </ul>
3169+ </div>
3170
3171- <div id="nav_header_title" align="left">KDE API Reference</div>
3172-
3173-
3174-</div>
3175-
3176-<div id="nav_header_bottom" align="right">
3177- <span class="doNotDisplay">:: <a href="#navigation" accesskey="5">Skip to Link Menu</a><br/></span>
3178- <div id="nav_header_bottom_right" style="text-align: left;">
3179-/ <a href="@topdir@">API Reference</a>
3180+ <div id="menu">
3181+<ul><li><a href="http://kde.org/family/">Sitemap</a></li>
3182+<li><a href="http://kde.org/contact/">Contact Us</a></li>
3183+</ul> </div>
3184 </div>
3185 </div>
3186+<!-- End page header -->
3187+ <div id="body_wrapper">
3188+ <div id="body">
3189+ <!-- begin main content -->
3190+ <div id="right">
3191+ <div class="content">
3192+ <div id="main">
3193+ <div class="clearer">&nbsp;</div>
3194+<h2><a name="content"></a>$projectname</h2>
3195
3196-
3197-<table id="main" border="0" cellpadding="0" cellspacing="0" width="100%">
3198-<tr>
3199- <td valign="top" class="menuheader" height="0"></td>
3200-
3201- <td id="contentcolumn" valign="top" rowspan="2" >
3202- <div id="content"><div style="width:100%;">
3203- <a name="content"></a>
3204-
3205-
3206+<!-- BC -->
3207Index: doc/common/README.Doxygen
3208===================================================================
3209--- doc/common/README.Doxygen (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
3210+++ doc/common/README.Doxygen (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3211@@ -29,7 +29,7 @@
3212 In a configured build directory, you can use "make apidox" to
3213 generate the API dox for the module -- assuming it has any, of course.
3214 Writing dox is beyond the scope of this README -- see the notes at
3215-http://developer.kde.org/policies/documentationpolicy.html .
3216+http://techbase.kde.org/Policies/Library_Documentation_Policy .
3217 You can generate dox by hand -- without even having a configured
3218 build directory -- as explained below. There is also documentation
3219 for the special tags you can enter in Makefile.am anywhere
3220Index: doc/common/flat.css
3221===================================================================
3222--- doc/common/flat.css (.../tags/KDE/3.5.10/kdelibs) (revision 0)
3223+++ doc/common/flat.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3224@@ -0,0 +1,446 @@
3225+/*
3226+** HTML elements
3227+*/
3228+
3229+body {
3230+ margin: 0;
3231+ padding: 0;
3232+ text-align: center;
3233+ font-size: 0.8em;
3234+ font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
3235+ color: #535353;
3236+ background: #ffffff;
3237+}
3238+
3239+
3240+/*
3241+** HTML Tags
3242+*/
3243+
3244+h1, h2, h3, h4
3245+{
3246+ padding: 0;
3247+ text-align: left;
3248+ font-weight: bold;
3249+ color: #f7800a;
3250+ background: transparent;
3251+}
3252+h1 {
3253+ margin: 0 0 0.3em 0;
3254+ font-size: 1.7em;
3255+}
3256+h2, h3, h4 {
3257+ margin: 1.3em 0 0 0.3em
3258+}
3259+
3260+h2 {
3261+ font-size: 1.5em;
3262+}
3263+
3264+h3 {
3265+ font-size: 1.4em;
3266+}
3267+
3268+h4 {
3269+ font-size: 1.3em;
3270+}
3271+
3272+h5 {
3273+ font-size: 1.2em;
3274+}
3275+
3276+a:link {
3277+ padding-bottom: 0;
3278+ text-decoration: none;
3279+ color: #0057ae;
3280+}
3281+
3282+a:visited {
3283+ padding-bottom: 0;
3284+ text-decoration: none;
3285+ color: #644A9B;
3286+}
3287+
3288+
3289+a[href]:hover {
3290+ text-decoration: underline;
3291+}
3292+
3293+hr {
3294+ margin: 0.3em 1em 0.3em 1em;
3295+ height: 1px;
3296+ border: #dddddd dashed;
3297+ border-width: 0 0 1px 0;
3298+}
3299+
3300+pre {
3301+ display: block;
3302+ margin: 0.3em;
3303+ padding: 0.3em;
3304+ font-size: 1em;
3305+ font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
3306+ color: #000000;
3307+ background: #f9f9f9;
3308+ border: #2f6fab dashed;
3309+ border-width: 1px;
3310+ overflow: auto;
3311+ line-height: 1.1em;
3312+}
3313+
3314+input, textarea, select {
3315+ margin: 0.2em;
3316+ padding: 0.1em;
3317+ color: #888888;
3318+ background: #ffffff;
3319+ border: 1px solid;
3320+}
3321+
3322+blockquote {
3323+ margin: 0.3em;
3324+ padding-left: 2.5em;
3325+ background: transparent;
3326+}
3327+
3328+del {
3329+ color: #800000;
3330+ text-decoration: line-through;
3331+}
3332+
3333+dt {
3334+ font-weight: bold;
3335+ font-size: 1.05em;
3336+ color: #0057ae;
3337+}
3338+
3339+dd {
3340+ margin-left: 1em;
3341+}
3342+
3343+p {
3344+ margin-top: 0.5em;
3345+ margin-bottom: 0.9em;
3346+ text-align: justify;
3347+}
3348+fieldset {
3349+ border: #cccccc 1px solid;
3350+}
3351+
3352+li {
3353+ text-align: left;
3354+}
3355+
3356+fieldset {
3357+ margin-bottom: 1em;
3358+ padding: .5em;
3359+}
3360+
3361+form {
3362+ margin: 0;
3363+ padding: 0;
3364+}
3365+
3366+hr {
3367+ height: 1px;
3368+ border: #888888 1px solid;
3369+ background: #888888;
3370+ margin: 0.5em 0 0.5em 0 ;
3371+}
3372+
3373+img {
3374+ border: 0;
3375+}
3376+table {
3377+ border-collapse: collapse;
3378+ font-size: 1em;
3379+}
3380+th {
3381+ text-align: left;
3382+ padding-right: 1em;
3383+ border: #cccccc solid;
3384+ border-width: 0 0 3px 0;
3385+}
3386+
3387+
3388+/*
3389+** Header
3390+*/
3391+#header {
3392+ color: #535353;
3393+ background: #eeeeee;
3394+}
3395+
3396+#header_top {
3397+ margin: 0 auto;
3398+ padding: 0;
3399+ vertical-align: middle;
3400+ color: #ffffff;
3401+ background: url(top.jpg) repeat-x bottom;
3402+background-color: #0057ae;
3403+}
3404+
3405+#header_top div {
3406+ margin: 0 auto;
3407+ padding: 0;
3408+ background: url(top-left.jpg) no-repeat bottom left;
3409+}
3410+
3411+#header_top div div {
3412+ margin: 0 auto;
3413+ padding: 0;
3414+ vertical-align: middle;
3415+ text-align: left;
3416+ font-size: 1.7em;
3417+ font-weight: bold;
3418+ background: url(top-right.jpg) no-repeat bottom right;
3419+}
3420+
3421+#header_top div div img {
3422+ margin:8px 0px 9px 18px;
3423+ vertical-align: middle;
3424+}
3425+
3426+#header_bottom {
3427+ margin: 0 auto;
3428+ padding: 0.1em 0em 0.3em 0;
3429+ vertical-align: middle;
3430+ text-align: right;
3431+ background: #eeeeee;
3432+}
3433+
3434+#location {
3435+ padding: 0 0 0 1.5em;
3436+ text-align: left;
3437+ line-height: normal;
3438+ font-size: 1.1em;
3439+ font-weight:bold;
3440+}
3441+
3442+#location ul {
3443+ display: inline;
3444+ margin: 0;
3445+ padding: 0;
3446+ list-style: none;
3447+}
3448+
3449+#location ul li {
3450+ display: inline;
3451+ white-space : nowrap;
3452+ margin: 0;
3453+ padding: 0 1em 0 0;
3454+}
3455+
3456+#menu {
3457+ margin: 0 1.5em 0 0;
3458+ text-align: right;
3459+ line-height: normal;
3460+ font-size: 1.1em;
3461+ font-weight: bold;
3462+}
3463+
3464+#menu ul {
3465+ display: inline;
3466+ list-style: none;
3467+ margin: 0;
3468+ padding: 0;
3469+ text-align: right;
3470+}
3471+
3472+#menu ul li {
3473+ display: inline;
3474+ white-space : nowrap;
3475+ margin: 0;
3476+ padding: 0 0 0 1em;
3477+ text-align: right;
3478+}
3479+
3480+.here a:link, .here a:visited {
3481+ text-decoration:underline;
3482+}
3483+
3484+.here ul a:link, .here ul a:visited {
3485+ text-decoration:none;
3486+}
3487+
3488+#menu ul li a {
3489+ font-weight: bold;
3490+}
3491+
3492+
3493+/*
3494+** Content
3495+*/
3496+
3497+#content {
3498+}
3499+
3500+#main {
3501+ /* padding in px not ex because IE messes up 100% width tables otherwise */
3502+ padding: 0 10px 0 10px;
3503+ text-align: left;
3504+}
3505+
3506+div.nav {
3507+ display: none;
3508+}
3509+
3510+/* The project name (redundant as it is shown in the menu, too) */
3511+div.clearer+h2 {
3512+ display: none;
3513+}
3514+
3515+/* The header on top of a page e.g. "MediaObject Class Reference" */
3516+#main>h1 {
3517+ text-align: center;
3518+ margin-top: 1em;
3519+ margin-bottom: 2em;
3520+}
3521+
3522+/* The group links below the page header */
3523+#main>h1>small {
3524+ font-size: 60%;
3525+}
3526+
3527+/* Section headers like "Detailed Description" */
3528+#main>h2 {
3529+ margin-left: 0;
3530+ margin-top: 1em;
3531+ margin-bottom: 1em;
3532+}
3533+
3534+/* The #include line */
3535+#main>h1+code {
3536+ font-size: 120%;
3537+ background: #F1F1F1;
3538+ border: 1px solid #E7E7E7;
3539+ padding: 2px;
3540+ display: block;
3541+}
3542+
3543+/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */
3544+#main>h1+p+h3 {
3545+ display: none;
3546+}
3547+
3548+#body_wrapper {
3549+ margin: 0 auto;
3550+ border: #dddddd solid;
3551+ border-width: 0 0 0 1px;
3552+}
3553+
3554+#body {
3555+ margin: 0;
3556+ padding: 0;
3557+}
3558+
3559+#right {
3560+ margin: 0;
3561+ padding: 0;
3562+}
3563+
3564+/* These are date cells on the front page. */
3565+td.cell_date {
3566+}
3567+
3568+#hotspot, .sideimage {
3569+ margin: 1ex 1em;
3570+ clear: right;
3571+}
3572+
3573+.belowimage, h1, h2, h3, h4, h5 {
3574+ clear: right;
3575+}
3576+
3577+
3578+/*
3579+** Left Menu
3580+*/
3581+
3582+#left {
3583+ margin: 0;
3584+ padding: 0;
3585+}
3586+
3587+.menu_box {
3588+ padding: 0.7em 0 0 0;
3589+}
3590+
3591+.menu_box ul {
3592+ text-align: left;
3593+}
3594+
3595+.menu_box li {
3596+ list-style-type: none;
3597+ text-align: left;
3598+ margin-left: 0.1em;
3599+}
3600+
3601+.menu_box ul ul {
3602+margin: 0;
3603+padding-left: 0;
3604+}
3605+
3606+.menu_box li li {
3607+margin-left: 1em;
3608+}
3609+
3610+.menu_box .active{
3611+ color: #cf4913;
3612+}
3613+
3614+.menutitle {
3615+ margin: 0.6em 0 1.2em 0;
3616+ padding:0;
3617+ color: #ffffff;
3618+ background: url(block_title_mid.png) repeat-y right;
3619+background-color: #0057ae;
3620+}
3621+.menutitle div {
3622+ margin: 0;
3623+ padding:0;
3624+ background: url(block_title_top.png) no-repeat top right;
3625+}
3626+.menutitle div h2 {
3627+ margin: 0;
3628+ padding: 0.2em 0 0.3em 1.3em;
3629+ line-height:1.2em;
3630+ font-size: 120%;
3631+ font-weight: normal;
3632+ color: #ffffff;
3633+ background: url(block_title_bottom.png) no-repeat bottom right;
3634+}
3635+
3636+.clearer {
3637+ clear: both;
3638+ height: 1px;
3639+}
3640+
3641+
3642+/*
3643+** Footer
3644+*/
3645+#footer {
3646+ background: #eeeeee;
3647+}
3648+
3649+#footer_text {
3650+ margin: 0 auto;
3651+ padding: 1em 0 1em 3.5em;
3652+ text-align: left;
3653+ color: #000000;
3654+ background: #eeeeee;
3655+}
3656+
3657+#footer a:link, #footer a:visited {
3658+ color: #4d88c3;
3659+}
3660+
3661+#quicklinks {
3662+font-size: 1em;
3663+padding: 1em;
3664+text-align: center;
3665+margin-top: 0.5em;
3666+margin-left: 0.2em;
3667+margin-bottom: 0.5em;
3668+margin-right: 0.2em;
3669+}
3670+
3671Index: doc/common/top.jpg
3672===================================================================
3673Cannot display: file marked as a binary type.
3674svn:mime-type = application/octet-stream
3675
3676Property changes on: doc/common/top.jpg
3677___________________________________________________________________
3678Added: svn:mime-type
3679 + application/octet-stream
3680
3681Index: doc/common/top-kde.jpg
3682===================================================================
3683Cannot display: file marked as a binary type.
3684svn:mime-type = application/octet-stream
3685
3686Property changes on: doc/common/top-kde.jpg
3687___________________________________________________________________
3688Added: svn:mime-type
3689 + application/octet-stream
3690
3691Index: doc/common/fdl-notice.html
3692===================================================================
3693--- doc/common/fdl-notice.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
3694+++ doc/common/fdl-notice.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3695@@ -6,7 +6,7 @@
3696 <body>
3697
3698 <p>Permission is granted to copy, distribute and/or modify this document
3699-under the terms of the GNU Free Documentation License, Version 1.1 or any
3700+under the terms of the GNU Free Documentation License, Version 1.2 or any
3701 later version published by the Free Software Foundation; with no Invariant
3702 Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy
3703 of the license is included <a href="fdl-license.html">here</a>.</p>
3704Index: doc/common/top-right.png
3705===================================================================
3706Cannot display: file marked as a binary type.
3707svn:mime-type = application/octet-stream
3708
3709Property changes on: doc/common/top-right.png
3710___________________________________________________________________
3711Added: svn:mime-type
3712 + application/octet-stream
3713
3714Index: doc/common/footer.html
3715===================================================================
3716--- doc/common/footer.html (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
3717+++ doc/common/footer.html (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3718@@ -1,13 +1,12 @@
3719- </div></div>
3720-
3721-
3722- </td>
3723- </tr>
3724- <tr>
3725- <td valign="top" id="leftmenu" width="25%">
3726- <a name="navigation"></a>
3727- <div class="menu_box"><h2>$projectname</h2>
3728-<div class="nav_list">
3729+ </div>
3730+ </div>
3731+ </div>
3732+ <div id="left">
3733+ <div class="menu_box">
3734+<a name="cp-menu" /><div class="menutitle"><div>
3735+<h2 id="cp-menu-project">$projectname</h2>
3736+<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "$projectname"</a>
3737+</div></div>
3738 <!-- menu -->
3739 <!-- cmenu.begin -->
3740 <h2>Class Picker</h2>
3741@@ -20,46 +19,46 @@
3742 </form>
3743 </div>
3744 <!-- cmenu.end -->
3745+
3746+<div class="menu_box">
3747+<a name="cp-menu" /><div class="menutitle"><div>
3748+<h2 id="cp-menu-project">@topname@</h2>
3749+<a href="#cp-skip-project" class="cp-doNotDisplay">Skip menu "@topname@"</a>
3750 </div></div>
3751-<div class="menu_box"><h2>API Dox</h2>
3752 <div class="nav_list">
3753 <ul>
3754 <!-- gmenu -->
3755 </ul></div></div>
3756
3757+ </div>
3758+ </div>
3759+ <div class="clearer"></div>
3760+ </div>
3761+ <div class="clearer"></div>
3762+ </div>
3763
3764- </td>
3765-</tr>
3766-</table>
3767
3768-<span class="doNotDisplay">
3769- <a href="http://www.kde.org/" accesskey="8">KDE Home</a> |
3770- <a href="http://accessibility.kde.org/" accesskey="9">KDE Accessibility Home</a> |
3771- <a href="http://www.kde.org/media/accesskeys.php" accesskey="0">Description of Access Keys</a>
3772-</span>
3773+ <div id="end_body"></div>
3774
3775
3776-<div style="height: 8px"></div>
3777+ <div id="footer"><div id="footer_text">
3778+ Generated for @topname@ by
3779+ <a href="http://www.doxygen.org/index.html">doxygen</a> $doxygenversion<br />
3780
3781-<div id="footer">
3782- <div id="footer_left">
3783- Maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
3784+ This website is maintained by <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;groo&#116;&#64;kde&#46;or&#x67;">Adriaan de Groot</a>
3785 and
3786-<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;nter&#64;kde&#46;or&#x67">Allen Winter</a>.
3787-<br/>
3788- KDE and K Desktop Environment are trademarks of <a href="http://www.kde.org/areas/kde-ev/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
3789- <a href="http://www.kde.org/contact/impressum.php">Legal</a>
3790+<a href="&#109;a&#105;&#108;&#116;&#111;&#58;w&#105;n&#116;er&#64;kde&#46;or&#x67;">Allen Winter</a>.<br />
3791+ KDE<sup>&#174;</sup> and <a href="@topdir@/kde_gear_black.png">the K Desktop Environment<sup>&#174;</sup> logo</a> are registered trademarks of <a href="http://ev.kde.org/" title="Homepage of the KDE non-profit Organization">KDE e.V.</a> |
3792+ <a href="http://www.kde.org/contact/impressum.php">Legal</a>
3793+ </div></div>
3794 </div>
3795- <div id="footer_right"><img src="/media/images/footer_right.png" style="margin: 0px" alt="" /></div>
3796-</div>
3797
3798 <!--
3799 WARNING: DO NOT SEND MAIL TO THE FOLLOWING EMAIL ADDRESS! YOU WILL
3800 BE BLOCKED INSTANTLY AND PERMANENTLY!
3801-<a href="mailto:aaaatrap-425acc3b5374943f@kde.org">Block me</a>
3802+<a href="mailto:aaaatrap-45abe0e0c3bebc77@kde.org">Block me</a>
3803 WARNING END
3804 -->
3805
3806 </body>
3807 </html>
3808-
3809Index: doc/common/block_title_bottom.png
3810===================================================================
3811Cannot display: file marked as a binary type.
3812svn:mime-type = application/octet-stream
3813
3814Property changes on: doc/common/block_title_bottom.png
3815___________________________________________________________________
3816Added: svn:mime-type
3817 + application/octet-stream
3818
3819Index: doc/common/doxygen.css
3820===================================================================
3821--- doc/common/doxygen.css (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
3822+++ doc/common/doxygen.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
3823@@ -1,416 +1,96 @@
3824-/**
3825- * based on code by Sebastian Faubel
3826- * modified by Christoph Cullmann
3827- */
3828-
3829-/* common (X)HTML formats */
3830-
3831-body {
3832-font-size: 100%;
3833-line-height: 1.2em; /* Note: it is inherited as is, not recalculated! */
3834-background-color: white;
3835-color: black;
3836-font-family: sans-serif;
3837-padding: 0;
3838-margin: 0;
3839+#content td.memItemLeft {
3840+text-align: right;
3841 }
3842
3843-table, td, th {
3844-font-family: sans-serif;
3845-padding: 0;
3846-margin: 0;
3847-text-align: left;
3848+.groupHeader {
3849+font-size: medium;
3850+color: #418ADE;
3851 }
3852
3853-input, select {
3854-font-size: 0.8em;
3855-line-height: 1em;
3856-}
3857+hr { display: none; }
3858+#content h2 { margin-left: 0px; }
3859
3860-optgroup {
3861-font-style: normal;
3862+table.memname {
3863+empty-cells: show;
3864+background-color: #f8f8f8;
3865+outline: .2em solid #d7d7d7;
3866+margin-top: 3em;
3867+margin-bottom: 1em;
3868 }
3869
3870-a:link {
3871-color: #0000C0;
3872-text-decoration: none;
3873+td.memname {
3874+white-space: nowrap;
3875+font-weight: bold;
3876 }
3877
3878-a:visited {
3879-color: #800080;
3880-text-decoration: none;
3881-}
3882-
3883-a:hover {
3884-text-decoration: underline;
3885-}
3886-
3887-/* navigation header, this is the combined area with logo and section links */
3888-
3889-#nav_header_top {
3890- position: absolute;
3891- z-index: 5;
3892-
3893- top: 0px;
3894- left: 0px;
3895- right: 0px;
3896- width: 100%;
3897- height: 52px;
3898-
3899- text-align: right;
3900-
3901- background-color: #418ade;
3902- border-bottom: 1px solid #000000;
3903-}
3904-
3905-#nav_header_bottom {
3906- margin-top: 52px;
3907- padding: 6px 6px 6px 84px;
3908- background-color: #dfe7f3;
3909- border-bottom: 1px solid #000000;
3910- height: 1em;
3911-}
3912-
3913-#nav_header_logo {
3914- float: left;
3915- margin-top: 10px;
3916- margin-left: 10px;
3917- border: 0px;
3918- z-index: 10;
3919-}
3920-
3921-#nav_header_logo a img {
3922- width: 64px;
3923- height: 64px;
3924-}
3925-
3926-/* title text */
3927-#nav_header_title {
3928- position: absolute;
3929- top: 12px;
3930- left: 86px;
3931- border: 0px;
3932- font-size: 32px;
3933- font-weight: bold;
3934- color: white;
3935- white-space: nowrap;
3936-
3937- line-height: 36px;
3938-}
3939-
3940-/* location combo */
3941-#nav_header_location {
3942- position: absolute;
3943- top: 12px;
3944- right: 8px;
3945- border: 0px;
3946- color: #444;
3947- vertical-align: middle;
3948- white-space: nowrap;
3949-
3950- font-size: 14px;
3951-}
3952-
3953-/* location URL */
3954-#nav_header_bottom_left {
3955- float:left;
3956- text-align: left;
3957- vertical-align: middle;
3958-
3959- font-size: 0.8em;
3960- line-height: 1.1em;
3961-}
3962-
3963-/* place for the links to contact, sitemap, ... s*/
3964-#nav_header_bottom_right {
3965- text-align: right;
3966- vertical-align: middle;
3967-
3968- font-size: 0.8em;
3969- line-height: 1.1em;
3970-}
3971-
3972-#nav_header_bottom a:link, #nav_header_bottom a:visited {
3973- text-decoration: none;
3974-}
3975-
3976-#nav_header_bottom a:hover {
3977- text-decoration: underline;
3978-}
3979-
3980-.nav_list ul {
3981-margin: 0px;
3982-padding: 0em;
3983-}
3984-
3985-.nav_list ul li {
3986-list-style-type: none;
3987-position: relative;
3988-left: -2em;
3989-padding: 0px;
3990-}
3991-
3992-/* main color definitions */
3993-
3994-.invisible {
3995-display: none;
3996-}
3997-
3998-.menuheader {
3999-height: 0;
4000-line-height: 0;
4001-margin: 0;
4002-padding: 0;
4003-font-size: 0;
4004-background-color: #3E91EB;
4005-}
4006-
4007-#leftmenu, #rightmenu {
4008-width: 20%;
4009-}
4010-
4011-#leftmenu h2, #rightmenu h2 {
4012-font-size: 1em;
4013-padding-left: 1em;
4014-vertical-align: middle;
4015-background-color: #418ade;
4016-border-top: 0.3em solid #418ade;
4017-border-bottom: 0.3em solid #418ade;
4018-color: white;
4019-margin-top: 0;
4020-}
4021-
4022-#leftmenu ul, #rightmenu ul {
4023-margin: 0;
4024-padding-left: 0.5em;
4025-padding-bottom: 1em;
4026-}
4027-
4028-#leftmenu li, #rightmenu li {
4029-font-size: 0.8em;
4030-margin-left: 2em;
4031-}
4032-
4033-#leftmenu ul ul, #rightmenu ul ul {
4034-margin: 0;
4035-padding-left: 0;
4036-}
4037-
4038-#leftmenu li li, #rightmenu li li{
4039-font-size: 0.8em;
4040-margin-left: 1em;
4041-}
4042-
4043-/**
4044- * page footer
4045- */
4046-
4047-/* background + border at top */
4048-#footer {
4049- border-top: 1px solid #000000;
4050- background-image: url(/media/images/footer_bg.png);
4051- background-repeat: repeat-x;
4052- background: #418ADE;
4053- width: 100%;
4054- height: 100px;
4055- bottom:0px;
4056-}
4057-
4058-/* right footer, contains the wave image */
4059-#footer_right {
4060- float: right;
4061- right: 0px;
4062- text-align: right;
4063- z-index: 5;
4064-}
4065-
4066-#footer_right img {
4067-display: none;
4068-}
4069-
4070-/* left footer, contains the text */
4071-#footer_left {
4072- float: left;
4073- text-align: left;
4074- padding: 1em 1.5em 0em 1.5em;
4075- clear: both;
4076- z-index: 10;
4077-}
4078-
4079-#header {
4080-font-size: 0.8em;
4081-height: 1.2em;
4082-padding-left: 1em;
4083-vertical-align: middle;
4084-background-color: #418ade;
4085-color: white;
4086-margin: 0;
4087-padding: 0;
4088-border-top: 1px solid white;
4089-border-bottom: 1px solid #206dcd;
4090-}
4091-
4092-#headerpath {
4093-text-align: left;
4094+.paramtype {
4095+white-space: nowrap;
4096 font-weight: bold;
4097-padding-left: 0.5em;
4098 }
4099
4100-#headermenu {
4101-text-align: right;
4102+.paramname {
4103+white-space: nowrap;
4104 font-weight: bold;
4105-padding-right: 0.5em;
4106 }
4107
4108-#rightmenu h3 {
4109-padding: 0.3em 1.3em;
4110-font-size: 1em;
4111-}
4112-
4113-/* classes */
4114-
4115-/* static IDs, ordered top to bottom */
4116-
4117-#location {
4118-padding-right: 1em;
4119-vertical-align: middle;
4120+.paramkey {
4121 text-align: right;
4122 }
4123
4124-#location i {
4125-color: #036;
4126-font-style: normal;
4127-font-size: 0.8em;
4128-}
4129
4130-#location form {
4131-margin: 0;
4132+table.mdTable {
4133+background-color: #f8f8f8;
4134+outline: .2em solid #d7d7d7;
4135+width: 80%;
4136 }
4137
4138-#location input, #location select {
4139-margin: 2px;
4140-}
4141+td.mdRow { padding: 8px 20px; }
4142+td.md { font-weight: bold; }
4143+td.mdname1 { font-weight: bold; color: #602020; }
4144+td.mdname { font-weight: bold; color: #602020; }
4145
4146-#content {
4147-background-color: white;
4148-padding: 0.5em 0.7em 1.5em 0.7em;
4149-background-color: white;
4150-text-align: justify;
4151+div.bic {
4152+border: 2px solid #E72300;
4153+background: #F6CFDD;
4154+padding: 0.5ex 1em;
4155 }
4156
4157-#content td, #content th {
4158-font-family: sans-serif;
4159-padding: 0.25em;
4160-margin: 0;
4161-text-align: left;
4162+div.memitem {
4163 }
4164
4165-#content h4, #content h3, #content h2, #content h1 {
4166-color: #418ade;
4167-text-align: left;
4168-line-height: 1em; /* without this lines stick in each other for headings */
4169+div.memproto {
4170+/*background: #F9F9F9;
4171+border: 1px solid #AAAAAA;*/
4172+font-weight: bold;
4173 }
4174
4175-#quicklinks {
4176-background-color: #E6F0F9;
4177-font-size: 1em;
4178-padding: 1em;
4179-text-align: center;
4180-margin-top: 1em;
4181-margin-left: 0.5em;
4182-margin-bottom: 0.5em;
4183-margin-right: 0.5em;
4184+div.memproto td {
4185+white-space: nowrap;
4186+padding:0;
4187+margin:0;
4188 }
4189
4190-#leftmenu, #rightmenu {
4191-background-color: white;
4192-color: #036;
4193+table.memname {
4194+border-spacing: 0;
4195+border-collapse:collapse;
4196 }
4197
4198-.menu_box {
4199- border-top: 8px solid white;
4200-
4201- border-right: 8px solid white;
4202- border-left: 8px solid white;
4203-
4204- background-color: #dfe7f3;
4205+td.paramtype {
4206+font-family:monospace;
4207 }
4208
4209-#search {
4210-text-align: center;
4211-padding: 0.2em 0.2em 0.2em 0.2em;
4212+div.memproto a.el {
4213+font-family:monospace;
4214 }
4215
4216-#search label {
4217-display: none;
4218+div.memproto a.elRef {
4219+font-family:monospace;
4220 }
4221
4222-#search input, #search select {
4223-width: 95%;
4224-margin-bottom: 2px;
4225-}
4226-
4227-#hotspot {
4228-font-size: 0.8em;
4229-line-height: 1em;
4230-text-align: center;
4231-padding: 0 0 0.8em 0;
4232-}
4233-
4234-#rightmenu h3 {
4235-margin-bottom: 0;
4236-}
4237-
4238-.newsbox1 {
4239-background-color: #E6F0F9;
4240-margin-top: 1em;
4241-margin-bottom: 0.5em;
4242-}
4243-
4244-.newsbox2 {
4245-background-color: white;
4246-margin-top: 1em;
4247-margin-bottom: 0.5em
4248-}
4249-
4250-/* hidden stuff */
4251-.doNotDisplay {
4252- display: none;
4253-}
4254-
4255-/* common style for tables used in the page */
4256-.table_box {
4257- background-color: #dfe7f3;
4258- border: 0;
4259- padding: 0;
4260- margin: 0;
4261- border-spacing: 0;
4262-}
4263-
4264-.table_box th {
4265- background-color: #418ade;
4266- color: white;
4267-}
4268-
4269-td.indexkey {
4270-vertical-align: top;
4271-background: #dfe7f3;
4272-}
4273-
4274-#content td.memItemLeft {
4275-text-align: right;
4276-}
4277-
4278-.groupHeader {
4279-font-size: large;
4280-color: #418ADE;
4281-}
4282-
4283-hr { display: none; }
4284-#content h2 { margin-left: 0px; }
4285-table.mdTable { background-color: #f8f8f8; border: .2em solid #d7d7d7; }
4286-td.mdRow { padding: 8px 20px; }
4287-td.md { font-weight: bold; }
4288-td.mdname1 { font-weight: bold; color: #602020; }
4289-td.mdname { font-weight: bold; color: #602020; }
4290-
4291+SPAN.keyword { color: #008000 }
4292+SPAN.keywordtype { color: #604020 }
4293+SPAN.keywordflow { color: #e08000 }
4294+SPAN.comment { color: #800000 }
4295+SPAN.preprocessor { color: #806020 }
4296+SPAN.stringliteral { color: #002080 }
4297+SPAN.charliteral { color: #008080 }
4298Index: doc/common/kde-default.css
4299===================================================================
4300--- doc/common/kde-default.css (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4301+++ doc/common/kde-default.css (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4302@@ -223,22 +223,22 @@
4303 /* Visual cues for GUI elements etc in the text */
4304
4305 .guimenu, .guimenuitem, .guisubmenu {
4306- background-color: rgb(240,240,240);
4307+ background-color: rgb(220,220,220);
4308 color: rgb(0,0,0); /* should be inherit */
4309 }
4310
4311 .guilabel, .interface, .guibutton {
4312- background-color: rgb(240,240,240);
4313+ background-color: rgb(220,220,220);
4314 color: rgb(0,0,0); /* should be inherit */
4315 }
4316
4317 .shortcut {
4318- background-color: rgb(240,240,240);
4319+ background-color: rgb(220,220,220);
4320 color: rgb(0,0,0); /* should be inherit */
4321 }
4322
4323 .shortcut .keycap {
4324- background-color: rgb(240,240,240);
4325+ background-color: rgb(220,220,220);
4326 color: rgb(0,0,0); /* should be inherit */
4327 }
4328
4329@@ -247,7 +247,7 @@
4330 }
4331
4332 .accel {
4333- background-color: rgb(240,240,240);
4334+ background-color: rgb(220,220,220);
4335 color: rgb(0,0,0);
4336 text-decoration: underline;
4337 }
4338@@ -270,7 +270,7 @@
4339 }
4340
4341 .screen, .programlisting {
4342- background-color: rgb(240,240,240);
4343+ background-color: rgb(220,220,220);
4344 color: rgb(0,0,0); /* should be inherit */
4345 border-style: dotted;
4346 border-color: rgb(0,0,0);
4347Index: kioslave/ftp/ftp.cc
4348===================================================================
4349--- kioslave/ftp/ftp.cc (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4350+++ kioslave/ftp/ftp.cc (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4351@@ -876,7 +876,7 @@
4352 // The usual answer is '227 Entering Passive Mode. (160,39,200,55,6,245)'
4353 // but anonftpd gives '227 =160,39,200,55,6,245'
4354 int i[6];
4355- char *start = strchr(ftpResponse(3), '(');
4356+ const char *start = strchr(ftpResponse(3), '(');
4357 if ( !start )
4358 start = strchr(ftpResponse(3), '=');
4359 if ( !start ||
4360@@ -931,7 +931,7 @@
4361 return ERR_INTERNAL;
4362 }
4363
4364- char *start = strchr(ftpResponse(3), '|');
4365+ const char *start = strchr(ftpResponse(3), '|');
4366 if ( !start || sscanf(start, "|||%d|", &portnum) != 1)
4367 return ERR_INTERNAL;
4368
4369Index: kinit/start_kdeinit.c
4370===================================================================
4371--- kinit/start_kdeinit.c (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4372+++ kinit/start_kdeinit.c (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4373@@ -44,7 +44,7 @@
4374 {
4375 char buf[ 1024 ];
4376 int procfile;
4377- sprintf( buf, "/proc/%d/oom_adj", pid );
4378+ sprintf( buf, "/proc/%d/stat", pid );
4379 if( !enable ) {
4380 /* Be paranoid and check that the pid we got from the pipe
4381 belongs to this user. */
4382@@ -52,6 +52,7 @@
4383 if( lstat( buf, &st ) < 0 || st.st_uid != getuid())
4384 return 0;
4385 }
4386+ sprintf( buf, "/proc/%d/oom_adj", pid );
4387 procfile = open( buf, O_WRONLY );
4388 if( procfile >= 0 ) {
4389 if( enable )
4390Index: kinit/Mainpage.dox
4391===================================================================
4392--- kinit/Mainpage.dox (.../tags/KDE/3.5.10/kdelibs) (revision 0)
4393+++ kinit/Mainpage.dox (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4394@@ -0,0 +1,29 @@
4395+/** @mainpage KDE Initialization Routines
4396+
4397+kdeinit is a process launcher somewhat similar to the
4398+famous init used for booting UNIX.
4399+<p>
4400+It launches processes by forking and then loading a
4401+dynamic library which should contain a 'main(...)'
4402+function. This both increases the startup speed and
4403+reduces the memory consumption of KDE applications.
4404+
4405+kdeinit_wrapper, kshell and kwrapper provide methods
4406+of starting programs via kdeinit.
4407+
4408+@authors
4409+Waldo Bastian \<bastian@kde.org\><br>
4410+Process title changing code taken from the ProFTPD Project, adapted by Alex Merry
4411+
4412+@maintainers
4413+[Unknown/None]
4414+
4415+@licenses
4416+@gpl<br>
4417+Most code is @lgpl
4418+
4419+*/
4420+
4421+// DOXYGEN_REFERENCES = kdecore
4422+// DOXYGEN_SET_PROJECT_NAME = KInit
4423+// vim:ts=4:sw=4:expandtab:filetype=doxygen
4424Index: kimgio/Mainpage.dox
4425===================================================================
4426--- kimgio/Mainpage.dox (.../tags/KDE/3.5.10/kdelibs) (revision 0)
4427+++ kimgio/Mainpage.dox (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4428@@ -0,0 +1,29 @@
4429+/** @mainpage ImageFormat Plugins
4430+
4431+Provides imageformat plugins for Qt so that it can read more image file types.
4432+
4433+@authors
4434+Sirtaj Singh Kang \<taj@kde.org><br>
4435+Dirk Schoenberger<br>
4436+Torben Weis \<weis@kde.org><br>
4437+Thomas Tanghus \<tanghus@kde.org><br>
4438+Antonio Larossa \<larossa@kde.org\><br>
4439+Sven Wiegand \<SWiegand@tfh-berlin.de><br>
4440+Dominik Seichter \<domseichter@web.de><br>
4441+Nadeem Hasan \<nhasan@kde.org><br>
4442+Melchior Franz \<mfranz@kde.org><br>
4443+Allen Barnett \<allen@lignumcomputing.com><br>
4444+Ignacio Castaño \<castano@ludicon.com><br>
4445+Christoph Hormann \<chris_hormann@gmx.de><br>
4446+Michael Ritzert \<kde@ritzert.de>
4447+
4448+@maintainers
4449+[Unknown/None]
4450+
4451+@licenses
4452+@lgpl
4453+
4454+*/
4455+
4456+// DOXYGEN_SET_PROJECT_NAME = KImgIO
4457+// vim:ts=4:sw=4:expandtab:filetype=doxygen
4458Index: kio/kio/kzip.h
4459===================================================================
4460--- kio/kio/kzip.h (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4461+++ kio/kio/kzip.h (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4462@@ -191,10 +191,7 @@
4463 /// Closes the archive
4464 virtual bool closeArchive();
4465
4466- /**
4467- * @internal Not needed for zip
4468- */
4469- virtual bool writeDir( const QString& name, const QString& user, const QString& group) { Q_UNUSED(name); Q_UNUSED(user); Q_UNUSED(group); return true; }
4470+ virtual bool writeDir(const QString& name, const QString& user, const QString& group);
4471 // TODO(BIC) uncomment and make virtual for KDE 4.
4472 // bool writeDir( const QString& name, const QString& user, const QString& group,
4473 // mode_t perm, time_t atime, time_t mtime, time_t ctime );
4474Index: kio/kio/karchive.cpp
4475===================================================================
4476--- kio/kio/karchive.cpp (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4477+++ kio/kio/karchive.cpp (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4478@@ -588,7 +588,9 @@
4479
4480 void KArchiveDirectory::addEntry( KArchiveEntry* entry )
4481 {
4482- Q_ASSERT( !entry->name().isEmpty() );
4483+ if( entry->name().isEmpty() )
4484+ return;
4485+
4486 if( m_entries[ entry->name() ] ) {
4487 kdWarning() << "KArchiveDirectory::addEntry: directory " << name()
4488 << " has entry " << entry->name() << " already" << endl;
4489Index: kio/kio/configure.in.in
4490===================================================================
4491--- kio/kio/configure.in.in (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4492+++ kio/kio/configure.in.in (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4493@@ -139,8 +139,30 @@
4494 AC_LANG_RESTORE
4495 ])
4496
4497- if test "$kde_cv_have_inotify" = "yes" ; then
4498+ AC_CACHE_VAL(kde_cv_have_sys_inotify,
4499+ [
4500+ kde_cv_have_sys_inotify=no
4501+ AC_LANG_SAVE
4502+ AC_LANG_C
4503+
4504+ AC_TRY_COMPILE(
4505+ [
4506+#include <sys/inotify.h>
4507+ ],
4508+ [
4509+#ifndef IN_ALL_EVENTS
4510+#error no inotify notification
4511+#endif
4512+ ],kde_cv_have_sys_inotify=yes,kde_cv_have_sys_inotify=no)
4513+
4514+ AC_LANG_RESTORE
4515+ ])
4516+
4517+ if test "$kde_cv_have_inotify" = "yes" -o "$kde_cv_have_sys_inotify" = "yes"; then
4518 AC_DEFINE_UNQUOTED(HAVE_INOTIFY, 1, [Define if your system has Linux Inode Notification])
4519+ if test "$kde_cv_have_sys_inotify" = "yes"; then
4520+ AC_DEFINE_UNQUOTED(HAVE_SYS_INOTIFY, 1, [Define if your system has glibc support for inotify])
4521+ fi
4522 AC_MSG_RESULT(yes)
4523 else
4524 AC_MSG_RESULT(no)
4525Index: kio/kio/kdirwatch.cpp
4526===================================================================
4527--- kio/kio/kdirwatch.cpp (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4528+++ kio/kio/kdirwatch.cpp (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4529@@ -64,11 +64,13 @@
4530 // debug
4531 #include <sys/ioctl.h>
4532
4533-#ifdef HAVE_INOTIFY
4534+#ifdef HAVE_SYS_INOTIFY
4535+#include <sys/inotify.h>
4536+#include <fcntl.h>
4537+#elif HAVE_INOTIFY
4538 #include <unistd.h>
4539 #include <fcntl.h>
4540 #include <sys/syscall.h>
4541-#include <linux/types.h>
4542 // Linux kernel headers are documented to not compile
4543 #define _S390_BITOPS_H
4544 #include <linux/inotify.h>
4545@@ -87,7 +89,9 @@
4546 {
4547 return syscall (__NR_inotify_rm_watch, fd, wd);
4548 }
4549+#endif
4550
4551+#ifdef HAVE_INOTIFY
4552 #ifndef IN_ONLYDIR
4553 #define IN_ONLYDIR 0x01000000
4554 #endif
4555@@ -99,7 +103,6 @@
4556 #ifndef IN_MOVE_SELF
4557 #define IN_MOVE_SELF 0x00000800
4558 #endif
4559-
4560 #endif
4561
4562 #include <sys/utsname.h>
4563Index: kio/kio/kzip.cpp
4564===================================================================
4565--- kio/kio/kzip.cpp (.../tags/KDE/3.5.10/kdelibs) (revision 1076825)
4566+++ kio/kio/kzip.cpp (.../branches/KDE/3.5/kdelibs) (revision 1076825)
4567@@ -954,8 +954,8 @@
4568 buffer[ 26 ] = char(mysize >> 16);
4569 buffer[ 27 ] = char(mysize >> 24);
4570
4571- buffer[ 28 ] = char(it.current()->path().length()); // filename length
4572- buffer[ 29 ] = char(it.current()->path().length() >> 8);
4573+ buffer[ 28 ] = char(path.length()); // filename length
4574+ buffer[ 29 ] = char(path.length() >> 8);
4575
4576 buffer[ 30 ] = char(extra_field_len);
4577 buffer[ 31 ] = char(extra_field_len >> 8);
4578@@ -1051,6 +1051,20 @@
4579 return true;
4580 }
4581
4582+bool KZip::writeDir(const QString& name, const QString& user, const QString& group)
4583+{
4584+ // Zip files have no explicit directories, they are implicitly created during extraction time
4585+ // when file entries have paths in them.
4586+ // However, to support empty directories, we must create a dummy file entry which ends with '/'.
4587+ QString dirName = name;
4588+ if (!name.endsWith("/"))
4589+ dirName = dirName.append('/');
4590+
4591+ mode_t perm = 040755;
4592+ time_t the_time = time(0);
4593+ return writeFile(dirName, user, group, 0, perm, the_time, the_time, the_time, 0);
4594+}
4595+
4596 // Doesn't need to be reimplemented anymore. Remove for KDE-4.0
4597 bool KZip::writeFile( const QString& name, const QString& user, const QString& group, uint size, const char* data )
4598 {
4599@@ -1114,7 +1128,7 @@
4600 }
4601
4602 // delete entries in the filelist with the same filename as the one we want
4603