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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-06-06Fix 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-06-06Network 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