┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-03-14don't overrun the array (CID 3278)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642471
2007-03-13Use KFontRequester for dialogs as suggested by Ellen at ↵Peter Penz
http://wiki.openusability.org/guidelines/index.php/Practical_Examples:Configuration_Dialogs. TODO: get rid of Qt3 classes in these dialogs and use a more sensible spacing/margin svn path=/trunk/KDE/kdebase/apps/; revision=642269
2007-03-13improve renaming for n selected items/1 selected itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642235
2007-03-13Allow renaming of items (note that currently the "rename multiple files" ↵Peter Penz
dialog is temporary used for this until KFileItemDelegate offers editing functionality). svn path=/trunk/KDE/kdebase/apps/; revision=642219
2007-03-13just assert we're not hiting new modes (CID 3211)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642215
2007-03-13they must be really smaller (CID 3220)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642214
2007-03-12erm, completely forgot the i18nChris Howells
svn path=/trunk/KDE/kdebase/apps/; revision=641959
2007-03-12a tooltip - wasn't sure what the button did at firstChris Howells
svn path=/trunk/KDE/kdebase/apps/; revision=641927
2007-03-12merge kdelibs-strigi: a new KFileMetaInfo implementationJos van den Oever
svn path=/trunk/KDE/kdebase/konqueror/; revision=641869
2007-03-12fix the accidentally testvalue of 1000 ms to 0 ms as originally intended... Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641866
2007-03-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=641648
2007-03-11replaced string "MIME Type" by "Type"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641540
2007-03-11apply 'Additional Information' property immediately to the view when ↵Peter Penz
pressing 'OK' or 'Apply' svn path=/trunk/KDE/kdebase/apps/; revision=641536
2007-03-11disable the 'Additional information' menu for other views then the 'Icons View'Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641532
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ↵Peter Penz
each folder. Use case: - Icons view for images: set 'Size' as additional property - Icons view for media: show 'MIME type' as additional property - Default Icons view: don't show any addtional property for a clean layout. TODO: KFileItemDelagate::AdditionalInformation intersects with KDirModel::Columns when used in combination with the details view. Assure that the user does not get confronted with such implementation details in the user interface. svn path=/trunk/KDE/kdebase/apps/; revision=641525