Find a file
Frank Reininghaus 1c9a92dae0 Always clear DolphinView's m_currentItemUrl member in updateViewState()
Before this patch, we still kept the URL in m_currentItemUrl if the URL
was not found in the model. This could cause problems the next time
updateViewState() was called, because the current index would then be
set to 0, which could cause other issues.

For example, all items between the first item in the view and a folder
which was expanded in Details View could be selected.

In principle, it is possible that updateViewState() is called multiple
times if many large files are being pasted in the view, but since the
item which should be made the current item (and which the view should
be scrolled to) should always be the first pasted item, this change
will most likely not cause any other problems.

BUG: 329377
REVIEW: 119703
FIXED-IN: 4.14.0
2014-08-12 09:17:41 +02:00
doc Add 'with' 2013-11-22 18:15:44 +02:00
dolphin Always clear DolphinView's m_currentItemUrl member in updateViewState() 2014-08-12 09:17:41 +02:00
kdepasswd UserManager KCM: Only delete the face file if it already exists 2014-07-25 04:53:32 +10:00
kdialog Add detailedsorry and detailderror support to kdialog 2013-10-14 20:39:41 +02:00
keditbookmarks Simplify code using foreach() 2013-10-15 09:07:59 +02:00
kfind Indicate used text encoding in generated HTML file 2014-07-21 21:10:21 +02:00
konq-plugins SVN_SILENT made messages (.desktop file) 2014-07-16 08:22:33 +00:00
konqueror SVN_SILENT made messages (.desktop file) 2014-08-03 07:30:09 +00:00
lib Do not crash if QApplication::clipboard()->mimeData() is a null pointer 2014-06-01 14:44:57 +02:00
nsplugins SVN_SILENT made messages (.desktop file) 2014-08-03 07:30:09 +00:00
plasma SVN_SILENT made messages (.desktop file) 2014-07-16 08:22:33 +00:00
CMakeLists.txt [kde-baseapps]: Remove strigi check 2014-01-28 23:43:22 +01:00
config-apps.h.cmake Dolphin reporting opened locations to activity manager 2012-08-15 08:22:30 +02: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.