]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
15 years agoSVN_SILENT: Minor coding style and format cleanups. No change of behavior has been...
Peter Penz [Wed, 19 May 2010 19:45:17 +0000 (19:45 +0000)]
SVN_SILENT: Minor coding style and format cleanups. No change of behavior has been done.

svn path=/trunk/KDE/kdebase/apps/; revision=1128629

15 years agoUse the user provided query as UDS_DISPLAY_NAME. For 4.6 I will most likely hide...
Sebastian Trueg [Wed, 19 May 2010 19:31:40 +0000 (19:31 +0000)]
Use the user provided query as UDS_DISPLAY_NAME. For 4.6 I will most likely hide the 'userquery' URL query parameter in the Nepomuk::Query API

svn path=/trunk/KDE/kdebase/apps/; revision=1128624

15 years agoDon't change the default view properties, if the view mode is changed on a remote...
Peter Penz [Wed, 19 May 2010 19:25:04 +0000 (19:25 +0000)]
Don't change the default view properties, if the view mode is changed on a remote folder.

BUG: 234852

svn path=/trunk/KDE/kdebase/apps/; revision=1128615

15 years agoSVN_SILENT: Revert accidental commit of temporary debugging codee error message is...
Peter Penz [Wed, 19 May 2010 18:59:11 +0000 (18:59 +0000)]
SVN_SILENT: Revert accidental commit of temporary debugging codee error message is shown in Dolphin instead.

CCBUG: 229505

svn path=/trunk/KDE/kdebase/apps/; revision=1128600

15 years agoDisable the automatic error handling in the DolphinDirLister, the error message is...
Peter Penz [Wed, 19 May 2010 18:55:05 +0000 (18:55 +0000)]
Disable the automatic error handling in the DolphinDirLister, the error message is shown in Dolphin instead.

CCBUG: 229505

svn path=/trunk/KDE/kdebase/apps/; revision=1128599

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 18 May 2010 08:31:57 +0000 (08:31 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1128050

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 17 May 2010 07:24:35 +0000 (07:24 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1127622

15 years agoUse the term "Select" instead of "Configure", as it is less technical (at least I...
Peter Penz [Fri, 14 May 2010 17:00:11 +0000 (17:00 +0000)]
Use the term "Select" instead of "Configure", as it is less technical (at least I hope as non-native English speaker that this is the case ;-))

svn path=/trunk/KDE/kdebase/apps/; revision=1126705

15 years agoUse the AdditionalInfoAccessor to be flexible for future changes/extensions in KFileI...
Peter Penz [Fri, 14 May 2010 16:55:43 +0000 (16:55 +0000)]
Use the AdditionalInfoAccessor to be flexible for future changes/extensions in KFileItemDelegate.

svn path=/trunk/KDE/kdebase/apps/; revision=1126703

15 years agoCleanups and simplifications, no change of behavior has been done.
Peter Penz [Fri, 14 May 2010 16:03:22 +0000 (16:03 +0000)]
Cleanups and simplifications, no change of behavior has been done.

svn path=/trunk/KDE/kdebase/apps/; revision=1126677

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 14 May 2010 06:40:16 +0000 (06:40 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1126490

15 years agoFix temporary regression of sorting introduced by SVN commit 1126410
Peter Penz [Fri, 14 May 2010 06:08:08 +0000 (06:08 +0000)]
Fix temporary regression of sorting introduced by SVN commit 1126410

svn path=/trunk/KDE/kdebase/apps/; revision=1126487

15 years agoRename AdditionalInfoManager to AdditionalInfoAccessor
Peter Penz [Fri, 14 May 2010 05:27:47 +0000 (05:27 +0000)]
Rename AdditionalInfoManager to AdditionalInfoAccessor

svn path=/trunk/KDE/kdebase/apps/; revision=1126483

15 years agoIf an information entry will be added to KFileItemDelegate (like done recently),...
Peter Penz [Thu, 13 May 2010 22:06:10 +0000 (22:06 +0000)]
If an information entry will be added to KFileItemDelegate (like done recently), adjusting the corresponding code in Dolphin is a real pain, as the new information will be shown in Dolphin the following way:
 - As additional columns in the details view
 - As additional lines in the icons view
 - As menu entries in the "Sort By" and "Additional Information" groups
 - As popup menu entries in the details view header popup
 - As checkable entries in the View Properties dialog

To prevent similar painful transitions in future, the class AdditionalInfoManager has been introduced. All parts in Dolphin that access/show/store additional information, use the AdditionalInfoManager now. If a new information entry will be added in KFileItemDelegate in future, only a small adjustment in AdditionalInfoManager will be required.

Still open currently:
- AdditionalInfoDialog does not use AdditionalInfoManager yet
- DolphinView::Sorting should be replaced by KFileItemDelegate::Information, so that the sorting can also be done in a generic way.
- The data for KFileItemDelegate::PathOrUrl is not determined

The open issues will get fixed during the next days.

Kudos to the brave warriors Sebastian and Frank, that tried to add a new information ;-)

CCMAIL: sebastian@trueg.de
CCMAIL: frank78ac@googlemail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1126410

15 years agoReset the location to the home URL, if a place has been removed (e. g. a DVD has...
Peter Penz [Thu, 13 May 2010 18:23:04 +0000 (18:23 +0000)]
Reset the location to the home URL, if a place has been removed (e. g. a DVD has been ejected).

Thanks to Christian Mühlhäuser for the patch!

BUG: 231518

svn path=/trunk/KDE/kdebase/apps/; revision=1126336

15 years agoDepend directly on kcmutils.
Kevin Ottens [Wed, 12 May 2010 15:58:45 +0000 (15:58 +0000)]
Depend directly on kcmutils.

svn path=/trunk/KDE/kdebase/apps/; revision=1125889

15 years agoExpose the new file item property pathorurl to the Dolphin UI. This is mostly useful...
Sebastian Trueg [Tue, 11 May 2010 21:02:49 +0000 (21:02 +0000)]
Expose the new file item property pathorurl to the Dolphin UI. This is mostly useful for search results to see the actual local path of the result.

svn path=/trunk/KDE/kdebase/apps/; revision=1125631

15 years agoProvide the destination of a symbolic link as a column in Dolphin's
Frank Reininghaus [Mon, 10 May 2010 12:49:41 +0000 (12:49 +0000)]
Provide the destination of a symbolic link as a column in Dolphin's
(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

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 10 May 2010 06:44:42 +0000 (06:44 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1124874

15 years agoterminalAction is defined only on non-windows systems
Pino Toscano [Sat, 8 May 2010 19:49:20 +0000 (19:49 +0000)]
terminalAction is defined only on non-windows systems

svn path=/trunk/KDE/kdebase/apps/; revision=1124310

15 years agoProof-reading: don't -> do not (house style).
Andrew Coles [Wed, 5 May 2010 18:45:18 +0000 (18:45 +0000)]
Proof-reading: don't -> do not (house style).

svn path=/trunk/KDE/kdebase/apps/; revision=1123270

15 years agoFix description for the "--select" option
Peter Penz [Tue, 4 May 2010 18:09:27 +0000 (18:09 +0000)]
Fix description for the "--select" option

svn path=/trunk/KDE/kdebase/apps/; revision=1122794

15 years agoUpdates for the "About" dialog
Peter Penz [Tue, 4 May 2010 17:30:19 +0000 (17:30 +0000)]
Updates for the "About" dialog

svn path=/trunk/KDE/kdebase/apps/; revision=1122790

15 years agoDon't use a ':' in a text of a group-box.
Peter Penz [Tue, 4 May 2010 17:16:10 +0000 (17:16 +0000)]
Don't use a ':' in a text of a group-box.

svn path=/trunk/KDE/kdebase/apps/; revision=1122788

15 years agoProvide a cleaner layout and better description about the maximum file size setting.
Peter Penz [Tue, 4 May 2010 17:08:39 +0000 (17:08 +0000)]
Provide a cleaner layout and better description about the maximum file size setting.

BUG: 230818

svn path=/trunk/KDE/kdebase/apps/; revision=1122775

15 years agoCreate QActionGroup like done for other sub menus for consistency. Although a few...
Peter Penz [Mon, 3 May 2010 17:49:49 +0000 (17:49 +0000)]
Create QActionGroup like done for other sub menus for consistency. Although 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

15 years agoUse the dock widgets actions directly, as they are capable of showing the toggle...
Peter Penz [Mon, 3 May 2010 17:46:34 +0000 (17:46 +0000)]
Use the dock widgets actions directly, as they are capable of showing the 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

15 years agoAllow to add menu groups like "View Mode", "Sort By"... to be added as toolbar item...
Peter Penz [Mon, 3 May 2010 15:40:24 +0000 (15:40 +0000)]
Allow to add menu groups like "View Mode", "Sort By"... to be added as toolbar item (see http://reviewboard.kde.org/r/3862).

Thanks to Todd for the patch!

CCMAIL: toddrme2178@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1122320

15 years agoAssure to reconnect to the version plugin signals, otherwise no information will...
Peter Penz [Fri, 30 Apr 2010 05:48:24 +0000 (05:48 +0000)]
Assure to reconnect to the version plugin signals, otherwise no information will be provided anymore after the first directory update

svn path=/trunk/KDE/kdebase/apps/; revision=1120924

15 years agouse KFileItemActions::runPreferredApplications to handle Key_Enter on multiple select...
David Faure [Mon, 26 Apr 2010 15:50:59 +0000 (15:50 +0000)]
use KFileItemActions::runPreferredApplications to handle Key_Enter on multiple selected files.
Rewritten to make a direct method call rather than using a signal from 'this'.
REVIEW: 3163
CCMAIL: toddrme2178@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1119117

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 24 Apr 2010 06:36:02 +0000 (06:36 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1118248

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 23 Apr 2010 06:29:53 +0000 (06:29 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1117807

15 years agoThe KFileMetaInfoWidget does not use a hardcoded small font anymore, so it must be...
Peter Penz [Fri, 16 Apr 2010 16:00:06 +0000 (16:00 +0000)]
The KFileMetaInfoWidget does not use a hardcoded small font anymore, so it must be set manually nowidget

svn path=/trunk/KDE/kdebase/apps/; revision=1115496

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 16 Apr 2010 06:12:47 +0000 (06:12 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1115355

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 15 Apr 2010 06:07:57 +0000 (06:07 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1115065

15 years agoSVN_SILENT: Remove unnecessary debugging output
Peter Penz [Tue, 13 Apr 2010 18:54:15 +0000 (18:54 +0000)]
SVN_SILENT: Remove unnecessary debugging output

svn path=/trunk/KDE/kdebase/apps/; revision=1114499

15 years agoAllow configuring different maximum sizes for remote and local files
Peter Penz [Tue, 13 Apr 2010 18:31:25 +0000 (18:31 +0000)]
Allow configuring different maximum sizes for remote and local files

BUG: 189501
p://reviewboard.kde.org/r/3484/

svn path=/trunk/KDE/kdebase/apps/; revision=1114485

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 7 Apr 2010 06:38:59 +0000 (06:38 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1112036

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 6 Apr 2010 06:07:52 +0000 (06:07 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1111569

15 years agoAdd progress-text label to the layout
Peter Penz [Mon, 5 Apr 2010 18:32:10 +0000 (18:32 +0000)]
Add progress-text label to the layout

svn path=/trunk/KDE/kdebase/apps/; revision=1111461

15 years agoDo expensive loading operations in the Dolphin Preferences when getting the QShowEven...
Peter Penz [Sun, 4 Apr 2010 22:51:39 +0000 (22:51 +0000)]
Do expensive loading operations in the Dolphin Preferences when getting the QShowEvent and not the QPolish event.

svn path=/trunk/KDE/kdebase/apps/; revision=1111143

15 years agoAdd the submenu-name of a service menu entry as prefix. As an alphabetic sorting...
Peter Penz [Sun, 4 Apr 2010 22:34:33 +0000 (22:34 +0000)]
Add the submenu-name of a service menu entry as prefix. As an alphabetic sorting of all list elements is done, this automatically groups the entries.

svn path=/trunk/KDE/kdebase/apps/; revision=1111140

15 years agoInvert default behavior regarding loading of version control plugins: Only load plugi...
Peter Penz [Sun, 4 Apr 2010 20:45:09 +0000 (20:45 +0000)]
Invert default behavior regarding loading of version control plugins: Only 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

15 years agoSVN_SILENT: documentation fixes
Peter Penz [Sun, 4 Apr 2010 14:37:34 +0000 (14:37 +0000)]
SVN_SILENT: documentation fixes

svn path=/trunk/KDE/kdebase/apps/; revision=1110979

15 years agoAssure that the tooltip does not flash for items at the bottom-right edge
Peter Penz [Sun, 4 Apr 2010 14:28:54 +0000 (14:28 +0000)]
Assure that the tooltip does not flash for items at the bottom-right edge

BUG: 226430

svn path=/trunk/KDE/kdebase/apps/; revision=1110974

15 years agoCleanup of statusbar widgets:
Peter Penz [Sat, 3 Apr 2010 08:48:35 +0000 (08:48 +0000)]
Cleanup of statusbar widgets:
- 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

15 years agoRemove the SVN plugin from the Dolphin sources. The plugin will get part of kdesdk...
Peter Penz [Fri, 2 Apr 2010 16:00:14 +0000 (16:00 +0000)]
Remove the SVN plugin from the Dolphin sources. The plugin will get part of kdesdk (request will be submitted on reviewboard during the next days).

svn path=/trunk/KDE/kdebase/apps/; revision=1110250

15 years agoSplit the class DolphinController into the two classes DolphinViewController and...
Peter Penz [Tue, 30 Mar 2010 20:19:32 +0000 (20:19 +0000)]
Split the class DolphinController into the two classes DolphinViewController 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

15 years agoUse floating point font sizes for font requester
Christoph Feck [Sat, 27 Mar 2010 20:44:15 +0000 (20:44 +0000)]
Use floating point font sizes for font requester

CCBUG: 220632

svn path=/trunk/KDE/kdebase/apps/; revision=1108111

15 years agoStart font requester with previously set custom font
Christoph Feck [Sat, 27 Mar 2010 20:43:35 +0000 (20:43 +0000)]
Start font requester with previously set custom font

svn path=/trunk/KDE/kdebase/apps/; revision=1108110

15 years agoClear the items after hiding the tooltip, otherwise a flickering might occur when...
Peter Penz [Sat, 27 Mar 2010 19:32:40 +0000 (19:32 +0000)]
Clear the items after hiding the tooltip, otherwise a flickering might occur when reopening the tooltip

svn path=/trunk/KDE/kdebase/apps/; revision=1108086

15 years agoShare one tooltip instance for all tooltip manager instances
Peter Penz [Sat, 27 Mar 2010 19:03:26 +0000 (19:03 +0000)]
Share one tooltip instance for all tooltip manager instances

svn path=/trunk/KDE/kdebase/apps/; revision=1108076

15 years agoEnable job-transfer indication for file items.
Peter Penz [Sat, 27 Mar 2010 13:31:58 +0000 (13:31 +0000)]
Enable job-transfer indication for file items.

Thanks to Shaun Reich for the patch and the implementation behind in kdelibs!

svn path=/trunk/KDE/kdebase/apps/; revision=1108002

15 years agoDon't recreate and destroy the tooltip widget on each show/hide operation, just use...
Peter Penz [Sat, 27 Mar 2010 13:08:46 +0000 (13:08 +0000)]
Don't recreate and destroy the tooltip widget on each show/hide operation, just use set the widget visible/invisible and update the content instead

svn path=/trunk/KDE/kdebase/apps/; revision=1107992

15 years agoOpen the meta data configuration dialog modeless
Peter Penz [Thu, 25 Mar 2010 17:36:39 +0000 (17:36 +0000)]
Open the meta data configuration dialog modeless

svn path=/trunk/KDE/kdebase/apps/; revision=1107448

15 years agoEnable the meta data configuration dialog again after the KFileMetaDataWidget code...
Peter Penz [Thu, 25 Mar 2010 16:34:40 +0000 (16:34 +0000)]
Enable the meta data configuration dialog again after the KFileMetaDataWidget code has been moved to kdelibs

svn path=/trunk/KDE/kdebase/apps/; revision=1107432

15 years agoRemove the redundant m_versionInfoKeys member, just iterate the hash table instead
Peter Penz [Thu, 25 Mar 2010 07:02:02 +0000 (07:02 +0000)]
Remove the redundant m_versionInfoKeys member, just iterate the hash table instead

svn path=/trunk/KDE/kdebase/apps/; revision=1107255

15 years agoRenamed methods and improved documentation, as in the previous patch the wrong mutex...
Peter Penz [Wed, 24 Mar 2010 22:41:06 +0000 (22:41 +0000)]
Renamed methods and improved documentation, as in the previous patch the wrong mutex has been used accidently because of the confusing naming of the methods.

svn path=/trunk/KDE/kdebase/apps/; revision=1107136

15 years agoVersion control: Move the maintainance of pending threads into a custom class. Also...
Peter Penz [Wed, 24 Mar 2010 22:21:09 +0000 (22:21 +0000)]
Version control: Move the maintainance of pending threads into a custom 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

15 years agoAlways apply the editable state of the current URL navigator to the URL navigator...
Peter Penz [Wed, 24 Mar 2010 08:06:34 +0000 (08:06 +0000)]
Always apply the editable state of the current URL navigator to the URL navigator of the new tab (not only if the current URL navigator is editable)

svn path=/trunk/KDE/kdebase/apps/; revision=1106928

15 years agoVersionControlObserver: Only disconnect m_plugin in the destructor if
Frank Reininghaus [Tue, 23 Mar 2010 23:30:44 +0000 (23:30 +0000)]
VersionControlObserver: Only disconnect m_plugin in the destructor if
it is not 0. Fixes a Qt runtime warning.

svn path=/trunk/KDE/kdebase/apps/; revision=1106816

15 years agoAssure that when opening a new tab, that the URL navigator of the new tab has the...
Peter Penz [Tue, 23 Mar 2010 21:29:58 +0000 (21:29 +0000)]
Assure that when opening a new tab, that the URL navigator of the new tab has the same editable state as the current tab

Thanks to Vishesh Handa for the patch!

svn path=/trunk/KDE/kdebase/apps/; revision=1106757

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 23 Mar 2010 06:52:40 +0000 (06:52 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1106528

15 years agoUse KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps KFileMet...
Peter Penz [Mon, 22 Mar 2010 22:23:02 +0000 (22:23 +0000)]
Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps KFileMetaDataConfigurationWidget.

svn path=/trunk/KDE/kdebase/apps/; revision=1106465

15 years agoRemove connection to non-existent slot.
Peter Penz [Mon, 22 Mar 2010 18:54:23 +0000 (18:54 +0000)]
Remove connection to non-existent slot.

Thanks to Frank Reininghaus for the hint!

svn path=/trunk/KDE/kdebase/apps/; revision=1106410

15 years agoUse the default keyboard shortcuts for next-tab/previous-tab as primary key, but...
Peter Penz [Mon, 22 Mar 2010 18:48:12 +0000 (18:48 +0000)]
Use the default keyboard shortcuts for next-tab/previous-tab as primary key, 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

15 years agoSend CTRL+C to the terminal instead of of backspaces. Thanks to the FiNeX and g111...
Peter Penz [Mon, 22 Mar 2010 18:28:16 +0000 (18:28 +0000)]
Send CTRL+C to the terminal instead of of backspaces. Thanks to the FiNeX and g111 for the hint.

CCBUG: 161637

svn path=/trunk/KDE/kdebase/apps/; revision=1106403

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 18 Mar 2010 06:54:13 +0000 (06:54 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1104643

15 years ago-pedantic
André Wöbbeking [Tue, 16 Mar 2010 20:15:48 +0000 (20:15 +0000)]
-pedantic

svn path=/trunk/KDE/kdebase/apps/; revision=1104133

15 years agowelcome to the world of kdeinit applications
Luboš Luňák [Tue, 16 Mar 2010 12:30:46 +0000 (12:30 +0000)]
welcome to the world of kdeinit applications

svn path=/trunk/KDE/kdebase/apps/; revision=1103978

15 years agoGet back names, and use "using" keyword to keep GCC silent on "method foo on base...
Rafael Fernández López [Mon, 15 Mar 2010 10:08:32 +0000 (10:08 +0000)]
Get back names, and use "using" keyword to keep GCC silent on "method foo on base class hidden y method foo on derived class". Thanks to André for pointing out this trick.

CCMAIL: Woebbeking@kde.org
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=1103527

15 years agoStat URLs before opening them to make sure they are actually dirs we can list. Otherw...
Sebastian Trueg [Mon, 15 Mar 2010 09:55:51 +0000 (09:55 +0000)]
Stat URLs before opening them to make sure they are actually dirs we can list. Otherwise use KRun.

svn path=/trunk/KDE/kdebase/apps/; revision=1103520

15 years agoRemove all warnings on compile time
Rafael Fernández López [Sun, 14 Mar 2010 22:57:42 +0000 (22:57 +0000)]
Remove all warnings on compile time

svn path=/trunk/KDE/kdebase/apps/; revision=1103376

15 years agoAdapt DolphinCategoryDrawer to new changes on kdelibs :)
Rafael Fernández López [Sun, 14 Mar 2010 16:31:16 +0000 (16:31 +0000)]
Adapt DolphinCategoryDrawer to new changes on kdelibs :)

svn path=/trunk/KDE/kdebase/apps/; revision=1103215

15 years agoFix issue that the current terminal line does not get cleared before sending a cd...
Peter Penz [Sun, 14 Mar 2010 16:21:35 +0000 (16:21 +0000)]
Fix issue that the current terminal line does not get cleared before sending a cd command.

The terminal interface does not provide an API for this, so as workaround backspaces are send. Not nice, but as the issue can lead to data loss, this solution is better than having nothing.

BUG: 161637

svn path=/trunk/KDE/kdebase/apps/; revision=1103207

15 years agoFix compilation on OpenSolaris with Sun Studio
Peter Penz [Sun, 14 Mar 2010 13:18:09 +0000 (13:18 +0000)]
Fix compilation on OpenSolaris with Sun Studio

Thanks to Tropikhajma for the patch!

BUG: 230251

svn path=/trunk/KDE/kdebase/apps/; revision=1103145

15 years agoFix compile issue if HAVE_NEPOMUK is not defined
Peter Penz [Sat, 13 Mar 2010 20:34:43 +0000 (20:34 +0000)]
Fix compile issue if HAVE_NEPOMUK is not defined

svn path=/trunk/KDE/kdebase/apps/; revision=1102862

15 years agoMeta data configuration dialog improvements
Peter Penz [Sat, 13 Mar 2010 20:05:21 +0000 (20:05 +0000)]
Meta data configuration dialog improvements

* use the data provided by the model instead reading it again
* allow to enable/disable also custom meta data

svn path=/trunk/KDE/kdebase/apps/; revision=1102852

15 years agoLet the custom widgets stay invisible per default after constructing them. This preve...
Peter Penz [Sat, 13 Mar 2010 19:17:38 +0000 (19:17 +0000)]
Let the custom widgets stay invisible per default after constructing them. This prevent a possible flickering when starting Dolphin.

svn path=/trunk/KDE/kdebase/apps/; revision=1102837

15 years agoAllow to provide custom widgets for meta data in a generic way.
Peter Penz [Sat, 13 Mar 2010 19:07:40 +0000 (19:07 +0000)]
Allow to provide custom widgets for meta data in a generic way.

By this it is possible that other applications like e. g. Gwenview provide custom widgets to change EXIF data directly within the meta data widget.

svn path=/trunk/KDE/kdebase/apps/; revision=1102834

15 years agoAllow to specify a group for a meta data item.
Peter Penz [Sat, 13 Mar 2010 15:32:48 +0000 (15:32 +0000)]
Allow to specify a group for a meta data item.

The sorting of the meta data items is now done by the group. Within the group the sorting is done by their translated labels.

svn path=/trunk/KDE/kdebase/apps/; revision=1102778

15 years agoProvide a KMetaDataModel for KMetaDataWidget.
Peter Penz [Sat, 13 Mar 2010 13:38:40 +0000 (13:38 +0000)]
Provide a KMetaDataModel for KMetaDataWidget.

This allows to extend the model with custom meta data (might e. g. be useful for Gwenview).

svn path=/trunk/KDE/kdebase/apps/; revision=1102749

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 11 Mar 2010 06:51:07 +0000 (06:51 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1101859

15 years agoProof-reading: file name -> filename, for consistency.
Andrew Coles [Tue, 9 Mar 2010 23:16:23 +0000 (23:16 +0000)]
Proof-reading: file name -> filename, for consistency.

svn path=/trunk/KDE/kdebase/apps/; revision=1101351

15 years agoPort patch 1098976 for Konqueror by David Faure to Dolphin: When the user clicks...
Peter Penz [Tue, 9 Mar 2010 07:13:51 +0000 (07:13 +0000)]
Port patch 1098976 for Konqueror by David Faure to Dolphin: When the user clicks on a Type=Link desktop files that point to a directory, let's open that
directory in the current view, rather than starting a new Konqueror.
As requested by LukasLT for http://forum.kde.org/viewtopic.php?f=14&t=66660

svn path=/trunk/KDE/kdebase/apps/; revision=1101071

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Mar 2010 06:54:11 +0000 (06:54 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1099845

15 years agofix link issue if Nepomuk is not installed
Peter Penz [Fri, 5 Mar 2010 15:38:08 +0000 (15:38 +0000)]
fix link issue if Nepomuk is not installed

svn path=/trunk/KDE/kdebase/apps/; revision=1099444

15 years agoRename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved to kdeli...
Peter Penz [Thu, 4 Mar 2010 16:24:20 +0000 (16:24 +0000)]
Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved to kdelibs for KDE SC 4.5 (some interfaces of KMetaDataWidget need to be cleaned up first).

KNfoTranslator is marked as private class, as it is not clear yet whether it should be used by other classes like KFileMetaInfo.

svn path=/trunk/KDE/kdebase/apps/; revision=1098897

15 years agoOnly access the data of the thread that has been created most recently. Data of older...
Peter Penz [Sun, 28 Feb 2010 21:03:58 +0000 (21:03 +0000)]
Only access the data of the thread that has been created most recently. Data of older threads will just get ignored.

svn path=/trunk/KDE/kdebase/apps/; revision=1097289

15 years agoFix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().
Peter Penz [Sun, 28 Feb 2010 15:01:33 +0000 (15:01 +0000)]
Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().

svn path=/trunk/KDE/kdebase/apps/; revision=1097154

15 years agoMeta data configuration cleanups:
Peter Penz [Fri, 26 Feb 2010 22:03:32 +0000 (22:03 +0000)]
Meta data configuration cleanups:
- Use RDF labels internally.
- Provide better default settings, which meta data are hidden.
- Allow to configure which meta data is shown also if Nepomuk is turned off.

svn path=/trunk/KDE/kdebase/apps/; revision=1096571

15 years agouse NFO URI to check whether the width and height should be merged as one label
Peter Penz [Fri, 26 Feb 2010 20:08:09 +0000 (20:08 +0000)]
use NFO URI to check whether the width and height should be merged as one label

svn path=/trunk/KDE/kdebase/apps/; revision=1096542

15 years agoremove duplicate entries
Peter Penz [Fri, 26 Feb 2010 20:07:26 +0000 (20:07 +0000)]
remove duplicate entries

svn path=/trunk/KDE/kdebase/apps/; revision=1096541

15 years agoShow meta information also for files, which are not indexed (or in the case if Nepomu...
Peter Penz [Fri, 26 Feb 2010 18:03:13 +0000 (18:03 +0000)]
Show meta information also for files, which are not indexed (or in the case if Nepomuk is turned off).

Beside the new translations the fix is based on several other fixes in kdelibs + strigi and cannot be backported to KDE SC 4.4.x.

As soon as the meta data widget has been moved to kdelibs, this meta data information will also be available in the properties dialog.

BUG: 193592

svn path=/trunk/KDE/kdebase/apps/; revision=1096472

15 years agoThe number of fixed meta-info items may vary dependent on whether Nepomuk is enabled...
Peter Penz [Fri, 26 Feb 2010 14:42:47 +0000 (14:42 +0000)]
The number of fixed meta-info items may vary dependent on whether Nepomuk is enabled or not. Avoid the nasty hack to hardcode the value within the slotLoadingFinished() method.

BUG: 228540

svn path=/trunk/KDE/kdebase/apps/; revision=1096347

15 years agoRequest the activation of the view, even if the column is marked as active already...
Peter Penz [Thu, 25 Feb 2010 20:54:02 +0000 (20:54 +0000)]
Request the activation of the view, even if the column is marked as active already: The activation state of a column is independent from from the activation state of the view.

This fixes the regression that items for inactive views containing columns get triggered.

BUG: 227472

svn path=/trunk/KDE/kdebase/apps/; revision=1096114

15 years agoForward port of SVN commit 1096089: Fix regression that columns stay empty when switc...
Peter Penz [Thu, 25 Feb 2010 19:36:36 +0000 (19:36 +0000)]
Forward port of SVN commit 1096089: Fix regression that columns stay empty when switching between URLs that differ by more than one sub directory. Thanks to Frank Reininghaus for the analysis.

CCBUG: 227785
CCBUG: 227748

svn path=/trunk/KDE/kdebase/apps/; revision=1096093

15 years agoAlso show meta informations of files, if Nepomuk is not running or if the file is...
Peter Penz [Thu, 25 Feb 2010 19:34:58 +0000 (19:34 +0000)]
Also show meta informations of files, if Nepomuk is not running or if the file is not indexed.

Still a lot of cleanups are required (e. g. the labels are not human readable currently).

svn path=/trunk/KDE/kdebase/apps/; revision=1096092

15 years ago* No need to reload all tags when one is deleted.
Sebastian Trueg [Thu, 25 Feb 2010 15:41:27 +0000 (15:41 +0000)]
* No need to reload all tags when one is deleted.
* Use Resource::genericLabel() always for consistency.

svn path=/trunk/KDE/kdebase/apps/; revision=1096036

15 years agoRemove all code that is related to DolphinController's
Frank Reininghaus [Tue, 23 Feb 2010 20:34:33 +0000 (20:34 +0000)]
Remove all code that is related to DolphinController's
requestUrlChange signal. This signal was removed in r1080351, so the
code isn't needed any more.

svn path=/trunk/KDE/kdebase/apps/; revision=1095213