Find a file
Ignat Semenov 7fd7f69ab9 icon arrangement mega-patch for usability and maintainability
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
2013-04-24 16:56:23 +04:00
doc remove consecutive duplicate word >the< 2013-02-24 11:18:03 +01:00
dolphin Scroll to newly pasted files. 2013-04-23 22:50:01 +02:00
kdepasswd SVN_SILENT made messages (.desktop file) 2013-04-20 09:44:11 +02:00
kdialog interpret backslash escapes in some more options 2012-07-01 13:19:23 +02:00
keditbookmarks SVN_SILENT made messages (.desktop file) 2013-03-15 10:09:23 +01:00
kfind SVN_SILENT made messages (.desktop file) 2013-03-15 10:09:23 +01:00
konq-plugins SVN_SILENT made messages (.desktop file) 2013-04-20 15:43:04 +02:00
konqueror SVN_SILENT made messages (.desktop file) 2013-04-23 17:07:03 +02:00
lib SVN_SILENT made messages (.desktop file) 2013-04-20 09:44:11 +02:00
nsplugins SVN_SILENT made messages (.desktop file) 2013-04-23 17:07:03 +02:00
plasma icon arrangement mega-patch for usability and maintainability 2013-04-24 16:56:23 +04:00
CMakeLists.txt Port to feature_summary. 2012-12-30 11:59:35 +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.