Find a file
2009-02-24 08:09:35 +00:00
cmake/modules Build with pciutils 3.0.0, which uses libresolv. 2008-08-06 10:26:28 +00:00
doc Fix typos 2009-02-23 20:23:59 +00:00
dolphin After renaming an item the view should be scrolled in a way to still have a fully visible renamed item. The implementation required a lot of more code changes as such a fix should require: QAbstractItemView::scrollTo() cannot be used directly (inconsistent default behavior in QListView and QTreeView, a special case for the column view), so the communication has to be done with the DolphinController... 2009-02-24 08:09:35 +00:00
kappfinder Removed assignment of empty QString to a new (and hence empty) QString. 2009-02-23 22:58:08 +00:00
kdepasswd i) For single-char .section calls - using 'x' rather than "x" as an argument. 2009-02-23 23:03:13 +00:00
kdialog Make kdialog use Plasma's notification bling (via D-Bus) if possible, 2009-01-18 23:44:47 +00:00
keditbookmarks global typo fix 2009-02-07 01:12:28 +00:00
kfind SVN_SILENT made messages (.desktop file) 2009-02-05 14:09:41 +00:00
kinfocenter SVN_SILENT made messages (.desktop file) 2009-02-21 14:07:30 +00:00
konqueror Repair DND-onto-khtmlview -- the part's widget isn't a qscrollarea anymore since the findbar redesign, 2009-02-23 19:17:31 +00:00
kwrite SVN_SILENT made messages (.desktop file) 2009-02-14 16:04:31 +00:00
lib Replaced .replace(x,QString()) with .remove(x). 2009-02-23 22:53:19 +00:00
nsplugins Allow users to change mimetype icons if they use shared-mime-info >= 0.40 2009-02-23 10:41:59 +00:00
plasma Fix a sizing problem that would sometimes result in the popup showing 2009-02-18 23:01:41 +00:00
CMakeLists.txt folderview is not x11 only! 2008-12-25 01:41:57 +00:00
config-apps.h.cmake Make kdialog use Plasma's notification bling (via D-Bus) if possible, 2009-01-18 23:44:47 +00:00
ConfigureChecks.cmake fix kinfocenter 2008-03-03 12:42:28 +00:00
Mainpage.dox Typo in URL for doplhin 2008-09-16 18:19:06 +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.