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
path: root/theme
AgeCommit message (Collapse)Author
2021-07-21Add custom component ActivityItem.Camila
That also addresses QML warnings. Signed-off-by: Camila <hello@camila.codes>
2021-07-12Remove unnecessary png filesFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-25Use Material icons for general and network settingsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-06-16Fix QML warning: Cannot specify left, right... anchors for items inside Row.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-06-16Fix QML warning: Detected anchors on an item that is managed by a layout.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-06-14Generate application png icons from svg iconsFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2021-05-25Fix aligment emoji + message on Windows.Camila
Signed-off-by: Camila <hello@camila.codes>
2021-05-25Display the user status emoji separated from the message.Camila
It allows to align the emoji with the message. Signed-off-by: Camila <hello@camila.codes>
2021-03-24Do not display notifications when user status is do not disturb.Camila
- This information is retrieved from the notifications endpoint. - Add icons for the different pre defined status. - Make functions available to QML to decide which status icon to display. - Display the user status icon on the avatar and move the online/offline connection status to the folder icon. Signed-off-by: Camila <hello@camila.codes>
2021-03-10Add new wizard icons and remove obsolete onesFelix Weilbach
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
2020-12-08Fixed slow sharee search in the share dialogallexzander
Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-11-23Use dynamic path for account online/offline state icon. Refresh GUI on ↵allexzander
connection state change. Signed-off-by: Alex Zolotov <alex.zolotov.nextcloud.com> Signed-off-by: allexzander <blackslayer4@gmail.com>
2020-10-21Use the Theme colors for the header part of the windowKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-10-21Don't hardcode the color of text in the headerKevin Ottens
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-10-21Get rid of ncBlueHoverKevin Ottens
Use a similar trick of a semi-transparent rectangle on top when the mouse area is hovered. This way it will always work whatever is the background color. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-09-30Add a clickable icon for Talk notifications.Camila
Signed-off-by: Camila <hello@camila.codes>
2020-07-18Update logo for 2.7Michael Schuster
Based on: https://github.com/nextcloud/promo/blob/c876a02584705835adb91e2b932b5b63bce2c59b/nextcloud-icon.svg Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-06-22Darken menu border colorStephan Beyer
The lightgray menu border color #ededed introduced in commit f147e5a66f43657805542904b43e0b4e662ffe04 (by PR #2095) is way too light for my display (and probably others). Thus the menus have no clear border which looks odd and broken. This commit simply darkens the menu border to #bdbdbd, which coincides with the (current default) color of the menu separator. Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
2020-06-16Don't use a bright blue color for menusKevin Ottens
As advised, use a light gray instead, this electric blue was a bit too much. Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-06-16Don't use a weirdly truncated icon size for header buttonsKevin Ottens
This led to blurry icons. Now use a fixed size of 32 which also makes them a bit more pleasing... at least to me. ;-) Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-06-02Show a broken lock icon for unencrypted subdirectoryIvan Čukić
The E2E application allows creating unencrypted subdirectories in an encrypted parent. This is a big privacy problem. This patch shows a red broken lock icon for these subdirectories in the NC client UI. Signed-off-by: Ivan Čukić <ivan.cukic@kde.org>
2020-04-27Added share icon from nc server repo, changed corresp. btn iconDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-04-25Implemented share functionality in tray window and changed actions / button ↵Dominique Fuchs
logic. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-03-01further resource cleanup: remove theme/settings@2x.pngMichael Schuster
Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-03-01Merge branch 'master' into qml-singleton-style and fix merge conflictMichael Schuster
Migrate changes in client.qrc to resources.qrc Signed-off-by: Michael Schuster <michael@schuster.ms>
2020-01-19Module styling also for UserLine.qmlDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-19Introduced Style moduleDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-18Re-add unintentionaly deleted filesDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-18Cleanup/Removal/Adaption/Update to resource files and crresponding code, ↵Dominique Fuchs
esp. regarding svg usage Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-14Font and icon size improvements, svg transfer to new folderDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-11Streamlined 'Add account' button with account entriesDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-11More UserLine, avatar fixesDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2020-01-05Preps for UserLine submenuDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-10-29Updated vecto icons and names, disabled init position (breaks on multiple ↵Dominique Fuchs
monitors on windows), integrated new icons in qml Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-10-28Added new vector graphics for tray window header iconsDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-13Added slight svg transparency as requested in ref issue, fixed bg detection ↵Dominique Fuchs
logic Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-13[WIP] Resource file and include changes as well as new control icons for ↵Dominique Fuchs
wizard slide buttons Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-06Merge branch 'master' into w10-start-logoCamila Ayres
2019-09-06Final commit to resolve #22 (at least in desktop repo, final bits have to be ↵Dominique Fuchs
set in client-building). Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-06Renamed files for consistent sheme & use in CMakeLists (/src/gui)Dominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-06Added files for start menu icon (70 & 150px) on Windows 10Dominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-05Check for possible case failure when building on droneDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03Revert-corrected naming of icon files due to limitations by ECMAddAppIconDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03Corrected sized icon versions to up2date windows guidelines (see also ↵Dominique Fuchs
ECMAddAppIcon.cmake) Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03Updated svg version of nc iconDominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03Updated AddAppIconMacro (esp. for new macOS retina guidelines) and corrected ↵Dominique Fuchs
filenames to not change pattern in cmake scripts Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03deleted old icon files (not sidebar logo files atm)Dominique Fuchs
Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-09-03Added png export series of new logo based on svg material in promo branch.Dominique Fuchs
Decided for new naming sheme too keep old variants in repo untill all changes (also in helper repos like client-building) are done. Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
2019-07-13Fixes issue #1187gt-h6k
Signed-off-by: Hiroki Goto <git@gt-h6k.net>
2018-10-29Setup wizard: implement an animated and interactive slide showJ-P Nurmi