┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Collapse)Author
2007-10-15use KGlobal::config() instead of parsing kdeglobals each time (thanks to ↵Peter Penz
David for the hint!) svn path=/trunk/KDE/kdebase/apps/; revision=725485
2007-10-13Fixed issue that the "Show 'Delete' command in context menu" setting is not ↵Peter Penz
remembered anymore. CCMAIL: [email protected] BUG: 150783 svn path=/trunk/KDE/kdebase/apps/; revision=724942
2007-10-07Extracted the servicemenu code from KonqPopupMenu into KonqMenuActions, and ↵David Faure
used it from both KonqPopupMenu and DolphinContextMenu. This isn't the port-to-ktrader yet, this will come later, but at least the code is factorized and the impl can be changed without affecting the dolphin+konqpopupmenu code Should I also implement the "Open With..." actions in KonqMenuActions? Seems like another bit of similar code duplicated. CCMAIL: [email protected], [email protected] Removed KonqBookmarkManager (was a two-liner call to KBookmarkManager) svn path=/trunk/KDE/kdebase/apps/; revision=722668
2007-09-19Fix crash in dolphinpart when doing RMB on viewport.David Faure
Clean up unnecessary use of Q3ValueList. svn path=/trunk/KDE/kdebase/apps/; revision=714532
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes ↵Peter Penz
devices etc.) svn path=/trunk/KDE/kdebase/apps/; revision=704553
2007-08-16Readded correct Q_ASSERT(m_fileInfo.isNull()) (the previous ↵Peter Penz
Q_ASSERT(!m_fileInfo.isNull()) accidentally has been added due to the 'use KFileItem by value instead of pointer' change...) svn path=/trunk/KDE/kdebase/apps/; revision=700651
2007-08-15Removed a bad Q_ASSERTGabriel Anderson
svn path=/trunk/KDE/kdebase/apps/; revision=700585
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
- in KDirModel::itemForIndex, as noted there as a TODO - in dolphin, everywhere. svn path=/trunk/KDE/kdebase/apps/; revision=699691
2007-08-12removed "Toggle Views" context menu action (not required anymore as only the ↵Peter Penz
inactive view gets closed now) svn path=/trunk/KDE/kdebase/apps/; revision=699313
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-06-20minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=678172
2007-06-12* allow to toggle the content of split views by the context menuPeter Penz
* minor cleanups in DolphinMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=674713
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done: - The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer. - The DolphinView does not contain any reference to the main window anymore. Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step... svn path=/trunk/KDE/kdebase/apps/; revision=672692
2007-05-28create modal dialogs on stack as David suggestedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668900
2007-05-26reanimate properties dialog (thanks to Laurent Montel for fixing it in the ↵Peter Penz
tree view!) svn path=/trunk/KDE/kdebase/apps/; revision=668453
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-04-16show column mode in viewport context menu (thanks to Thomas Georgiou for the ↵Peter Penz
patch) svn path=/trunk/KDE/kdebase/apps/; revision=654709
2007-04-12Emtpy -> Empty. typo fix.Funda Wang
svn path=/trunk/KDE/kdebase/apps/; revision=652867
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=651766
2007-04-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-03-27More use of KIconDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=647247
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed. svn path=/trunk/KDE/kdebase/apps/; revision=647244
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
svn path=/trunk/KDE/kdebase/libkonq/; revision=646598
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-22use correct iconsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645273
2007-03-18last commit for this day: I think I was quite tired when I wrote the code...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=643925
2007-03-18assigning the rename-action might make sense ;-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=643921
2007-03-17implemented cut, copy & paste for sidebar contextPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=643578
2007-03-17respect context for 'Move To Trash' and 'Delete' actionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=643575
2007-03-17Allow to cut, copy, paste, ... the currently selected item from a sidebar by ↵Peter Penz
the DolphinContextMenu (currently only used by the tree view). svn path=/trunk/KDE/kdebase/apps/; revision=643572
2007-03-16Let's keep it simple: only offer a basic context menu for the treeview sidebar.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642982
2007-03-15Don't force the context menu to be valid only for DolphinView instances, ↵Peter Penz
make it possible to have it also inside the treeview sidebar. svn path=/trunk/KDE/kdebase/apps/; revision=642953
2007-03-15let the context menu be aware about the trashPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642935
2007-03-10Fixed icon-names so that they match to the new Oxygen naming scheme (erase ↵Peter Penz
all Dolphin config files to see the effect). Although Oxygen is not finished yet, it looks very beautiful already, kudos to the Oxygen team :-) svn path=/trunk/KDE/kdebase/apps/; revision=641285
2007-02-25As Aaron suggested: use the global setting for "Show Delete command" instead ↵Peter Penz
of using a custom Dolphin setting. I hope I used the reworked KConfig classes in a correct manner (setGroup() has been marked as deprecated, Konqueror still uses those deprecated methods). svn path=/trunk/KDE/kdebase/apps/; revision=637272
2007-02-25Implemented one of the most often requested features for Dolphin: allow that ↵Peter Penz
the command 'Delete' is shown in the context menu to bypass the trash. Like in Konqueror the default setting is that the 'Delete' command is not shown. TODO: currently this is a custom setting of Dolphin. Konqueror uses the global settings from KDE for this -> should this be changed to use the global setting instead? svn path=/trunk/KDE/kdebase/apps/; revision=637232
2007-02-20portingStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635532
2007-02-20I hope this compiles betterStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635522
2007-02-20compile some moreStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635518
2007-02-16Reanimated drag & drop support again after introducing the ↵Peter Penz
DolphinController. It is now also possible to move the items inside an icon view like discussed on kde-devel/kde-usability. svn path=/trunk/KDE/kdebase/apps/; revision=634228
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently ↵Peter Penz
errors are indicated automatically in a message box KNewMenu. In Dolphin modal dialogs having only an "OK" button are not used -> it would be nice if Dolphin could handle the errors in a custom way. svn path=/trunk/playground/utils/dolphin/; revision=627085
2007-01-21- Fixed crash when showing "Open With..." items of the context menu: the ↵Peter Penz
model index from the proxy model was used instead of the model index from the KDirModel. - Use QMenu::addSeparator() instead of QMenu::insertSeparator(). svn path=/trunk/playground/utils/dolphin/; revision=626040
2007-01-21Cleanup of DolphinContextMenu:Peter Penz
- don't use any deprecated methods anymore - temporary deactivated the "Open With..." submenu. There's a crash in KDirModel when invoking KFileItem::mimetype(); although the same code worked with an older version of kdelibs, I assume this is a Dolphin issue -> I'll do some further analyses... svn path=/trunk/playground/utils/dolphin/; revision=626023
2007-01-06Reanimate drag and drop support for the URL navigator.Peter Penz
svn path=/trunk/playground/utils/dolphin/; revision=620633
2007-01-03fixed compile issues resulted by kdelibs cleanupPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=619596
2006-12-19buildAaron J. Seigo
svn path=/trunk/playground/utils/dolphin/; revision=614828
2006-12-19KStdAction -> KStandardActionAaron J. Seigo
svn path=/trunk/playground/utils/dolphin/; revision=614825
2006-12-10Use a QLinkedList instead of Q3PtrListHolger Freyther
svn path=/trunk/playground/utils/dolphin/; revision=612313