┌ ┐
54
└ ┘
[
home
|
about
|
favorites
|
git
]
index
:
dolphin
master
pixelated-scaling-option
Patched KDE Dolphin with Pixel Scaling
Conway
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
panels
/
information
/
kmetadatawidget.cpp
Age
Commit message (
Expand
)
Author
2010-03-22
Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...
Peter Penz
2010-03-13
Fix compile issue if HAVE_NEPOMUK is not defined
Peter Penz
2010-03-13
Let the custom widgets stay invisible per default after constructing them. Th...
Peter Penz
2010-03-13
Allow to provide custom widgets for meta data in a generic way.
Peter Penz
2010-03-13
Allow to specify a group for a meta data item.
Peter Penz
2010-03-13
Provide a KMetaDataModel for KMetaDataWidget.
Peter Penz
2010-02-28
Only access the data of the thread that has been created most recently. Data ...
Peter Penz
2010-02-28
Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().
Peter Penz
2010-02-26
Meta data configuration cleanups:
Peter Penz
2010-02-26
use NFO URI to check whether the width and height should be merged as one label
Peter Penz
2010-02-26
Show meta information also for files, which are not indexed (or in the case i...
Peter Penz
2010-02-26
The number of fixed meta-info items may vary dependent on whether Nepomuk is ...
Peter Penz
2010-02-25
Also show meta informations of files, if Nepomuk is not running or if the fil...
Peter Penz
2010-01-28
Another fix for the metadata rows: properly clean up unused rows in case no m...
Sebastian Trueg
2010-01-26
* Do not hide the parent folder since we can now browse into it by simply cli...
Sebastian Trueg
2010-01-26
changed: made static const data symbols really static const
Friedrich W. H. Kossebau
2009-12-18
Don't show the size information, if only one directory is shown. This issue o...
Peter Penz
2009-12-12
use the same link style as used for tags
Peter Penz
2009-12-12
align the rating widget of the Information Panel left (or right for r2l) inst...
Peter Penz
2009-12-07
don't crash if the Information Panel is updated by file changes
Peter Penz
2009-12-07
Activated "clicking on tags" fix from Sebastian Trüg. By providing a differe...
Peter Penz
2009-12-07
Added all code necessary for clickable tags in the KTaggingWidget. As soon as...
Sebastian Trueg
2009-12-07
Added versioning information to the list of hidden properties. This fixes hid...
Sebastian Trueg
2009-11-21
Let KMetaDataWidget and all the child widgets respect the foreground role tha...
Peter Penz
2009-11-21
Simplified the clickable resource metadata display. This also fixes a bug whe...
Sebastian Trueg
2009-11-19
Provide clickable resources for the Information Panel. Thanks to Sebastian Tr...
Peter Penz
2009-11-17
don't crash if Nepomuk gets activated/deactivated during Dolphin is running
Peter Penz
2009-11-17
Fix crash
Nicolas Lécureuil
2009-11-14
Stop crashing (apparently I have HAVE_NEPOMUK but the runtime check fails so ...
David Faure
2009-11-12
Don't show the search options, if no Nepomuk is available. Hopefully Nepomuk ...
Peter Penz
2009-11-11
Images: Instead of showing the meta data for "Width:" and "Height:" separatel...
Peter Penz
2009-11-11
* don't show the "Add Tags..." and "Add Comments..." links for the meta data ...
Peter Penz
2009-11-06
fixed calculation of the height size hint: don't forget the spacing and margi...
Peter Penz
2009-11-05
fancy date formatting
Sebastian Trueg
2009-11-04
Don't call QThread::wait() in the destructor - in the worst case an issue in ...
Peter Penz
2009-11-04
Fixed link issue - I'm sorry: I had installed a temporary version of KMetaDat...
Peter Penz
2009-10-28
After some discussions at http://reviewboard.kde.org/r/1938 it turned out tha...
Peter Penz