┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/kmetadatawidget.cpp
AgeCommit message (Expand)Author
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...Peter Penz
2010-03-13Fix compile issue if HAVE_NEPOMUK is not definedPeter Penz
2010-03-13Let the custom widgets stay invisible per default after constructing them. Th...Peter Penz
2010-03-13Allow to provide custom widgets for meta data in a generic way.Peter Penz
2010-03-13Allow to specify a group for a meta data item.Peter Penz
2010-03-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
2010-02-28Only access the data of the thread that has been created most recently. Data ...Peter Penz
2010-02-28Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().Peter Penz
2010-02-26Meta data configuration cleanups:Peter Penz
2010-02-26use NFO URI to check whether the width and height should be merged as one labelPeter Penz
2010-02-26Show meta information also for files, which are not indexed (or in the case i...Peter Penz
2010-02-26The number of fixed meta-info items may vary dependent on whether Nepomuk is ...Peter Penz
2010-02-25Also show meta informations of files, if Nepomuk is not running or if the fil...Peter Penz
2010-01-28Another fix for the metadata rows: properly clean up unused rows in case no m...Sebastian Trueg
2010-01-26* Do not hide the parent folder since we can now browse into it by simply cli...Sebastian Trueg
2010-01-26changed: made static const data symbols really static constFriedrich W. H. Kossebau
2009-12-18Don't show the size information, if only one directory is shown. This issue o...Peter Penz
2009-12-12use the same link style as used for tagsPeter Penz
2009-12-12align the rating widget of the Information Panel left (or right for r2l) inst...Peter Penz
2009-12-07don't crash if the Information Panel is updated by file changesPeter Penz
2009-12-07Activated "clicking on tags" fix from Sebastian Trüg. By providing a differe...Peter Penz
2009-12-07Added all code necessary for clickable tags in the KTaggingWidget. As soon as...Sebastian Trueg
2009-12-07Added versioning information to the list of hidden properties. This fixes hid...Sebastian Trueg
2009-11-21Let KMetaDataWidget and all the child widgets respect the foreground role tha...Peter Penz
2009-11-21Simplified the clickable resource metadata display. This also fixes a bug whe...Sebastian Trueg
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian Tr...Peter Penz
2009-11-17don't crash if Nepomuk gets activated/deactivated during Dolphin is runningPeter Penz
2009-11-17Fix crashNicolas Lécureuil
2009-11-14Stop crashing (apparently I have HAVE_NEPOMUK but the runtime check fails so ...David Faure
2009-11-12Don't show the search options, if no Nepomuk is available. Hopefully Nepomuk ...Peter Penz
2009-11-11Images: Instead of showing the meta data for "Width:" and "Height:" separatel...Peter Penz
2009-11-11* don't show the "Add Tags..." and "Add Comments..." links for the meta data ...Peter Penz
2009-11-06fixed calculation of the height size hint: don't forget the spacing and margi...Peter Penz
2009-11-05fancy date formattingSebastian Trueg
2009-11-04Don't call QThread::wait() in the destructor - in the worst case an issue in ...Peter Penz
2009-11-04Fixed link issue - I'm sorry: I had installed a temporary version of KMetaDat...Peter Penz
2009-10-28After some discussions at http://reviewboard.kde.org/r/1938 it turned out tha...Peter Penz