┌ ┐
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
/
tooltips
/
tooltipmanager.cpp
Age
Commit message (
Expand
)
Author
2010-07-24
Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" in...
Peter Penz
2010-07-24
Sourcecode hierarchy cleanup: Move further files from src to src/views
Peter Penz
2010-07-23
Fix visual artefacts for tooltips, if compositing has been disabled. Thanks t...
Peter Penz
2010-07-12
Based on the recent size hint fixes in KFileMetaDataWidget, the handling of t...
Peter Penz
2010-04-04
SVN_SILENT: documentation fixes
Peter Penz
2010-04-04
Assure that the tooltip does not flash for items at the bottom-right edge
Peter Penz
2010-03-27
Clear the items after hiding the tooltip, otherwise a flickering might occur ...
Peter Penz
2010-03-27
Share one tooltip instance for all tooltip manager instances
Peter Penz
2010-03-27
Don't recreate and destroy the tooltip widget on each show/hide operation, ju...
Peter Penz
2010-03-22
Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...
Peter Penz
2010-03-13
Provide a KMetaDataModel for KMetaDataWidget.
Peter Penz
2010-01-14
Use KFileItem::text() instead of name() for pretty printed filenames
Sebastian Trueg
2009-12-18
I did not recognize when refactoring the tooltip class that no filename is sh...
Peter Penz
2009-11-21
apply the correct foreground role for widgets that represent the tooltip content
Peter Penz
2009-11-11
* don't show the "Add Tags..." and "Add Comments..." links for the meta data ...
Peter Penz
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-11-03
Since Qt 4.5 it is possible to have translucient windows. The tooltip approac...
Peter Penz
2009-08-29
Move code for initializing and handling view extensions to the new class View...
Peter Penz
2009-06-20
Simplify the handling of previews: Create the tooltip as early as possible ev...
Peter Penz
2009-06-20
don't use empty dummy images if the preview takes a while to get generated, s...
Peter Penz
2009-06-20
- Don't keep pointers to objects that are obtained and deleted by other objects.
Peter Penz
2009-06-20
Preview generators might send a null image, so show the default icon as fallb...
Peter Penz
2009-06-20
Tooltip interface cleanup: Don't use const-pointers as parameters if the impl...
Peter Penz
2009-06-04
don't ignore the maximum preview size in the tooltip
Peter Penz
2009-01-14
Group classes into folders, Dolphin is too big in the meantime for having a f...
Peter Penz