┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
AgeCommit message (Collapse)Author
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
2006-12-08Update the FSF address to 51 Franklin Street (hopefully it is the right one)Holger Freyther
gnused rocks! svn path=/trunk/playground/utils/dolphin/; revision=611576
2006-12-04- compile with trunk kdelibsSimon Hausmann
svn path=/trunk/playground/utils/dolphin/; revision=610667
2006-12-04fixing more warningsZack Rusin
svn path=/trunk/playground/utils/dolphin/; revision=610636
2006-12-02reanimated the context menuPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=609962
2006-11-29Make it (almost) possible to have more than one Dolphin KMainWindowHolger Freyther
Create a DolphinApplication, holding DolphinMainWindows and update the code to use the DolphinView to get the MainWindow, or get a ptr to the MainWindow directly. Or if all windows are effected go through the DolphinApplication to update every mainwindow. The UndowManager and ProgressIndicator have a rather strange relationship and will need some more attention but as UndoManager will be killed anyway I have skipped this. More cleanup, debugging and thinking is needed. svn path=/trunk/playground/utils/dolphin/; revision=608945
2006-11-22As KURL has been renamed to KUrl all classes and methods, which use the term ↵Peter Penz
'URL', have been converted to use 'Url' instead (e. g. the class URLNavigator is called UrlNavigator now). svn path=/trunk/playground/utils/dolphin/; revision=606991
2006-11-22Avoid triggering the bookmark action when it's not appropriate.Kevin Ottens
svn path=/trunk/playground/utils/dolphin/; revision=606934
2006-11-22compile++Kevin Ottens
But crashes while listing folder... svn path=/trunk/playground/utils/dolphin/; revision=606919
2006-11-22Some portLaurent Montel
Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884
2006-11-22Port++Laurent Montel
svn path=/trunk/playground/utils/dolphin/; revision=606882
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622