dolphin/src
Felix Ernst 998d71e5a7 Remove item move animation on view resize
This commit removes an animation that happens when the view is
resized. Before this commit, whenever the geometry of the view
changed, the items in the view drifted towards their new position
in the layout after a 300 ms delay. It would look like the items
are slow to find their position.

This commit simply moves them to their new position in an instant
which will abort any ongoing move animations.
2021-02-10 15:16:42 +01:00
..
filterbar Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
icons Icon: Update with latest breeze icon 2020-07-26 12:11:13 +02:00
kitemviews Remove item move animation on view resize 2021-02-10 15:16:42 +01:00
panels Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
search Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
settings Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
statusbar Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
tests Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
trash Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
userfeedback Add support for KUserFeedback 2020-11-05 18:31:28 +00:00
views Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
CMakeLists.txt Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
config-baloo.h.cmake Port Dolphin to Baloo 2014-02-06 20:29:09 +01:00
config-kactivities.h.cmake Bring back KActivities support 2019-03-18 21:18:04 +01:00
config-kuserfeedback.h.cmake Add support for KUserFeedback 2020-11-05 18:31:28 +00:00
config-packagekit.h.cmake Dolphin: Implement package kit for deb/rpm/pacman service packages 2020-05-05 17:26:13 +02:00
config-terminal.h.cmake Introduce HAVE_TERMINAL 2019-01-28 22:38:21 +01:00
dbusinterface.cpp Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dbusinterface.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphin.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinbookmarkhandler.cpp Open new tab placement option 2021-01-10 21:54:45 +00:00
dolphinbookmarkhandler.h Add missing includes 2021-02-09 00:40:54 +01:00
dolphincontextmenu.cpp Revert "ContextMenu: Allow plugins submenus to react to Shift modifiers" 2021-01-02 19:22:10 +01:00
dolphincontextmenu.h Fix delete action switching via 'Shift' when sub-context-menu is open 2020-11-23 22:07:31 +00:00
dolphindockwidget.cpp Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphindockwidget.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinmainwindow.cpp Merge branch 'release/20.12' 2021-01-25 10:25:51 -07:00
dolphinmainwindow.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinnavigatorswidgetaction.cpp Show button to open knetattach inline with URL nav on remove:// view 2021-01-19 07:48:36 +09:00
dolphinnavigatorswidgetaction.h Show button to open knetattach inline with URL nav on remove:// view 2021-01-19 07:48:36 +09:00
dolphinnewfilemenu.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphinnewfilemenu.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinpart.cpp Avoid KJob::exec() in DolphinView 2021-02-08 21:32:10 +00:00
dolphinpart.desktop.in SVN_SILENT made messages (.desktop file) - always resolve ours 2021-01-21 07:07:06 +01:00
dolphinpart.h Add missing includes 2021-02-09 00:40:54 +01:00
dolphinpart.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinpart.rc ui.rc files: consistenly use <gui> instead of deprecated <kpartgui> 2020-11-28 10:28:53 +01:00
dolphinpart_ext.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphinpart_ext.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinplacesmodelsingleton.cpp Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinplacesmodelsingleton.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinrecenttabsmenu.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphinrecenttabsmenu.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinremoveaction.cpp Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinremoveaction.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphintabbar.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphintabbar.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphintabpage.cpp Fix location bar being wrongly aligned on first startup 2021-01-06 01:38:45 +00:00
dolphintabpage.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphintabwidget.cpp Open new tab placement option 2021-01-10 21:54:45 +00:00
dolphintabwidget.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinui.rc Toolbar: move and rename filter to edit menu above Search 2020-12-02 07:07:41 +00:00
dolphinurlnavigator.cpp Make it more obvious that you can connect to servers on remote:/ page 2020-12-27 17:38:55 +00:00
dolphinurlnavigator.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinurlnavigatorscontroller.cpp Adress the third round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinurlnavigatorscontroller.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
dolphinviewcontainer.cpp Avoid KJob::exec() in DolphinView 2021-02-08 21:32:10 +00:00
dolphinviewcontainer.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
global.cpp Animate split view mode toggling 2021-01-02 17:48:52 +00:00
global.h Animate split view mode toggling 2021-01-02 17:48:52 +00:00
main.cpp Allow having the UrlNavigators below the tab bar 2020-11-19 21:22:27 +00:00
Messages.sh i18n: drop servicemenuinstaller messages from main po file 2019-07-15 08:08:23 +02:00
middleclickactioneventfilter.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
middleclickactioneventfilter.h Build with QT_NO_KEYWORDS 2021-02-09 20:39:50 +00:00
org.kde.dolphin.appdata.xml GIT_SILENT made messages (after extraction) 2021-02-08 02:48:28 +01:00
org.kde.dolphin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-11-03 06:20:03 +01:00