┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-27use the Qt standard way to prevent a cloning of the objectPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=647238
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer ↵Peter Penz
for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary... svn path=/trunk/KDE/kdebase/apps/; revision=647234
2007-03-27One more step towards kdelibs: d-pointer-ify, including moving all members, ↵David Faure
all private methods, and all private slots, to the private class. svn path=/trunk/KDE/kdebase/apps/; revision=647233
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ↵David Faure
about code duplication. Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now). svn path=/trunk/KDE/kdebase/apps/; revision=646954
2007-03-26cleanupsDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=646900
2007-03-26A small step in trying to make urlnavigator useable in kdelibs for the file ↵David Faure
dialog: remove dependency on DolphinSettings::bookmarkManager(). svn path=/trunk/KDE/kdebase/apps/; revision=646880
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the ↵David Faure
best solution performance-wise... use a QList instead. svn path=/trunk/KDE/kdebase/apps/; revision=646813
2007-03-26there is only one lib, no need to have two macrosDavid Faure
CCMAIL: Christian Ehrlicher <[email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=646692
2007-03-26Avoid to use QUrl::toString, as per Davids suggestion.Luca Gugelmann
svn path=/trunk/KDE/kdebase/apps/; revision=646643
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-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