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-09-10Fix ActivityItem activityHover errorClaudio Cambra
2022-09-07Fix rebase issue with activity list keyboard navigation PRClaudio Cambra
2022-09-07Improve activity list highlighting/keyboard item selectionClaudio Cambra
2022-09-07Simplify activity list delegates by making them ItemDelegates, clean upClaudio Cambra
2022-09-07Set UnifiedSearchResultNothingFound visibility less messilyClaudio Cambra
2022-09-06Align, resize, and layout everything uniformly in the unified search viewClaudio Cambra
2022-09-06Use same tooltip component everywhereClaudio Cambra
2022-08-29Change Activities dialog show and Systray.forceWindowInit call sequence to fi...alex-z
2022-08-29Fix File Activities dialog not showing up.alex-z
2022-08-17Ensure file activity dialog is centered on screen and appears at top of windo...Claudio Cambra
2022-08-10Fix account switching and hover issues with UserLine componentClaudio Cambra
2022-08-10Fix unified seach item placeholder image sourceClaudio Cambra
2022-08-10Refactor user lineClaudio Cambra
2022-08-10Make UserStatusSelector a dismissible page pushed onto the tray windowClaudio Cambra
2022-08-09Fix QML warningsClaudio Cambra
2022-08-08Eliminate padding around the menu separator in the account menuClaudio Cambra
2022-08-05Restyle unified search skeleton items animation and simplify their codeClaudio Cambra
2022-08-02Merge branch 'master' into bugfix/clean-up-talkreplytextfieldClaudio Cambra
2022-08-02Clicking on an activity list item for a file opens the local file if availableClaudio Cambra
2022-08-02Replace unified search text field busy indicator with custom indicatorClaudio Cambra
2022-07-29Clean up TalkReplyTextField, remove unnecessary parent Itembugfix/clean-up-talkreplytextfieldClaudio Cambra
2022-07-27Make apps menu scrollable when content taller than available vertical space, ...Claudio Cambra
2022-07-25Ensure that throttled notifications still appear in tray activity modelClaudio Cambra
2022-07-21Stop styling QML unified search items hierarchically, use global Style constantsClaudio Cambra
2022-07-21Stop clearing notifications when new notifications are receivedClaudio Cambra
2022-07-18Fix ActivityItemContent QML paintedWidth errorsClaudio Cambra
2022-07-15QMLify the UserModel, use properties rather than setter methodsClaudio Cambra
2022-07-15Take ints by value rather than reference in UserModel methodsClaudio Cambra
2022-07-13Merge branch 'master' into bugfix/limit-concurrent-notificationsClaudio Cambra
2022-07-12Refactor tray window opening code for clarity and efficiencyClaudio Cambra
2022-07-12Limit concurrent notificationsClaudio Cambra
2022-07-06Clean up systray methods, make more QML-friendlyClaudio Cambra
2022-07-04Work around issues with window positioning on Linux DEs, hardcode tray window...Claudio Cambra
2022-07-01Close call notifications when the call has been joined by the user, or the ca...Claudio Cambra
2022-06-28Clean up code, move values to Style.qml.Camila
2022-06-28Talk reply field should now have the same height as the 'Reply' button.Camila
2022-06-24Make client language gender-neutral and more clearClaudio Cambra
2022-06-24Fix crashing when selecting user statusClaudio Cambra
2022-06-23Remove unused signal fileActivityButtonClicked.Camila
2022-06-23absolutePath was undefined.Camila
2022-06-23Remove tooltip because it is only repeating the label of the link.Camila
2022-06-22Ensure call notification stays on top of other windowsClaudio Cambra
2022-06-21Add contrast to the text/icon of buttons if the server defined color is light.Camila
2022-06-10Prevent call dialogs from being presented when do not disturb is set as the u...Claudio Cambra
2022-05-25Change color of text field to ncTextColor instead of ncSecondaryTextColor.Camila
2022-05-25Add a transparent background to the send reply button.Camila
2022-05-25Reduce spacing above the notification buttons.Camila
2022-05-24Fix 'TypeError: Cannot readproperty 'messageSent' of undefined'.Camila
2022-05-23Display chat message inside the OS notification.alex-z
2022-05-17add explicit capture for lambdaMatthieu Gallien