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-08-10Fix account switching and hover issues with UserLine componentClaudio Cambra
2022-08-10Refactor user lineClaudio Cambra
2022-08-10Make UserStatusSelector a dismissible page pushed onto the tray windowClaudio Cambra
2022-07-15QMLify the UserModel, use properties rather than setter methodsClaudio Cambra
2022-06-24Make client language gender-neutral and more clearClaudio Cambra
2022-06-24Fix crashing when selecting user statusClaudio Cambra
2022-03-28Fix dark mode stuff relating to unified search, fix macOS auto dark/light the...Claudio Cambra
2022-03-18Added dark modeClaudio Cambra
2022-01-17Use the font size that Qt suggestFelix Weilbach
2021-11-16More fixes to the menu implementationCarl Schwan
2021-09-09Add dialog to set user statusFelix Weilbach
2021-07-16fix width of user status message to not overlap other elementsMatthieu Gallien
2021-07-16clean indentation in UserLine.qmlMatthieu Gallien
2021-06-16Remove extra RowLayout.Camila
2021-06-16Fix QML warning: Cannot specify left, right... anchors for items inside Row.Camila
2021-05-25Fix aligment emoji + message on Windows.Camila
2021-05-25Display the user status emoji separated from the message.Camila
2021-05-25serverUserStatus => serverHasUserStatus.Camila
2021-05-25Fix margins and sizes to align both avatar + user status displays.Camila
2021-05-25Rename isDesktopNotificationsAllowed property to desktopNotificationsAllowed.Camila
2021-05-25Do not display the user status if there is no pre defined message.Camila
2021-05-25Always display the server url in the drop down account menu.Camila
2021-05-25Use DesktopNotificationsAllowedRole to check if user is online.Camila
2021-05-25Check if the user is connected and if the server supports user status.Camila
2021-03-24Do not display notifications when user status is do not disturb.Camila
2021-03-24Add UserStatus class to retrieve the user status.Camila
2020-11-23Use dynamic path for account online/offline state icon. Refresh GUI on connec...allexzander
2020-10-12Make QML code more declarative by using propertiesNicolas Fella
2020-09-28emitting signals from Qts Accessibility interaction invocations instead of du...Dominique Fuchs
2020-09-28KISS. Removed description for now, instead clarified some Accessible.nameDominique Fuchs
2020-09-28Added missing qsTr() callsDominique Fuchs
2020-09-28Initial accessibility declarations for tray window qml srcDominique Fuchs
2020-09-15Make sure menu are closed when button is clicked againKevin Ottens
2020-09-15Delay binding on the menu widthKevin Ottens
2020-07-06Fix the hover for the other menu itemsKevin Ottens
2020-06-16Don't use a bright blue color for menusKevin Ottens
2020-06-16Port from context properties to singletonsNicolas Fella
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-19Module styling also for UserLine.qmlDominique Fuchs
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, esp....Dominique Fuchs
2020-01-17Fix hover property wrongly placed in button, not MouseAreaDominique Fuchs
2020-01-16Fix font sizes for "Log out" and "Remove account" and the Apps menuMichael Schuster
2020-01-15Add visual separation between accountStateIndicator and avatarDominique Fuchs
2020-01-14Make qml UI strings translatableDominique Fuchs
2020-01-12Bunch of fixes and optimizations for activityListDominique Fuchs
2020-01-12Model/View improvements, also fixes crash on account removalDominique Fuchs
2020-01-12More fixes to login/logout logicDominique Fuchs
2020-01-12Connection status indicators as avatar overlayDominique Fuchs