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-15Use QGuiApplication::primaryScreen() as fallback for Systray::currentScreen()Kevin Ottens
2020-08-03Always show Settings in the context menu (amends #2164)Michael Schuster
2020-07-23Let context menu open wizard if there are no accountsStephan Beyer
2020-07-21sigh, tooDominique Fuchs
2020-07-21Get a const auto for the FolderMap to iterate overDominique Fuchs
2020-07-21Replaced Qt foreach by C++11 ranged for loopDominique Fuchs
2020-07-21Properly set syncPause state on Systray creation when account init is doneDominique Fuchs
2020-07-15Make sure the tray icon point is in screen coordinatesKevin Ottens
2020-07-08Use braced initializer list for returns in Systray::taskbarGeometry()Stephan Beyer
2020-07-02Fix #2085 new tray menu.Camila
2020-06-26Simplify tray window positioningStephan Beyer
2020-06-24Fix SEGV (by circular ownership) at exitStephan Beyer
2020-06-24Let Systray constructor call its base class constructorStephan Beyer
2020-06-16Port from context properties to singletonsNicolas Fella
2020-06-15Add some debug output for the window placementKevin Ottens
2020-06-15Fix crash caused by setting Tray window screen pointer on the QML sideMichael Schuster
2020-06-15Try make taskbar position heuristic more readableKevin Ottens
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-15Use TaskBarPosition enum on the QML 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-11Simplify nullptr comparisons where appropriateMichael Schuster
2020-06-03Use default member init when applicableKevin Ottens
2020-05-21Fix leak in SystrayStephan Beyer
2020-04-25Merge pull request #1889 from nicolasfella/applicationengineDominique Fuchs
2020-04-15Merge pull request #1880 from nicolasfella/timeoutMichael Schuster
2020-04-14Use LINUX_APPLICATION_IDNicolas Fella
2020-03-22Use QQmlApplicationEngineNicolas Fella
2020-03-21Remove timeout parameter from showMessageNicolas Fella
2020-03-21Add desktop-entry hint to notificationsNicolas Fella
2020-03-01Merge pull request #1744 from nextcloud/qt-traygeometry-workaroundMichael Schuster
2020-01-21Rewrite of screen selection logic, plus synamic screen selection Window.qmlDominique Fuchs
2020-01-21Fix also screen selection for different Qt versions and for buggy linux DEsDominique Fuchs
2020-01-21Fix wrong window position on some linux DEs - worked around invalid geometry(...Dominique Fuchs
2020-01-19Introduced Style moduleDominique Fuchs
2020-01-19Fix crash on start without any accountsDominique Fuchs
2020-01-16Minor layout adjustmentsDominique Fuchs
2020-01-15Add App list menu to Tray UIMichael Schuster
2020-01-14Fix missing trayScreen init in non-OSX clauseDominique Fuchs
2020-01-14Made tray window positioning HighDPI awareDominique Fuchs
2020-01-12Show activitylist on initial tray opening when logged inDominique Fuchs
2020-01-12Removed old account toolboxDominique Fuchs
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-11Added confirmation dialog for account removalDominique 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