nextcloud-desktop/src/gui/tray
Claudio Cambra db861e1ade Make activity action button an actual button, clean up contents
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
2022-09-28 13:07: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 Make activity action button an actual button, clean up contents 2022-09-28 13:07:08 +02:00
activitydata.cpp Refactor ActivityListModel population mechanisms 2022-09-13 19:34:41 +02:00
activitydata.h Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
ActivityItem.qml Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
ActivityItemActions.qml Make activity action button an actual button, clean up contents 2022-09-28 13:07:08 +02:00
ActivityItemContent.qml Do not format text in QML components as HTML 2022-09-17 15:05:22 +02:00
ActivityItemContextMenu.qml Added dark mode 2022-03-18 16:43:15 +00:00
ActivityList.qml Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
activitylistmodel.cpp Remove sorting code in activitylistmodel as not needed with sortedactivitylistmodel 2022-09-26 18:18:34 +02:00
activitylistmodel.h Remove sorting code in activitylistmodel as not needed with sortedactivitylistmodel 2022-09-26 18:18:34 +02:00
asyncimageresponse.cpp Fixed several issues with activity items relating to icon colouration and activity item sizing + layout 2022-05-16 16:42:53 +02:00
asyncimageresponse.h Fixed several issues with activity items relating to icon colouration and activity item sizing + layout 2022-05-16 16:42:53 +02:00
AutoSizingMenu.qml Added dark mode 2022-03-18 16:43:15 +00:00
CallNotificationDialog.qml Do not format text in QML components as HTML 2022-09-17 15:05:22 +02:00
CustomButton.qml Make activity action button an actual button, clean up contents 2022-09-28 13:07:08 +02:00
FileActivityDialog.qml Change Activities dialog show and Systray.forceWindowInit call sequence to fix the issue of Activities dialog not being shown. 2022-08-29 10:59:55 +03:00
HeaderButton.qml Use header text color to improve contrast with header colours when hovering on themed elements 2022-04-15 13:17:09 +02:00
NCBusyIndicator.qml Replace unified search text field busy indicator with custom indicator 2022-08-02 13:23:33 +02:00
NCButtonBackground.qml Make activity action button an actual button, clean up contents 2022-09-28 13:07:08 +02:00
NCButtonContents.qml Make activity action button an actual button, clean up contents 2022-09-28 13:07:08 +02:00
NCToolTip.qml Do not format text in QML components as HTML 2022-09-17 15:05:22 +02:00
notificationhandler.cpp Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
notificationhandler.h Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. 2022-05-16 10:47:05 +03:00
sortedactivitylistmodel.cpp Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
sortedactivitylistmodel.h Add a sortedactivitylistmodel that automatically handles sorting of activities 2022-09-26 18:18:28 +02:00
svgimageprovider.cpp Fix review comments. Use QImage for QML and QPixmap for rest of code. Do not cache images for QML. Fix tests. Use signal in QML. 2021-11-04 20:50:51 +00: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 Replace unified search text field busy indicator with custom indicator 2022-08-02 13:23:33 +02:00
syncstatussummary.cpp our source code files have lower case names 2021-10-25 15:38:21 +02:00
syncstatussummary.h Also update sync state summary based on connectivity 2021-10-20 12:31:55 +02:00
talkreply.cpp Add TalkReply class and tests. 2022-03-17 17:50:33 +01:00
talkreply.h Add TalkReply class and tests. 2022-03-17 17:50:33 +01:00
TalkReplyTextField.qml Use same tooltip component everywhere 2022-09-06 08:40:03 +02:00
TextButtonContents.qml Make activity action button an actual button, clean up contents 2022-09-28 13:07: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 Replace unified search text field busy indicator with custom indicator 2022-08-02 13:23:33 +02:00
unifiedsearchresult.cpp Unified Search via Tray window 2021-10-25 14:45:05 +03:00
unifiedsearchresult.h Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultFetchMoreTrigger.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultItem.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultItemSkeleton.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultItemSkeletonContainer.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultItemSkeletonGradientRectangle.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultListItem.qml Align, resize, and layout everything uniformly in the unified search view 2022-09-06 09:02:17 +02:00
UnifiedSearchResultNothingFound.qml Stop styling QML unified search items hierarchically, use global Style constants 2022-07-21 15:38:18 +02:00
UnifiedSearchResultSectionItem.qml Stop styling QML unified search items hierarchically, use global Style constants 2022-07-21 15:38:18 +02:00
unifiedsearchresultslistmodel.cpp Set UnifiedSearchResultNothingFound visibility less messily 2022-09-07 15:01:07 +02:00
unifiedsearchresultslistmodel.h Set UnifiedSearchResultNothingFound visibility less messily 2022-09-07 15:01:07 +02:00
UserLine.qml Fix account switching and hover issues with UserLine component 2022-08-10 18:07:02 +03:00
usermodel.cpp Fix persistent two factor auth notification. 2022-09-27 14:49:29 +00:00
usermodel.h QMLify the UserModel, use properties rather than setter methods 2022-07-15 16:47:17 +02:00
Window.qml Ensure strings in main window QML are presented as plain text and not HTML 2022-09-26 10:57:18 +02:00