┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-27use the Qt standard way to prevent a cloning of the objectPeter Penz
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer for...Peter Penz
2007-03-27One more step towards kdelibs: d-pointer-ify, including moving all members, a...David Faure
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...David Faure
2007-03-26cleanupsDavid Faure
2007-03-26A small step in trying to make urlnavigator useable in kdelibs for the file d...David Faure
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the best...David Faure
2007-03-26there is only one lib, no need to have two macrosDavid Faure
2007-03-26Avoid to use QUrl::toString, as per Davids suggestion.Luca Gugelmann
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
2007-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
2007-03-25fix exportChristian Ehrlicher
2007-03-25* Fixed a bug that caused dolphin to crash when clicking on the "Root" buttonLuca Gugelmann
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
2007-03-24when renaming only one item, suggest the original item name instead of "New N...Peter Penz
2007-03-24improve error handling by queueing old messagesPeter Penz
2007-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
2007-03-23Q3PopupMenu--Laurent Montel
2007-03-23Create shared lib as discussed with David and PeterLaurent Montel
2007-03-23Not necessary to create private class if we don't use itLaurent Montel
2007-03-23Not necessary hereLaurent Montel
2007-03-22Prevent dolphin from crashing when selecting several files and theLuca Gugelmann
2007-03-22That's one parenthesis too muchLuca Gugelmann
2007-03-22less Qt 3 compant classesDaniel Molkentin
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
2007-03-22KUniqueApplication::newInstance() already takes care about DBus (thanks to Da...Peter Penz
2007-03-22less KDE 3 dependenciesDaniel Molkentin
2007-03-22Use KUniqueApplication::newInstance() as David suggested some time ago. This ...Peter Penz
2007-03-22use correct iconsPeter Penz
2007-03-20Converted to the standard mimetype namesDavid Faure
2007-03-20Fixed crash on startup, when the treeview has been activated. Thanks to David...Peter Penz
2007-03-20after checking the kdirmodel implementation for setData() and data() this sho...Peter Penz
2007-03-20"fixed" crash when Nepomuk is not used (the crash occurs when going into a di...Peter Penz
2007-03-20Mimetypes renamed to the xdg names using qt4/fix-mimetypes.plDavid Faure
2007-03-20Left a stupid debugging line which caused a utf8 problem.Sebastian Trueg
2007-03-20ok, now it compiles without kmetadata.Sebastian Trueg
2007-03-20compile without kmetadataSebastian Trueg
2007-03-20make this include optionalDirk Mueller
2007-03-20Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData t...Sebastian Trueg
2007-03-19Step 1 of 2 to fix the issue that reloading of a directory resets the content...Peter Penz
2007-03-19don't invoke a non existent slotPeter 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-17fixed typoPeter 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