mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
No description
050a8c33aa
- 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 |
||
---|---|---|
doc | ||
dolphin | ||
kdepasswd | ||
kdialog | ||
keditbookmarks | ||
kfind | ||
konq-plugins | ||
konqueror | ||
lib | ||
nsplugins | ||
plasma | ||
CMakeLists.txt | ||
config-apps.h.cmake | ||
ConfigureChecks.cmake | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LIB | ||
CTestConfig.cmake | ||
Mainpage.dox | ||
README |
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.