Home
last modified time | relevance | path

Searched refs:showConnectionLabel (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Daccountsettings.cpp675 void AccountSettings::showConnectionLabel(const QString &message, QStringList errors) in showConnectionLabel() function in OCC::AccountSettings
847 showConnectionLabel(tr("Connected to %1.").arg(serverWithUser), errors); in slotAccountStateChanged()
852 showConnectionLabel(tr("Server %1 is temporarily unavailable.").arg(server)); in slotAccountStateChanged()
855 showConnectionLabel(tr("Server %1 is currently in maintenance mode.").arg(server)); in slotAccountStateChanged()
858 showConnectionLabel(tr("Signed out from %1.").arg(serverWithUser)); in slotAccountStateChanged()
865 showConnectionLabel(tr("Obtaining authorization from the browser.")); in slotAccountStateChanged()
868 showConnectionLabel(tr("Connecting to %1...").arg(serverWithUser)); in slotAccountStateChanged()
873 showConnectionLabel(tr("No connection to %1 at %2.") in slotAccountStateChanged()
878 showConnectionLabel(tr("Server configuration error: %1 at %2.") in slotAccountStateChanged()
889 showConnectionLabel(tr("No %1 connection configured.") in slotAccountStateChanged()
H A Daccountsettings.h94 void showConnectionLabel(const QString &message,
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/gui/
H A Daccountsettings.cpp949 void AccountSettings::showConnectionLabel(const QString &message, QStringList errors) in showConnectionLabel() function in OCC::AccountSettings
1124 showConnectionLabel(tr("Connected to %1.").arg(serverWithUser), errors); in slotAccountStateChanged()
1128 showConnectionLabel(tr("Server %1 is temporarily unavailable.").arg(server)); in slotAccountStateChanged()
1131 showConnectionLabel(tr("Server %1 is currently in maintenance mode.").arg(server)); in slotAccountStateChanged()
1134 showConnectionLabel(tr("Signed out from %1.").arg(serverWithUser)); in slotAccountStateChanged()
1144 showConnectionLabel(tr("Obtaining authorization from the browser. " in slotAccountStateChanged()
1148 showConnectionLabel(tr("Connecting to %1 …").arg(serverWithUser)); in slotAccountStateChanged()
1153 showConnectionLabel(tr("No connection to %1 at %2.") in slotAccountStateChanged()
1158 showConnectionLabel(tr("Server configuration error: %1 at %2.") in slotAccountStateChanged()
1169 showConnectionLabel(tr("No %1 connection configured.") in slotAccountStateChanged()
H A Daccountsettings.h115 void showConnectionLabel(const QString &message,