┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
AgeCommit message (Collapse)Author
2010-03-25Enable the meta data configuration dialog again after the ↵Peter Penz
KFileMetaDataWidget code has been moved to kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=1107432
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-13Fix compile issue if HAVE_NEPOMUK is not definedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1102862
2010-03-13Meta data configuration dialog improvementsPeter Penz
* use the data provided by the model instead reading it again * allow to enable/disable also custom meta data svn path=/trunk/KDE/kdebase/apps/; revision=1102852
2010-03-13Let the custom widgets stay invisible per default after constructing them. ↵Peter Penz
This prevent a possible flickering when starting Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1102837
2010-03-13Allow to provide custom widgets for meta data in a generic way.Peter Penz
By this it is possible that other applications like e. g. Gwenview provide custom widgets to change EXIF data directly within the meta data widget. svn path=/trunk/KDE/kdebase/apps/; revision=1102834
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-09Proof-reading: file name -> filename, for consistency.Andrew Coles
svn path=/trunk/KDE/kdebase/apps/; revision=1101351
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-26remove duplicate entriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1096541
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-26The number of fixed meta-info items may vary dependent on whether Nepomuk is ↵Peter Penz
enabled or not. Avoid the nasty hack to hardcode the value within the slotLoadingFinished() method. BUG: 228540 svn path=/trunk/KDE/kdebase/apps/; revision=1096347
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-02-25* No need to reload all tags when one is deleted.Sebastian Trueg
* Use Resource::genericLabel() always for consistency. svn path=/trunk/KDE/kdebase/apps/; revision=1096036
2010-01-28Another fix for the metadata rows: properly clean up unused rows in case no ↵Sebastian Trueg
metadata is added. svn path=/trunk/KDE/kdebase/apps/; revision=1081502
2010-01-26* Do not hide the parent folder since we can now browse into it by simply ↵Sebastian Trueg
clicking the link. * Fixed index bug which caused the last information item to be deleted. * Why make merge-sort more complicated than it is? ;) svn path=/trunk/KDE/kdebase/apps/; revision=1080377
2010-01-26changed: made static const data symbols really static constFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
2010-01-15assure that the widgets of the panels are resized after receiving the Polish ↵Peter Penz
event svn path=/trunk/KDE/kdebase/apps/; revision=1075076
2010-01-15fixed issue that the Information Panel might show some (for the user ↵Peter Penz
confusing) information about a nepomuk protocol svn path=/trunk/KDE/kdebase/apps/; revision=1075065
2010-01-15don't try to access invalid filesPeter Penz
BUG: 222364 svn path=/trunk/KDE/kdebase/apps/; revision=1075029
2010-01-07Fixed issue that the Information Panel might show the old filename after ↵Peter Penz
renaming an item. Added implementation note, as a working code had been removed some time ago because of a performance bottleneck. BUG: 198375 svn path=/trunk/KDE/kdebase/apps/; revision=1071287
2010-01-06When changing the selection, the currently shown file item should be reset. ↵Peter Penz
This fixes the issue that changing the selection with the keyboard might not have an effect if an item is hovered with the mouse. BUG: 210177 svn path=/trunk/KDE/kdebase/apps/; revision=1070745
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the ↵Peter Penz
Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago. svn path=/trunk/KDE/kdebase/apps/; revision=1070740
2009-12-18Don't show the size information, if only one directory is shown. This issue ↵Peter Penz
only occured in the context of tooltips, as updateRowsVisibility() is invoked after setItems()... svn path=/trunk/KDE/kdebase/apps/; revision=1063483
2009-12-12use the same link style as used for tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1061705
2009-12-12align the rating widget of the Information Panel left (or right for r2l) ↵Peter Penz
instead of horizontally centered svn path=/trunk/KDE/kdebase/apps/; revision=1061598
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-12-07don't crash if the Information Panel is updated by file changesPeter Penz
BUG: 214060 svn path=/trunk/KDE/kdebase/apps/; revision=1060022
2009-12-07Activated "clicking on tags" fix from Sebastian Trüg. By providing a ↵Peter Penz
different link color the difference to the "Change tags..." link is visible. svn path=/trunk/KDE/kdebase/apps/; revision=1059985
2009-12-07Added all code necessary for clickable tags in the KTaggingWidget. As soon ↵Sebastian Trueg
as we figured out how to only show links on hover we are good to go. This is actually a fix as resources in the rest of the info view are already clickable. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059908
2009-12-07Added versioning information to the list of hidden properties. This fixes ↵Sebastian Trueg
hiding in case an old kmetainformationrc exists. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1059900
2009-12-02Fix mem leakLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1057381
2009-11-29Use KFileItem::text() instead of KUrl::fileName() to display the entry's ↵Sebastian Trueg
name in the metadata panel. This way Nepomuk results and all entries from KIO slaves that make use of UDS_DISPLAY_NAME look nice. svn path=/trunk/KDE/kdebase/apps/; revision=1056260
2009-11-25* Fixed execution of links in the metadata widget.Sebastian Trueg
* Do not try to list non-listable URLs. svn path=/trunk/KDE/kdebase/apps/; revision=1054300
2009-11-21Let KMetaDataWidget and all the child widgets respect the foreground role ↵Peter Penz
that might be set by the client. This allows KMetaDataWidget to get embedded inside a tooltip having correct tooltip colors. svn path=/trunk/KDE/kdebase/apps/; revision=1052509
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-17don't crash if Nepomuk gets activated/deactivated during Dolphin is runningPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1050611
2009-11-17Fix crashNicolas Lécureuil
svn path=/trunk/KDE/kdebase/apps/; revision=1050466
2009-11-14Stop crashing (apparently I have HAVE_NEPOMUK but the runtime check fails so ↵David Faure
the widget isn't created) svn path=/trunk/KDE/kdebase/apps/; revision=1048851
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-13search finetuning:Peter Penz
* trigger progress information when starting a search * let the information panel hide the meta data for the search string * get the search string from the configurator svn path=/trunk/KDE/kdebase/apps/; revision=1048721
2009-11-12SVN_SILENT: constifyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048143
2009-11-12Don't show the search options, if no Nepomuk is available. Hopefully Nepomuk ↵Peter Penz
will get a hard build dependency quite soon, those #ifdef-code is really ugly and difficult to maintain... svn path=/trunk/KDE/kdebase/apps/; revision=1048135
2009-11-12SVN_SILENT: removed unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1048117