| Age | Commit message (Collapse) | Author |
|
this can be cleaned up until KDE 4.4...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1036559
|
|
* 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1036506
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1036306
|
|
* minor adjustments for the default settings of visible meta data
svn path=/trunk/KDE/kdebase/apps/; revision=1036296
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1036229
|
|
tooltips
svn path=/trunk/KDE/kdebase/apps/; revision=1036100
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1036074
|
|
stuff is really a pain :-(
svn path=/trunk/KDE/kdebase/apps/; revision=1036067
|
|
* provide a configuration dialog for adjusting the visibility of the meta data
svn path=/trunk/KDE/kdebase/apps/; revision=1036058
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1036004
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1035097
|
|
user changed the values
svn path=/trunk/KDE/kdebase/apps/; revision=1034884
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1034714
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1034249
|
|
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
|
|
"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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1033824
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1033755
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1033744
|
|
the LoadFilesThread and is no special case anymore like in the old code base.
svn path=/trunk/KDE/kdebase/apps/; revision=1033722
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1033040
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1033020
|
|
commands like "and", "or" and "-" (for not) are offered as completition-suggestions.
svn path=/trunk/KDE/kdebase/apps/; revision=1031685
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1031670
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1029577
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1029207
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1028447
|
|
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:[email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1026888
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1026432
|
|
zip:/tmp/ != zip:/tmp
-> do comparison without trailing slash.
BUG: 207572
svn path=/trunk/KDE/kdebase/apps/; revision=1026289
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1025950
|
|
into the old url. #186947
svn path=/trunk/KDE/kdebase/apps/; revision=1025406
|
|
update statusbar text -> accessing view, which is NULL)
svn path=/trunk/KDE/kdebase/apps/; revision=1025401
|
|
"QCoreApplication::postEvent: Unexpected null receiver"
svn path=/trunk/KDE/kdebase/apps/; revision=1025364
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1024781
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1024311
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1024263
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1022719
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1020827
|
|
CCBUG: 169883
svn path=/trunk/KDE/kdebase/apps/; revision=1017536
|
|
been temporary deactivated because of the column view refactoring).
svn path=/trunk/KDE/kdebase/apps/; revision=1017531
|
|
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
|
|
ViewExtensionsFactory. This automatically enables also the column view to be able handling version controlled files.
svn path=/trunk/KDE/kdebase/apps/; revision=1017482
|