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-forward-declaration-namespace clang-tidy checkKevin Ottens
2020-08-13Enable the modernize-use-equals-default check on clang-tidyKevin Ottens
2020-07-23Let context menu open wizard if there are no accountsStephan Beyer
2020-07-21Properly set syncPause state on Systray creation when account init is doneDominique Fuchs
2020-07-02Fix #2085 new tray menu.Camila
2020-06-26Hide Systray's auxiliary positioning methods from public and QmlStephan Beyer
2020-06-26Simplify tray window positioningStephan Beyer
2020-06-24Make Systray's _trayEngine a QPointerStephan Beyer
2020-06-24Fix SEGV (by circular ownership) at exitStephan Beyer
2020-06-15Fix crash caused by setting Tray window screen pointer on the QML sideMichael Schuster
2020-06-15Make the reference point independent of the windowKevin Ottens
2020-06-15Get rid of screenIndexKevin Ottens
2020-06-15Move all the position computation on the C++ sideKevin Ottens
2020-06-15More simplifications, also transfer of more tray positioning logic to C++ bac...Dominique Fuchs
2020-06-15Major multi monitor improvements and rewrite of tray window positioningDominique Fuchs
2020-06-03Use default member init when applicableKevin Ottens
2020-05-29Merge branch 'master' into traywindow-listview-actionsMichael Schuster
2020-05-21Fix leak in SystrayStephan Beyer
2020-05-20Merge remote-tracking branch 'origin/master' into traywindow-listview-actionsDominique Fuchs
2020-05-20Code cleanup and this-> removals.Dominique Fuchs
2020-04-25Merge pull request #1889 from nicolasfella/applicationengineDominique Fuchs
2020-04-25Implemented share functionality in tray window and changed actions / button l...Dominique Fuchs
2020-03-22Use QQmlApplicationEngineNicolas Fella
2020-03-21Remove timeout parameter from showMessageNicolas Fella
2020-01-21Rewrite of screen selection logic, plus synamic screen selection Window.qmlDominique Fuchs
2020-01-15Add App list menu to Tray UIMichael Schuster
2020-01-12Bunch of fixes and optimizations for activityListDominique Fuchs
2020-01-11Systray now a singleton with instance(), show tray on finished wizardDominique Fuchs
2020-01-11Tray creation timing, account menu reinstantiating on visible changeDominique Fuchs
2020-01-05Code cleanup regarding context menu. Pause/resume logic implemented. Halfway ...Dominique Fuchs
2020-01-05Focus and popup improvements for macOSDominique Fuchs
2020-01-04Quit/settings button in tray menu, disable context menu, font size fixesDominique Fuchs
2020-01-03First real activity connectionDominique Fuchs
2020-01-03Gigantic ton of changes and deletions: ActivityListModel, tray GUI, Account l...Dominique Fuchs
2019-12-30Implemented platform agnostic tray window positioning logicDominique Fuchs
2019-12-30Backend code separation & structure cleanupDominique Fuchs
2019-12-30Added popup show/hide logicDominique Fuchs
2019-12-03More stuff regarding tray/UserModel.cppDominique Fuchs
2019-12-03WIP: Building User/MenuModel backend for tray menuDominique Fuchs
2019-12-03Avatar, full user name and server address now reflected in QML gui, provided ...Dominique Fuchs
2019-12-03Restructures and refactorings: New systray class, handling of current user se...Dominique Fuchs
2019-12-02WIP: Extending systray class, transitioning towas independent ActivityModel i...Dominique Fuchs
2017-05-17Apply clang-formatChristian Kamm
2015-06-29Use doxygen style everywhereDaniel Molkentin
2015-06-29Structure developer documentationDaniel Molkentin
2015-02-07OS X: Send notification nativelyMarkus Goetz
2014-11-10Adjust namespacesDaniel Molkentin
2014-07-11Split into three separate projects: library, gui and cmdDaniel Molkentin