nextcloud-desktop/src/gui/tray
2024-09-06 10:42:08 +02:00
..
.wheelhandler.h.swo [tray] Makes scrolling with a touchpad in activiy list more natural 2021-11-22 11:18:18 +00:00
ActivityActionButton.qml Remove custom properties for text color/hover from CustomButton and NCButtonContents components. 2024-09-06 10:42:08 +02:00
activitydata.cpp to store subjectRichParameters use a QVariantMap that is qml friendly 2023-05-17 18:16:08 +02:00
activitydata.h Declare whitelist and blacklist activity verbs as static constexprs in activitydata, refer to this in usage 2023-08-04 17:44:22 +08: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 Remove custom properties for text color/hover from CustomButton and NCButtonContents components. 2024-09-06 10:42:08 +02:00
ActivityItemContent.qml Remove custom properties for background and opacity from CustomButton component. 2024-09-06 10:42:08 +02:00
ActivityItemContextMenu.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
ActivityList.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
activitylistmodel.cpp Set invalid filename dialog mode in activity list model 2024-08-21 09:51:39 +02:00
activitylistmodel.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
asyncimageresponse.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01: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 Remove custom properties for text color/hover from CustomButton and NCButtonContents components. 2024-09-06 10:42:08 +02:00
CustomButton.qml Fix warning: The current style does not support customization of this control (property: "contextItem"). 2024-09-06 10:42:08 +02:00
EditFileLocallyLoadingDialog.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
EnforcedPlainTextLabel.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
HeaderButton.qml Fix warning: The current style does not support customization of this control (property: "contentItem"). 2024-09-06 10:42:08 +02:00
ListItemLineAndSubline.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCBusyIndicator.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCButtonBackground.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCButtonContents.qml Remove custom properties for text color/hover from CustomButton and NCButtonContents components. 2024-09-06 10:42:08 +02:00
NCIconWithBackgroundImage.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCProgressBar.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
NCToolTip.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
notificationhandler.cpp Don't log notification successes as warnings 2023-11-20 23:49:32 -05:00
notificationhandler.h Fix crash in _finalList removal loop. Fix incorrect implementation of seen chat notifications removal. Improved notifications fetch code to avoid multiple calls from different threads. 2023-07-18 09:57:13 +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 Use SvgRenderer for Unified Search input icons. Refactor IconUtils. Extend unit tests. 2021-11-04 20:50:51 +00:00
SyncStatus.qml Remove custom properties for text color/hover from CustomButton and NCButtonContents components. 2024-09-06 10:42:08 +02:00
syncstatussummary.cpp Make sync status text easier to understand. 2024-07-29 20:06:32 +02: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 Add TalkReply class and tests. 2022-03-17 17:50:33 +01:00
TalkReplyTextField.qml Fix warning: The current style does not support customization of this control (property: "background"). 2024-09-06 10:42:08 +02:00
TextButtonContents.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
TrayFolderListItem.qml Replace NCToolTip for ToolTip. 2024-09-06 10:42:08 +02:00
TrayFoldersMenuButton.qml Fix warning: The current style does not support customization of this control (property: "contextItem"). 2024-09-06 10:42:08 +02:00
trayimageprovider.cpp Add thumbnails for files in the activity view 2022-03-17 10:46:09 +00:00
trayimageprovider.h Add thumbnails for files in the activity view 2022-03-17 10:46:09 +00:00
UnifiedSearchInputContainer.qml Fix warning: The current style does not support customization of this control (property: "background"). 2024-09-06 10:42:08 +02:00
unifiedsearchresult.cpp Unified Search via Tray window 2021-10-25 14:45:05 +03:00
unifiedsearchresult.h more fixes for attributes without init value 2023-02-06 10:43:05 +01:00
UnifiedSearchResultFetchMoreTrigger.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultItem.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02: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 Replace NCToolTip for ToolTip. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultNothingFound.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
UnifiedSearchResultSectionItem.qml Remove component versions under src/gui/tray. 2024-09-06 10:42:08 +02:00
unifiedsearchresultslistmodel.cpp move init to default value in class declaration 2023-02-06 10:43:05 +01:00
unifiedsearchresultslistmodel.h move init to default value in class declaration 2023-02-06 10:43:05 +01:00
UserLine.qml Fix warning: The current style does not support customization of this control (property: "contextItem"). 2024-09-06 10:42:08 +02:00
usermodel.cpp Add rename file link/button to invalid filename activities 2024-08-21 09:51:39 +02:00
usermodel.h Move the logic for handling the featured app qml to cpp. 2024-06-25 15:34:50 +02:00
Window.qml Fix warning: The current style does not support customization of this control (property: "background"). 2024-09-06 10:42:08 +02:00