dolphin/src
Nate Graham 78c7429a35 Add placeholder text for empty views
Throughout our QML-based software, we now display placeholder text for
empty views so that the user knows that the view is actually empty, and
it's not that the software is just broken.

This commit introduces the same thing for Dolphin's main view.

BUG: 429248
BUG: 426354
FIXED-IN: 21.04
2020-11-28 19:06:28 +00:00
..
filterbar Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
icons Icon: Update with latest breeze icon 2020-07-26 12:11:13 +02:00
kitemviews Re-allow icons that are not theme icon 2020-11-19 21:48:15 +00:00
panels Places panel: highlight place only when it is displayed 2020-11-23 00:02:59 +00:00
search Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
settings Set empty value for packagekit transaction flags 2020-11-12 17:15:01 +01:00
statusbar Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
tests PlacesItemModelTest: consider also Pictures/Music/Videos folders 2020-11-23 00:40:53 +01:00
trash Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
userfeedback Add support for KUserFeedback 2020-11-05 18:31:28 +00:00
views Add placeholder text for empty views 2020-11-28 19:06:28 +00:00
CMakeLists.txt Adress most of the second round of Angelaccio's review comments 2020-11-09 23:49:07 +01: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 Fix a crash and extract unrelated changes 2020-11-09 23:49:07 +01:00
dolphinbookmarkhandler.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphincontextmenu.cpp Fix delete action switching via 'Shift' when sub-context-menu is open 2020-11-23 22:07:31 +00: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' 2020-11-20 11:32:49 -07:00
dolphinmainwindow.h Allow having the UrlNavigators below the tab bar 2020-11-19 21:22:27 +00:00
dolphinnavigatorswidgetaction.cpp Rename 'Url Navigator' to 'Location Bar' 2020-11-22 18:06:37 +05:30
dolphinnavigatorswidgetaction.h Allow having the UrlNavigators below the tab bar 2020-11-19 21:22:27 +00:00
dolphinnewfilemenu.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphinnewfilemenu.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphinpart.cpp Compile with QT_NO_KEYWORDS 2020-10-23 18:23:06 +00:00
dolphinpart.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-11-03 06:20:03 +01:00
dolphinpart.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00: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 Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +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 Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
dolphintabpage.cpp Allow having the UrlNavigators below the tab bar 2020-11-19 21:22:27 +00:00
dolphintabpage.h Allow having the UrlNavigators below the tab bar 2020-11-19 21:22:27 +00:00
dolphintabwidget.cpp Adress the third round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphintabwidget.h Adress most of the second round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinui.rc ui.rc files: consistenly use <gui> instead of deprecated <kpartgui> 2020-11-28 10:28:53 +01:00
dolphinurlnavigator.cpp Adress the third round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinurlnavigator.h Adress the third round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinurlnavigatorscontroller.cpp Adress the third round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinurlnavigatorscontroller.h Adress most of the second round of Angelaccio's review comments 2020-11-09 23:49:07 +01:00
dolphinviewcontainer.cpp Allow the openURLJob to run executables 2020-11-24 13:47:48 -07:00
dolphinviewcontainer.h Make UrlNavigators in the toolbar the only option 2020-11-09 23:49:07 +01:00
global.cpp Compile without foreach 2020-10-23 18:23:06 +00:00
global.h Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +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 Output of licensedigger + manual cleanup afterwards. 2020-08-25 17:07:38 +00:00
org.kde.dolphin.appdata.xml GIT_SILENT made messages (after extraction) 2020-11-21 08:23:19 +01:00
org.kde.dolphin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2020-11-03 06:20:03 +01:00