Find a file
Peter Penz 9387862667 Respect global single/double click setting for the icons- and details view (thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as:
* In general we want to avoid having Kxxx-view classes for existing Qxxx-view classes like this was the case in KDE3. Qt4 allows us to use custom models + delegates and hence there should be no need to introduce KListView, KTreeView or KColumnView.

* It looks like KListView will be renamed to KCategoryView and it's open yet whether it it will be available outside the scope of a file manager for KDE 4.0.

* The details view is derived from QTreeView and the columns view is derived from QColumnView -> adjusting KListView won't help here :-)

svn path=/trunk/KDE/kdebase/apps/; revision=659994
2007-05-01 09:12:24 +00:00
doc Remove comment about the quality of Xterm's code. It is not relevant to the end-user. 2007-04-04 12:01:41 +00:00
dolphin Respect global single/double click setting for the icons- and details view (thanks to Sam Abed for the patch!). PS: I did not introduce an executed()-signal in KListView, as: 2007-05-01 09:12:24 +00:00
kdepasswd Remove not necessary include 2007-04-22 11:14:24 +00:00
kdialog adopt to new API 2007-04-30 12:24:33 +00:00
keditbookmarks KWM->KWindowSystem 2007-04-30 15:48:34 +00:00
kfind Include fix 2007-04-21 18:28:47 +00:00
konqueror doh, it wasn't even compiled 2007-04-30 22:18:03 +00:00
kwrite SVN_SILENT made messages (.desktop file) 2007-04-17 05:21:55 +00:00
lib/konq SVN_SILENT made messages (.desktop file) 2007-05-01 06:45:54 +00:00
nsplugins Remove not necessary include 2007-04-22 11:14:24 +00:00
CMakeLists.txt Move konqueror to kdebase/apps 2007-04-30 12:46:08 +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.