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
AgeCommit message (Collapse)Author
2022-05-13Remove the ssl buttonHannah von Reth
With the reworked TLS handlign the button stopped working
2021-08-05Fix the 'Re-open Browser' button becoming unresponsiveHannah von Reth
2020-07-30Ui: add spacerHannah von Reth
2020-07-06 Gui: Remove usage of grid layout from most remaingin formsHannah von Reth
2020-06-23OAuth: Fix reopening the browser from the account pageHannah von Reth
Issue: #7888
2017-02-23Verify that all strings are properly escaped (#5558)Olivier Goffart
- I checked every occurence of a '%2' and make correct use of the QString::arg overload that takes several argument instead of chaining them, because the first argument can contains a '%1' - I tried to look for every label that they either use plain text or richtext and escape the user provided strings in there.
2016-09-23Improve the "new big folder" UI #5202 (#5204)ckamm
Instead of using the regular selective-sync UI (where it's unclear what the "Cancel" button would even mean in this context), provide a different set of buttons that allow the user to quickly synchronize all pending big folders, none of them, or perform manual changes as usual.
2015-11-13AccountSettings: Add a toolbox button for the account specific actions.Klaas Freitag
Also move the 'Add Account' button from the General Tab, where it is not properly found, to the new account toolbox.
2015-10-27Enable external links in the label.Klaas Freitag
2015-10-02Merge branch '2.0'Christian Kamm
Conflicts: doc/images/menu.png doc/images/settings_network.png
2015-09-10Adjust strings in settings dialogsDaniel Molkentin
Implements #3745 & #3793
2015-09-01Add a sign in button in the settings windowJocelyn Turcotte
It's not obvious for users that they should sign in through the tray icon, especially if they were automatically signed out.
2015-08-31Move the progress bar to the right of the quota labelJocelyn Turcotte
Also change the label to show the free space and show the used and total space only on a tooltip of the bar. Related to #3644
2015-08-28Tweak the settings UIJocelyn Turcotte
- Move the cancel and apply buttons side by side - Hide the notification label when empty - Clamp elements at the top together a bit
2015-08-24AccountSettings: Adjust quota info design #3644 #3651Christian Kamm
2015-08-14Account Settings: remove the storage use label #3567Olivier Goffart
2015-07-20UI: Add more tooltips #3385Markus Goetz
2015-06-12Accountsettings: Show a notification when there are new unconfirmed foldersOlivier Goffart
2015-05-26Merge branch 'master' into new-uiOlivier Goffart
2015-05-15Fix opening external links for some labelsOlivier Goffart
Issue #3135
2015-05-12Multi-Account: add possibility to delete an accountOlivier Goffart
2015-03-27Settings: New UI that intergate the selective sync within the account settingsOlivier Goffart
2014-11-10Adjust namespacesDaniel Molkentin
2014-08-27Merge remote-tracking branch 'origin/1.7'Daniel Molkentin
Conflicts: src/gui/socketapi.cpp
2014-08-26Merge remote-tracking branch 'origin/master' into move_lib_to_sep_dirDaniel Molkentin
Conflicts: src/CMakeLists.txt src/gui/accountsettings.cpp src/gui/folderwizard.cpp src/gui/settingsdialog.cpp src/libsync/syncengine.h
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin