.. |
.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 unnecessary background components
|
2023-05-30 10:00:10 +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
|
Define all QML windows as ApplicationWindows, define palettes here
|
2023-05-30 10:00:10 +02:00 |
ActivityItemActions.qml
|
Fix reply button visibility after reply field opened and reply text sent
|
2023-06-09 08:34:45 +02:00 |
ActivityItemContent.qml
|
Fix reply button visibility after reply field opened and reply text sent
|
2023-06-09 08:34:45 +02:00 |
ActivityItemContextMenu.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
ActivityList.qml
|
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 |
activitylistmodel.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 |
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 unnecessary background components
|
2023-05-30 10:00:10 +02:00 |
CallNotificationDialog.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
CustomButton.qml
|
Declare hoverEnabled: true explicitly in CustomButton
|
2023-05-30 10:00:10 +02:00 |
EditFileLocallyLoadingDialog.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
EnforcedPlainTextLabel.qml
|
Introduce EnforcedPlainTextLabel, convert all Label or Text labels to use this
|
2022-12-05 15:21:09 +01:00 |
HeaderButton.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
ListItemLineAndSubline.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
NCBusyIndicator.qml
|
Added error reporting for E2EE issues.
|
2023-12-11 18:03:57 +01:00 |
NCButtonBackground.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
NCButtonContents.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
NCIconWithBackgroundImage.qml
|
Use material icon for folders.
|
2023-10-06 10:18:31 +02:00 |
NCProgressBar.qml
|
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 |
NCToolTip.qml
|
Remove unnecessary background components
|
2023-05-30 10:00:10 +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
|
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
|
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 |
syncstatussummary.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 |
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
|
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
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
TextButtonContents.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
TrayFolderListItem.qml
|
Use material icon for folders.
|
2023-10-06 10:18:31 +02:00 |
TrayFoldersMenuButton.qml
|
Bugfix. Fix incorrect size of the folderbutton size and scaling.
|
2023-12-12 16:33:58 +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
|
Fix UnifiedSearch text field placeholder text color for light and dark theme.
|
2023-06-08 09:00:48 +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
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultItem.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultItemSkeleton.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultItemSkeletonContainer.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultItemSkeletonGradientRectangle.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultListItem.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultNothingFound.qml
|
Always use palette colours for colouring UI elements
|
2023-05-30 10:00:10 +02:00 |
UnifiedSearchResultSectionItem.qml
|
add missing copyright notices and upgrade qml module imports
|
2023-05-17 18:16:07 +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
|
Remove unnecessary background components
|
2023-05-30 10:00:10 +02:00 |
usermodel.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 |
usermodel.h
|
Add method to add notification activity in activity list in User
|
2023-08-04 17:40:40 +08:00 |
Window.qml
|
Bugfix. Fix incorrect size of the folderbutton size and scaling.
|
2023-12-12 16:33:58 +01:00 |