┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/kloadmetadatathread.cpp
AgeCommit message (Collapse)Author
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ↵Peter Penz
KFileMetaDataConfigurationWidget. svn path=/trunk/KDE/kdebase/apps/; revision=1106465
2010-03-13Allow to specify a group for a meta data item.Peter Penz
The sorting of the meta data items is now done by the group. Within the group the sorting is done by their translated labels. svn path=/trunk/KDE/kdebase/apps/; revision=1102778
2010-03-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
This allows to extend the model with custom meta data (might e. g. be useful for Gwenview). svn path=/trunk/KDE/kdebase/apps/; revision=1102749
2010-03-04Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved ↵Peter Penz
to kdelibs for KDE SC 4.5 (some interfaces of KMetaDataWidget need to be cleaned up first). KNfoTranslator is marked as private class, as it is not clear yet whether it should be used by other classes like KFileMetaInfo. svn path=/trunk/KDE/kdebase/apps/; revision=1098897
2010-02-28Only access the data of the thread that has been created most recently. Data ↵Peter Penz
of older threads will just get ignored. svn path=/trunk/KDE/kdebase/apps/; revision=1097289
2010-02-28Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1097154
2010-02-26Meta data configuration cleanups:Peter Penz
- Use RDF labels internally. - Provide better default settings, which meta data are hidden. - Allow to configure which meta data is shown also if Nepomuk is turned off. svn path=/trunk/KDE/kdebase/apps/; revision=1096571
2010-02-26use NFO URI to check whether the width and height should be merged as one labelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1096542
2010-02-26Show meta information also for files, which are not indexed (or in the case ↵Peter Penz
if Nepomuk is turned off). Beside the new translations the fix is based on several other fixes in kdelibs + strigi and cannot be backported to KDE SC 4.4.x. As soon as the meta data widget has been moved to kdelibs, this meta data information will also be available in the properties dialog. BUG: 193592 svn path=/trunk/KDE/kdebase/apps/; revision=1096472
2010-02-25Also show meta informations of files, if Nepomuk is not running or if the ↵Peter Penz
file is not indexed. Still a lot of cleanups are required (e. g. the labels are not human readable currently). svn path=/trunk/KDE/kdebase/apps/; revision=1096092
2010-01-15don't try to access invalid filesPeter Penz
BUG: 222364 svn path=/trunk/KDE/kdebase/apps/; revision=1075029
2009-12-12use the same link style as used for tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061705
2009-12-08Do not show links for unsupported protocols, ie. pre-4.4 resources which ↵Sebastian Trueg
used URNs instead of nepomuk:/res/<uuid> URIs. svn path=/trunk/KDE/kdebase/apps/; revision=1060341
2009-11-21Simplified the clickable resource metadata display. This also fixes a bug ↵Sebastian Trueg
where sometimes resources are not displayed at all svn path=/trunk/KDE/kdebase/apps/; revision=1052237
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian ↵Peter Penz
Trüg für the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1051553
2009-11-13fixed issue that the rating was not applied to the Information PanelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048811
2009-11-11* don't show the "Add Tags..." and "Add Comments..." links for the meta data ↵Peter Penz
inside a tooltip * minor cleanup of thread-interface to allow a proper sorting/merging on client side svn path=/trunk/KDE/kdebase/apps/; revision=1047662
2009-11-05Handle lists of resources nicer. Maybe a list separated by new-lines is not ↵Sebastian Trueg
the best though... svn path=/trunk/KDE/kdebase/apps/; revision=1045283
2009-11-05fancy date formattingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1045013
2009-11-05Nicer formatting of the values - only a temp solution just like tuneLabel. ↵Sebastian Trueg
To many temp solutions... svn path=/trunk/KDE/kdebase/apps/; revision=1044996
2009-11-04Don't call QThread::wait() in the destructor - in the worst case an issue in ↵Peter Penz
Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread. svn path=/trunk/KDE/kdebase/apps/; revision=1044848