| Age | Commit message (Collapse) | Author |
|
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
|
|
instance.
- Set the extensions mode inside the ViewExtensionsFactory.
svn path=/trunk/KDE/kdebase/apps/; revision=1017461
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1017450
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1017443
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1017236
|
|
hidden sometimes when changing the setting
- use less vertical space for the capacity bar (thanks to Rafael Fernández López for the patch!)
svn path=/trunk/KDE/kdebase/apps/; revision=1017172
|
|
- minor interface corrections
svn path=/trunk/KDE/kdebase/apps/; revision=1017162
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1017117
|
|
column view
svn path=/trunk/KDE/kdebase/apps/; revision=1017106
|
|
for the column view.
svn path=/trunk/KDE/kdebase/apps/; revision=1017091
|
|
automatically now, there is no need to reload the directory in Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1016976
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1016959
|
|
- some minor cleanups
svn path=/trunk/KDE/kdebase/apps/; revision=1016955
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1016949
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
|
|
- Created basic documentation for Extensions Factory.
svn path=/trunk/KDE/kdebase/apps/; revision=1016898
|
|
ViewExtensionsFactory. Beside making DolphinView less complex this will allow the column view to share the view extension code instead of (partly) duplicating it as it has been done before.
Currently only the tooltips- and filepreview-handling have been moved into ViewExtensionsFactory, a further cleanup will be done later.
svn path=/trunk/KDE/kdebase/apps/; revision=1016893
|
|
the filter, the views (1:1 iconView + detailView, 1:n columnView) connect to the filter-changed signal and apply it to their proxy model.
svn path=/trunk/KDE/kdebase/apps/; revision=1016782
|
|
classes are now represented by DolphinColumnViewContainer and DolphinColumnView.
svn path=/trunk/KDE/kdebase/apps/; revision=1016780
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1016779
|
|
Columview refactoring: Get rid of "isColumnView()" special cases in DolphinView and the interface code duplications due to delegating non-QAbstractItemView interfaces to the column view. This reduces the code size + complexity a lot and will make future maintainance of the columnview and DolphinView a lot easier.
Currently there are some regressions in the column view, but this will be fixed during the next 14 days.
svn path=/trunk/KDE/kdebase/apps/; revision=1016776
|
|
BUG: 164696
svn path=/trunk/KDE/kdebase/apps/; revision=1015987
|
|
BUG:204859
svn path=/trunk/KDE/kdebase/apps/; revision=1015509
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1014621
|
|
the session manager - there's no need to reinvent the wheel ;-)
Thanks to Lubos Lunak for the hint.
svn path=/trunk/KDE/kdebase/apps/; revision=1013726
|
|
wrong manner.
- Removed redundant code.
BUG: 173027
svn path=/trunk/KDE/kdebase/apps/; revision=1011495
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1011290
|
|
consistent with the naming in kdevplatform.
* Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1011058
|
|
Dario Andres for the analyses!
BUG: 202953
svn path=/trunk/KDE/kdebase/apps/; revision=1011008
|
|
if Dolphin is closed by the session manager, i.e., if the user logs
out. The fix is inspired by the way this issue is handled in
Konqueror.
BUG: 201803
svn path=/trunk/KDE/kdebase/apps/; revision=1011002
|
|
BUG: 203455
svn path=/trunk/KDE/kdebase/apps/; revision=1010911
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1008343
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1006624
|
|
not happen and the fix in this case should be done in the corresponding IO-slave, but let's be prepared for the "worst case".
svn path=/trunk/KDE/kdebase/apps/; revision=1005715
|
|
default messages.
svn path=/trunk/KDE/kdebase/apps/; revision=1005712
|