dolphin/src
Elvis Angelaccio 7caef6d251 Port away from deprecated QStyle::SH_Widget_Animate
Summary:
Use the new QStyle::SH_Widget_Animation_Duration instead,
which allows us to not manually hardcode the duration.
We still use 1 if animations are disabled,
otherwise the scroll would not work at all.

See also D5883 for some background.

Test Plan: Played with different values in the Animation tab of the Breeze config dialog.

Reviewers: #dolphin, broulik

Reviewed By: broulik

Subscribers: broulik

Differential Revision: https://phabricator.kde.org/D10005
2018-01-27 17:40:59 +01:00
..
filterbar Modernize: Use nullptr everywhere 2017-11-21 10:53:12 +01:00
icons Add application icon for Mac and MS Windows. 2016-11-22 18:15:42 +01:00
kitemviews Port away from deprecated QStyle::SH_Widget_Animate 2018-01-27 17:40:59 +01:00
panels Fix place item edit after creation 2018-01-26 11:14:30 -03:00
search Use Kio::KPlacesModel as source model for PlacesItemModel 2017-12-14 09:40:34 -03:00
settings SVN_SILENT made messages (.desktop file) - always resolve ours 2017-12-20 08:25:12 +01:00
statusbar Use kSqueezedTextLabel for the label text on the statusbar 2017-11-25 18:29:23 +01:00
tests Fix place item edit after creation 2018-01-26 11:14:30 -03:00
views Use BatchRenameJob to rename multiple files in Dolphin 2018-01-27 17:21:30 +05:30
CMakeLists.txt Support middle clicking of Back/Forward/Up/Home toolbar buttons 2017-08-24 15:45:28 +02:00
config-baloo.h.cmake Port Dolphin to Baloo 2014-02-06 20:29:09 +01:00
config-dolphin.h.cmake KF5ify Dolphin. 2014-06-29 01:35:37 +02:00
config-X11.h.cmake Merged very early alpha-version of Dolphin 2.0 2011-07-30 20:13:41 +02:00
dbusinterface.cpp Pass application name and icon to KRun 2017-03-08 16:52:15 +01:00
dbusinterface.h Add dbus interface to dolphin 2015-04-22 18:59:39 +05:30
dolphin.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphincontextmenu.cpp Use Kio::KPlacesModel as source model for PlacesItemModel 2017-12-14 09:40:34 -03:00
dolphincontextmenu.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphindebug.cpp Replace kDebug/kWarning by categorized logging (org.kde.dolphin) 2015-02-24 13:07:35 +01:00
dolphindebug.h Replace kDebug/kWarning by categorized logging (org.kde.dolphin) 2015-02-24 13:07:35 +01:00
dolphindockwidget.cpp Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphindockwidget.h Modernize: Use nullptr everywhere 2017-11-21 10:53:12 +01:00
dolphinmainwindow.cpp Don't show 'Open Terminal' on Windows 2018-01-21 12:15:07 +01:00
dolphinmainwindow.h Set the focus to the active view, after leaving the terminal panel 2018-01-18 18:51:27 +01:00
dolphinnewfilemenu.cpp [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions 2016-03-16 22:17:37 +01:00
dolphinnewfilemenu.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphinpart.cpp Don't show 'Open Terminal' on Windows 2018-01-21 12:15:07 +01:00
dolphinpart.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2018-01-09 04:56:51 +01:00
dolphinpart.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphinpart.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinpart.rc Port to KStandardAction::RenameFile 2017-08-09 22:59:38 +02:00
dolphinpart_ext.cpp include KFileItem instead of KFileItemList 2015-02-24 12:25:28 +01:00
dolphinpart_ext.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphinrecenttabsmenu.cpp Modernize: Use nullptr everywhere 2017-11-21 10:53:12 +01:00
dolphinrecenttabsmenu.h port Dolphin from KUrl to QUrl 2014-10-21 21:19:14 +02:00
dolphinremoveaction.cpp Make sure we always have the Del shortcut 2017-10-16 19:56:37 +02:00
dolphinremoveaction.h Fix DolphinRemoveAction Shift toggling on Wayland 2017-09-07 21:31:42 +02:00
dolphintabbar.cpp Close tab on mouse release rather than on mouse press 2017-02-13 13:20:07 +01:00
dolphintabbar.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphintabpage.cpp Correct searchbox, split view transitions between tabs 2017-05-22 20:35:29 +03:00
dolphintabpage.h Modernize: Use nullptr everywhere 2017-11-21 10:53:12 +01:00
dolphintabwidget.cpp Fix drop menu position with urlnavigator drops 2017-07-27 15:49:52 +02:00
dolphintabwidget.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphinui.rc Port to KStandardAction::RenameFile 2017-08-09 22:59:38 +02:00
dolphinviewcontainer.cpp Change window title when searching 2017-12-03 08:00:22 -07:00
dolphinviewcontainer.h Change window title when searching 2017-12-03 08:00:22 -07:00
global.cpp Pass application name and icon to KRun 2017-03-08 16:52:15 +01:00
global.h Pass application name and icon to KRun 2017-03-08 16:52:15 +01:00
main.cpp Disallow executing Dolphin as root on Linux 2017-02-19 02:39:52 +01:00
Messages.sh Minor 2010-10-19 07:38:50 +00:00
middleclickactioneventfilter.cpp Support middle clicking of Back/Forward/Up/Home toolbar buttons 2017-08-24 15:45:28 +02:00
middleclickactioneventfilter.h Support middle clicking of Back/Forward/Up/Home toolbar buttons 2017-08-24 15:45:28 +02:00
org.kde.dolphin.appdata.xml GIT_SILENT made messages (after extraction) 2017-12-31 05:22:08 +01:00
org.kde.dolphin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2017-05-25 04:21:54 +02:00