┌ ┐
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
/
kloadmetadatathread.cpp
Age
Commit message (
Expand
)
Author
2010-03-22
Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...
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-03-04
Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved ...
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-25
Also show meta informations of files, if Nepomuk is not running or if the fil...
Peter Penz
2010-01-15
don't try to access invalid files
Peter Penz
2009-12-12
use the same link style as used for tags
Peter Penz
2009-12-08
Do not show links for unsupported protocols, ie. pre-4.4 resources which used...
Sebastian Trueg
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-13
fixed issue that the rating was not applied to the Information Panel
Peter Penz
2009-11-11
* don't show the "Add Tags..." and "Add Comments..." links for the meta data ...
Peter Penz
2009-11-05
Handle lists of resources nicer. Maybe a list separated by new-lines is not t...
Sebastian Trueg
2009-11-05
fancy date formatting
Sebastian Trueg
2009-11-05
Nicer formatting of the values - only a temp solution just like tuneLabel. To...
Sebastian Trueg
2009-11-04
Don't call QThread::wait() in the destructor - in the worst case an issue in ...
Peter Penz