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
2022-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light the...Claudio Cambra
2022-03-20Fixes to UI issuesClaudio Cambra
2022-03-18Added dark modeClaudio Cambra
2022-03-17Add thumbnails for files in the activity viewClaudio Cambra
2022-03-03Add 'Help' action back.bugfix/helpCamila
2022-03-02Simplify currentScreenClaudio Cambra
2022-03-02No longer assume status bar height, calculate, fixing notch borkingClaudio Cambra
2021-11-22add a network access factory to qml engineMatthieu Gallien
2021-11-22Add WheelHandler to the Search result list tooCarl Schwan
2021-11-22[tray] Makes scrolling with a touchpad in activiy list more naturalCarl Schwan
2021-11-04Use SvgRenderer for Unified Search input icons. Refactor IconUtils. Extend un...alex-z
2021-10-25our source code files have lower case namesMatthieu Gallien
2021-10-25Unified Search via Tray windowalex-z
2021-07-14Position main dialog on at tray icon if not a regular windowFelix Weilbach
2021-07-12Show main dialog as normal window if tray icons not availableFelix Weilbach
2020-12-14Have the new account wizard open againKevin Ottens
2020-12-02Fix macOS bug where tray window causes spaces to switchBrian Kendall
2020-11-10Bring back the pause/resume action in the systray menuKevin Ottens
2020-11-10Move pause/unpause helpers to SystrayKevin Ottens
2020-10-28Misc fixes for Windows 7Sergey Zolotarev
2020-10-22Ensure we quickly show/hide the systray window on startupKevin Ottens
2020-10-21Expose Theme on the QML sideKevin Ottens
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