| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=800783
|
|
The result is always an intersection of the tags of all files.
Another possibility would be to only change the clicked tag. Feedback?
BUG: 160157
svn path=/trunk/KDE/kdebase/apps/; revision=792518
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=789215
|
|
- A nicer comment widget shows a popup to edit the comment.
- A tag cloud replaces the ugly tagwidget from libnepomuk.
The plan is to use Dolphin as a testbed to optimize the look and then
move at least the tagcloud to libnepomuk to make it available for all apps
since this is a common feature.
So please test it and provide feedback. The layout is still cluttered. So we
also need feedback on that. And of course on the usability.
Apart from the GUI Dolphin now uses the mass metadata update job to perform
metadata updates on many files in an async KJob without blocking the GUI.
This is another candidate for public API at some point.
svn path=/trunk/KDE/kdebase/apps/; revision=788565
|
|
MetaDataWidget::setFiles() blocks Dolphin for around 15 seconds. Maybe we should delegate this to a KJob... In the meantime we temporary just reset the widgets (hoping that "meantime" means < KDE 4.1 ;-)).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=785958
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=783626
|
|
implementation gets the focus, it should request it's activation.
* Let the metadata widget only get the focus by clicking.
* Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint.
svn path=/trunk/KDE/kdebase/apps/; revision=777757
|
|
mapping yet this does make much more sense.
svn path=/trunk/KDE/kdebase/apps/; revision=746846
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=714564
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=685763
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=681915
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=674158
|
|
* Dolphin now handles multiple file selections properly in case of metadata.
svn path=/trunk/KDE/kdebase/apps/; revision=668954
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666761
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666375
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=666164
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=664542
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=664331
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=663054
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=662129
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=660108
|
|
Once we have the proper ontology I will change it back.
svn path=/trunk/KDE/kdebase/apps/; revision=659702
|
|
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=645737
|
|
directory)
svn path=/trunk/KDE/kdebase/apps/; revision=644721
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644565
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644555
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644554
|
|
to allow file rating, commenting, and tagging.
This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet.
svn path=/trunk/KDE/kdebase/apps/; revision=644510
|