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
2021-10-26Update UnifiedSearchInputContainer.qmlrakekniven
2021-10-26Changed triple dot to ellipsisrakekniven
2021-10-25our source code files have lower case namesMatthieu Gallien
2021-10-25Unified Search via Tray windowalex-z
2021-10-23Changed wording to suggestionrakekniven
2021-10-23Changed wording of status messagerakekniven
2021-10-20Also update sync state summary based on connectivityFelix Weilbach
2021-10-13Check if current user exists before getting it's account stateFelix Weilbach
2021-10-12Show sync progress in main dialogFelix Weilbach
2021-10-05Add file activity dialogFelix Weilbach
2021-09-23Add dialog to resolve invalid filenamesFelix Weilbach
2021-09-09Add dialog to set user statusFelix Weilbach
2021-09-03Don't create binding loopFelix Weilbach
2021-09-03Implicitly defined onFoo properties in Connections are deprecatedFelix Weilbach
2021-08-31let clang-tidy add missing override after enabling again the checkMatthieu Gallien
2021-08-11Don't compare integers with different signsFelix Weilbach
2021-07-28Don't constrain size of hover backgroundFelix Weilbach
2021-07-22Make main dialog normal window when displayed as regular windowFelix Weilbach
2021-07-21Add custom component ActivityItem.Camila
2021-07-21Fix QML warning: Unable to assign [undefined] to QFont.Camila
2021-07-20Call setClosed() on correct ObjectFelix Weilbach
2021-07-16fix width of user status message to not overlap other elementsMatthieu Gallien
2021-07-16clean indentation in UserLine.qmlMatthieu Gallien
2021-07-16fix size of the Label with user statusMatthieu Gallien
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
2021-06-30use fallback icons for activities without iconsMatthieu Gallien
2021-06-30directly send the icon url for activities to teh qml componentMatthieu Gallien
2021-06-16Remove extra RowLayout.Camila
2021-06-16Fix QML Warning: ReferenceError: PopupMenu is not defined.Camila
2021-06-16Fix QML warning: Cannot specify left, right... anchors for items inside Row.Camila
2021-06-16Fix QML warning: Detected anchors on an item that is managed by a layout.Camila
2021-06-16Fix QML warning: Accessible must be attached to an Item.Camila
2021-06-15Add error message to GUI.allexzander
2021-05-25Fix aligment emoji + message on Windows.Camila
2021-05-25Display the user status emoji separated from the message.Camila
2021-05-25Remove signal refreshCurrentUserGui.Camila
2021-05-25User property isConnected instead of a invokable.Camila
2021-05-25serverUserStatus => serverHasUserStatus.Camila
2021-05-25Rename ServerUserStatusRole to ServerHasUserStatusRole.Camila
2021-05-25Do not display the folder status if there are no folders being synced.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-25Remove unused methods in UserModel.Camila
2021-05-25Check if the user is connected and if the server supports user status.Camila
2021-04-13Display invalid filenames as warningFelix Weilbach
2021-04-13Add notification cacheFelix Weilbach