┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tagcloud/resourcetaggingwidget.cpp
AgeCommit message (Collapse)Author
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065
2008-11-17i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=885752
2008-10-08Also use the Nepomuk MassUpdateJob for taggingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=869130
2008-07-04Forgot to commit new methodSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=828091
2008-04-24avoid unnecessary copies by using const & in foreachAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=800783
2008-04-21i18n fixes.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=799503
2008-04-01Implemented tagging of multiple files at the same time.Sebastian Trueg
The result is always an intersection of the tags of all files. Another possibility would be to only change the clicked tag. Feedback? BUG: 160157 svn path=/trunk/KDE/kdebase/apps/; revision=792518
2008-04-01Removed minimum size hint since we have zooming anyway.Sebastian Trueg
One problem persists: the heightForWidth method does not take zooming into account. Anyway, the tagcloud would probably benefit from being implemented using QGraphicsView (any volounteers? ;) BUG: 160159 svn path=/trunk/KDE/kdebase/apps/; revision=792475
2008-03-21This is the first step towards a better looking and more usable metadata GUI.Sebastian Trueg
- A nicer comment widget shows a popup to edit the comment. - A tag cloud replaces the ugly tagwidget from libnepomuk. The plan is to use Dolphin as a testbed to optimize the look and then move at least the tagcloud to libnepomuk to make it available for all apps since this is a common feature. So please test it and provide feedback. The layout is still cluttered. So we also need feedback on that. And of course on the usability. Apart from the GUI Dolphin now uses the mass metadata update job to perform metadata updates on many files in an async KJob without blocking the GUI. This is another candidate for public API at some point. svn path=/trunk/KDE/kdebase/apps/; revision=788565