┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-11Expose the new file item property pathorurl to the Dolphin UI. This is ↵Sebastian Trueg
mostly useful for search results to see the actual local path of the result. svn path=/trunk/KDE/kdebase/apps/; revision=1125631
2010-05-10Provide the destination of a symbolic link as a column in Dolphin'sFrank Reininghaus
(and Konqueror's) Details View in KDE SC 4.5. This is based on the changes to KFileItemDelegate from commit 1124981. FEATURE: 211690 svn path=/trunk/KDE/kdebase/apps/; revision=1124982
2010-05-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1124874
2010-05-08terminalAction is defined only on non-windows systemsPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=1124310
2010-05-05Proof-reading: don't -> do not (house style).Andrew Coles
svn path=/trunk/KDE/kdebase/apps/; revision=1123270
2010-05-04Fix description for the "--select" optionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1122794
2010-05-04Updates for the "About" dialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1122790
2010-05-04Don't use a ':' in a text of a group-box.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1122788
2010-05-04Provide a cleaner layout and better description about the maximum file size ↵Peter Penz
setting. BUG: 230818 svn path=/trunk/KDE/kdebase/apps/; revision=1122775
2010-05-03Create QActionGroup like done for other sub menus for consistency. Although ↵Peter Penz
a few more lines of code are required, this approach is more flexible.bar, but as the group "Panels" can be added instead, this should be no issue. svn path=/trunk/KDE/kdebase/apps/; revision=1122365
2010-05-03Use the dock widgets actions directly, as they are capable of showing the ↵Peter Penz
toggle state. Drawback: The actions cannot be added directly to the toolbar, but as the group "Panels" can be added instead, this should be no issue. svn path=/trunk/KDE/kdebase/apps/; revision=1122363
2010-05-03Allow to add menu groups like "View Mode", "Sort By"... to be added as ↵Peter Penz
toolbar item (see http://reviewboard.kde.org/r/3862). Thanks to Todd for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1122320
2010-04-30Assure to reconnect to the version plugin signals, otherwise no information ↵Peter Penz
will be provided anymore after the first directory update svn path=/trunk/KDE/kdebase/apps/; revision=1120924
2010-04-26use KFileItemActions::runPreferredApplications to handle Key_Enter on ↵David Faure
multiple selected files. Rewritten to make a direct method call rather than using a signal from 'this'. REVIEW: 3163 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1119117
2010-04-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1118248
2010-04-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1117807
2010-04-16The KFileMetaInfoWidget does not use a hardcoded small font anymore, so it ↵Peter Penz
must be set manually nowidget svn path=/trunk/KDE/kdebase/apps/; revision=1115496
2010-04-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1115355
2010-04-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1115065
2010-04-13SVN_SILENT: Remove unnecessary debugging outputPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1114499
2010-04-13Allow configuring different maximum sizes for remote and local filesPeter Penz
BUG: 189501 p://reviewboard.kde.org/r/3484/ svn path=/trunk/KDE/kdebase/apps/; revision=1114485
2010-04-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1112036
2010-04-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1111569
2010-04-05Add progress-text label to the layoutPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1111461
2010-04-04Do expensive loading operations in the Dolphin Preferences when getting the ↵Peter Penz
QShowEvent and not the QPolish event. svn path=/trunk/KDE/kdebase/apps/; revision=1111143
2010-04-04Add the submenu-name of a service menu entry as prefix. As an alphabetic ↵Peter Penz
sorting of all list elements is done, this automatically groups the entries. svn path=/trunk/KDE/kdebase/apps/; revision=1111140
2010-04-04Invert default behavior regarding loading of version control plugins: Only ↵Peter Penz
load plugins that have been explicitly enabled by the user instead of loading all plugins per default. Most users won't use version control plugins at all and there is no need in wasting memory and performance. A user interface has been added in the "Services" settings for version control plugins. The user interface is only shown, if at least one plugin is available on the system. svn path=/trunk/KDE/kdebase/apps/; revision=1111101
2010-04-04SVN_SILENT: documentation fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1110979
2010-04-04Assure that the tooltip does not flash for items at the bottom-right edgePeter Penz
BUG: 226430 svn path=/trunk/KDE/kdebase/apps/; revision=1110974
2010-04-03Cleanup of statusbar widgets:Peter Penz
- Provide proper size hints instead of hiding extensions on small widths - Provide context menu, which allows to enable/disable the zoom level extension and the space info extension. Also copying the status bar text is possible (useful e. g. for error messages). BUG: 188980 svn path=/trunk/KDE/kdebase/apps/; revision=1110498
2010-04-02Remove the SVN plugin from the Dolphin sources. The plugin will get part of ↵Peter Penz
kdesdk (request will be submitted on reviewboard during the next days). svn path=/trunk/KDE/kdebase/apps/; revision=1110250
2010-03-30Split the class DolphinController into the two classes DolphinViewController ↵Peter Penz
and ViewModeController. The ViewModeController offers a defined interface to control view mode implementations like icons view, details view and column view. The DolphinViewController allows those view mode implementations to control the parent DolphinView in a limited way. svn path=/trunk/KDE/kdebase/apps/; revision=1109228
2010-03-27Use floating point font sizes for font requesterChristoph Feck
CCBUG: 220632 svn path=/trunk/KDE/kdebase/apps/; revision=1108111
2010-03-27Start font requester with previously set custom fontChristoph Feck
svn path=/trunk/KDE/kdebase/apps/; revision=1108110
2010-03-27Clear the items after hiding the tooltip, otherwise a flickering might occur ↵Peter Penz
when reopening the tooltip svn path=/trunk/KDE/kdebase/apps/; revision=1108086
2010-03-27Share one tooltip instance for all tooltip manager instancesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1108076
2010-03-27Enable job-transfer indication for file items.Peter Penz
Thanks to Shaun Reich for the patch and the implementation behind in kdelibs! svn path=/trunk/KDE/kdebase/apps/; revision=1108002
2010-03-27Don't recreate and destroy the tooltip widget on each show/hide operation, ↵Peter Penz
just use set the widget visible/invisible and update the content instead svn path=/trunk/KDE/kdebase/apps/; revision=1107992
2010-03-25Open the meta data configuration dialog modelessPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1107448
2010-03-25Enable the meta data configuration dialog again after the ↵Peter Penz
KFileMetaDataWidget code has been moved to kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=1107432
2010-03-25Remove the redundant m_versionInfoKeys member, just iterate the hash table ↵Peter Penz
instead svn path=/trunk/KDE/kdebase/apps/; revision=1107255
2010-03-24Renamed methods and improved documentation, as in the previous patch the ↵Peter Penz
wrong mutex has been used accidently because of the confusing naming of the methods. svn path=/trunk/KDE/kdebase/apps/; revision=1107136
2010-03-24Version control: Move the maintainance of pending threads into a custom ↵Peter Penz
class. Also the UpdateItemStatesThread differs now between protecting the globally shared plugin and the locally shared data. svn path=/trunk/KDE/kdebase/apps/; revision=1107125
2010-03-24Always apply the editable state of the current URL navigator to the URL ↵Peter Penz
navigator of the new tab (not only if the current URL navigator is editable) svn path=/trunk/KDE/kdebase/apps/; revision=1106928
2010-03-23VersionControlObserver: Only disconnect m_plugin in the destructor ifFrank Reininghaus
it is not 0. Fixes a Qt runtime warning. svn path=/trunk/KDE/kdebase/apps/; revision=1106816
2010-03-23Assure that when opening a new tab, that the URL navigator of the new tab ↵Peter Penz
has the same editable state as the current tab Thanks to Vishesh Handa for the patch! svn path=/trunk/KDE/kdebase/apps/; revision=1106757
2010-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1106528
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ↵Peter Penz
KFileMetaDataConfigurationWidget. svn path=/trunk/KDE/kdebase/apps/; revision=1106465
2010-03-22Remove connection to non-existent slot.Peter Penz
Thanks to Frank Reininghaus for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1106410
2010-03-22Use the default keyboard shortcuts for next-tab/previous-tab as primary key, ↵Peter Penz
but use the commonly used shortcuts Ctrl+Tab/Ctrl+Shift+Tab as secondary keys. Of course it is still possible that the user defines custom shortcuts. BUG: 231541 svn path=/trunk/KDE/kdebase/apps/; revision=1106406