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
2020-06-29Gui: Actually set the default dialog sizeHannah von Reth
2020-02-10Run clang-tidy check for modernize-use-nullptrOlivier Goffart
2020-02-10Run clang-tidy with modernize-use-overrideOlivier Goffart
And also replace all remaining Q_DECL_OVERRIDE to just override
2019-11-18Network Settings: Show a warning that proxy settings do not apply to localhostOlivier Goffart
Only show this if at least one account is detected to have an url that looks like localhost, because this could otherwise be confusing Issue #7169
2018-04-23Fix a bunch of warning with clangOlivier Goffart
The option -Wno-discarded-qualifiers only exists with GCC, clang warns that it has no effects. Also it warns when some virtual fuction are marked with override but not all of them.
2018-04-19Network settings: If no proxy host given, show "no proxy" #5885Christian Kamm
What happens internally is that a proxy without a hostname gets treated as no proxy.
2018-01-04Proxy: Hostname validation and reconnection on setting changeChristian Kamm
Where 'validation' currently just means "check whether it's empty". Code adapted from wiggiBe's original PR #6140
2017-05-17Apply clang-formatChristian Kamm
2016-10-25License: Adjust license of GPLv2 source files to GPLv2+Christian Kamm
See #5180
2015-07-20SettingsDialog: Make bigger and more native on OS XMarkus Goetz
On OS X, the width of the dialog must not change, only its height.
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
- rename target "doc-dev" - group into modules - move to doc/dev
2014-11-10Adjust namespacesDaniel Molkentin
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin