pkgsrc/devel/kdesdk3/PLIST

1015 lines
47 KiB
Text
Raw Normal View History

Update to KDE 3.5.5 Changes: Umbrello * Documentation generator for DocBook and XHTML. * "Role A Properties" should give class name. * External folders - improved implementation. * "Open recent" list doesn't reorder when a file is opened. * Properties menu: move to top/bottom buttons. * Java import - importing interfaces - absent visibility treated as package instead of public. * Python code generation is not independent of diagram view. * Java import - method parameter types not resolved correctly. * Java import: unable to import AzareusCore. * Java import: error on multidimensional arrays. * Java import - array types not resolved correctly. * Java import - "final" and comments in method declaration not parsed correctly. * All native importers: Spaces in strings cause next member var to be ignored. * Java import - static member vars ignored in interfaces. * Strange behavior with datatypes in French. * Header file names are lowercase in .cpp file but mixed case on disk. * PHP5 code generator adds stub-methods for all interfaces a class implements. * Fix for generation of include statements in PHP5 generator. * Fix loading of associations in collaboration diagram. * Small fix for printing in landscape mode. * Various fixes to mouse behaviour, e.g. multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, inconsistent behaviour in some tools. * Fix for message widget selection behaviour. * Fix for class association not updating the association position when being moved.
2006-10-12 13:08:24 +02:00
@comment $NetBSD: PLIST,v 1.24 2006/10/12 11:08:24 markd Exp $
bin/adddebug
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/build-progress.sh
bin/catalogmanager
bin/cervisia
bin/cheatmake
bin/colorsvn
bin/create_cvsignore
bin/create_makefile
bin/create_makefiles
bin/create_svnignore
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/cvs-clean
bin/cvs2dist
bin/cvsaskpass
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/cvsbackport
bin/cvsblame
bin/cvscheck
2004-12-10 07:29:31 +01:00
bin/cvsforwardport
bin/cvslastchange
bin/cvslastlog
bin/cvsrevertlast
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/cvsservice
bin/cvsversion
bin/cxxmetric
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/dprof2calltree
bin/extend_dmalloc
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
bin/extractattr
bin/extractrc
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/findmissingcrystal
bin/fixkdeincludes
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/fixuifiles
bin/hotshot2calltree
bin/includemocs
bin/kapptemplate
bin/kbabel
bin/kbabeldict
bin/kbugbuster
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/kcachegrind
bin/kde-build
bin/kdedoc
bin/kdekillall
bin/kdelnk2desktop.py
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/kdemangen.pl
bin/kdesvn-build
${HAVE_SVN}bin/kio_svn_helper
bin/kompare
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/kuiviewer
bin/kunittest
bin/kunittest_debughelper
bin/kunittestguimodrunner
bin/kunittestmod
bin/licensecheck
bin/makeobj
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/memprof2calltree
bin/noncvslist
bin/nonsvnlist
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/op2calltree
bin/package_crystalsvg
bin/png2mng.pl
bin/po2xml
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
bin/pprof2calltree
bin/pruneemptydirs
bin/qtdoc
bin/split2po
bin/svn-clean
bin/svn2dist
bin/svnaddcurrentdir
bin/svnbackport
bin/svnchangesince
bin/svnforwardport
bin/svngettags
bin/svnlastchange
bin/svnlastlog
bin/svnrevertlast
bin/svnversions
bin/swappo
bin/transxx
Update to KDE 3.5.5 Changes: Umbrello * Documentation generator for DocBook and XHTML. * "Role A Properties" should give class name. * External folders - improved implementation. * "Open recent" list doesn't reorder when a file is opened. * Properties menu: move to top/bottom buttons. * Java import - importing interfaces - absent visibility treated as package instead of public. * Python code generation is not independent of diagram view. * Java import - method parameter types not resolved correctly. * Java import: unable to import AzareusCore. * Java import: error on multidimensional arrays. * Java import - array types not resolved correctly. * Java import - "final" and comments in method declaration not parsed correctly. * All native importers: Spaces in strings cause next member var to be ignored. * Java import - static member vars ignored in interfaces. * Strange behavior with datatypes in French. * Header file names are lowercase in .cpp file but mixed case on disk. * PHP5 code generator adds stub-methods for all interfaces a class implements. * Fix for generation of include statements in PHP5 generator. * Fix loading of associations in collaboration diagram. * Small fix for printing in landscape mode. * Various fixes to mouse behaviour, e.g. multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, inconsistent behaviour in some tools. * Fix for message widget selection behaviour. * Fix for class association not updating the association position when being moved.
2006-10-12 13:08:24 +02:00
bin/umbodoc
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
bin/umbrello
bin/xml2pot
bin/zonetab2pot.py
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/cvsjob_stub.h
include/cvsservice_stub.h
include/kbabel/catalog.h
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/kbabel/catalogfileplugin.h
include/kbabel/catalogitem.h
include/kbabel/catalogsettings.h
include/kbabel/catalogview.h
include/kbabel/dictchooser.h
include/kbabel/dictionarymenu.h
include/kbabel/editcmd.h
include/kbabel/findoptions.h
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/kbabel/itempart.h
include/kbabel/kbabeldatatool.h
include/kbabel/kbabeldictbox.h
include/kbabel/kbabeldictiface.h
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
include/kbabel/kbproject.h
include/kbabel/kbprojectmanager.h
include/kbabel/msgfmt.h
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/kbabel/poinfo.h
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
include/kbabel/projectsettings.h
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/kbabel/regexpextractor.h
include/kbabel/searchengine.h
include/kbabel/tagextractor.h
include/kprofilemethod.h
include/kspy.h
include/kunittest/runnergui.h
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
include/repository_stub.h
lib/kde3/cervisia.la
lib/kde3/cvsaskpass.la
lib/kde3/cvsservice.la
lib/kde3/kabcformat_kdeaccounts.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/kbabel_accelstool.la
lib/kde3/kbabel_argstool.la
lib/kde3/kbabel_contexttool.la
lib/kde3/kbabel_equationstool.la
lib/kde3/kbabel_gettextexport.la
lib/kde3/kbabel_gettextimport.la
lib/kde3/kbabel_lengthtool.la
lib/kde3/kbabel_linguistexport.la
lib/kde3/kbabel_linguistimport.la
lib/kde3/kbabel_nottranslatedtool.la
lib/kde3/kbabel_pluraltool.la
lib/kde3/kbabel_punctuationtool.la
lib/kde3/kbabel_regexptool.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/kbabel_setfuzzytool.la
lib/kde3/kbabel_whitespacetool.la
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
lib/kde3/kbabel_xliffexport.la
lib/kde3/kbabel_xliffimport.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/kbabel_xmltool.la
lib/kde3/kbabeldict_dbsearchengine.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/kbabeldict_poauxiliary.la
lib/kde3/kbabeldict_pocompendium.la
lib/kde3/kbabeldict_tmxcompendium.la
2005-03-29 12:50:14 +02:00
${HAVE_SVN}lib/kde3/kded_ksvnd.la
lib/kde3/kfile_cpp.la
lib/kde3/kfile_diff.la
lib/kde3/kfile_po.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/kfile_ts.la
2005-03-29 12:50:14 +02:00
${HAVE_SVN}lib/kde3/kio_svn.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/libcervisiapart.la
lib/kde3/libkomparenavtreepart.la
lib/kde3/libkomparepart.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/libkuiviewerpart.la
lib/kde3/plugins/styles/scheck.la
lib/kde3/pothumbnail.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/kde3/quithumbnail.la
lib/libcvsservice.la
lib/libkbabelcommon.la
lib/libkbabeldictplugin.la
lib/libkdeinit_cervisia.la
lib/libkdeinit_cvsaskpass.la
lib/libkdeinit_cvsservice.la
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
lib/libkompareinterface.la
lib/libkspy.la
lib/libkunittestgui.la
man/man1/cervisia.1
man/man1/cvsblame.1
man/man1/cvscheck.1
man/man1/cvsversion.1
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
man/man1/includemocs.1
man/man1/kde-build.1
man/man1/kdesvn-build.1
man/man1/noncvslist.1
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/applications/kde/catalogmanager.desktop
share/applications/kde/cervisia.desktop
share/applications/kde/kbabel.desktop
share/applications/kde/kbabeldict.desktop
share/applications/kde/kbugbuster.desktop
share/applications/kde/kcachegrind.desktop
share/applications/kde/kompare.desktop
share/applications/kde/kuiviewer.desktop
share/applications/kde/umbrello.desktop
share/doc/kde/HTML/en/cervisia/annotate.png
share/doc/kde/HTML/en/cervisia/checkout.png
share/doc/kde/HTML/en/cervisia/commit.png
share/doc/kde/HTML/en/cervisia/common
share/doc/kde/HTML/en/cervisia/diff.png
share/doc/kde/HTML/en/cervisia/history.png
share/doc/kde/HTML/en/cervisia/import.png
share/doc/kde/HTML/en/cervisia/index.cache.bz2
share/doc/kde/HTML/en/cervisia/index.docbook
share/doc/kde/HTML/en/cervisia/logtree.png
share/doc/kde/HTML/en/cervisia/mainview.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/cervisia/patch.png
share/doc/kde/HTML/en/cervisia/popup.png
share/doc/kde/HTML/en/cervisia/repositories.png
share/doc/kde/HTML/en/cervisia/resolve.png
share/doc/kde/HTML/en/cervisia/updatetag.png
share/doc/kde/HTML/en/kbabel/TODO
share/doc/kde/HTML/en/kbabel/back.png
share/doc/kde/HTML/en/kbabel/bottom.png
share/doc/kde/HTML/en/kbabel/catalogmanager.png
share/doc/kde/HTML/en/kbabel/catalogmanager_broken.png
share/doc/kde/HTML/en/kbabel/catalogmanager_missing.png
share/doc/kde/HTML/en/kbabel/catalogmanager_needwork.png
share/doc/kde/HTML/en/kbabel/catalogmanager_nopot.png
share/doc/kde/HTML/en/kbabel/catalogmanager_nopot_ok.png
share/doc/kde/HTML/en/kbabel/catalogmanager_ok.png
share/doc/kde/HTML/en/kbabel/catalogmanager_reload.png
share/doc/kde/HTML/en/kbabel/catman.docbook
share/doc/kde/HTML/en/kbabel/common
share/doc/kde/HTML/en/kbabel/dbcan.png
share/doc/kde/HTML/en/kbabel/dictionaries.docbook
share/doc/kde/HTML/en/kbabel/editcopy.png
share/doc/kde/HTML/en/kbabel/editcut.png
share/doc/kde/HTML/en/kbabel/editpaste.png
share/doc/kde/HTML/en/kbabel/faq.docbook
share/doc/kde/HTML/en/kbabel/fileopen.png
share/doc/kde/HTML/en/kbabel/filesave.png
share/doc/kde/HTML/en/kbabel/find.png
share/doc/kde/HTML/en/kbabel/forward.png
share/doc/kde/HTML/en/kbabel/glossary.docbook
share/doc/kde/HTML/en/kbabel/index.cache.bz2
share/doc/kde/HTML/en/kbabel/index.docbook
share/doc/kde/HTML/en/kbabel/kbabeldict.docbook
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/doc/kde/HTML/en/kbabel/man-catalogmanager.1.docbook
share/doc/kde/HTML/en/kbabel/menu.docbook
share/doc/kde/HTML/en/kbabel/msgid2msgstr.png
share/doc/kde/HTML/en/kbabel/next.png
share/doc/kde/HTML/en/kbabel/nexterror.png
share/doc/kde/HTML/en/kbabel/nextfuzzy.png
share/doc/kde/HTML/en/kbabel/nextfuzzyuntrans.png
share/doc/kde/HTML/en/kbabel/nextuntranslated.png
share/doc/kde/HTML/en/kbabel/pref_diff.png
share/doc/kde/HTML/en/kbabel/pref_edit_appearance.png
share/doc/kde/HTML/en/kbabel/pref_edit_general.png
share/doc/kde/HTML/en/kbabel/pref_fonts.png
share/doc/kde/HTML/en/kbabel/pref_proj_catman.png
share/doc/kde/HTML/en/kbabel/pref_proj_diff.png
share/doc/kde/HTML/en/kbabel/pref_proj_file_commands.png
share/doc/kde/HTML/en/kbabel/pref_proj_folder_commands.png
share/doc/kde/HTML/en/kbabel/pref_proj_source.png
share/doc/kde/HTML/en/kbabel/pref_search.png
share/doc/kde/HTML/en/kbabel/pref_wizard_page1.png
share/doc/kde/HTML/en/kbabel/pref_wizard_page2.png
share/doc/kde/HTML/en/kbabel/preferences.docbook
share/doc/kde/HTML/en/kbabel/preverror.png
share/doc/kde/HTML/en/kbabel/prevfuzzy.png
share/doc/kde/HTML/en/kbabel/prevfuzzyuntrans.png
share/doc/kde/HTML/en/kbabel/previous.png
share/doc/kde/HTML/en/kbabel/prevuntranslated.png
share/doc/kde/HTML/en/kbabel/redo.png
share/doc/kde/HTML/en/kbabel/roughtranslation.png
share/doc/kde/HTML/en/kbabel/snap1.png
share/doc/kde/HTML/en/kbabel/snap_catalogmanager.png
share/doc/kde/HTML/en/kbabel/snap_kbabeldict.png
share/doc/kde/HTML/en/kbabel/snap_kbabeldict2.png
share/doc/kde/HTML/en/kbabel/stop.png
share/doc/kde/HTML/en/kbabel/top.png
share/doc/kde/HTML/en/kbabel/transsearch.png
share/doc/kde/HTML/en/kbabel/undo.png
share/doc/kde/HTML/en/kbabel/using.docbook
share/doc/kde/HTML/en/kbugbuster/common
share/doc/kde/HTML/en/kbugbuster/index.cache.bz2
share/doc/kde/HTML/en/kbugbuster/index.docbook
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/kcachegrind/common
share/doc/kde/HTML/en/kcachegrind/index.cache.bz2
share/doc/kde/HTML/en/kcachegrind/index.docbook
share/doc/kde/HTML/en/kdesvn-build/common
share/doc/kde/HTML/en/kdesvn-build/index.cache.bz2
share/doc/kde/HTML/en/kdesvn-build/index.docbook
share/doc/kde/HTML/en/kompare/common
share/doc/kde/HTML/en/kompare/index.cache.bz2
share/doc/kde/HTML/en/kompare/index.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/activity-diagram.png
share/doc/kde/HTML/en/umbrello/add-remove-languages.png
share/doc/kde/HTML/en/umbrello/aggregation.png
share/doc/kde/HTML/en/umbrello/association.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/authors.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/class-diagram.png
share/doc/kde/HTML/en/umbrello/class.png
share/doc/kde/HTML/en/umbrello/code-import.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/code_import_and_generation.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/collaboration-diagram.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/common
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/composition.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/credits.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/folders.png
share/doc/kde/HTML/en/umbrello/generalization.png
share/doc/kde/HTML/en/umbrello/generation-options.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/index.cache.bz2
share/doc/kde/HTML/en/umbrello/index.docbook
share/doc/kde/HTML/en/umbrello/introduction.docbook
share/doc/kde/HTML/en/umbrello/other_features.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/sequence-diagram.png
share/doc/kde/HTML/en/umbrello/state-diagram.png
share/doc/kde/HTML/en/umbrello/umbrello-main-screen.png
share/doc/kde/HTML/en/umbrello/umbrello-ui-clean.png
share/doc/kde/HTML/en/umbrello/umbrello-ui.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/uml_basics.docbook
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/doc/kde/HTML/en/umbrello/use-case-diagram.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/doc/kde/HTML/en/umbrello/working_with_umbrello.docbook
share/kde/apps/catalogmanager/catalogmanagerui.rc
share/kde/apps/cervisia/cervisiashellui.rc
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/cervisia/eventsrc
share/kde/apps/cervisiapart/cervisiaui.rc
share/kde/apps/kabc/formats/kdeaccountsplugin.desktop
share/kde/apps/kapptemplate/admin/Doxyfile.am
share/kde/apps/kapptemplate/admin/Doxyfile.global
share/kde/apps/kapptemplate/admin/Makefile.common
share/kde/apps/kapptemplate/admin/acinclude.m4.in
share/kde/apps/kapptemplate/admin/am_edit
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kapptemplate/admin/bcheck.pl
share/kde/apps/kapptemplate/admin/compile
share/kde/apps/kapptemplate/admin/conf.change.pl
share/kde/apps/kapptemplate/admin/config.guess
share/kde/apps/kapptemplate/admin/config.pl
share/kde/apps/kapptemplate/admin/config.sub
share/kde/apps/kapptemplate/admin/configure.in.bot.end
share/kde/apps/kapptemplate/admin/configure.in.min
share/kde/apps/kapptemplate/admin/cvs.sh
share/kde/apps/kapptemplate/admin/debianrules
share/kde/apps/kapptemplate/admin/depcomp
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kapptemplate/admin/deps.am
share/kde/apps/kapptemplate/admin/detect-autoconf.pl
share/kde/apps/kapptemplate/admin/doxygen.sh
share/kde/apps/kapptemplate/admin/install-sh
share/kde/apps/kapptemplate/admin/libtool.m4.in
share/kde/apps/kapptemplate/admin/ltmain.sh
share/kde/apps/kapptemplate/admin/missing
share/kde/apps/kapptemplate/admin/mkinstalldirs
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kapptemplate/admin/nmcheck
share/kde/apps/kapptemplate/admin/oldinclude.m4.in
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/kapptemplate/admin/pkg.m4.in
share/kde/apps/kapptemplate/admin/ylwrap
share/kde/apps/kapptemplate/appframework/AUTHORS
share/kde/apps/kapptemplate/appframework/COPYING
share/kde/apps/kapptemplate/appframework/ChangeLog
share/kde/apps/kapptemplate/appframework/INSTALL
share/kde/apps/kapptemplate/appframework/NEWS
share/kde/apps/kapptemplate/appframework/README
share/kde/apps/kapptemplate/appframework/VERSION
share/kde/apps/kapptemplate/appframework/app.lsm
share/kde/apps/kapptemplate/appframework/app.spec
share/kde/apps/kapptemplate/appframework/base-Makefile.am
share/kde/apps/kapptemplate/appframework/base-Makefile.cvs
share/kde/apps/kapptemplate/appframework/configure.in.in.in
share/kde/apps/kapptemplate/appframework/no-exe/COPYING
share/kde/apps/kapptemplate/appframework/no-exe/INSTALL
share/kde/apps/kapptemplate/appframework/po-Makefile.am
share/kde/apps/kapptemplate/bin/mkinstalldirs
share/kde/apps/kapptemplate/existing/app-Makefile.am
share/kde/apps/kapptemplate/existing/app-desktop
share/kde/apps/kapptemplate/include/existing.module
share/kde/apps/kapptemplate/include/kapptemplate.common
share/kde/apps/kapptemplate/include/kapptemplate.module
share/kde/apps/kapptemplate/include/kpartapp.module
share/kde/apps/kapptemplate/include/kpartplugin.module
share/kde/apps/kapptemplate/kapp/app-Makefile.am
share/kde/apps/kapptemplate/kapp/app-configure.in.in
share/kde/apps/kapptemplate/kapp/app-desktop
share/kde/apps/kapptemplate/kapp/app.cpp
share/kde/apps/kapptemplate/kapp/app.h
share/kde/apps/kapptemplate/kapp/app_client.cpp
share/kde/apps/kapptemplate/kapp/appiface.h
share/kde/apps/kapptemplate/kapp/apppref.cpp
share/kde/apps/kapptemplate/kapp/apppref.h
share/kde/apps/kapptemplate/kapp/appui.rc
share/kde/apps/kapptemplate/kapp/appview.cpp
share/kde/apps/kapptemplate/kapp/appview.h
share/kde/apps/kapptemplate/kapp/doc-Makefile.am
share/kde/apps/kapptemplate/kapp/doc-app-Makefile.am
share/kde/apps/kapptemplate/kapp/hi16-app-app.png
share/kde/apps/kapptemplate/kapp/hi32-app-app.png
share/kde/apps/kapptemplate/kapp/hi48-app-app.png
share/kde/apps/kapptemplate/kapp/index.docbook
share/kde/apps/kapptemplate/kapp/lo16-app-app.png
share/kde/apps/kapptemplate/kapp/lo32-app-app.png
share/kde/apps/kapptemplate/kapp/main.cpp
share/kde/apps/kapptemplate/kapp/no-exe/hi16-app-app.png
share/kde/apps/kapptemplate/kapp/no-exe/hi32-app-app.png
share/kde/apps/kapptemplate/kapp/no-exe/hi48-app-app.png
share/kde/apps/kapptemplate/kapp/no-exe/lo16-app-app.png
share/kde/apps/kapptemplate/kapp/no-exe/lo32-app-app.png
share/kde/apps/kapptemplate/kapp/pics-Makefile.am
share/kde/apps/kapptemplate/kpartapp/app-Makefile.am
share/kde/apps/kapptemplate/kpartapp/app-configure.in.in
share/kde/apps/kapptemplate/kpartapp/app-desktop
share/kde/apps/kapptemplate/kpartapp/app.cpp
share/kde/apps/kapptemplate/kpartapp/app.h
share/kde/apps/kapptemplate/kpartapp/app_part-desktop
share/kde/apps/kapptemplate/kpartapp/app_part.cpp
share/kde/apps/kapptemplate/kpartapp/app_part.h
share/kde/apps/kapptemplate/kpartapp/app_part.rc
share/kde/apps/kapptemplate/kpartapp/app_shell.rc
share/kde/apps/kapptemplate/kpartapp/doc-Makefile.am
share/kde/apps/kapptemplate/kpartapp/doc-app-Makefile.am
share/kde/apps/kapptemplate/kpartapp/hi16-app-app.png
share/kde/apps/kapptemplate/kpartapp/hi32-app-app.png
share/kde/apps/kapptemplate/kpartapp/hi48-app-app.png
share/kde/apps/kapptemplate/kpartapp/index.docbook
share/kde/apps/kapptemplate/kpartapp/lo16-app-app.png
share/kde/apps/kapptemplate/kpartapp/lo32-app-app.png
share/kde/apps/kapptemplate/kpartapp/main.cpp
share/kde/apps/kapptemplate/kpartapp/no-exe/hi16-app-app.png
share/kde/apps/kapptemplate/kpartapp/no-exe/hi32-app-app.png
share/kde/apps/kapptemplate/kpartapp/no-exe/hi48-app-app.png
share/kde/apps/kapptemplate/kpartapp/no-exe/lo16-app-app.png
share/kde/apps/kapptemplate/kpartapp/no-exe/lo32-app-app.png
share/kde/apps/kapptemplate/kpartplugin/hi16-action-plugin.png
share/kde/apps/kapptemplate/kpartplugin/hi22-action-plugin.png
share/kde/apps/kapptemplate/kpartplugin/no-exe/hi16-action-plugin.png
share/kde/apps/kapptemplate/kpartplugin/no-exe/hi22-action-plugin.png
share/kde/apps/kapptemplate/kpartplugin/plugin-Makefile.am
share/kde/apps/kapptemplate/kpartplugin/plugin_app.cpp
share/kde/apps/kapptemplate/kpartplugin/plugin_app.h
share/kde/apps/kapptemplate/kpartplugin/plugin_app.rc
share/kde/apps/katepart/syntax/kdesvn-buildrc.xml
share/kde/apps/kbabel/icons/hicolor/16x16/actions/autodiff.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/catalogmanager.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/diff.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/insert_arg.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/insert_tag.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/msgid2msgstr.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nexterror.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzy.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nextfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nextmarked.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nextpo.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nexttemplate.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/nextuntranslated.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/preverror.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzy.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevmarked.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevpo.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevtemplate.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/prevuntranslated.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/search2msgstr.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_actual.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_all.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_from_cursor.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/spellcheck_selected.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/statistics.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/syntax.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/togglefuzzy.png
share/kde/apps/kbabel/icons/hicolor/16x16/actions/transsearch.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/autodiff.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/catalogmanager.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/diff.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/insert_arg.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/insert_tag.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/msgid2msgstr.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nexterror.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzy.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nextfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nextmarked.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nextpo.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nexttemplate.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/nextuntranslated.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/preverror.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzy.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevmarked.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevpo.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevtemplate.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/prevuntranslated.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/search2msgstr.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/statistics.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/syntax.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/togglefuzzy.png
share/kde/apps/kbabel/icons/hicolor/22x22/actions/transsearch.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/autodiff.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/catalogmanager.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/diff.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/insert_arg.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/insert_tag.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/msgid2msgstr.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nexterror.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzy.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nextfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nextmarked.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nextpo.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nexttemplate.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/nextuntranslated.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/preverror.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzy.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevfuzzyuntrans.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevmarked.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevpo.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevtemplate.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/prevuntranslated.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/search2msgstr.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/statistics.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/syntax.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/togglefuzzy.png
share/kde/apps/kbabel/icons/hicolor/32x32/actions/transsearch.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/autodiff.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/catalogmanager.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/diff.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/insert_arg.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/insert_tag.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/msgid2msgstr.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nexterror.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nextfuzzy.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nextfuzzyuntrans.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nextmarked.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nextpo.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nexttemplate.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/nextuntranslated.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/preverror.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevfuzzy.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevfuzzyuntrans.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevmarked.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevpo.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevtemplate.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/prevuntranslated.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/search2msgstr.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/spellcheck_actual.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/spellcheck_all.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/spellcheck_from_cursor.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/spellcheck_selected.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/statistics.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/syntax.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/togglefuzzy.png
share/kde/apps/kbabel/icons/locolor/16x16/actions/transsearch.png
share/kde/apps/kbabel/icons/locolor/22x22/actions/statistics.png
share/kde/apps/kbabel/icons/locolor/22x22/actions/syntax.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/autodiff.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/catalogmanager.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/diff.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/insert_arg.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/insert_tag.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/msgid2msgstr.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nexterror.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nextfuzzy.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nextfuzzyuntrans.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nextmarked.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nextpo.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nexttemplate.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/nextuntranslated.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/preverror.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevfuzzy.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevfuzzyuntrans.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevmarked.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevpo.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevtemplate.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/prevuntranslated.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/search2msgstr.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/statistics.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/syntax.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/togglefuzzy.png
share/kde/apps/kbabel/icons/locolor/32x32/actions/transsearch.png
share/kde/apps/kbabel/kbabelui.rc
share/kde/apps/kbabel/pics/broken.png
share/kde/apps/kbabel/pics/missing.png
share/kde/apps/kbabel/pics/needwork.png
Update KDE to 3.1.1. Changes: arts * Several memory corruption fixes. kdelibs * kdialog: Fix screen numbering problem for centerOnScreen() static method * kprogress: Fix math problem in displaying correct percentage for large numbers * kio_http: Fix data processing for webdav(s) listing of directories and files * kate: Many small bugfixes, including: + Fixed code completion drop-down box position + Fixed "wrap cursor disabled" bugs + Fixed vertical scrollbar middle mouse behaviour + Fixed remove whitespace feature + Now clears the redo history when it is irrelevant + Fixed crash after starting up with a non-existant directory in the file selector history * kparts: Fix extension of transparently downloaded files, this fixes ark (used to display temp file instead of archive content) * klauncher: Fixed support for "Path=" entry in .desktop files. This entry can be used to specify a working directory. * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking. * kdeui: Fix for alternate background coloring in Konqueror list views. * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2. * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL; fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks points to the same place * kstyles: Handle focus indicators on label-less checkboxes better * kdeprint: Don't freeze when there is no route to the selected CUPS server * SSL: add support for OpenSSL 0.9.7 * SSL: ADH ciphers are now explicitly disabled in all cases * SSL: new CA root certificate added * Several Xinerama related fixes * QXEmbed fixes for various situations that don't handle XEMBED well * Java on IRIX with SGI 1.2 VM is fixed * khtml: Several major bugfixes, partially incorporated fixes from Safari as well. kdeaddons kdeadmin * Linux Kernel Configurator: Add details about the lightbulb icon's meaning * Linux Kernel Configurator: Support for more incorrect kernel configuration files kdeartwork kdebase * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names * klipper: Escape "&" everywhere. * konsole: + Removed "get prompt back"-hacks, don't assume emacs key shell bindings. + Fixed usage of background images with spaces in the filename. + Profile support fixes (disabled menubar etc.) + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct title. + Fixed a problem with the "Linux" font that prevented it from being used with fontconfig. * kdesktop: Made desktop menus pop up in unused Kicker space work. * kicker: Fixed empty taskbar sometimes showing scroll buttons. * konqueror: + Various startup performance improvements + Fix crash when sidebar tree expands hidden directory + Fix crash when config button hidden from config button's menu + Extensive fixes to Netscape plugins, fixing crashes and plugin support + Changes to default preview settings, making the defaults safer on various platforms * Java configuration module: Make it possible to properly configure Java in all cases * Previews: Fixed a privacy issue where previews of HTML files could access files or hosts on the network. kdeedu * KStars: + Fixed bug #51708: No longer exits if starting position is below horizon (only affected some systems) + Fixed bug #52205: Country of Lhasa is China, not Tibet. + Fixed too-narrow coordinates field in statusbar. + Fixed bug in "length of day" calculator module; it now properly accounts for latitude and longitude kdegames * Atlantik: Many small bugfixes, including: + Better handling of incoming messages + Fixed token animation * kbackgammon: Common crash fix. kdegraphics * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the drawings * Kooka: Some UI crashes fixed * KViewShell: Default paper size is fixed * KGhostView: Fixed wheel-mouse scrolling kdemultimedia * KsCD: + Stopped KsCD from pausing after tracks in random mode + Correctly associate extra CDDB information with tracks + Support non-Latin encodings properly in CDDB entries and elsewhere + Proper systemtray behaviour + Updated key accel code to avoid depricated calls * Movie previews have been removed due to severe unresolved stability problems kdenetwork * Desktop Sharing server (krfb): + fix problems on X11 servers with 8 bit depth + fix problems on X11 servers with big-endian framebuffer + allow X11 servers without XShm (thin clients). Warning: requires a lot of bandwidth + remove read timeouts. This should solve problems with some clients that got disconnected after a minute of inactivity (but increases the time to detect dead clients) + fix problem with clients that support both RichCursor and SoftCursor encodings (like krdc from HEAD) * Desktop Sharing client (krdc): + fix: when an error occurred in fullscreen krdc did not restore the original resolution + fix: krdc stopped to repaint the framebuffer after a disconnect while the error dialog was displayed + the quality setting in medium quality mode has been increased because the original setting looked too bad with Keramik kdepim * KOrganizer bug fixes: + Use correct default duration for events crossing a day boundary (#53477). + Correctly save category colors (#54913). + Don't show todos more than once in what's next view. + Include todos in print output of month view (#53291). + Don't restrict maximum size of search dialog (#54912). + Make cancel button of template selection dialog work (#54852). + Don't break sorting when changing todos by context menu (#53680). + Update views on changes of todos directly in the todo list (#43162). + Save state of statusbar (#55380). * knotes: Escape "&" in note titles kdesdk * Cervisia: + Fixed line break in protocol view + Fixed timestamp for files that are not in cvs (#55053) + Fixed handling of Cervisia's options like 'Update Recursively' when run as embedded part in konqueror (#55665) kdetoys * kworldclock: Fixed that all clocks show the same time. * kweather: Made it work again with non-english locales. (#52147) * kweather: Prevent KWeather from looping and freezing Kicker when not connected to the internet.(#49191) kdeutils * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI * kcalc: Now a KMainWindow instead of a KDialog to fix various UI inconsistencies * kdf: Support escapes in fstab quanta * Bugfixes: + Allow resizing of the main window even with large user toolbars [#53230] + Insert valid DTD definitions [#53274] + Honor the View Default settings from Settings->Configure Editor [#53569] + Be less braindead regarding the Show DTD Toolbar setting [#53739] + Be able to select also directories in tag dialogs [#54819] + Do not complain about text files being binary ones on a system with broken mimetypes [#54924] + Bring up the "File Changed" dialog only, when the file content has changed[#55678] + Select Tag Area behaviour fixed for optional tags + Insert non-translated string in CSS code parts + Insert "border-top", "border-right", etc. correctly in CSS + Don't quote the script line more than once in the action configuration dialog + Memory leak fixed: editor parts were not deleted when a file was closed + Fix insertion of "img" tags in HTML documents + Upload/rescan project/add to new project tree view behaviour fixed + Fix renaming of file in the Project Tree, when a file with the new name was already present in the project + Rename only what has to be renamed in the project and enable project saving after a rename + Use the correct encoding for newly created files + Saving of Author and E-Mail project options was broken in some cases + Fix the numbering of new documents + Fix the execution of actions + Fix crash when deleting an action + Insert valid single tags from the toolbar * Enhancements: + Show the tag attributes (Alt-Down) menu lower than the current line + "Insert in cursor position" for script actions replaces the selection if there was some text selected + New DCOP interface (WindowManagerIf) added to enable the modification of the opened documents from a script + DTD for Quanta tags (DTD definition) added + XHTML 1.0 Strict DTD added
2003-04-01 14:27:04 +02:00
share/kde/apps/kbabel/pics/noflag.png
share/kde/apps/kbabel/pics/ok.png
share/kde/apps/kbabel/pics/pref_identity.png
share/kde/apps/kbabel/pics/splash.png
share/kde/apps/kbabel/regexplist.xml
share/kde/apps/kbugbuster/kbugbusterui.rc
share/kde/apps/kbugbuster/pics/bars.png
share/kde/apps/kbugbuster/pics/logo.png
share/kde/apps/kbugbuster/pics/tools.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/kbugbuster/pics/top-right.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kcachegrind/icons/hicolor/16x16/actions/fromrec.png
share/kde/apps/kcachegrind/icons/hicolor/16x16/actions/percent.png
share/kde/apps/kcachegrind/icons/hicolor/16x16/actions/recrec.png
share/kde/apps/kcachegrind/icons/hicolor/16x16/actions/torec.png
share/kde/apps/kcachegrind/icons/hicolor/22x22/actions/percent.png
share/kde/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png
share/kde/apps/kcachegrind/kcachegrindui.rc
share/kde/apps/kcachegrind/tips
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/kconf_update/cervisia-change_repos_list.pl
share/kde/apps/kconf_update/cervisia-normalize_cvsroot.pl
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kconf_update/cervisia.upd
share/kde/apps/kconf_update/change_colors.pl
share/kde/apps/kconf_update/kbabel-difftoproject.upd
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/kconf_update/kbabel-project.upd
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/kconf_update/kbabel-projectrename.upd
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kconf_update/move_repositories.pl
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/kompare/komparepartui.rc
share/kde/apps/kompare/kompareui.rc
${HAVE_SVN}share/kde/apps/konqueror/servicemenus/subversion.desktop
${HAVE_SVN}share/kde/apps/konqueror/servicemenus/subversion_toplevel.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kstyle/themes/scheck.themerc
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/kuiviewer/kuiviewerui.rc
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/kuiviewerpart/kuiviewer_part.rc
Update to KDE 3.5.5 Changes: Umbrello * Documentation generator for DocBook and XHTML. * "Role A Properties" should give class name. * External folders - improved implementation. * "Open recent" list doesn't reorder when a file is opened. * Properties menu: move to top/bottom buttons. * Java import - importing interfaces - absent visibility treated as package instead of public. * Python code generation is not independent of diagram view. * Java import - method parameter types not resolved correctly. * Java import: unable to import AzareusCore. * Java import: error on multidimensional arrays. * Java import - array types not resolved correctly. * Java import - "final" and comments in method declaration not parsed correctly. * All native importers: Spaces in strings cause next member var to be ignored. * Java import - static member vars ignored in interfaces. * Strange behavior with datatypes in French. * Header file names are lowercase in .cpp file but mixed case on disk. * PHP5 code generator adds stub-methods for all interfaces a class implements. * Fix for generation of include statements in PHP5 generator. * Fix loading of associations in collaboration diagram. * Small fix for printing in landscape mode. * Various fixes to mouse behaviour, e.g. multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, inconsistent behaviour in some tools. * Fix for message widget selection behaviour. * Fix for class association not updating the association position when being moved.
2006-10-12 13:08:24 +02:00
share/kde/apps/umbrello/common.ent
share/kde/apps/umbrello/docbook2xhtml.xsl
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/headings/heading.adb
share/kde/apps/umbrello/headings/heading.ads
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/headings/heading.as
share/kde/apps/umbrello/headings/heading.cpp
share/kde/apps/umbrello/headings/heading.cs
share/kde/apps/umbrello/headings/heading.h
share/kde/apps/umbrello/headings/heading.idl
share/kde/apps/umbrello/headings/heading.java
share/kde/apps/umbrello/headings/heading.js
share/kde/apps/umbrello/headings/heading.php
share/kde/apps/umbrello/headings/heading.pm
share/kde/apps/umbrello/headings/heading.py
share/kde/apps/umbrello/headings/heading.rb
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/headings/heading.sql
share/kde/apps/umbrello/headings/heading.xsd
share/kde/apps/umbrello/pics/CVglobal_meth.png
share/kde/apps/umbrello/pics/CVglobal_var.png
share/kde/apps/umbrello/pics/CVimplementation_meth.png
share/kde/apps/umbrello/pics/CVimplementation_signal.png
share/kde/apps/umbrello/pics/CVimplementation_slot.png
share/kde/apps/umbrello/pics/CVimplementation_var.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/pics/CVnamespace.png
share/kde/apps/umbrello/pics/CVprivate_meth.png
share/kde/apps/umbrello/pics/CVprivate_signal.png
share/kde/apps/umbrello/pics/CVprivate_slot.png
share/kde/apps/umbrello/pics/CVprivate_var.png
share/kde/apps/umbrello/pics/CVprotected_meth.png
share/kde/apps/umbrello/pics/CVprotected_signal.png
share/kde/apps/umbrello/pics/CVprotected_slot.png
share/kde/apps/umbrello/pics/CVprotected_var.png
share/kde/apps/umbrello/pics/CVpublic_meth.png
share/kde/apps/umbrello/pics/CVpublic_signal.png
share/kde/apps/umbrello/pics/CVpublic_slot.png
share/kde/apps/umbrello/pics/CVpublic_var.png
share/kde/apps/umbrello/pics/CVstruct.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/actor.png
share/kde/apps/umbrello/pics/aggregation.png
share/kde/apps/umbrello/pics/align_bottom.png
share/kde/apps/umbrello/pics/align_hori_middle.png
share/kde/apps/umbrello/pics/align_left.png
share/kde/apps/umbrello/pics/align_right.png
share/kde/apps/umbrello/pics/align_top.png
share/kde/apps/umbrello/pics/align_vert_middle.png
share/kde/apps/umbrello/pics/anchor.png
share/kde/apps/umbrello/pics/andline.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/pics/arrow.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/artifact.png
share/kde/apps/umbrello/pics/association.png
share/kde/apps/umbrello/pics/box.png
share/kde/apps/umbrello/pics/branch.png
share/kde/apps/umbrello/pics/choice-rhomb.png
share/kde/apps/umbrello/pics/choice-round.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/class.png
share/kde/apps/umbrello/pics/component.png
share/kde/apps/umbrello/pics/composition.png
share/kde/apps/umbrello/pics/containment.png
share/kde/apps/umbrello/pics/cursor-actor.png
share/kde/apps/umbrello/pics/cursor-aggregation.png
share/kde/apps/umbrello/pics/cursor-anchor.png
share/kde/apps/umbrello/pics/cursor-andline.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-artifact.png
share/kde/apps/umbrello/pics/cursor-association.png
share/kde/apps/umbrello/pics/cursor-box.png
share/kde/apps/umbrello/pics/cursor-branch.png
share/kde/apps/umbrello/pics/cursor-choice-rhomb.png
share/kde/apps/umbrello/pics/cursor-choice-round.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-class.png
share/kde/apps/umbrello/pics/cursor-component.png
share/kde/apps/umbrello/pics/cursor-composition.png
share/kde/apps/umbrello/pics/cursor-containment.png
share/kde/apps/umbrello/pics/cursor-datatype.png
share/kde/apps/umbrello/pics/cursor-deep-history.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-dependency.png
share/kde/apps/umbrello/pics/cursor-end_state.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/umbrello/pics/cursor-entity.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-enum.png
share/kde/apps/umbrello/pics/cursor-fork.png
share/kde/apps/umbrello/pics/cursor-generalisation.png
share/kde/apps/umbrello/pics/cursor-initial_state.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-interface.png
share/kde/apps/umbrello/pics/cursor-join.png
share/kde/apps/umbrello/pics/cursor-junction.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-message-asynchronous.png
share/kde/apps/umbrello/pics/cursor-message-synchronous.png
share/kde/apps/umbrello/pics/cursor-node.png
share/kde/apps/umbrello/pics/cursor-note.png
share/kde/apps/umbrello/pics/cursor-object.png
share/kde/apps/umbrello/pics/cursor-package.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/umbrello/pics/cursor-relationship.png
share/kde/apps/umbrello/pics/cursor-shallow-history.png
share/kde/apps/umbrello/pics/cursor-state-fork.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/cursor-text.png
share/kde/apps/umbrello/pics/cursor-uniassociation.png
share/kde/apps/umbrello/pics/cursor-usecase.png
share/kde/apps/umbrello/pics/datatype.png
share/kde/apps/umbrello/pics/deep-history.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/dependency.png
share/kde/apps/umbrello/pics/end_state.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/umbrello/pics/entity.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/enum.png
share/kde/apps/umbrello/pics/fork.png
share/kde/apps/umbrello/pics/generalisation.png
share/kde/apps/umbrello/pics/initial_state.png
share/kde/apps/umbrello/pics/interface.png
share/kde/apps/umbrello/pics/join.png
share/kde/apps/umbrello/pics/junction.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/message-asynchronous.png
share/kde/apps/umbrello/pics/message-synchronous.png
share/kde/apps/umbrello/pics/node.png
share/kde/apps/umbrello/pics/note.png
share/kde/apps/umbrello/pics/object.png
share/kde/apps/umbrello/pics/package.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/apps/umbrello/pics/relationship.png
share/kde/apps/umbrello/pics/shallow-history.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/pics/startlogo.png
share/kde/apps/umbrello/pics/state-fork.png
share/kde/apps/umbrello/pics/subsystem.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/apps/umbrello/pics/template.png
share/kde/apps/umbrello/pics/text.png
share/kde/apps/umbrello/pics/uniassociation.png
share/kde/apps/umbrello/pics/usecase.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/apps/umbrello/tips
share/kde/apps/umbrello/umbrelloui.rc
Update to KDE 3.5.5 Changes: Umbrello * Documentation generator for DocBook and XHTML. * "Role A Properties" should give class name. * External folders - improved implementation. * "Open recent" list doesn't reorder when a file is opened. * Properties menu: move to top/bottom buttons. * Java import - importing interfaces - absent visibility treated as package instead of public. * Python code generation is not independent of diagram view. * Java import - method parameter types not resolved correctly. * Java import: unable to import AzareusCore. * Java import: error on multidimensional arrays. * Java import - array types not resolved correctly. * Java import - "final" and comments in method declaration not parsed correctly. * All native importers: Spaces in strings cause next member var to be ignored. * Java import - static member vars ignored in interfaces. * Strange behavior with datatypes in French. * Header file names are lowercase in .cpp file but mixed case on disk. * PHP5 code generator adds stub-methods for all interfaces a class implements. * Fix for generation of include statements in PHP5 generator. * Fix loading of associations in collaboration diagram. * Small fix for printing in landscape mode. * Various fixes to mouse behaviour, e.g. multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, inconsistent behaviour in some tools. * Fix for message widget selection behaviour. * Fix for class association not updating the association position when being moved.
2006-10-12 13:08:24 +02:00
share/kde/apps/umbrello/xmi.css
share/kde/apps/umbrello/xmi2docbook.xsl
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/config.kcfg/cervisiapart.kcfg
share/kde/config.kcfg/kbabel.kcfg
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/config.kcfg/kbprojectsettings.kcfg
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/128x128/actions/svn_switch.png
share/kde/icons/crystalsvg/128x128/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/16x16/actions/svn_switch.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_activity.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_class.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_collaboration.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_component.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_deployment.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_sequence.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_state.png
share/kde/icons/crystalsvg/16x16/actions/umbrello_diagram_usecase.png
share/kde/icons/crystalsvg/16x16/actions/vcs_add.png
share/kde/icons/crystalsvg/16x16/actions/vcs_commit.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/16x16/actions/vcs_diff.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/16x16/actions/vcs_remove.png
share/kde/icons/crystalsvg/16x16/actions/vcs_status.png
share/kde/icons/crystalsvg/16x16/actions/vcs_update.png
share/kde/icons/crystalsvg/16x16/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/22x22/actions/svn_switch.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_activity.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_class.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_collaboration.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_component.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_deployment.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_entityrelationship.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_sequence.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_state.png
share/kde/icons/crystalsvg/22x22/actions/umbrello_diagram_usecase.png
share/kde/icons/crystalsvg/22x22/actions/vcs_add.png
share/kde/icons/crystalsvg/22x22/actions/vcs_commit.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/22x22/actions/vcs_diff.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/22x22/actions/vcs_remove.png
share/kde/icons/crystalsvg/22x22/actions/vcs_status.png
share/kde/icons/crystalsvg/22x22/actions/vcs_update.png
share/kde/icons/crystalsvg/22x22/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/32x32/actions/svn_switch.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/32x32/actions/vcs_add.png
share/kde/icons/crystalsvg/32x32/actions/vcs_commit.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/32x32/actions/vcs_diff.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/32x32/actions/vcs_remove.png
share/kde/icons/crystalsvg/32x32/actions/vcs_status.png
share/kde/icons/crystalsvg/32x32/actions/vcs_update.png
share/kde/icons/crystalsvg/32x32/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/48x48/actions/svn_switch.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/48x48/actions/vcs_add.png
share/kde/icons/crystalsvg/48x48/actions/vcs_commit.png
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/48x48/actions/vcs_diff.png
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/48x48/actions/vcs_remove.png
share/kde/icons/crystalsvg/48x48/actions/vcs_status.png
share/kde/icons/crystalsvg/48x48/actions/vcs_update.png
share/kde/icons/crystalsvg/48x48/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_add.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_branch.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_merge.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_remove.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_status.png
${HAVE_SVN}share/kde/icons/crystalsvg/64x64/actions/svn_switch.png
share/kde/icons/crystalsvg/64x64/mimetypes/umbrellofile.png
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_add.svgz
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_branch.svgz
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_merge.svgz
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_remove.svgz
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_status.svgz
${HAVE_SVN}share/kde/icons/crystalsvg/scalable/actions/svn_switch.svgz
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/scalable/actions/vcs_add.svgz
share/kde/icons/crystalsvg/scalable/actions/vcs_commit.svgz
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/icons/crystalsvg/scalable/actions/vcs_diff.svgz
Update to KDE 3.3 Changes: * Umbrello o Improve icons BARTKO, Zoltan o XMI standard compliance and import of foreign XMI files Oliver Kellogg o clean up setModified() handling Sebastian Stein o alignment tools added Sebastian Stein o support compressed (*.xmi.tgz, *.xmi.tar.bz2) XMI files Sebastian Stein o heavily reduced memory usage and CPU load on large projects o reserved keywords added for supported languages o new tools for aligning several objects o support added for compressed XMI files (*.xmi.tgz, *.xmi.tar.bz2) o New diagram command 'Duplicate' permits the copying of diagram objects including their features o New association type: Containment (circle-plus.) o Operation parameters have a 'direction' which documents whether they are input or return values (in, out, inout.) The IDL and Ada generators use this in their generated code. o Ability to show only public methods/members in diagram. o Improvements to scaled printing. o Crisp new icons o Improved XMI standard conformance of the file format. In principle, Umbrello's XMI parser is now capable of reading foreign XMI files. o Improved compatibility with old umbrello files o Support for repeatedly importing the same C++ file(s) o Umbrello places much less demand on the X server when dealing with large and complex diagrams o Umbrello still compiles on KDE 3.1 but will not support the new compressed-XMI file format in this case o 88 bugs fixed * Cervisia o "Create repository" (cvs init) function Christian Loose o Retrieve cvsignore file from server Christian Loose o Add posibility to create a diff between arbitrary revisions to the log dialog Christian Loose o Make diff options used by "create patch against repository" function configurable Christian Loose o Add "Edit With" entry to the RMB context menu Christian Loose o Checkout a project without CVS folders (cvs export) Dermot Daly o Checkout a module under a different name (alias) Dermot Daly o Text in commit dialog and changelog dialog is now spellchecked Christian Loose * KCachegrind o Storing/Switching between visualisation layouts Josef Weidendorfer o Possibility to show 2 event types in annotations Josef Weidendorfer o PNG export of graph view Josef Weidendorfer o Import filters for OProfile, memprof, PERL/Phyton/PHP profilers Josef Weidendorfer * Kompare o Add support for choosing a different encoding for reading the files or diff output. Otto Bruggeman o Add support for more diff options. Otto Bruggeman o Added support for showing the differences in a line. Otto Bruggeman o Added support for the -x and -X options to diff in the Settings dialog. Otto Bruggeman o Make the divider draggable Jeff Snyder * KBabel o GUI for projects Stanislav Visnovsky o Use of KConfigXT Stanislav Visnovsky
2004-08-21 17:08:06 +02:00
share/kde/icons/crystalsvg/scalable/actions/vcs_remove.svgz
share/kde/icons/crystalsvg/scalable/actions/vcs_status.svgz
share/kde/icons/crystalsvg/scalable/actions/vcs_update.svgz
share/kde/icons/crystalsvg/scalable/mimetypes/umbrellofile.svgz
share/kde/icons/hicolor/128x128/apps/kbugbuster.png
share/kde/icons/hicolor/128x128/apps/kompare.png
share/kde/icons/hicolor/128x128/apps/umbrello.png
share/kde/icons/hicolor/16x16/apps/catalogmanager.png
share/kde/icons/hicolor/16x16/apps/cervisia.png
share/kde/icons/hicolor/16x16/apps/kbabel.png
share/kde/icons/hicolor/16x16/apps/kbabeldict.png
share/kde/icons/hicolor/16x16/apps/kbugbuster.png
share/kde/icons/hicolor/16x16/apps/kompare.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/hicolor/16x16/apps/kuiviewer.png
share/kde/icons/hicolor/16x16/apps/umbrello.png
share/kde/icons/hicolor/16x16/mimetypes/umbrellofile.png
share/kde/icons/hicolor/22x22/apps/catalogmanager.png
share/kde/icons/hicolor/22x22/apps/cervisia.png
share/kde/icons/hicolor/22x22/apps/kbugbuster.png
share/kde/icons/hicolor/22x22/apps/kompare.png
share/kde/icons/hicolor/22x22/apps/umbrello.png
share/kde/icons/hicolor/32x32/apps/catalogmanager.png
share/kde/icons/hicolor/32x32/apps/cervisia.png
share/kde/icons/hicolor/32x32/apps/kbabel.png
share/kde/icons/hicolor/32x32/apps/kbabeldict.png
share/kde/icons/hicolor/32x32/apps/kbugbuster.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/hicolor/32x32/apps/kcachegrind.png
share/kde/icons/hicolor/32x32/apps/kompare.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/hicolor/32x32/apps/kuiviewer.png
share/kde/icons/hicolor/32x32/apps/umbrello.png
share/kde/icons/hicolor/32x32/mimetypes/umbrellofile.png
share/kde/icons/hicolor/48x48/apps/catalogmanager.png
share/kde/icons/hicolor/48x48/apps/cervisia.png
share/kde/icons/hicolor/48x48/apps/kbabel.png
share/kde/icons/hicolor/48x48/apps/kbabeldict.png
share/kde/icons/hicolor/48x48/apps/kbugbuster.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/hicolor/48x48/apps/kcachegrind.png
share/kde/icons/hicolor/48x48/apps/kompare.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/hicolor/48x48/apps/kuiviewer.png
share/kde/icons/hicolor/48x48/apps/umbrello.png
share/kde/icons/hicolor/64x64/apps/kbugbuster.png
share/kde/icons/hicolor/64x64/apps/umbrello.png
share/kde/icons/hicolor/scalable/apps/kompare.svgz
share/kde/icons/hicolor/scalable/apps/umbrello.svgz
share/kde/icons/locolor/16x16/apps/catalogmanager.png
share/kde/icons/locolor/16x16/apps/kbabel.png
share/kde/icons/locolor/16x16/apps/kbabeldict.png
share/kde/icons/locolor/16x16/apps/kbugbuster.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/locolor/16x16/apps/kcachegrind.png
share/kde/icons/locolor/16x16/apps/kuiviewer.png
share/kde/icons/locolor/32x32/apps/catalogmanager.png
share/kde/icons/locolor/32x32/apps/kbabel.png
share/kde/icons/locolor/32x32/apps/kbabeldict.png
share/kde/icons/locolor/32x32/apps/kbugbuster.png
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/icons/locolor/32x32/apps/kcachegrind.png
share/kde/icons/locolor/32x32/apps/kuiviewer.png
share/kde/mimelnk/application/x-kcachegrind.desktop
share/kde/mimelnk/application/x-umbrello.desktop
share/kde/services/cvsservice.desktop
share/kde/services/dbsearchengine.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/designerthumbnail.desktop
share/kde/services/kbabel_accelstool.desktop
share/kde/services/kbabel_argstool.desktop
share/kde/services/kbabel_contexttool.desktop
share/kde/services/kbabel_equationstool.desktop
share/kde/services/kbabel_gettext_export.desktop
share/kde/services/kbabel_gettext_import.desktop
share/kde/services/kbabel_lengthtool.desktop
share/kde/services/kbabel_linguist_export.desktop
share/kde/services/kbabel_linguist_import.desktop
share/kde/services/kbabel_nottranslatedtool.desktop
share/kde/services/kbabel_pluralformstool.desktop
share/kde/services/kbabel_punctuationtool.desktop
share/kde/services/kbabel_regexptool.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/kbabel_setfuzzytool.desktop
share/kde/services/kbabel_whitespacetool.desktop
Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed
2005-03-23 23:33:47 +01:00
share/kde/services/kbabel_xliff_export.desktop
share/kde/services/kbabel_xliff_import.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/kbabel_xmltool.desktop
2005-03-29 12:50:14 +02:00
${HAVE_SVN}share/kde/services/kded/ksvnd.desktop
share/kde/services/kfile_cpp.desktop
share/kde/services/kfile_diff.desktop
share/kde/services/kfile_h.desktop
share/kde/services/kfile_po.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/kfile_ts.desktop
share/kde/services/komparenavtreepart.desktop
share/kde/services/komparepart.desktop
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/kuiviewer_part.desktop
share/kde/services/poauxiliary.desktop
share/kde/services/pocompendium.desktop
share/kde/services/pothumbnail.desktop
2005-03-29 12:50:14 +02:00
${HAVE_SVN}share/kde/services/svn+file.protocol
${HAVE_SVN}share/kde/services/svn+http.protocol
${HAVE_SVN}share/kde/services/svn+https.protocol
${HAVE_SVN}share/kde/services/svn+ssh.protocol
${HAVE_SVN}share/kde/services/svn.protocol
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
share/kde/services/tmxcompendium.desktop
share/kde/servicetypes/kbabel_tool.desktop
share/kde/servicetypes/kbabel_validator.desktop
share/kde/servicetypes/kbabeldict_module.desktop
share/kde/servicetypes/kbabelfilter.desktop
share/kde/servicetypes/komparenavigationpart.desktop
share/kde/servicetypes/kompareviewpart.desktop
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/servicetypes
@comment in kde: @dirrm share/kde/services/kded
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/services
@comment in kde: @dirrm share/kde/mimelnk/application
@comment in kde: @dirrm share/kde/icons/locolor/32x32/mimetypes
@comment in kde: @dirrm share/kde/icons/locolor/32x32/apps
@comment in kde: @dirrm share/kde/icons/locolor/16x16/mimetypes
@comment in kde: @dirrm share/kde/icons/locolor/16x16/apps
@comment in kde: @dirrm share/kde/icons/hicolor/scalable/apps
@comment in kde: @dirrm share/kde/icons/hicolor/64x64/apps
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/icons/hicolor/48x48/apps
@comment in kde: @dirrm share/kde/icons/hicolor/32x32/mimetypes
@comment in kde: @dirrm share/kde/icons/hicolor/32x32/apps
@comment in kde: @dirrm share/kde/icons/hicolor/22x22/apps
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/icons/hicolor/16x16/mimetypes
@comment in kde: @dirrm share/kde/icons/hicolor/16x16/apps
@comment in kde: @dirrm share/kde/icons/hicolor/128x128/apps
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/icons/crystalsvg/scalable/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/scalable/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/scalable/actions
@comment in kde: @dirrm share/kde/icons/crystalsvg/64x64/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/64x64/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/64x64/actions
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/icons/crystalsvg/48x48/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/48x48/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/48x48/actions
@comment in kde: @dirrm share/kde/icons/crystalsvg/32x32/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/32x32/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/32x32/actions
@comment in kde: @dirrm share/kde/icons/crystalsvg/22x22/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/22x22/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/22x22/actions
@comment in kde: @dirrm share/kde/icons/crystalsvg/16x16/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/16x16/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/16x16/actions
@comment in kde: @dirrm share/kde/icons/crystalsvg/128x128/mimetypes
@comment in kde: @dirrm share/kde/icons/crystalsvg/128x128/apps
@comment in kde: @dirrm share/kde/icons/crystalsvg/128x128/actions
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/config.kcfg
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
@dirrm share/kde/apps/umbrello/pics
@dirrm share/kde/apps/umbrello/headings
@dirrm share/kde/apps/umbrello
@dirrm share/kde/apps/kuiviewerpart
@dirrm share/kde/apps/kuiviewer
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/apps/kstyle/themes
@comment in kde: @dirrm share/kde/apps/konqueror/servicemenus
@dirrm share/kde/apps/kompare
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/apps/kconf_update
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
@dirrm share/kde/apps/kcachegrind/icons/hicolor/32x32/actions
@dirrm share/kde/apps/kcachegrind/icons/hicolor/32x32
@dirrm share/kde/apps/kcachegrind/icons/hicolor/22x22/actions
@dirrm share/kde/apps/kcachegrind/icons/hicolor/22x22
@dirrm share/kde/apps/kcachegrind/icons/hicolor/16x16/actions
@dirrm share/kde/apps/kcachegrind/icons/hicolor/16x16
@dirrm share/kde/apps/kcachegrind/icons/hicolor
@dirrm share/kde/apps/kcachegrind/icons
@dirrm share/kde/apps/kcachegrind
@dirrm share/kde/apps/kbugbuster/pics
@dirrm share/kde/apps/kbugbuster
@dirrm share/kde/apps/kbabel/pics
@dirrm share/kde/apps/kbabel/icons/locolor/32x32/actions
@dirrm share/kde/apps/kbabel/icons/locolor/32x32
@dirrm share/kde/apps/kbabel/icons/locolor/22x22/actions
@dirrm share/kde/apps/kbabel/icons/locolor/22x22
@dirrm share/kde/apps/kbabel/icons/locolor/16x16/actions
@dirrm share/kde/apps/kbabel/icons/locolor/16x16
@dirrm share/kde/apps/kbabel/icons/locolor
@dirrm share/kde/apps/kbabel/icons/hicolor/32x32/actions
@dirrm share/kde/apps/kbabel/icons/hicolor/32x32
@dirrm share/kde/apps/kbabel/icons/hicolor/22x22/actions
@dirrm share/kde/apps/kbabel/icons/hicolor/22x22
@dirrm share/kde/apps/kbabel/icons/hicolor/16x16/actions
@dirrm share/kde/apps/kbabel/icons/hicolor/16x16
@dirrm share/kde/apps/kbabel/icons/hicolor
@dirrm share/kde/apps/kbabel/icons
@dirrm share/kde/apps/kbabel
@comment in kde: @dirrm share/kde/apps/katepart/syntax
@dirrm share/kde/apps/kapptemplate/kpartplugin/no-exe
@dirrm share/kde/apps/kapptemplate/kpartplugin
@dirrm share/kde/apps/kapptemplate/kpartapp/no-exe
@dirrm share/kde/apps/kapptemplate/kpartapp
@dirrm share/kde/apps/kapptemplate/kapp/no-exe
@dirrm share/kde/apps/kapptemplate/kapp
@dirrm share/kde/apps/kapptemplate/include
@dirrm share/kde/apps/kapptemplate/existing
@dirrm share/kde/apps/kapptemplate/bin
@dirrm share/kde/apps/kapptemplate/appframework/no-exe
@dirrm share/kde/apps/kapptemplate/appframework
@dirrm share/kde/apps/kapptemplate/admin
@dirrm share/kde/apps/kapptemplate
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/apps/kabc/formats
@dirrm share/kde/apps/cervisiapart
@dirrm share/kde/apps/cervisia
@dirrm share/kde/apps/catalogmanager
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/kde/apps
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
@dirrm share/doc/kde/HTML/en/umbrello
@dirrm share/doc/kde/HTML/en/kompare
@dirrm share/doc/kde/HTML/en/kdesvn-build
Update to KDE 3.2 Changes: SDK KUIViewer * NEW IN KDE: KUIViewer part that allows the preview of UI files. Ian Reinhart Geiser UI Thumbnail * NEW IN KDE: Thumbnail preview for UI files. Ian Reinhart Geiser KCachegrind * NEW IN KDE: KCachegrind, a profile data visualisation. The data is generated with the Valgrind derived tool Calltree (see homepage) Josef Weidendorfer Cervisia * Login support for pserver cvs servers Christian Loose * DCOP service that provides easy access to CVS functions (cvsservice) Christian Loose * Optimize and improve Cervisia's file and directory view (UpdateView) Andre Woebbeking * Better SSH support. Add ability to start and use ssh-agent. Christian Loose * More KDE standard compliant dialogs (QDialog -> KDialogBase) Andre Woebbeking * Remember last opened directory in "Open Sandbox..." dialog Christian Loose * Add new command line option (-log) to display a log dialog for a single file without starting Cervisia Christian Loose * Add "diff to HEAD" functionality to display changes made by other developers before updating the local working copy Andre Woebbeking * Make list views configurable (column order/widths, sorting) Andre Woebbeking * Add "Hide Empty Directories" functionality to display only directories which contain any "changes" Andre Woebbeking * Use user's settings (locale and timezone) to display dates and times Andre Woebbeking * Add splitters to resolve dialog Christian Loose * Add new view to log dialog that shows the cvs output in a similar form as the command-line client. Christian Loose KFilePlugins * ts: Displays the number of translated, untranslated and obsolete messages of Qt-Linguist files kfile_ts.tar.bz2 Carsten Niehaus * diffAdded support for recognizing Subversion diff output. Otto Bruggeman KBabel * Catalog Manager caching Stefan Asserhall * Bookmarks Marco Wegner * TMX dictionary plugin Stanislav Visnovsky * Highlighting code rewrite Marco Wegner * CVS integration in Catalog Manager Marco Wegner * GNU gettext plural forms Stanislav Visnovsky * Validation plugin-based tools Stanislav Visnovsky * Create plural form translation from single text Stanislav Visnovsky * Marking using mouse in Catalog Manager Stanislav Visnovsky * RegExp marking in Catalog Manager Marco Wegner * Plugin-based file import/export Stanislav Visnovsky * Autosave feature Marco Wegner * Whitespace translations validation plugin Dwayne Bailey * Translation length validation plugin Dwayne Bailey * Translations still in English validation plugin Dwayne Bailey * Qt Linguist import/export plugin Marco Wegner Kompare * Fixed some problems with the interaction between the navigation part and the komparepart, mostly preventing double emitted signals so it got a bit faster. Otto Bruggeman * Added the ability to load a file and diff output and to patch the file. Otto Bruggeman * A lot of internal cleanups so maintenance will be easier. Otto Bruggeman * Added an interface class/library you can link your application against to expose the extra methods the komparepart implements over a standard KPart. This is not guaranteed to be binary compatible yet. I might need to add support for the encoding in the interface. Otto Bruggeman Umbrello * NEW IN KDE: Umbrello UML Modeller Umbrello Developers * refactoring agent Umbrello Developers * improved code export Umbrello Developers * changing properties of multiple items at one time Sebastian Stein * refactor internal code (Widget and WidgetData classes) Oliver Kellogg * Add Datatype widget and internal representation Umbrello Developers
2004-02-05 09:27:59 +01:00
@dirrm share/doc/kde/HTML/en/kcachegrind
@dirrm share/doc/kde/HTML/en/kbugbuster
@dirrm share/doc/kde/HTML/en/kbabel
@dirrm share/doc/kde/HTML/en/cervisia
2004-12-10 07:29:31 +01:00
@comment in kde: @dirrm share/doc/kde/HTML/en
@comment in kde: @dirrm share/applications/kde
@comment in kde: @dirrm lib/kde3/plugins/styles
@comment in kde: @dirrm lib/kde3
@comment in kdelibs: @dirrm include/kunittest
@dirrm include/kbabel