]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
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

15 years agoups: I forgot to set the and-term for the file query in the last commit
Peter Penz [Tue, 23 Feb 2010 15:46:43 +0000 (15:46 +0000)]
ups: I forgot to set the and-term for the file query in the last commit

CCMAIL: post@oliver-heidbuechel.de

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

15 years agoUse Nepomuk::Query::Query for global search queries, as it does not only return files...
Peter Penz [Tue, 23 Feb 2010 15:36:37 +0000 (15:36 +0000)]
Use Nepomuk::Query::Query for global search queries, as it does not only return files but also other meta information.

Thanks to Oliver Heidbüchel for the patch!

CCMAIL: post@oliver-heidbuechel.de

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

15 years agoAllow to drop files above a tab. Thanks to Todd for the patch.
Peter Penz [Tue, 23 Feb 2010 07:26:02 +0000 (07:26 +0000)]
Allow to drop files above a tab. Thanks to Todd for the patch.

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

15 years agoUse the full width of the "Name" column of the Details View for
Frank Reininghaus [Mon, 22 Feb 2010 18:22:12 +0000 (18:22 +0000)]
Use the full width of the "Name" column of the Details View for
renaming items inline.

BUG: 226666

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

15 years agoForward port of SVN commit 1093803: Assure that the changed selection model is reconn...
Peter Penz [Sun, 21 Feb 2010 13:29:32 +0000 (13:29 +0000)]
Forward port of SVN commit 1093803: Assure that the changed selection model is reconnected when changing columns. This fixes the regression that some operations have been disabled on sub columns. Thanks to Frank Reininghaus for the analyses.

CCBUG: 226749

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

15 years agoreplace X11-specific code with generic
Luboš Luňák [Sat, 20 Feb 2010 11:52:46 +0000 (11:52 +0000)]
replace X11-specific code with generic

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

15 years agoImplemented search restriction to filenames.
Sebastian Trueg [Wed, 17 Feb 2010 21:01:29 +0000 (21:01 +0000)]
Implemented search restriction to filenames.

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

15 years agoMake sure that DolphinView's m_expanderActive member is handled
Frank Reininghaus [Tue, 16 Feb 2010 11:12:00 +0000 (11:12 +0000)]
Make sure that DolphinView's m_expanderActive member is handled
correctly, and emit DolphinDetailsViewExpander's completed() signal
only if the folder loading is really finished. This fixes possible
problems when restoring the current item and scroll position of the
view if these require a preceding folder expansion.

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

15 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Fri, 12 Feb 2010 10:55:37 +0000 (10:55 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

15 years agoSeparate the parent object (for the knewfilemenu instance) and the parent widget
David Faure [Mon, 8 Feb 2010 14:27:58 +0000 (14:27 +0000)]
Separate the parent object (for the knewfilemenu instance) and the parent widget
(for dialogs it might pop up) so that we can use a non-widget parent.
BUG: 218743

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

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 5 Feb 2010 13:31:20 +0000 (13:31 +0000)]
SVN_SILENT made messages (.desktop file)

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

15 years agoBe more clear that selecting the checkbox means, that the shown view properties shoul...
Peter Penz [Fri, 5 Feb 2010 13:30:08 +0000 (13:30 +0000)]
Be more clear that selecting the checkbox means, that the shown view properties should be used as default (that only "new folders" are affected, is incorrect).

BUG: 213354

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

15 years agoFixed regression that has been introduced by the --select option: don't create 2...
Peter Penz [Fri, 5 Feb 2010 13:17:31 +0000 (13:17 +0000)]
Fixed regression that has been introduced by the --select option: don't create 2 Dolphin windows instead of one when restoring a session.

BUG: 223831

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

15 years agoFix height calculation of "Additional Information" label
Christoph Feck [Wed, 3 Feb 2010 10:58:05 +0000 (10:58 +0000)]
Fix height calculation of "Additional Information" label

CCBUG: 220632

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

15 years agoRespect floating point font sizes
Christoph Feck [Wed, 3 Feb 2010 10:55:13 +0000 (10:55 +0000)]
Respect floating point font sizes

BUG: 220632

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

15 years agoremoved clearSelection() code, it is not needed anymore with Qt 4.6 and done automati...
Peter Penz [Sun, 31 Jan 2010 12:26:50 +0000 (12:26 +0000)]
removed clearSelection() code, it is not needed anymore with Qt 4.6 and done automatically internally

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

15 years agoAnother fix for the metadata rows: properly clean up unused rows in case no metadata...
Sebastian Trueg [Thu, 28 Jan 2010 14:09:22 +0000 (14:09 +0000)]
Another fix for the metadata rows: properly clean up unused rows in case no metadata is added.

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

15 years agoImplement the --select option in konqueror again, using Peter's nice work in Dolphin.
David Faure [Wed, 27 Jan 2010 23:55:55 +0000 (23:55 +0000)]
Implement the --select option in konqueror again, using Peter's nice work in Dolphin.

While at it, I reworked the handling of command-line options in main completely,
to factorize code and make --select do the right thing even in case of multiple args
(wasn't supported in kde3).

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

15 years agoOoops, fix my port to KNewFileMenu
David Faure [Wed, 27 Jan 2010 23:35:37 +0000 (23:35 +0000)]
Ooops, fix my port to KNewFileMenu

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

15 years agoReorganise some code in DolphinView and DolphinViewContainer. This
Frank Reininghaus [Tue, 26 Jan 2010 12:18:08 +0000 (12:18 +0000)]
Reorganise some code in DolphinView and DolphinViewContainer. This
makes it possible to restore the expanded folders in the Details View
when navigating in history (based on r1056438 and r1079843).

Also remove DolphinView::activateItem(const KUrl&) and DolphinView's
m_loadingDirectory member (they are not needed any more).

This will be in KDE 4.5.

BUG: 169886

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

15 years agoDeprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way...
David Faure [Tue, 26 Jan 2010 12:04:56 +0000 (12:04 +0000)]
Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way to avoid duplicating code until kde5)
Port all of kdebase' use of KNewMenu to KNewFileMenu.
Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog,
and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp

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

15 years ago* Do not hide the parent folder since we can now browse into it by simply clicking...
Sebastian Trueg [Tue, 26 Jan 2010 09:25:22 +0000 (09:25 +0000)]
* Do not hide the parent folder since we can now browse into it by simply clicking the link.
* Fixed index bug which caused the last information item to be deleted.
* Why make merge-sort more complicated than it is? ;)

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

15 years agoDon't show the search options again, if the user closed them and cleared the search...
Peter Penz [Tue, 26 Jan 2010 09:01:38 +0000 (09:01 +0000)]
Don't show the search options again, if the user closed them and cleared the search box.

BUG: 218880

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

15 years ago* Assure that the URL navigator is synchronized with the active column.
Peter Penz [Tue, 26 Jan 2010 08:27:42 +0000 (08:27 +0000)]
* Assure that the URL navigator is synchronized with the active column.

* Removed obsolete triggerUrlChangeRequest() method + signal in the DolphinController. This is not needed anymore because of the refactored column view.

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

15 years agochanged: made static const data symbols really static const
Friedrich W. H. Kossebau [Tue, 26 Jan 2010 02:57:09 +0000 (02:57 +0000)]
changed: made static const data symbols really static const

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

15 years agofixed regression: don't open files twice in the column-view
Peter Penz [Mon, 25 Jan 2010 16:37:43 +0000 (16:37 +0000)]
fixed regression: don't open files twice in the column-view

BUG: 223799

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

15 years agoSVN_SILENT: minor coding style fixes
Peter Penz [Mon, 25 Jan 2010 14:39:47 +0000 (14:39 +0000)]
SVN_SILENT: minor coding style fixes

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

15 years agoImplement todo (create a dialog box when ok is enable/disable when text is empty...
Laurent Montel [Mon, 25 Jan 2010 13:14:39 +0000 (13:14 +0000)]
Implement todo (create a dialog box when ok is enable/disable when text is empty or not)
(and fix restore size, in old version we didn't save size before to delete element)

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

15 years agoNow *really' open a new tab if the URL navigator requests it... (the previous commit...
Peter Penz [Mon, 25 Jan 2010 09:00:51 +0000 (09:00 +0000)]
Now *really' open a new tab if the URL navigator requests it... (the previous commit missed this 2 quite important lines).

CCBUG: 181223

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

15 years ago* Adjust code to use the improved KUrlNavigator API.
Peter Penz [Mon, 25 Jan 2010 07:58:24 +0000 (07:58 +0000)]
* Adjust code to use the improved KUrlNavigator API.
* Open a new tab if the URL navigator requests it.
* Get rid of a cyclic dependency between DolphinViewContainer and DolphinMainWindow.

BUG: 181223

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