Find a file
Nicolas Ternisien a410c025ea Complete source rewrite/improvement of KInfocenter :
- Complete port to KDE/Qt 4, no more use of QT3 Support
- Simplify interface (remove multiple left tabs, add quick help in the top of the layout, use a KListWidgetSearchLine to filter by keywords and name)
- Fix General Page (modules were not displayed), and allow user to select it from the left panel
- Clean code and indentation structure
- Remove big margins and useless layout/widgets to integrate KCMModule (request from Aaron Siego)
- Memory module is now in a separate folder
- Memory module has been rewritten, and the chart generation is now simpler.
- Use color gradient and color scheme of System Monitor app (request from John Tapsell)
- Use a default icon when the requested icon does not exist (request from David Jarvie)
- Integrate patch from Konrad Rzepecki about improve PCI module by using libpci API. Add an optional dependency in CMake for this library
FEATURE:88625
- The porting to KDE4 of all architecture may add some compilation errors (sorry, I have no AIX, HPUX, Solaris, SGI, FreeBSD, OpenBSD systems to test those source). However, some existing codes already did not compile.
- Simplify source code by removing some part corresponding to the moment where KInfocenter and KControl were the same (it seems to).
- Name and comments of each modules are now normalized. (even IOSlaves Info and Samba Status)
CCMAIL:kde-core-devel@kde.org
- Allow the future move of inner modules of kcm_info to a dedicated module (examples: Sound, X-Server, Partitions,...)
TODO : - Improve Loading page layout
- Port Partitions, Sound and Network Interfaces modules to Solid
- Set my email as current maintainer

svn path=/trunk/KDE/kdebase/apps/; revision=795596
2008-04-10 23:08:34 +00:00
cmake/modules Complete source rewrite/improvement of KInfocenter : 2008-04-10 23:08:34 +00:00
doc first cut at updating this documentation: 2008-03-07 23:14:24 +00:00
dolphin * Using QPixmap instead of QBitmap for painting the text allows us to have anti aliased 2008-04-10 20:10:18 +00:00
kappfinder SVN_SILENT made messages (.desktop file) 2008-04-09 03:58:49 +00:00
kdepasswd SVN_SILENT made messages (.desktop file) 2008-03-26 19:25:10 +00:00
kdialog Everyone needs unistd.h -- for exit, among other things 2008-03-26 00:02:59 +00:00
keditbookmarks Fix crash when we use command line to export bookmarks, 2008-04-05 12:44:03 +00:00
kfind Typo fix 2008-04-06 21:06:20 +00:00
kinfocenter Complete source rewrite/improvement of KInfocenter : 2008-04-10 23:08:34 +00:00
konqueror Bugfix: now viewprofile is also restored when restoring a window (both in closedWindows and in breakOffTab) 2008-04-10 23:00:37 +00:00
kwrite EBN warning fix: fix i18n issues 2008-03-04 14:15:09 +00:00
lib SVN_SILENT made messages (.desktop file) 2008-04-09 03:58:49 +00:00
nsplugins SVN_SILENT made messages (.desktop file) 2008-04-09 03:58:49 +00:00
plasma/applets/folderview Implement support for drag and drop. 2008-04-10 17:01:45 +00:00
CMakeLists.txt Complete source rewrite/improvement of KInfocenter : 2008-04-10 23:08:34 +00:00
config-apps.h.cmake fix path #defines 2007-10-18 13:36:56 +00:00
ConfigureChecks.cmake fix kinfocenter 2008-03-03 12:42:28 +00:00
Mainpage.dox Start of apidocs mainpage cleanup for kdebase. 2007-07-23 20:48:03 +00:00
README Add apps/ and workspace/ directories along with README files so 2005-08-31 09:29:34 +00:00

KDE Base Applications consists of what runs on the desktop.  This module isn't a complete collection of essential applications that a user would expect on a desktop (such as e-mail and calculator).  This packages is the basic set of applications beyond the workspace that KDE applications can assume are installed.  These applications should have no problem running on Windows, OS X, Gnome, etc as stand alone applications if the user wanted to use them there.