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 (Expand)Author
2020-09-01Enable bugprone-narrowing-conversions clang-tidy checkKevin Ottens
2020-06-03Do not declare local variables without an initial value.Camila San
2020-05-20Fix spacingMichael Schuster
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp....Dominique Fuchs
2020-01-11Systray now a singleton with instance(), show tray on finished wizardDominique Fuchs
2020-01-03Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account l...Dominique Fuchs
2020-01-02Fix merge conflictDominique Fuchs
2019-12-24Add helper slots and signals to catch SettingsDialog's window activation eventsMichael Schuster
2019-12-20Make AccountSettings and ActivitySettings background-aware (Dark-/Light-Mode ...Michael Schuster
2019-12-09Make SettingsDialog background-aware (Dark-/Light-Mode switching)Michael Schuster
2019-12-09Implement and move some colour-aware helper methods into the Theme classMichael Schuster
2019-12-09Pick from upstream: Fix too low contrast when tab is selectedMichael Schuster
2019-12-09Remove submodule qtmacgoodies and the MacSettingsDialog classMichael Schuster
2019-12-02WIP: Extending systray class, transitioning towas independent ActivityModel i...Dominique Fuchs
2019-09-27Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"Michael Schuster
2019-09-26Fix White Window issue on Windows after Qt 5.12.4 upgradeMichael Schuster
2019-09-08Numoerous safe conversions implemented. Added additional Utility::convertSize...Dominique Fuchs
2018-11-13Merge branch 'master' into action-colorsRoeland Jago Douma
2018-11-12SettingsDialog: tweak color aware iconsJ-P Nurmi
2018-11-12SettingsDialog: fix a little glitch in the account tool button sizeJ-P Nurmi
2018-11-11GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override"J-P Nurmi
2018-11-11GUI: run clang-tidy modernize-use-nullptrJ-P Nurmi
2018-11-09Actually open the activity view on a click for more infoRoeland Jago Douma
2018-11-04SettingsDialog: remove an unused button boxJ-P Nurmi
2018-09-11SettingsDialog: Show the page for the newly created accountOlivier Goffart
2018-08-14Provide parent to QActionIstván Váradi
2018-07-30Adjust space between action/buttons in the toolbar.Camila San
2018-07-30Fixes and improves 'copy to clipboard' output.Camila San
2018-07-30Fix settings dialog for mac.Camila San
2018-07-30Removes Protocol and Issues widget files and references.Camila San
2018-07-30Gives full path to file to open in file manager.Camila San
2018-07-30Makes space smaller bewteen user/activities and network/settings menu.Camila San
2018-07-30Moves the separator to between accounts.Camila San
2018-07-30Correctly removes actions - account, separator and settings widget from toolb...Camila San
2018-07-30Fixes widget stack visibility when switching actions.Camila San
2018-07-30Adds space bewteen different accounts and activity.Camila San
2018-07-30Each user has its own list of activities.Camila San
2018-07-30Adds one activity widget for each user.Camila San
2018-07-30Aligns Network and General to the right.Camila San
2018-05-29Notifications: Immediately request when getting account onlineMarkus Goetz
2017-12-08Remove uses of deprecated QString::fromAsciiOlivier Goffart
2017-11-21AvatarJob improvementsChristian Kamm
2017-10-06Settings Dialog: Fix display name compilation for macOS #6078Markus Goetz
2017-10-06Use display-name from the ocs call in the settings dialogThomas Müller
2017-09-21Port to new signal-slot syntax what cannot be done automaticallyOlivier Goffart
2017-09-21Use the Qt5 connection syntax (automated with clazy)Olivier Goffart
2017-09-15remove qt4 codeHelmut K. C. Tessarek
2017-07-04Add a more functional error view #5516 (#5861)ckamm
2017-05-17Apply clang-formatChristian Kamm