┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
AgeCommit message (Collapse)Author
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-17* respect the --select startup optionPeter Penz
* minor cleanups related to selecting items in general svn path=/trunk/KDE/kdebase/apps/; revision=1063329
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
2009-11-11let the user also delete the created tagsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1047714
2009-11-11Images: Instead of showing the meta data for "Width:" and "Height:" ↵Peter Penz
separately with other items in between, they are merged as "Width x Height:" and added to the top of the sort order. CCBUG: 193592 svn path=/trunk/KDE/kdebase/apps/; revision=1047680
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-07Two minor proof-reading changes:Andrew Coles
- missing space in one message in string split across two lines - Servicemenu -> Service Menu. svn path=/trunk/KDE/kdebase/apps/; revision=1046089
2009-11-06move the position of the filename below the previewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045798
2009-11-06fixed calculation of the height size hint: don't forget the spacing and ↵Peter Penz
margin of the layout svn path=/trunk/KDE/kdebase/apps/; revision=1045768
2009-11-06allow to set a custom description for the KMetaDataConfigurationDialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
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
2009-11-04Fixed link issue - I'm sorry: I had installed a temporary version of ↵Peter Penz
KMetaDataWidget from kdelibs and did not recognize the issue... svn path=/trunk/KDE/kdebase/apps/; revision=1044545
2009-11-02some more export fixesPatrick Spendrin
svn path=/trunk/KDE/kdebase/apps/; revision=1043907
2009-11-02do not export this widget with a wrong export definePatrick Spendrin
svn path=/trunk/KDE/kdebase/apps/; revision=1043889
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-20assure that the "size" information can be hidden by the userPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1038142
2009-10-19Fix some spelling mistakes in comments.Raphael Kubo da Costa
svn path=/trunk/KDE/kdebase/apps/; revision=1037779
2009-10-19use correct name for the tags-entry, otherwise disabling of tags won't work...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1037727
2009-10-19the configuration menu should be shown also for multiple selectionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1037684
2009-10-17xesam is deprecatedSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1036703
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