Find a file
Frank Reininghaus 68ce395a19 When the current item is removed, make -1 the current index temporarily
This fixes two problems:
1. KItemListKeyboardSearchManger can cancel the current search when a
   new folder is opened (note that this action removes the current item
   from the view).
2. The view can underline the new current item (which is the item that
   used to be below the removed item). Note that this did not work
   before because the view did not receive a currentChanged() signal in
   this case and therefore did not update the "current item" status of
   the new current item.

BUG: 297488
BUG: 298782
FIXED-IN: 4.8.3
REVIEW: 104709
2012-04-25 09:01:17 +02:00
doc doc backport to 4.8.1 2012-02-02 12:12:26 +01:00
dolphin When the current item is removed, make -1 the current index temporarily 2012-04-25 09:01:17 +02:00
kdepasswd SVN_SILENT made messages (.desktop file) 2012-04-24 22:02:52 +02:00
kdialog Fix startDir when passing an existing directory 2011-08-04 04:18:30 +02:00
keditbookmarks SVN_SILENT made messages (.desktop file) 2011-11-29 16:47:26 +01:00
kfind SVN_SILENT made messages (.desktop file) 2011-09-09 09:18:36 +02:00
konq-plugins Ported to the new KParts::HtmlSettingsInterface so it works with the webkit 2012-03-01 18:26:45 -05:00
konqueror SVN_SILENT made messages (.desktop file) 2012-04-24 22:02:52 +02:00
lib SVN_SILENT made messages (.desktop file) 2012-04-22 15:40:12 +02:00
nsplugins SVN_SILENT made messages (.desktop file) 2012-04-16 14:13:27 +02:00
plasma SVN_SILENT made messages (.desktop file) 2012-04-16 14:13:27 +02:00
CMakeLists.txt bump version requires to 4.8.2 2012-03-29 22:25:44 +02:00
config-apps.h.cmake #cmakedefine instead of #define for HAVE_LONG_LONG, HAVE_SIGSET, HAVE_SIGACTION and HAVE_NICE 2009-03-21 15:06:35 +00:00
ConfigureChecks.cmake fix kinfocenter 2008-03-03 12:42:28 +00:00
COPYING readd missing copyright files 2011-02-28 17:34:12 +01:00
COPYING.DOC readd missing copyright files 2011-02-28 17:34:12 +01:00
COPYING.LIB readd missing copyright files 2011-02-28 17:34:12 +01:00
CTestConfig.cmake -add ctest config files for the dashboards at my.cdash.org 2010-03-22 22:05:44 +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.