┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
svn path=/trunk/KDE/kdebase/libkonq/; revision=646598
2007-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=646545
2007-03-25fix exportChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=646436
2007-03-25* Fixed a bug that caused dolphin to crash when clicking on the "Root" buttonLuca Gugelmann
in the url navigation bar. * As a side effect this also prevents a small graphics glitch, where the path labels in the navigation bar would shift a few pixels to the left when clicked twice. svn path=/trunk/KDE/kdebase/apps/; revision=646362
2007-03-25fixed wrong state of the paste actionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646260
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-24when renaming only one item, suggest the original item name instead of "New ↵Peter Penz
Name" svn path=/trunk/KDE/kdebase/apps/; revision=646100
2007-03-24improve error handling by queueing old messagesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646091
2007-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=645846
2007-03-23Q3PopupMenu--Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645781
2007-03-23Create shared lib as discussed with David and PeterLaurent Montel
It will used to create kparts which will use theses class svn path=/trunk/KDE/kdebase/apps/; revision=645768
2007-03-23Not necessary to create private class if we don't use itLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645737
2007-03-23Not necessary hereLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645732
2007-03-23This file is obsolete and not necessary hereLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645727
2007-03-22Prevent dolphin from crashing when selecting several files and theLuca Gugelmann
knep{daemon,coreservices} are not running. svn path=/trunk/KDE/kdebase/apps/; revision=645589
2007-03-22That's one parenthesis too muchLuca Gugelmann
svn path=/trunk/KDE/kdebase/apps/; revision=645552
2007-03-22less Qt 3 compant classesDaniel Molkentin
svn path=/trunk/KDE/kdebase/apps/; revision=645548
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645516
2007-03-22KUniqueApplication::newInstance() already takes care about DBus (thanks to ↵Peter Penz
David for the hint). svn path=/trunk/KDE/kdebase/apps/; revision=645447
2007-03-22less KDE 3 dependenciesDaniel Molkentin
svn path=/trunk/KDE/kdebase/apps/; revision=645388
2007-03-22Use KUniqueApplication::newInstance() as David suggested some time ago. This ↵Peter Penz
simplifies the code and solves the issue that the window is not moved to the foreground when opening new main windows. svn path=/trunk/KDE/kdebase/apps/; revision=645276
2007-03-22use correct iconsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645273
2007-03-20Converted to the standard mimetype namesDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=644795
2007-03-20Fixed crash on startup, when the treeview has been activated. Thanks to ↵Peter Penz
David Faure for the faster-than-light-adding of the helper method KDirModel::itemForUrl() and the good hints about the root of the issue! svn path=/trunk/KDE/kdebase/apps/; revision=644775
2007-03-20after checking the kdirmodel implementation for setData() and data() this ↵Peter Penz
should be a better to apply a gray effect to cut items svn path=/trunk/KDE/kdebase/apps/; revision=644763
2007-03-20"fixed" crash when Nepomuk is not used (the crash occurs when going into a ↵Peter Penz
directory) svn path=/trunk/KDE/kdebase/apps/; revision=644721
2007-03-20Mimetypes renamed to the xdg names using qt4/fix-mimetypes.plDavid Faure
(note that not all of there renamings are necessary, technically, since a number of those old names are defined as aliases to the new name; but better use the canonical names where possible). svn path=/trunk/KDE/kdebase/konqueror/; revision=644696
2007-03-20Left a stupid debugging line which caused a utf8 problem.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=644565
2007-03-20ok, now it compiles without kmetadata.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=644555
2007-03-20compile without kmetadataSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=644554
2007-03-20make this include optionalDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=644550
2007-03-20Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData ↵Sebastian Trueg
to allow file rating, commenting, and tagging. This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet. svn path=/trunk/KDE/kdebase/apps/; revision=644510
2007-03-19Step 1 of 2 to fix the issue that reloading of a directory resets the ↵Peter Penz
contents position to 0/0 (step 2 will be committed after the BIC Monday...). svn path=/trunk/KDE/kdebase/apps/; revision=644237
2007-03-19don't invoke a non existent slotPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=644061
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-17fixed typoPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=643569
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-15cleanup of unused forward declarationsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642904
2007-03-15SVN_SILENT unused (showed up in lxr)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=642879
2007-03-14cleanup of setting dialogs (no Q3 classes anymore)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642623
2007-03-14For all Zecke thoughts a nice solution could be found during the last weeks :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642616
2007-03-14Fixed some minor coding guidelines issues (getFoo() -> foo(), ...) to be ↵Peter Penz
aligned with the kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style). The infosidebar code will be rewritten anyway, but copy/paste often is faster than light ;-) svn path=/trunk/KDE/kdebase/apps/; revision=642613
2007-03-14Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix ↵Peter Penz
broken zooming in icons view. svn path=/trunk/KDE/kdebase/apps/; revision=642610
2007-03-14Remove frame and margin around tree view sidebar.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=642531