┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
AgeCommit message (Expand)Author
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only chan...Peter Penz
2008-10-07improvement to previous commit: check whether the URL can be listed by asking...Peter Penz
2008-10-07If an URL cannot be listed, just let the view and the panels show the last li...Peter Penz
2008-10-06allow to configure whether the zoom slider and/or the space information shoul...Peter Penz
2008-10-05Provide a zoom slider in the status bar. It is configurable whether the zoom ...Peter Penz
2008-10-05update the statusbar and provide a progress information within the Dolphin KP...Peter Penz
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...Peter Penz
2008-09-02don't clear the filterbar when switching between tabsPeter Penz
2008-08-03Allow to configure in the startup configuration whether the URL Navigator sho...Peter Penz
2008-07-19Disable the menu 'File' -> 'Create New...' if no writing is supported.Peter Penz
2008-05-28Move the code for restoring the current item from DolphinViewContainer to Dol...Peter Penz
2008-05-20when going back in history apply the keyboard focus to the the previously sho...Peter Penz
2008-05-20remove unused methodPeter Penz
2008-05-07Fixed issue the the current view does not get the focus after opening Dolphin...Peter Penz
2008-03-25Use new key in .protocol files, archiveMimetype, to know which kioslave can h...David Faure
2008-03-05Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.Norbert Frese
2008-02-18No longer use Obsolete Member for QWidget:Bill Egert
2008-02-15Fix flicker when resizing the central view area in Dolphin. Only applicable ...Robert Knight
2008-01-21forwardport 764429:David Faure
2008-01-21Make it configurable whether a browsing through archives should be done. The ...Peter Penz
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ...Peter Penz
2008-01-02do a case insensitive filtering of filenamesPeter Penz
2007-12-16Only browse through zip and tar files if they are local (otherwise a cryptic ...Peter Penz
2007-12-16the signal urlsDropped is not available anymore in the DolphinViewPeter Penz
2007-12-15simplified code for assuring that Open Office files won't get browsed + added...Peter Penz
2007-12-14Fixed issue that when clicking on Open Office files that Dolphin handles the ...Peter Penz
2007-12-08Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...Peter Penz
2007-12-08don't forget to delete the proxy modelPeter Penz
2007-12-08fixed memory leaks (thanks to David for fixing this in KDirOperator)Peter Penz
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ...David Faure
2007-11-15Implement renaming in dolphinpart.David Faure
2007-11-15KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in k...David Faure
2007-11-08Fix parentless dialogsCraig Drummond
2007-10-09Allow filtering of items also for the column view. A filtering of directories...Peter Penz
2007-10-05Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...Peter Penz
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-10-01Making KFileItemList value based.Tobias Koenig
2007-09-25fix filtering issues for views that show a directory hierarchy like a tree vi...Peter Penz
2007-09-25further root URL handling cleanupsPeter Penz
2007-09-25assure that the restoring the column view cannot fail and replace the tempora...Peter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-09-05Remove reference to a slot which does not exist. Almost identical code can b...Robert Knight
2007-08-28Clicking on items in dolphin part finally implemented.David Faure
2007-08-16Remove unnecessary parameter.Jeff Mitchell
2007-08-14When renaming, use the actual name of the item (from the KFileItem) in the di...Jeff Mitchell
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-07-12KUIT adaptions (applied i18ncheckarg - everything should be OK now)Peter Penz