┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/metadatawidget.cpp
AgeCommit message (Collapse)Author
2008-04-24avoid unnecessary copies by using const & in foreachAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=800783
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-03-23- Fix build for non-nepomuk usersRichard J. Moore
svn path=/trunk/KDE/kdebase/apps/; revision=789215
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
2008-03-15When selecting 100 files in Dolphin and the Information Panel is shown, ↵Peter Penz
MetaDataWidget::setFiles() blocks Dolphin for around 15 seconds. Maybe we should delegate this to a KJob... In the meantime we temporary just reset the widgets (hoping that "meantime" means < KDE 4.1 ;-)). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=785958
2008-03-08Deprecation--Jeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=783626
2008-02-21* Install an event-filter for the view implementations. Whenever a view ↵Peter Penz
implementation gets the focus, it should request it's activation. * Let the metadata widget only get the focus by clicking. * Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint. svn path=/trunk/KDE/kdebase/apps/; revision=777757
2007-12-10Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no ↵Sebastian Trueg
mapping yet this does make much more sense. svn path=/trunk/KDE/kdebase/apps/; revision=746846
2007-09-19Dolphin is now QT3_SUPPORT freeUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=714564
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-06-30KUIT adapations for labelsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681915
2007-06-11Adapt Dolphin Nepomuk support to namespace changes.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=674158
2007-05-28* Adapt KMetaData changes.Sebastian Trueg
* Dolphin now handles multiple file selections properly in case of metadata. svn path=/trunk/KDE/kdebase/apps/; revision=668954
2007-05-20also compile without HAVE_KMETADATAAndré Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=666761
2007-05-19minor coding guideline fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666375
2007-05-18EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666164
2007-05-14Try not to set properties unless changed.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=664542
2007-05-13some krazy fixesThorsten Roeder
svn path=/trunk/KDE/kdebase/apps/; revision=664331
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-07Use NFO to set file urls.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=662129
2007-05-01make it compile again.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=660108
2007-04-30Replaced File with KMetaData::Resource for the time being.Sebastian Trueg
Once we have the proper ontology I will change it back. svn path=/trunk/KDE/kdebase/apps/; revision=659702
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using: astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
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-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-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-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