nextcloud-desktop/src/gui/tray
Claudio Cambra 31afb02c84
Eliminate unneeded parent Item in FileActivityView
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-10-31 18:06:08 +01: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 Create commonly accessible properties for current user colours in Style.qml 2022-10-25 19:14:40 +02:00
activitydata.cpp Refactor ActivityListModel population mechanisms 2022-09-13 19:34:41 +02:00
activitydata.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
ActivityItem.qml Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
ActivityItemActions.qml Create commonly accessible properties for current user colours in Style.qml 2022-10-25 19:14:40 +02:00
ActivityItemContent.qml Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
ActivityItemContextMenu.qml Added dark mode 2022-03-18 16:43:15 +00:00
ActivityList.qml Eliminate unneeded parent Item in FileActivityView 2022-10-31 18:06:08 +01:00
activitylistmodel.cpp Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
activitylistmodel.h Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
asyncimageresponse.cpp Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
asyncimageresponse.h Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00
AutoSizingMenu.qml Added dark mode 2022-03-18 16:43:15 +00:00
CallNotificationDialog.qml Fix call notification dialog buttons 2022-10-20 14:11:10 +02:00
CustomButton.qml Improve flat buttons in share delegates 2022-10-31 18:06:07 +01:00
EditFileLocallyLoadingDialog.qml Show edit locally loading dialog sooner, improve feedback for user 2022-10-29 13:32:48 +02:00
HeaderButton.qml Create commonly accessible properties for current user colours in Style.qml 2022-10-25 19:14:40 +02:00
NCBusyIndicator.qml Improve 'Handle local file editing' feature. Add loading popup. Add force sync before opening a file.' 2022-10-10 17:13:06 +03: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 Fix the dismiss button: display it whenever possible. 2022-10-17 11:29:23 +00: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 avoid possibly crashing static_cast 2022-10-03 10:23:24 +02:00
sortedactivitylistmodel.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +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 Only show Sync Now button if account is connected 2022-10-29 15:54:19 +02:00
syncstatussummary.cpp our source code files have lower case names 2021-10-25 15:38:21 +02:00
syncstatussummary.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +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 add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
UserLine.qml Fix account switching and hover issues with UserLine component 2022-08-10 18:07:02 +03:00
usermodel.cpp Add a 'Sync now' button to the sync status header in the tray window 2022-10-25 19:14:40 +02:00
usermodel.h Add a 'Sync now' button to the sync status header in the tray window 2022-10-25 19:14:40 +02:00
Window.qml Add a file details window/page, QMLify file sharing 2022-10-31 18:06:03 +01:00