┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
AgeCommit message (Expand)Author
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-11-30enable session managementPeter Penz
2007-11-25there's no need having 2-liners inside their own method when this method is o...Peter Penz
2007-11-18allow to show/hide the menubarPeter Penz
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ...David Faure
2007-11-15Implement cut/copy/paste in dolphinpart.David Faure
2007-11-15Implement renaming in dolphinpart.David Faure
2007-11-15KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in k...David Faure
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
2007-10-02Allow showing additional information like type, size and date in parallel for...Peter Penz
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
2007-09-27use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/...Peter Penz
2007-09-01SVN_SILENT typos--Arto Hytönen
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-08-12* fixed issue that when having a split view, that both views get the same col...Peter Penz
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> index...David Faure
2007-06-22Allow to sort by rating, which can be quite useful in combination with the "S...Peter Penz
2007-06-20split view on startup if it is defined by the settingsPeter Penz
2007-06-15Make use of the error messages coming from the places model.Kevin Ottens
2007-06-12* allow to toggle the content of split views by the context menuPeter Penz
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-06-03also toggle the text between "Split" and "Join" for the split actionPeter Penz
2007-05-17information sidebar fixes:Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-08SVN_SILENT: some krazy spelling fixes mainly in commentsThorsten Roeder
2007-05-06Initial step for showing the terminal embedded inside Dolphin instead of open...Peter Penz
2007-05-02don't connect each sidebar page with all available signals per defaultPeter Penz
2007-04-22allow sorting by typePeter Penz
2007-04-16Merging branches/work/kmainwindow-decoupling-branch from Kevin and me whichSimon Hausmann
2007-04-10allow to enable the categorization feature for sortingPeter Penz
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer for...Peter Penz
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
2007-03-17fixed typoPeter Penz
2007-03-15cleanup of unused forward declarationsPeter Penz
2007-03-15SVN_SILENT unused (showed up in lxr)David Faure
2007-03-13Allow renaming of items (note that currently the "rename multiple files" dial...Peter Penz
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ...Peter Penz
2007-03-01Allow zooming in and zooming out in the icons view.Peter Penz
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ...Peter Penz
2007-02-18Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, wh...Peter Penz
2007-02-07Additionally to sorting by name, size and date it is now possible to sort by ...Peter Penz
2007-01-31clear the status bar when doing an undo operationPeter Penz
2007-01-26Do a custom error handling in for the 'Create New...' submenu. Thanks to Davi...Peter Penz
2007-01-25David's patches come in faster than light: removed code duplication, as a pro...Peter Penz
2007-01-25Use custom implementation of KonqUndoManager::UiInterface for Dolphin. This a...Peter Penz
2007-01-25Cleanup of URL drop handling (simplified code, modifier keys work again). Aft...Peter Penz
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...Peter Penz