nextcloud-desktop/src/gui/tray
Claudio Cambra f6c4c32b6e Use QFileInfo::exists where we are only creating a QFileInfo to check if file exists, as it is faster
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2022-12-20 09:44:13 +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 Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01: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 Replace share button with file details button 2022-12-09 15:06:35 +01:00
ActivityItemActions.qml Replace share button with file details button 2022-12-09 15:06:35 +01:00
ActivityItemContent.qml Replace share button with file details button 2022-12-09 15:06:35 +01:00
ActivityItemContextMenu.qml Added dark mode 2022-03-18 16:43:15 +00:00
ActivityList.qml Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01:00
activitylistmodel.cpp Replace share button with file details button 2022-12-09 15:06:35 +01:00
activitylistmodel.h Replace share button with file details button 2022-12-09 15:06:35 +01: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 Added dark mode 2022-03-18 16:43:15 +00:00
CallNotificationDialog.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
CustomButton.qml Make unshare button less prominent, move out of bottom button box 2022-12-09 12:54:09 +01:00
EditFileLocallyLoadingDialog.qml Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01:00
EnforcedPlainTextLabel.qml Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01: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 unshare button less prominent, move out of bottom button box 2022-12-09 12:54:09 +01:00
NCButtonContents.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
NCToolTip.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
notificationhandler.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
notificationhandler.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01:00
sortedactivitylistmodel.cpp avoid possibly crashing static_cast 2022-10-03 10:23:24 +02:00
sortedactivitylistmodel.h fully qualify types in signals and slots 2022-11-15 09:57:54 +01: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 Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01: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 Remove now redundant use of textFormat 2022-12-05 15:21:09 +01: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 Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this 2022-12-05 15:21:09 +01:00
UnifiedSearchResultItem.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01: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 Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
UnifiedSearchResultSectionItem.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
unifiedsearchresultslistmodel.cpp fix instances of: c++11 range-loop might detach Qt container warnings 2022-11-18 16:02:21 +01:00
unifiedsearchresultslistmodel.h add [[nodiscard]] attribute via clang-tidy 2022-10-04 11:14:45 +02:00
UserLine.qml Remove now redundant use of textFormat 2022-12-05 15:21:09 +01:00
usermodel.cpp Use QFileInfo::exists where we are only creating a QFileInfo to check if file exists, as it is faster 2022-12-20 09:44:13 +01:00
usermodel.h Differentiate between normal normal and Talk notifications, invoke macOS text reply notifications 2022-12-09 14:36:12 +01:00
Window.qml Adapt changes from share details page changes 2022-12-09 15:06:35 +01:00