]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
16 years agoallow to configure which meta data should be shown for tooltips
Peter Penz [Fri, 6 Nov 2009 16:51:42 +0000 (16:51 +0000)]
allow to configure which meta data should be shown for tooltips

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

16 years agoFixed issues when several LoadItemStatesThreads access one plugin or when the Version...
Peter Penz [Fri, 6 Nov 2009 16:27:19 +0000 (16:27 +0000)]
Fixed issues when several LoadItemStatesThreads access one plugin or when the VersionControlObserver is deleted during thread execution.

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

16 years ago* enable the loading of version control plugins (thanks to Aaron for the hint)
Peter Penz [Fri, 6 Nov 2009 15:43:08 +0000 (15:43 +0000)]
* enable the loading of version control plugins (thanks to Aaron for the hint)

* Don't terminate the thread that receives the item states when changing a view. Instead let the thread get finished and ignore the result.

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

16 years agoInitial ServiceMenu-KHotNewStuff-stuff
Jonathan Schmidt-Dominé [Fri, 6 Nov 2009 14:56:35 +0000 (14:56 +0000)]
Initial ServiceMenu-KHotNewStuff-stuff
TODO: fix the existing servicemenus (some install-scripts are broken, some do not provide a simple CLI-interface)
TODO: add support for single-desktop-file-servicemenus (for example the "open as root")

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 6 Nov 2009 10:08:51 +0000 (10:08 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoHandle lists of resources nicer. Maybe a list separated by new-lines is not the best...
Sebastian Trueg [Thu, 5 Nov 2009 17:12:38 +0000 (17:12 +0000)]
Handle lists of resources nicer. Maybe a list separated by new-lines is not the best though...

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 5 Nov 2009 11:41:16 +0000 (11:41 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agofancy date formatting
Sebastian Trueg [Thu, 5 Nov 2009 08:56:42 +0000 (08:56 +0000)]
fancy date formatting

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

16 years agoNicer formatting of the values - only a temp solution just like tuneLabel. To many...
Sebastian Trueg [Thu, 5 Nov 2009 08:04:54 +0000 (08:04 +0000)]
Nicer formatting of the values - only a temp solution just like tuneLabel. To many temp solutions...

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

16 years agoInstall fileviewversioncontrolplugin.desktop as servicetype, so that version control...
Peter Penz [Wed, 4 Nov 2009 21:37:12 +0000 (21:37 +0000)]
Install fileviewversioncontrolplugin.desktop as servicetype, so that version control plugins can be found by Dolphin. Open issue: The instantiation fails and the following errors are returned:

dolphin(13505)/kdecore (KLibrary) kde4Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer a qt_plugin_instance function.
dolphin(13505)/kdecore (KLibrary) kde3Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer an "init_fileviewsvnplugin" function.

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

16 years agoDon't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk...
Peter Penz [Wed, 4 Nov 2009 19:14:39 +0000 (19:14 +0000)]
Don't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread.

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

16 years agoFixed link issue - I'm sorry: I had installed a temporary version of KMetaDataWidget...
Peter Penz [Wed, 4 Nov 2009 00:46:45 +0000 (00:46 +0000)]
Fixed link issue - I'm sorry: I had installed a temporary version of KMetaDataWidget from kdelibs and did not recognize the issue...

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

16 years agoforgot to remove the obsolete file ktooltip_p.h for commit 1044485
Peter Penz [Tue, 3 Nov 2009 21:54:13 +0000 (21:54 +0000)]
forgot to remove the obsolete file ktooltip_p.h for commit 1044485

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

16 years agoSince Qt 4.5 it is possible to have translucient windows. The tooltip approach having...
Peter Penz [Tue, 3 Nov 2009 21:48:27 +0000 (21:48 +0000)]
Since Qt 4.5 it is possible to have translucient windows. The tooltip approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code).

Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data.

BUG: 182941
BUG: 195878

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 3 Nov 2009 10:23:21 +0000 (10:23 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agosome more export fixes
Patrick Spendrin [Mon, 2 Nov 2009 16:54:10 +0000 (16:54 +0000)]
some more export fixes

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

16 years agodo not export this widget with a wrong export define
Patrick Spendrin [Mon, 2 Nov 2009 16:05:52 +0000 (16:05 +0000)]
do not export this widget with a wrong export define

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 31 Oct 2009 11:30:18 +0000 (11:30 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Fri, 30 Oct 2009 10:46:47 +0000 (10:46 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 29 Oct 2009 10:39:21 +0000 (10:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAfter some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving...
Peter Penz [Wed, 28 Oct 2009 07:18:00 +0000 (07:18 +0000)]
After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point...

So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way.

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

16 years agoFixes double inserting of terms, interestingly this problem did not existed before...
Matthias Fuchs [Tue, 27 Oct 2009 12:33:40 +0000 (12:33 +0000)]
Fixes double inserting of terms, interestingly this problem did not existed before than the code was written.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 27 Oct 2009 10:39:38 +0000 (10:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 25 Oct 2009 10:53:46 +0000 (10:53 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoDo not zoom the icons if the user presses Control and the left mouse
Frank Reininghaus [Sun, 25 Oct 2009 10:41:15 +0000 (10:41 +0000)]
Do not zoom the icons if the user presses Control and the left mouse
button while using the mouse wheel. The user is probably trying to
scroll the view during a rubberband selection in that case.

Also simplify the code a bit by handling the icon zooming in
DolphinView::eventFilter().

BUG: 190703

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

16 years agoSVN_SILENT: no, I've not been cloned yet
Peter Penz [Fri, 23 Oct 2009 21:12:25 +0000 (21:12 +0000)]
SVN_SILENT: no, I've not been cloned yet

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

16 years agoImported Adam Kidders search configuration widgets from playground/base/nepomuk/searc...
Peter Penz [Fri, 23 Oct 2009 21:06:33 +0000 (21:06 +0000)]
Imported Adam Kidders search configuration widgets from playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground.

Currently the UI works quite well, but the creating of the query string has not been integrated yet.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 23 Oct 2009 09:33:48 +0000 (09:33 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 21 Oct 2009 10:07:26 +0000 (10:07 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoTypo
Markus Meik Slopianka [Wed, 21 Oct 2009 06:59:05 +0000 (06:59 +0000)]
Typo

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

16 years agoDeleted totally outdated file
Markus Meik Slopianka [Tue, 20 Oct 2009 22:52:21 +0000 (22:52 +0000)]
Deleted totally outdated file

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

16 years agoLess technical language in status bar messages
Markus Meik Slopianka [Tue, 20 Oct 2009 22:50:34 +0000 (22:50 +0000)]
Less technical language in status bar messages

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

16 years agoassure that the "size" information can be hidden by the user
Peter Penz [Tue, 20 Oct 2009 17:36:28 +0000 (17:36 +0000)]
assure that the "size" information can be hidden by the user

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 20 Oct 2009 09:35:54 +0000 (09:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFix some spelling mistakes in comments.
Raphael Kubo da Costa [Mon, 19 Oct 2009 23:32:21 +0000 (23:32 +0000)]
Fix some spelling mistakes in comments.

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

16 years agoFix slot name.
Raphael Kubo da Costa [Mon, 19 Oct 2009 23:27:49 +0000 (23:27 +0000)]
Fix slot name.

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

16 years agouse correct name for the tags-entry, otherwise disabling of tags won't work...
Peter Penz [Mon, 19 Oct 2009 20:53:24 +0000 (20:53 +0000)]
use correct name for the tags-entry, otherwise disabling of tags won't work...

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

16 years agoProof-reading - two minor changes:
Andrew Coles [Mon, 19 Oct 2009 20:26:54 +0000 (20:26 +0000)]
Proof-reading - two minor changes:
 - Texts is generally taken as a bulk term, i.e. one searches through text,
   rather than searches through texts;
 - File Name -> Filename, standard-usage term.

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

16 years agothe configuration menu should be shown also for multiple selections
Peter Penz [Mon, 19 Oct 2009 19:52:25 +0000 (19:52 +0000)]
the configuration menu should be shown also for multiple selections

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

16 years agoFixed possible crash when switching between 2 views. In this case DolphinView::itemVi...
Peter Penz [Mon, 19 Oct 2009 18:55:50 +0000 (18:55 +0000)]
Fixed possible crash when switching between 2 views. In this case DolphinView::itemView() can temporary be 0 and it is important that no signals/slot connection is existing for the (by deleteLater()) deleted instance.

Thanks a lot to Frank Reininghaus for the analysis!

CCMAIL: frank78ac@googlemail.com

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 19 Oct 2009 09:38:03 +0000 (09:38 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT: fixed documentation
Peter Penz [Sat, 17 Oct 2009 19:34:51 +0000 (19:34 +0000)]
SVN_SILENT: fixed documentation

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

16 years agogive the splitter more space than the (optional) search options
Peter Penz [Sat, 17 Oct 2009 19:33:36 +0000 (19:33 +0000)]
give the splitter more space than the (optional) search options

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

16 years agoadd A search options widget, which later on will include Adam Kidder's search prototy...
Peter Penz [Sat, 17 Oct 2009 19:24:05 +0000 (19:24 +0000)]
add A search options widget, which later on will include Adam Kidder's search prototype from playground

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

16 years agoxesam is deprecated
Sebastian Trueg [Sat, 17 Oct 2009 16:47:48 +0000 (16:47 +0000)]
xesam is deprecated

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

16 years ago* move classes for searching into an own folder (new classes will be added soon)
Peter Penz [Sat, 17 Oct 2009 15:05:50 +0000 (15:05 +0000)]
* move classes for searching into an own folder (new classes will be added soon)

* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation).

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

16 years agoUse the magic QFlags I love so much.
Sebastian Trueg [Sat, 17 Oct 2009 13:16:45 +0000 (13:16 +0000)]
Use the magic QFlags I love so much.

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

16 years agoUse the tunedLabel() workaround also for the configuration dialog. Hopefully this...
Peter Penz [Sat, 17 Oct 2009 12:43:58 +0000 (12:43 +0000)]
Use the tunedLabel() workaround also for the configuration dialog. Hopefully this can be cleaned up until KDE 4.4...

CCMAIL: trueg@kde.org

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

16 years ago* get rid of MetaDataWidget::openConfigurationDialog()
Peter Penz [Sat, 17 Oct 2009 12:23:38 +0000 (12:23 +0000)]
* get rid of MetaDataWidget::openConfigurationDialog()
* allow to hide specific data for applications
* check whether Nepomuk has been activated (the check with #idfef HAVE_NEPOMUK is not sufficient in the case if Nepomok is available but not activated)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 17 Oct 2009 10:54:18 +0000 (10:54 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoprovide an URI for the tag
Peter Penz [Fri, 16 Oct 2009 23:28:13 +0000 (23:28 +0000)]
provide an URI for the tag

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

16 years ago* allow editing of tags
Peter Penz [Fri, 16 Oct 2009 22:53:27 +0000 (22:53 +0000)]
* allow editing of tags
* minor adjustments for the default settings of visible meta data

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

16 years agoremove unnecessary 'const'
Peter Penz [Fri, 16 Oct 2009 20:54:50 +0000 (20:54 +0000)]
remove unnecessary 'const'

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

16 years agoprepare the behavior-settings dialog to configure the shown meta data for tooltips
Peter Penz [Fri, 16 Oct 2009 15:50:30 +0000 (15:50 +0000)]
prepare the behavior-settings dialog to configure the shown meta data for tooltips

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

16 years agoprepare MetaDataConfigurationDialog to be a public class in the Nepomuk libs
Peter Penz [Fri, 16 Oct 2009 14:17:49 +0000 (14:17 +0000)]
prepare MetaDataConfigurationDialog to be a public class in the Nepomuk libs

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

16 years agoFixed compilation issue if HAVE_NEPOMUK is not set. This #ifdef HAVE_NEPOMUK stuff...
Peter Penz [Fri, 16 Oct 2009 13:45:47 +0000 (13:45 +0000)]
Fixed compilation issue if HAVE_NEPOMUK is not set. This #ifdef HAVE_NEPOMUK stuff is really a pain :-(

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

16 years ago* improved interface + documentation of MetaDataWidget
Peter Penz [Fri, 16 Oct 2009 13:01:11 +0000 (13:01 +0000)]
* improved interface + documentation of MetaDataWidget
* provide a configuration dialog for adjusting the visibility of the meta data

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 16 Oct 2009 09:46:18 +0000 (09:46 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 14 Oct 2009 10:18:37 +0000 (10:18 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agorestore functionality that ratings, comments and tags get stored after the user chang...
Peter Penz [Tue, 13 Oct 2009 20:48:38 +0000 (20:48 +0000)]
restore functionality that ratings, comments and tags get stored after the user changed the values

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 13 Oct 2009 10:28:35 +0000 (10:28 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 12 Oct 2009 09:41:23 +0000 (09:41 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoMake sure that the faked mouse event in
Frank Reininghaus [Sun, 11 Oct 2009 19:02:55 +0000 (19:02 +0000)]
Make sure that the faked mouse event in
DolphinViewAutoScroller::scrollViewport() gets the right keyboard
modifiers. This fixes the problem that the previous selection is lost
when several Ctrl-rubber band selections are made and the view scrolls
or the mouse pointer gets close to the edge of the viewport.

BUG: 190703

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

16 years agoThe text of the paste-action is modified dynamically by Dolphin (e. g. to "Paste...
Peter Penz [Sun, 11 Oct 2009 17:43:30 +0000 (17:43 +0000)]
The text of the paste-action is modified dynamically by Dolphin (e. g. to "Paste One Folder"). To prevent that the size of the toolbar changes due to the long text, the text "Paste" is used when the action is shown in the toolbar.

Thanks to Christoph Feck for the hint!

BUG: 209392

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 11 Oct 2009 09:42:08 +0000 (09:42 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoadjust margins + spacing
Peter Penz [Sat, 10 Oct 2009 23:15:13 +0000 (23:15 +0000)]
adjust margins + spacing

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

16 years agolayout improvements
Peter Penz [Sat, 10 Oct 2009 22:29:05 +0000 (22:29 +0000)]
layout improvements

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

16 years agoReactivate showing of general meta information. This is also done as part of the...
Peter Penz [Sat, 10 Oct 2009 21:28:37 +0000 (21:28 +0000)]
Reactivate showing of general meta information. This is also done as part of the LoadFilesThread and is no special case anymore like in the old code base.

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

16 years agoReactivate reading of the meta data for the rating, comments and tags. All expensive...
Peter Penz [Sat, 10 Oct 2009 20:12:58 +0000 (20:12 +0000)]
Reactivate reading of the meta data for the rating, comments and tags. All expensive operations are done in a separate thread to assure that the Dolphin UI never gets blocked.

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

16 years agoStart of refactoring so that the metadata widget can be moved outside of Dolphin...
Peter Penz [Sat, 10 Oct 2009 14:13:50 +0000 (14:13 +0000)]
Start of refactoring so that the metadata widget can be moved outside of Dolphin for other applications. The temporary removed code will be integrated again within the next 10 days (-> currently no meta data is shown and cannot be updated).

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

16 years agoUse a desktop-file for completion-items for the dolphin-search-box.
Matthias Fuchs [Fri, 9 Oct 2009 10:39:32 +0000 (10:39 +0000)]
Use a desktop-file for completion-items for the dolphin-search-box.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 9 Oct 2009 09:27:45 +0000 (09:27 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAdds autocompletition to the dolphin-search-box. So far existing tags and commands...
Matthias Fuchs [Mon, 5 Oct 2009 18:46:35 +0000 (18:46 +0000)]
Adds autocompletition to the dolphin-search-box. So far existing tags and commands like "and", "or" and "-" (for not) are offered as completition-suggestions.

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

16 years agoUse the new fancy UDS_NEPOMUK_URI entry
Sebastian Trueg [Mon, 5 Oct 2009 18:16:13 +0000 (18:16 +0000)]
Use the new fancy UDS_NEPOMUK_URI entry

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

16 years agoMake "most local url" determination asynchronous so that it doesn't block the GUI...
David Faure [Fri, 2 Oct 2009 10:55:59 +0000 (10:55 +0000)]
Make "most local url" determination asynchronous so that it doesn't block the GUI for a long time
 (e.g. when accessing the non-existing sftp://192.168.1.100/home)
and only run this job if the terminal panel is shown (or at the time when it is made visible).
Sorry kdebase users, you get to update kdelibs again.
BUG: 202176

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 30 Sep 2009 09:40:28 +0000 (09:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 29 Sep 2009 09:26:53 +0000 (09:26 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 27 Sep 2009 09:44:04 +0000 (09:44 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoCross port from local Mailody copy:
Tom Albers [Tue, 22 Sep 2009 19:18:04 +0000 (19:18 +0000)]
Cross port from local Mailody copy:

    SVN commit 1026747 by vkrause:

    Fix deadlock when changing the rating and the comment of the same
    object, in that order. The harmless looking setEnabled() call two lines
    down from here triggers a convoluted chain of (q)events that eventually
    ends up calling a method that tries to lock the mutex itself.

Thanks Volker!
CCMAIL:vkrausse@kde.org

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

16 years agowarning--
Laurent Montel [Mon, 21 Sep 2009 19:55:55 +0000 (19:55 +0000)]
warning--

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

16 years agoThe redirection from zip to file wasn't appearing in konqueror because zip:/tmp/...
David Faure [Mon, 21 Sep 2009 11:09:24 +0000 (11:09 +0000)]
The redirection from zip to file wasn't appearing in konqueror because zip:/tmp/ != zip:/tmp
 -> do comparison without trailing slash.
BUG: 207572

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 20 Sep 2009 09:21:30 +0000 (09:21 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoUpdate the controller's url upon redirection, otherwise pasting would paste into...
David Faure [Fri, 18 Sep 2009 17:14:03 +0000 (17:14 +0000)]
Update the controller's url upon redirection, otherwise pasting would paste into the old url. #186947

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

16 years agoFix crash when changing view modes (view creation -> openurl -> clear -> update statu...
David Faure [Fri, 18 Sep 2009 17:00:30 +0000 (17:00 +0000)]
Fix crash when changing view modes (view creation -> openurl -> clear -> update statusbar text -> accessing view, which is NULL)

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

16 years agodon't call deleteLater on a null pointer, gives "QCoreApplication::postEvent: Unexpec...
David Faure [Fri, 18 Sep 2009 14:15:44 +0000 (14:15 +0000)]
don't call deleteLater on a null pointer, gives "QCoreApplication::postEvent: Unexpected null receiver"

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 17 Sep 2009 09:29:41 +0000 (09:29 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoadding tons of real names
Script Kiddy [Wed, 16 Sep 2009 11:12:54 +0000 (11:12 +0000)]
adding tons of real names

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 16 Sep 2009 09:54:02 +0000 (09:54 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoOriginally it was intended to move the SVN plugin from Dolphin to kdevplatform, but...
Peter Penz [Sun, 13 Sep 2009 14:49:26 +0000 (14:49 +0000)]
Originally it was intended to move the SVN plugin from Dolphin to kdevplatform, but kdevplatform most probably won't get released with KDE 4.4. So for KDE 4.4 Dolphin will temporary contain the plugin in it's own codebase. As soon as kdevplatform will get released the SVN plugin will get moved to kdevplatform.

Still open: KServiceTypeTrader::query does not find the "FileViewVersionControlPlugin", I could not find the root cause for this yet (old cache?)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 12 Sep 2009 11:18:13 +0000 (11:18 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFixed minor regression introduced with the column view refactoring: When switching...
Peter Penz [Fri, 11 Sep 2009 19:50:40 +0000 (19:50 +0000)]
Fixed minor regression introduced with the column view refactoring: When switching the view mode in a folder showing previews, the previews get lost after switching.

The KFilePreviewGenerator initialized in the ViewExtensionsFactory wants a valid icon size to accept previews. Fixed + Q_ASSERT added to prevent such a mistake in future.

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

16 years agoFix selection in the Details view in the following use case:
Frank Reininghaus [Tue, 8 Sep 2009 17:52:52 +0000 (17:52 +0000)]
Fix selection in the Details view in the following use case:

1. Ctrl-click item 1.
2. Enter the first letter of item 2, such that
   it will be selected and the new current item.
3. Shift-click item 3.

With this commit, all items between 2 and 3 will be selected, as
expected, and not all items between 1 and 3.

BUG: 201459

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 7 Sep 2009 10:25:20 +0000 (10:25 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoallow to turn off natural sorting
Peter Penz [Sun, 30 Aug 2009 20:58:53 +0000 (20:58 +0000)]
allow to turn off natural sorting

CCBUG: 169883

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

16 years agoRestore "open folders automatically when dragging items above it" (it had been tempor...
Peter Penz [Sun, 30 Aug 2009 20:49:34 +0000 (20:49 +0000)]
Restore "open folders automatically when dragging items above it" (it had been temporary deactivated because of the column view refactoring).

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

16 years agoMove the selection listener from DolphinView to ViewExtensionsFactory. The statusbar...
Peter Penz [Sun, 30 Aug 2009 19:17:08 +0000 (19:17 +0000)]
Move the selection listener from DolphinView to ViewExtensionsFactory. The statusbar and information panel are now informed correctly about selection changes also when using the column view.

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

16 years agoMove the VersionControlObserver from the DolphinView to the ViewExtensionsFactory...
Peter Penz [Sun, 30 Aug 2009 18:39:03 +0000 (18:39 +0000)]
Move the VersionControlObserver from the DolphinView to the ViewExtensionsFactory. This automatically enables also the column view to be able handling version controlled files.

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

16 years ago- The selection changed timer only needs to be created for a DolphinView instance.
Peter Penz [Sun, 30 Aug 2009 17:54:15 +0000 (17:54 +0000)]
- The selection changed timer only needs to be created for a DolphinView instance.
- Set the extensions mode inside the ViewExtensionsFactory.

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

16 years agofix the context menu of the column view
Peter Penz [Sun, 30 Aug 2009 17:36:29 +0000 (17:36 +0000)]
fix the context menu of the column view

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

16 years agopressing the left arrow key should activate the left column
Peter Penz [Sun, 30 Aug 2009 17:17:44 +0000 (17:17 +0000)]
pressing the left arrow key should activate the left column

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