mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
No description
7fd7f69ab9
This splits the enum IconView::Flow into two enums - IconView::Layout { Rows, Columns } - IconView::Alignment { Left, Right } Note that Qt::Alignment is not used to emphasize the fact that these two properties are orthogonal (layoutDirection() is used e.g. to place the scrollbar at the correct side of the screen, whereas IconView::Alignment is about the side of the screen the user want their icons to stick to. This patch greatly improves the readability of the IconView layouting code, as well as the user-friendliness of the applet's Display configuration page, with a distinct separation of the two layout-related factors. Corresponding context menu actions have been added. They update the configuration dialog combos when selected if the dialog is open at that moment. CCBUG:306537 |
||
---|---|---|
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.