┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
AgeCommit message (Expand)Author
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
2007-07-08KUIT adaptionsPeter Penz
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...David Faure
2007-06-19* fixed issue that some view properties like "show in groups" are ignored whe...Peter Penz
2007-06-14take care for const-correctnessPeter Penz
2007-06-13fixed some activation issues in combination with split viewsPeter Penz
2007-06-10Remember and restore position of viewport when reloading or going back in his...Peter Penz
2007-06-10don't connect to slots which are not available anymorePeter Penz
2007-06-09allow to drop items to the URL navigator again (this was accidentally disable...Peter Penz
2007-06-08added signals errorMessage(const QString&) and infoMessage(const QString&) fo...Peter Penz
2007-06-08enable progress information in statusbar again (has been disabled temporary b...Peter Penz
2007-06-08enable hovering information in the status bar again (has been disabled tempor...Peter Penz
2007-06-07removed obsolete renaming code, which is not needed anymore due to the Dolphi...Peter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz