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-06-15Move all the position computation on the C++ sideKevin Ottens
2020-06-15Rename tbOrientation into taskbarOrientationKevin Ottens
2020-06-15Introduce a screenRect as coordinate spaceKevin 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-09Replace prefixing of paths with file:// by QUrl::fromLocalFile()Stephan Beyer
2020-06-09Hide openLocalFolderButton if no local folder is configuredStephan Beyer
2020-06-09Fix crash on opening unconfigured local folderStephan Beyer
2020-06-09Change width of app menuStephan Beyer
2020-06-03Use default member init when applicableKevin Ottens
2020-05-25Get rid of redundant parenthesesKevin Ottens
2020-05-20Merge remote-tracking branch 'origin/master' into traywindow-listview-actionsDominique Fuchs
2020-05-20Use auto to avoiding repeating type namesKevin Ottens
2020-05-20More code cleanupand style-preference adjustments.Dominique Fuchs
2020-05-20Code cleanup and this-> removals.Dominique Fuchs
2020-05-07Indicate this is a dialog and not a regular windowKevin Ottens
2020-04-27Added share icon from nc server repo, changed corresp. btn iconDominique Fuchs
2020-04-25Implemented share functionality in tray window and changed actions / button l...Dominique Fuchs
2020-03-22Use overrideNicolas Fella
2020-03-03Fix MSVC warnings: Missing return value, cast typeMichael Schuster
2020-03-01Merge pull request #1744 from nextcloud/qt-traygeometry-workaroundMichael Schuster
2020-03-01Merge branch 'master' into qml-singleton-style and fix merge conflictMichael Schuster
2020-01-21Rewrite of screen selection logic, plus synamic screen selection Window.qmlDominique Fuchs
2020-01-19Merge branch 'master' into resource-cleanupDominique Fuchs
2020-01-19Merge branch 'master' into qml-singleton-styleDominique Fuchs
2020-01-19Module styling also for UserLine.qmlDominique Fuchs
2020-01-19Introduced Style moduleDominique Fuchs
2020-01-19Tray menu: Only show time ago (view too noisy)v2.7.0-beta1Michael Schuster
2020-01-19Fix crash on start without any accountsDominique Fuchs
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp....Dominique Fuchs
2020-01-18More code maintenanceMichael Schuster
2020-01-18Code maintenance - correct some syntax, fix some warnings.Dominique Fuchs
2020-01-17Add grey hint Activity entry if limit is reachedMichael Schuster
2020-01-17Limit fetching Activities to 100 or max. 30 days oldMichael Schuster
2020-01-17Add Activity date and timeMichael Schuster
2020-01-17Fix hover property wrongly placed in button, not MouseAreaDominique Fuchs
2020-01-17Inclusion of possible 'notification' type descriptions in activityDominique Fuchs
2020-01-17Adapted currentId logic for activity fetching to new API (should fix endless ...Dominique Fuchs
2020-01-17Removed visibility workaroundDominique Fuchs
2020-01-17Set sourceSize to prevent blurry rerendering of svg source in activityIconDominique Fuchs
2020-01-17Refresh visibility of ListView based on presence of items on showWindowDominique Fuchs
2020-01-17Refresh immediately on showWindow, regardless of the timerDominique Fuchs
2020-01-16Add initial support for Apps menu icon display (show remote SVGs)Michael Schuster
2020-01-16Fixed bug regarding additional but empty delegate at end of activitylistDominique Fuchs
2020-01-16Minor property hierarchy fixDominique Fuchs
2020-01-16Disabled animations until population glitches are fixedDominique Fuchs
2020-01-16Streamlining local sync notification/activity icons with server ones. Added f...Dominique Fuchs
2020-01-16Minor layout adjustmentsDominique Fuchs