┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Expand)Author
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes device...Peter Penz
2007-08-16Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous Q_ASSERT(!m_fileI...Peter Penz
2007-08-15Removed a bad Q_ASSERTGabriel Anderson
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-08-12removed "Toggle Views" context menu action (not required anymore as only the ...Peter Penz
2007-07-09KUIT adaptionsPeter Penz
2007-06-20minor coding style cleanupsPeter Penz
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-05-28create modal dialogs on stack as David suggestedPeter Penz
2007-05-26reanimate properties dialog (thanks to Laurent Montel for fixing it in the tr...Peter Penz
2007-05-09include cleanupDirk Mueller
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
2007-04-16show column mode in viewport context menu (thanks to Thomas Georgiou for the ...Peter Penz
2007-04-12Emtpy -> Empty. typo fix.Funda Wang
2007-04-09adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdeli...Peter Penz
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
2007-04-04i18n style guide fixesStephan Binner
2007-03-27More use of KIconDavid Faure
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
2007-03-22use correct iconsPeter Penz
2007-03-18last commit for this day: I think I was quite tired when I wrote the code...Peter Penz
2007-03-18assigning the rename-action might make sense ;-)Peter Penz
2007-03-17implemented cut, copy & paste for sidebar contextPeter Penz
2007-03-17respect context for 'Move To Trash' and 'Delete' actionPeter Penz
2007-03-17Allow to cut, copy, paste, ... the currently selected item from a sidebar by ...Peter Penz
2007-03-16Let's keep it simple: only offer a basic context menu for the treeview sidebar.Peter Penz
2007-03-15Don't force the context menu to be valid only for DolphinView instances, make...Peter Penz
2007-03-15let the context menu be aware about the trashPeter Penz
2007-03-10Fixed icon-names so that they match to the new Oxygen naming scheme (erase al...Peter Penz
2007-02-25As Aaron suggested: use the global setting for "Show Delete command" instead ...Peter Penz
2007-02-25Implemented one of the most often requested features for Dolphin: allow that ...Peter Penz
2007-02-20portingStephan Kulow
2007-02-20I hope this compiles betterStephan Kulow
2007-02-20compile some moreStephan Kulow
2007-02-16Reanimated drag & drop support again after introducing the DolphinController....Peter Penz
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...Peter Penz
2007-01-21- Fixed crash when showing "Open With..." items of the context menu: the mode...Peter Penz
2007-01-21Cleanup of DolphinContextMenu:Peter Penz
2007-01-06Reanimate drag and drop support for the URL navigator.Peter Penz
2007-01-03fixed compile issues resulted by kdelibs cleanupPeter Penz
2006-12-19buildAaron J. Seigo
2006-12-19KStdAction -> KStandardActionAaron J. Seigo
2006-12-10Use a QLinkedList instead of Q3PtrListHolger Freyther
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
2006-12-04- compile with trunk kdelibsSimon Hausmann
2006-12-04fixing more warningsZack Rusin
2006-12-02reanimated the context menuPeter Penz