nextcloud-desktop/src/gui/wizard
Stephan Beyer f46ce2ce98 Show URL placeholder hint in wizard
In owncloudsetupnocredspage.ui, the URL input field leUrl has a
placeholder text saying "https://..." which is a very useful hint
for the user.  However, in the OwncloudSetupPage constructor, the
placeholer text is overwritten by the return string of the theme's
wizardUrlHint() method.  The NextcloudTheme class does not override
this virtual method, so an empty string is used.

To make available the "https://..." hint, it is moved from the
UI file to NextcloudTheme::wizardUrlHint().  Note that, if a
theme is used which does not allow a custom server URL, the
placeholder text is now empty.  This makes sense because the
input field is disabled in that case.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
2020-05-23 18:32:15 +02:00
..
abstractcredswizardpage.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
abstractcredswizardpage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
flow2authcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
flow2authcredspage.h Flow2: Refactor UI into Flow2AuthWidget only and improve Flow2Auth 2019-12-24 07:46:57 +01:00
flow2authwidget.cpp Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
flow2authwidget.h Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
flow2authwidget.ui Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
owncloudadvancedsetuppage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudadvancedsetuppage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudadvancedsetuppage.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
owncloudconnectionmethoddialog.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
owncloudconnectionmethoddialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
owncloudconnectionmethoddialog.ui Structure developer documentation 2015-06-29 18:43:21 +02:00
owncloudhttpcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudhttpcredspage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudhttpcredspage.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
owncloudoauthcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudoauthcredspage.h Qt5.5 compatiblity patch for login flow V2 + UI improvment 2019-09-06 14:40:54 +02:00
owncloudoauthcredspage.ui Qt5.5 compatiblity patch for login flow V2 + UI improvment 2019-09-06 14:40:54 +02:00
owncloudsetupnocredspage.ui Show URL placeholder hint in wizard 2020-05-23 18:32:15 +02:00
owncloudsetuppage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudsetuppage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudshibbolethcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudshibbolethcredspage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
owncloudwizard.cpp Flow2: Make ProgressIndicator's background-aware (Dark-/Light-Mode switching) 2019-12-24 07:46:57 +01:00
owncloudwizard.h Flow2: Poll for auth result upon account setup wizard window activation 2019-12-24 07:46:57 +01:00
owncloudwizardcommon.cpp AccountWizard: Reserve space for error label #6546 2018-06-07 15:32:52 +02:00
owncloudwizardcommon.h Login Flow V2: 1st test-implementation 2019-08-26 20:03:15 +02:00
owncloudwizardresultpage.cpp Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp. regarding svg usage 2020-01-18 17:47:17 +01:00
owncloudwizardresultpage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
owncloudwizardresultpage.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
postfixlineedit.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
postfixlineedit.h GUI: run clang-tidy modernize-use-override 2018-11-11 11:08:03 +01:00
slideshow.cpp Merge branch 'master' into msvc-warn-audit 2019-09-16 16:55:42 +02:00
slideshow.h fix naming for slide navigation, adapted everywhere to be consistent 2019-09-12 20:59:03 +02:00
webview.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
webview.h Make sure _profile and _page are deleted in the correct order 2018-12-19 21:44:54 +08:00
webview.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
webviewpage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
webviewpage.h Fix login flow with system proxy 2019-01-31 13:45:40 +01:00