Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-03-09 16:33:02 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-03-09 16:33:02 +0300
commitb09e08c06f9c150dea105edfc2730b5ab01e49e6 (patch)
tree49a00a284719aea768a0f8ac9b426643b8eec943 /src/gui/sharedialog.h
parent659f5ad301fbe7089ece9e28f3c9a497e7ca15ec (diff)
ShareDialog: Made it less "webbish" for better usability.
- Check the share checkbox automatically on open of the dialog - Use the date picker with popping up calendar - Proper initial size - no resizing and appearing and disappearing. Fixes probably #2917, also #2764
Diffstat (limited to 'src/gui/sharedialog.h')
-rw-r--r--src/gui/sharedialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/sharedialog.h b/src/gui/sharedialog.h
index a8e498f3c..997e17e0d 100644
--- a/src/gui/sharedialog.h
+++ b/src/gui/sharedialog.h
@@ -78,14 +78,18 @@ private:
void setShareCheckBoxTitle(bool haveShares);
void displayError(int code);
void displayInfo( const QString& msg );
+ void setShareLink( const QString& url );
Ui::ShareDialog *_ui;
AccountPtr _account;
QString _sharePath;
QString _localPath;
+ QString _shareUrl;
+#if 0
QString _folderAlias;
int _uploadFails;
QString _expectedSyncFile;
+#endif
bool _passwordJobRunning;
QList<QVariant> _shares;