┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/treeviewcontextmenu.cpp
AgeCommit message (Expand)Author
2007-11-08Fix parentless dialogsCraig Drummond
2007-10-22icon renamings:Pino Toscano
2007-10-15use KGlobal::config() instead of parsing kdeglobals each time (thanks to Davi...Peter Penz
2007-10-13Fixed issue that the "Show 'Delete' command in context menu" setting is not r...Peter Penz
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-08-16Remove unnecessary parameter.Jeff Mitchell
2007-08-14style-guide nitpicking :-)Peter Penz
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-09KUIT adaptionsPeter Penz
2007-05-28create modal dialogs on stack as David suggestedPeter Penz
2007-05-26display properties dialogboxLaurent Montel
2007-05-26Fix signal/slotLaurent Montel
2007-05-09include cleanupDirk Mueller
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
2007-04-19SVN_SILENT i18n style guide fixesStephan Binner
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-04i18n style guide fixesStephan Binner
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
2007-04-02Use KonqOperations::del() as David suggested. In opposite to the old approach...Peter Penz
2007-04-01don't just ask for confirmation for deleting, also delete the item :-)Peter Penz
2007-04-01implement renaming, moving to trash and deleting for the treeview panelPeter Penz
2007-03-25fixed wrong state of the paste actionPeter Penz
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz