┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-09-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1025950
2009-09-18Update the controller's url upon redirection, otherwise pasting would paste ↵David Faure
into the old url. #186947 svn path=/trunk/KDE/kdebase/apps/; revision=1025406
2009-09-18Fix crash when changing view modes (view creation -> openurl -> clear -> ↵David Faure
update statusbar text -> accessing view, which is NULL) svn path=/trunk/KDE/kdebase/apps/; revision=1025401
2009-09-18don't call deleteLater on a null pointer, gives ↵David Faure
"QCoreApplication::postEvent: Unexpected null receiver" svn path=/trunk/KDE/kdebase/apps/; revision=1025364
2009-09-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1024781
2009-09-16adding tons of real namesScript Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1024311
2009-09-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1024263
2009-09-13Originally it was intended to move the SVN plugin from Dolphin to ↵Peter Penz
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
2009-09-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1022719
2009-09-11Fixed minor regression introduced with the column view refactoring: When ↵Peter Penz
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
2009-09-08Fix selection in the Details view in the following use case:Frank Reininghaus
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
2009-09-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1020827
2009-08-30allow to turn off natural sortingPeter Penz
CCBUG: 169883 svn path=/trunk/KDE/kdebase/apps/; revision=1017536
2009-08-30Restore "open folders automatically when dragging items above it" (it had ↵Peter Penz
been temporary deactivated because of the column view refactoring). svn path=/trunk/KDE/kdebase/apps/; revision=1017531
2009-08-30Move the selection listener from DolphinView to ViewExtensionsFactory. The ↵Peter Penz
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
2009-08-30Move the VersionControlObserver from the DolphinView to the ↵Peter Penz
ViewExtensionsFactory. This automatically enables also the column view to be able handling version controlled files. svn path=/trunk/KDE/kdebase/apps/; revision=1017482
2009-08-30- The selection changed timer only needs to be created for a DolphinView ↵Peter Penz
instance. - Set the extensions mode inside the ViewExtensionsFactory. svn path=/trunk/KDE/kdebase/apps/; revision=1017461
2009-08-30fix the context menu of the column viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1017450
2009-08-30pressing the left arrow key should activate the left columnPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1017443
2009-08-30Add view-filter icon as discussed on kde-devel with ppenz.Will Stephenson
svn path=/trunk/KDE/kdebase/apps/; revision=1017236
2009-08-29- fixed issue that the horizontal progress bar and the space info bar get ↵Peter Penz
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
2009-08-29- fix focus issue in column-viewPeter Penz
- minor interface corrections svn path=/trunk/KDE/kdebase/apps/; revision=1017162
2009-08-29centralize namefilter handlingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1017117
2009-08-29restore sorting functionality in a generic way which also works for the ↵Peter Penz
column view svn path=/trunk/KDE/kdebase/apps/; revision=1017106
2009-08-29Restore "show hidden files" functionality in a generic way which works also ↵Peter Penz
for the column view. svn path=/trunk/KDE/kdebase/apps/; revision=1017091
2009-08-29As KFilePreviewGenerator takes care for refreshing the directory lister ↵Peter Penz
automatically now, there is no need to reload the directory in Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1016976
2009-08-29SVN_SILENT compileChristoph Feck
svn path=/trunk/KDE/kdebase/apps/; revision=1016959
2009-08-29- restore functionality that selections are kept when changing the view modePeter Penz
- some minor cleanups svn path=/trunk/KDE/kdebase/apps/; revision=1016955
2009-08-29move the DolphinFileItemDelegate creation into ViewExtensionsFactoryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1016949
2009-08-29move handling of SelectionManager and AutoScroller to ViewExtensionsFactoryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1016927
2009-08-29- The view implementations don't need to keep the Extensions Factory as member.Peter Penz
- Created basic documentation for Extensions Factory. svn path=/trunk/KDE/kdebase/apps/; revision=1016898
2009-08-29Move code for initializing and handling view extensions to the new class ↵Peter Penz
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
2009-08-28Restore filtering of items. The DolphinView just tells the controller about ↵Peter Penz
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
2009-08-28Remove the class DolphinColumnWidget. Due to the refactoring the column view ↵Peter Penz
classes are now represented by DolphinColumnViewContainer and DolphinColumnView. svn path=/trunk/KDE/kdebase/apps/; revision=1016780
2009-08-28restore zooming functionalityPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1016779
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
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
2009-08-26allow to change the order of columns in the details viewPeter Penz
BUG: 164696 svn path=/trunk/KDE/kdebase/apps/; revision=1015987
2009-08-25forward port from 4.3 r1015507 to make the kcm's load the proper catalogBurkhard Lück
BUG:204859 svn path=/trunk/KDE/kdebase/apps/; revision=1015509
2009-08-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1014621
2009-08-20Use KApplication::sessionSaving() to determine if Dolphin is closed byFrank Reininghaus
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
2009-08-14- Fixed issue that the items inside the "Other" category are sorted in a ↵Peter Penz
wrong manner. - Removed redundant code. BUG: 173027 svn path=/trunk/KDE/kdebase/apps/; revision=1011495
2009-08-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1011290
2009-08-13* Use the term "version control" instead of "revision control" to be ↵Peter Penz
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
2009-08-13Fix possible crash when opening Dolphin with an enabled Terminal. Thanks to ↵Peter Penz
Dario Andres for the analyses! BUG: 202953 svn path=/trunk/KDE/kdebase/apps/; revision=1011008
2009-08-13Do not warn the user about closing Dolphin windows with multiple tabsFrank Reininghaus
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
2009-08-13Fix infinite recursion if the default text is empty.Peter Penz
BUG: 203455 svn path=/trunk/KDE/kdebase/apps/; revision=1010911
2009-08-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1008343
2009-08-04SVN_SILENT: use 'errorString' instead of requesting the string againPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1006624
2009-08-01Assure that no empty error message is shown in the statusbar. This should ↵Peter Penz
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
2009-08-01Assure that non-default messages don't get hidden after a very short time by ↵Peter Penz
default messages. svn path=/trunk/KDE/kdebase/apps/; revision=1005712