No description
Find a file
Ignat Semenov 5fb0a7236b streamline the filter combobox code
- int m_filterType -> ProxyModel::FilterType m_filterType
- ProxyModel::filterModeFromInt(int) -> static_cast<ProxyModel::FilterType>(int)
- int -> QVariant<ProxyModel::FilterType> in the config UI
- selectUnselectAll() -> two separate methods; eliminate sender() call

This also fixes filterChanged() and configAccepted() wrt this config key.
Use the actual filter mode value instead of the combobox index which is
error-prone in case the order of the items in the combobox changes.

BUG:317323
FIXED_IN:4.10.2
2013-03-25 15:48:33 +04:00
doc update date + releaseinfo 2013-02-11 21:22:15 +01:00
dolphin Fix transition between m_pixmap and m_hoverPixmap 2013-03-21 14:06:07 +01:00
kdepasswd SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
kdialog interpret backslash escapes in some more options 2012-07-02 16:48:14 +02:00
keditbookmarks SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
kfind SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
konq-plugins SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
konqueror SVN_SILENT made messages (.desktop file) 2013-03-17 13:29:34 +01:00
lib SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
nsplugins SVN_SILENT made messages (.desktop file) 2013-03-15 14:57:44 +01:00
plasma streamline the filter combobox code 2013-03-25 15:48:33 +04:00
CMakeLists.txt Updated kdelibs requirement to 4.9.80. You can find the reason for this change 2012-10-19 17:24:06 -04: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.