┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
2009-08-01Assure that the panels don't shrink when the view is split and the zoomslide ↵Peter Penz
and spaceinfo is shown in the statusbar. BUG: 202147 svn path=/trunk/KDE/kdebase/apps/; revision=1005693
2009-08-01Use QTemporaryFile instead of QFile. This assures an automatic deleting of ↵Peter Penz
the file and works reliable on multiuser system. Thanks to André Wöbbeking for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1005674
2009-08-01Assure that the revision control observer receives the correct revision ↵Peter Penz
states of subtree-items. svn path=/trunk/KDE/kdebase/apps/; revision=1005646
2009-07-31SVN_SILENT: warning--, fixed indentationsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005230
2009-07-31SVN_SILENT: warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005229
2009-07-31Fix forward declarationLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
2009-07-30provide texts for each revision statePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004795
2009-07-30Use "svn commit -F" instead of "svn commit -m" to provide a commit ↵Peter Penz
description, otherwise line-break, quotes etc. don't work in comments. Tested with local SVN repository, I hope everything works now too with this official commit... svn path=/trunk/KDE/kdebase/apps/; revision=1004788
2009-07-30'PreparePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004416
2009-07-30If the revision states have been changed because of executing a SVN context ↵Peter Penz
menu action, the resulting update should be done silently without information messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004412
2009-07-29terminate the thread which checks the revision state of items if the ↵Peter Penz
revision control observer gets deleted svn path=/trunk/KDE/kdebase/apps/; revision=1004371
2009-07-29inform the revision control observer about changed revision statesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004351
2009-07-29Allow the revision control plugins to indicate information-, error- and ↵Peter Penz
operation-completed messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004346
2009-07-29Fix memory leak. QMenu::addAction(QMenu*) does not take ownership.Michael Jansen
svn path=/trunk/KDE/kdebase/apps/; revision=1004276
2009-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1004107