┌ ┐
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
/
views
/
tooltips
/
tooltipmanager.cpp
Age
Commit message (
Expand
)
Author
2021-02-19
Use only enabled preview plugins in InformationPanelContent and ToolTipManager.
David Lerch
2020-08-25
Output of licensedigger + manual cleanup afterwards.
Elvis Angelaccio
2019-08-03
[Dolphin] Hide tooltip instantly on key press
Piotr Henryk Dabrowski
2019-05-05
Get rid of ugly static_cast usages in connect() calls
Elvis Angelaccio
2019-03-17
Fix "Add Network Folder" tooltip icon does not show on Breeze, shows correctl...
David Hallas
2019-03-10
Fixes leak of DolphinFileMetaDataWidget in ToolTipManager
David Hallas
2018-08-29
Consider all thumbnailers for the information panel and tooltips
Fabian Vogt
2018-03-04
Remove unused #include
Roman Inflianskas
2017-11-21
Modernize: Use nullptr everywhere
Kevin Funk
2017-09-12
Create KToolTipWidget on demand
Kai Uwe Broulik
2017-05-08
Don't ignore tag clicks in the tooltips
Elvis Angelaccio
2017-02-09
Rename FileMetaDataToolTip to DolphinFileMetaDataWidget
Elvis Angelaccio
2017-02-05
Port tooltips to KToolTipWidget
Elvis Angelaccio
2017-01-18
Port away from deprecated KIO::Job::ui()
Elvis Angelaccio
2014-10-18
Fix includes
Montel Laurent
2014-09-12
Ported KIcon to QIcon
Emmanuel Pescosta
2014-06-29
Remove the automoc noise
Christophe Giboudeaux
2014-05-05
dolphin: convert views/ to qt5 signal/slot syntax
Alex Richardson
2014-05-05
Allow compiling Dolphin with KF5
Alex Richardson
2012-11-24
Delete FileMetaDataToolTip using deleteLater() to prevent crashes
Frank Reininghaus
2012-04-17
Ensure authentication data is cached properly
Peter Penz
2012-04-08
Ignore maximum size for local files when creating previews
Peter Penz
2012-02-23
Whitespace cleanups and documentation fixes
Peter Penz
2012-02-02
Fix crash when opening a tab during a tooltip is shown
Peter Penz
2011-08-09
Improvements for selections, smooth scrolling, tooltips and info-panel
Peter Penz
2011-07-31
normalize signals/slots
Montel Laurent
2011-07-30
Merged very early alpha-version of Dolphin 2.0
Peter Penz
2011-04-19
Center tooltips horizontally in relation to the item
Peter Penz
2011-03-22
Tooltip improvements
Peter Penz
2011-02-19
Use the new KIO::PreviewJob API
Peter Penz
2011-02-09
Coding style update for pointer comparison
Peter Penz
2011-01-18
Assure that the enabled plugins for previews are set for the Information Pane...
Peter Penz
2010-10-06
Use a pointing-hand cursor when hovering items as discussed on http://lists.k...
Peter Penz
2010-09-04
Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-)
Peter Penz
2010-08-09
Update to use the changed signature of the metaDataRequestFinished signal.
Peter Penz
2010-08-02
Remove the workaround to show the tooltip temporary on a hidden position, to ...
Peter Penz
2010-07-24
Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" in...
Peter Penz