┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Expand)Author
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-07-03* Unbreak last commit.Christian Muehlhaeuser
2010-07-03* Ignore invalid redirection after renaming an expanded folder in detail view.Christian Muehlhaeuser
2010-05-27When pasting or dropping items in the view in Dolphin or theFrank Reininghaus
2010-05-14Fix temporary regression of sorting introduced by SVN commit 1126410Peter Penz
2010-05-14Rename AdditionalInfoManager to AdditionalInfoAccessorPeter Penz
2010-05-13If an information entry will be added to KFileItemDelegate (like done recentl...Peter Penz
2010-05-11Expose the new file item property pathorurl to the Dolphin UI. This is mostly...Sebastian Trueg
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...Peter Penz
2010-02-25Forward port of SVN commit 1096089: Fix regression that columns stay empty wh...Peter Penz
2010-02-23Remove all code that is related to DolphinController'sFrank Reininghaus
2010-02-21Forward port of SVN commit 1093803: Assure that the changed selection model i...Peter Penz
2010-02-16Make sure that DolphinView's m_expanderActive member is handledFrank Reininghaus
2010-01-26Reorganise some code in DolphinView and DolphinViewContainer. ThisFrank Reininghaus
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
2010-01-14Use KFileItem::text() instead of name() for pretty printed filenamesSebastian Trueg
2010-01-14If the root directory lister is different from the internally used directory ...Peter Penz
2010-01-06SVN_SILENT: ah, forgot to remove temporary testing code...Peter Penz
2010-01-06Send the selectionChanged() signal without delay in case the selection has be...Peter Penz
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the Informat...Peter Penz
2010-01-06Fixed issue that when starting Dolphin with the column view a wrong layout ha...Peter Penz
2009-12-19Don't rely on that the same proxy model is used for all views. Trigger a refr...Peter Penz
2009-12-17* respect the --select startup optionPeter Penz
2009-12-03removed workaround for KDE 4.0, that is obviously not required anymorePeter Penz
2009-11-30When the view is reloaded in Dolphin or the DolphinPart insideFrank Reininghaus
2009-11-25Restore the "Edit->Selection" menu from Konqueror 3 for fileFrank Reininghaus
2009-11-14SVN_SILENT: Remove trailing white spaceFrank Reininghaus
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus
2009-10-25Do not zoom the icons if the user presses Control and the left mouseFrank Reininghaus
2009-10-19Fixed possible crash when switching between 2 views. In this case DolphinView...Peter Penz
2009-09-18Update the controller's url upon redirection, otherwise pasting would paste i...David Faure
2009-09-18Fix crash when changing view modes (view creation -> openurl -> clear -> upda...David Faure
2009-09-18don't call deleteLater on a null pointer, gives "QCoreApplication::postEvent:...David Faure
2009-09-11Fixed minor regression introduced with the column view refactoring: When swit...Peter Penz
2009-08-30Restore "open folders automatically when dragging items above it" (it had bee...Peter Penz
2009-08-30Move the selection listener from DolphinView to ViewExtensionsFactory. The st...Peter Penz
2009-08-30Move the VersionControlObserver from the DolphinView to the ViewExtensionsFac...Peter Penz
2009-08-30- The selection changed timer only needs to be created for a DolphinView inst...Peter Penz
2009-08-29- fix focus issue in column-viewPeter Penz
2009-08-29Restore "show hidden files" functionality in a generic way which works also f...Peter Penz
2009-08-29As KFilePreviewGenerator takes care for refreshing the directory lister autom...Peter Penz
2009-08-29SVN_SILENT compileChristoph Feck
2009-08-29- restore functionality that selections are kept when changing the view modePeter Penz
2009-08-29move the DolphinFileItemDelegate creation into ViewExtensionsFactoryPeter Penz
2009-08-29move handling of SelectionManager and AutoScroller to ViewExtensionsFactoryPeter Penz
2009-08-29Move code for initializing and handling view extensions to the new class View...Peter Penz
2009-08-28Restore filtering of items. The DolphinView just tells the controller about t...Peter Penz
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-08-13* Use the term "version control" instead of "revision control" to be consiste...Peter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz