nextcloud-desktop/src/gui/tray
Jyrki Gadinger 992ca67528 align status icon display with e.g. Talk more
- status icons have now a white background/border
- "Invisible"/"Offline" icons are now hidden
- UserModel.status property is now available in QML too when needed

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
2025-03-19 12:10:47 +00:00
..
activitydata.cpp Carried out further fixes, changing types to auto and adding const 2025-02-25 03:55:21 +00:00
activitydata.h add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
ActivityItem.qml Fix warning: The current style does not support customization of this control (property: "contextItem"). 2024-09-06 10:42:08 +02:00
ActivityItemActions.qml Replace use of CustomButton with standard Button 2024-11-21 13:21:00 +08:00
ActivityItemContent.qml gui/tray: Prevent talk reply text field being too wide and breaking layout 2025-02-11 09:13:10 +01:00
ActivityItemContextMenu.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
ActivityList.qml Add button to scroll to top when activity list is long. 2025-02-10 17:22:04 +01:00
activitylistmodel.cpp Added more std::as_const and replaced types for auto, as well as other suggestions 2025-02-25 03:55:21 +00:00
activitylistmodel.h add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
asyncimageresponse.cpp gui/tray: Do not generate JPEG images in async image response for macOS 2025-03-03 12:36:57 +00:00
asyncimageresponse.h Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
AutoSizingMenu.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
CallNotificationDialog.qml fix rounded corners in the call notification 2025-02-13 08:36:28 +00:00
CurrentAccountHeaderButton.qml align status icon display with e.g. Talk more 2025-03-19 12:10:47 +00:00
EditFileLocallyLoadingDialog.qml enable reversed locale layout in QML 2024-12-03 11:49:37 +01:00
EncryptionTokenDiscoveryDialog.qml add support to use PKCS#11 harware token to store certifice for e2ee 2025-02-07 09:12:29 +01:00
EnforcedPlainTextLabel.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
HeaderButton.qml explicitly set colours for header items 2025-03-19 12:10:47 +00:00
ListItemLineAndSubline.qml Use dark palette colour for secondary text 2025-01-07 10:56:37 +01:00
MainWindow.qml Revert "gui: do not allow MainWindow to be resized" 2025-03-04 10:12:57 +00:00
NCBusyIndicator.qml don't use palette.dark for icons in share page 2025-02-14 13:23:14 +00:00
NCIconWithBackgroundImage.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCProgressBar.qml Give sync progress bar expected fill colour 2024-11-21 13:21:01 +08:00
NCToolTip.qml Remove customization for font color from EnforcedPlainTextLabel. 2024-09-06 10:42:08 +02:00
notificationhandler.cpp Carried out further fixes, changing types to auto and adding const 2025-02-25 03:55:21 +00:00
notificationhandler.h Make sure we do not renotify notifications when we have received the same etag as during the last check 2024-09-12 09:52:54 +02:00
sortedactivitylistmodel.cpp Activity list fixes and improvements. Adjusted sorting to show interactive and security activities always on top (after errors). Added button to scroll up when new activity arrives. Improved sync status scrollbar. 2023-09-22 15:28:50 +02:00
sortedactivitylistmodel.h remove custom property and use standard sourceModel for our proxy model 2023-05-17 18:16:08 +02:00
svgimageprovider.cpp Ensure svg icons generated by svgimageprovider have a reasonable default size 2024-06-07 00:17:40 +08:00
svgimageprovider.h
SyncStatus.qml add a button to open the browser if TOS need to be signed 2025-02-20 12:00:55 +01:00
syncstatussummary.cpp wizard: display error message when ToS haven't been accepted yet 2025-02-20 10:35:56 +00:00
syncstatussummary.h Activity list fixes and improvements. Adjusted sorting to show interactive and security activities always on top (after errors). Added button to scroll up when new activity arrives. Improved sync status scrollbar. 2023-09-22 15:28:50 +02:00
talkreply.cpp do some header includes clean-up as recommended by compiler 2024-04-26 09:05:12 +02:00
talkreply.h
TalkReplyTextField.qml Fix colours for some more components 2024-11-21 13:20:59 +08:00
TrayFolderListItem.qml Remove custom background from menus and menu buttons 2024-11-21 13:20:58 +08:00
TrayFoldersMenuButton.qml fix apps menu not closing when the window is hidden, and make group folders menu work again 2025-01-08 10:55:47 +01:00
trayimageprovider.cpp
trayimageprovider.h
TrayWindowHeader.qml gui/tray: Add hacky workaround to avoid icon and text for menu items in tray header being too close 2025-03-03 16:18:32 +00:00
UnifiedSearchInputContainer.qml fix colours in dark mode 2025-01-31 12:54:40 +01:00
UnifiedSearchPlaceholderView.qml fix colours in dark mode 2025-01-31 12:54:40 +01:00
unifiedsearchresult.cpp
unifiedsearchresult.h more fixes for attributes without init value 2023-02-06 10:43:05 +01:00
UnifiedSearchResultFetchMoreTrigger.qml Use dark palette colour for secondary text 2025-01-07 10:56:37 +01:00
UnifiedSearchResultItem.qml Use dark palette colour for secondary text 2025-01-07 10:56:37 +01:00
UnifiedSearchResultItemSkeleton.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultItemSkeletonContainer.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultItemSkeletonGradientRectangle.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultListItem.qml Use Style.darkMode instead of Theme.darkMode 2024-11-25 16:42:39 +08:00
UnifiedSearchResultNothingFound.qml fix colours in dark mode 2025-01-31 12:54:40 +01:00
UnifiedSearchResultSectionItem.qml Remove customization for font color from EnforcedPlainTextLabel. 2024-09-06 10:42:08 +02:00
unifiedsearchresultslistmodel.cpp refactor: replace QString() with QStringLiteral() for better performance 2025-01-31 15:11:02 +01:00
unifiedsearchresultslistmodel.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
UserLine.qml align status icon display with e.g. Talk more 2025-03-19 12:10:47 +00:00
usermodel.cpp align status icon display with e.g. Talk more 2025-03-19 12:10:47 +00:00
usermodel.h align status icon display with e.g. Talk more 2025-03-19 12:10:47 +00:00