┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
AgeCommit message (Expand)Author
2009-04-15Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could b...Frank Reininghaus
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...Peter Penz
2009-03-25BUG: 175658Rahman Duran
2009-03-19Fixed issue that tabs are not remembered when restoring a session. Thanks a l...Peter Penz
2009-03-10Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran f...Peter Penz
2009-03-01SVN_SILENT: minor coding style cleanupsPeter Penz
2009-03-01removed Quick-View code (it has already been disabled before)Peter Penz
2009-03-01don't make the struct ClosedTab accessible for other classesPeter Penz
2009-03-01Closed tabs are now remembered within Dolphin, so if you accidentally close t...Shaun Reich
2009-01-30SVN_SILENT: just mention what the method does, skip implementation detailsPeter Penz
2009-01-30minor coding style fixes (http://techbase.kde.org/Policies/Kdelibs_Coding_Sty...Peter Penz
2009-01-29The mouse wheel now works on Dolphin's tabs (to switch tabs), like just about...Shaun Reich
2009-01-19Use a custom SearchWidget instead directly using a KLineEdit. Currently the D...Peter Penz
2009-01-19Provide a search box for the nepomuksearch:/ KIO slave. This is just an initi...Peter Penz
2009-01-14Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2009-01-13prevent that the user can open more than one instance of the settings dialogPeter Penz
2008-12-12if "split view" is used as startup setting, also open new tabs in the split v...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-11-13* show an error message instead of an information message when an invalid dra...Peter Penz
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-25If the context menu is opened above a directory, add the actions "Open in New...Peter Penz
2008-10-25* renamed "[x] Show Full Location" to "[x] Editable Location"Peter Penz
2008-10-25You can now switch the tabs in dolphin via keyboard shortcuts like in konquerorMathias Soeken
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...Peter Penz
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi...Peter Penz
2008-09-25let me introduce: typo of the year "the the"Frederik Schwarzer
2008-08-12Activate the tab when an item is dragged above an inactive tab. Thanks to Dmi...Peter Penz
2008-07-26Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid.Peter Penz
2008-07-11Code factorization: move "properties" action and slot to DolphinViewActionHan...David Faure
2008-06-30Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan...Peter Penz
2008-06-28Don't check for "kompare" each time 2 items are selected (thanks to Andreas S...Peter Penz
2008-05-11If the middle mouse button is pressed above an item of the places panel, open...Peter Penz
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's availa...David Faure
2008-04-30KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the cod...David Faure
2008-04-20Fix bug with the UndoUiInterface usage: if more than one mainwindow was used,...David Faure
2008-04-16* provide context menu for tabsPeter Penz
2008-04-13implemented functionality for closing tabsPeter Penz
2008-04-13fixes for tabs:Peter Penz
2008-04-12when clicking with the middle mouse button on a directory, a new tab should b...Peter Penz
2008-04-12"New Tab" menu + some related code ;-)Peter Penz
2008-03-29Move the pasteIntoFolder() method from the contextmenu into DolphinView. This...Peter Penz
2008-03-12remove unused signalPeter Penz
2008-02-23minor cleanup: no need to create a slot which just invokes another method, ju...Peter Penz
2008-02-13Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ...David Faure
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V...David Faure
2008-02-11Forwardport 773570:David Faure
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure
2008-02-07Fixed issue that the "Show Full Location" action is not synchronized with the...Peter Penz
2008-01-28keep in sync with 4.0 branch (767566)David Faure