┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/metadataconfigurationdialog.cpp
AgeCommit message (Collapse)Author
2009-10-28After some discussions at http://reviewboard.kde.org/r/1938 it turned out ↵Peter Penz
that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point... So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way. svn path=/trunk/KDE/kdebase/apps/; revision=1041547
2009-10-17Use the magic QFlags I love so much.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1036578
2009-10-17Use the tunedLabel() workaround also for the configuration dialog. Hopefully ↵Peter Penz
this can be cleaned up until KDE 4.4... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1036559
2009-10-17* get rid of MetaDataWidget::openConfigurationDialog()Peter Penz
* allow to hide specific data for applications * check whether Nepomuk has been activated (the check with #idfef HAVE_NEPOMUK is not sufficient in the case if Nepomok is available but not activated) svn path=/trunk/KDE/kdebase/apps/; revision=1036556
2009-10-16* allow editing of tagsPeter Penz
* minor adjustments for the default settings of visible meta data svn path=/trunk/KDE/kdebase/apps/; revision=1036296
2009-10-16prepare the behavior-settings dialog to configure the shown meta data for ↵Peter Penz
tooltips svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-10-16prepare MetaDataConfigurationDialog to be a public class in the Nepomuk libsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1036074
2009-10-16Fixed compilation issue if HAVE_NEPOMUK is not set. This #ifdef HAVE_NEPOMUK ↵Peter Penz
stuff is really a pain :-( svn path=/trunk/KDE/kdebase/apps/; revision=1036067
2009-10-16* improved interface + documentation of MetaDataWidgetPeter Penz
* provide a configuration dialog for adjusting the visibility of the meta data svn path=/trunk/KDE/kdebase/apps/; revision=1036058