Commit Graph

105 Commits

Author SHA1 Message Date
jolavillette
37f4ddc3d0 Optimized Shared Files view performance by caching file details to eliminate UI freezes and increasing the update frequency for faster list population 2026-02-13 21:42:49 +01:00
jolavillette
ba1d213d5c GUI: Fix "Popular Files" filter persistence and tree expansion when switching views 2026-02-13 21:42:49 +01:00
jolavillette
df44f8b626 GUI: Ensure search filter persists and applies correctly when switching between Tree and Flat views 2026-02-13 21:42:49 +01:00
jolavillette
4103783114 Fix SIGSEGV in SharedFilesDialog by adding defensive null checks and forcing safe model resets 2026-02-13 21:42:49 +01:00
jolavillette
af87346763 fix SIGSEGV in SharedFilesDialog by adding defensive null checks and forcing model reset 2026-02-13 21:42:49 +01:00
jolavillette
18afe3a182 fix searche among shared files randomly not working 2026-02-13 21:42:48 +01:00
jolavillette
23a1d0dd75 new attempt at fixing search in My files 2026-02-13 21:42:48 +01:00
jolavillette
abe98b4ec1 fix search not working in My files 2026-02-13 21:42:48 +01:00
jolavillette
4a8e164c7e more fix to correctly display relevant dirs and files when the box is checked 2026-02-13 21:42:48 +01:00
jolavillette
560184337f fix temporary shared files not being displayed in tree view when popular files box is checked 2026-02-13 21:42:48 +01:00
jolavillette
b5d113d7c3 Fix weird behaviour when unchecking "Popular file" box 2026-02-13 21:42:48 +01:00
jolavillette
a7e648851c Fix autocollapse in tree view 2026-02-13 21:42:48 +01:00
jolavillette
1ba88f0293 Fix crash in QItemSelectionRange destructor 2026-02-13 21:42:48 +01:00
jolavillette
9f519b337c Various UI improvements 2026-02-13 21:42:48 +01:00
jolavillette
27b71097d3 Fix SIGSEV in QSortFilterProxyModel::parent 2026-02-13 21:42:47 +01:00
jolavillette
2d13a729ec Improve upload statistics 2026-02-13 21:42:47 +01:00
defnax
51f84df470 Added file upload stats (gui) 2025-12-21 16:21:31 +01:00
csoler
e2b2c1ae44 fixed toasters in notifyQt to use rsEvents 2025-09-16 16:29:47 +02:00
csoler
d2193812a9 merged with upstream/master 2025-08-13 16:17:07 +02:00
thunder2
96c02d94c3 Removed deprecated QCoreApplication::flush for Qt 6 2025-07-29 18:32:50 +02:00
thunder2
3874390de7 Replaced deprecated QStyleOptionProgressBarV2 by QStyleOptionProgressBar and QStyleOptionViewItemV4 by QStyleOptionViewItem 2025-07-29 18:32:47 +02:00
thunder2
ec497f0015 Replaced deprecated QModelIndex::child by QAbstractItemModel::index 2025-07-29 18:32:44 +02:00
thunder2
fad7774767 Added Qt dependent macro for QSortFilterProxyModel::setFilterRegularExpression/setFilterRegExp 2025-07-29 18:32:33 +02:00
thunder2
a00c1375e5 Renamed QtVersion.h to RsQtVersion.h because of the same filename in Qt 6 2025-07-20 14:14:57 +02:00
thunder2
e2e1a431ff Added Qt dependent macro for QString::SkipEmptyParts/Qt::SkipEmptyParts 2025-07-19 23:28:30 +02:00
csoler
c70b84497a moved pre/post-ModDirectories to rsEvents 2025-06-17 20:40:56 +02:00
thunder2
5a24fad354 Renamed RsCollectionErrorCode::NO_ERROR to COLLECTION_NO_ERROR because of double define of NO_ERROR in winerror.h 2024-04-03 22:20:33 +02:00
csoler
0551f4f819 fixed compilation after removal of RsCollection::downloadFiles 2024-03-28 22:14:46 +01:00
csoler
8366cbca59 removed dead code, and added check for incorrect file names when saving 2024-03-28 21:26:09 +01:00
csoler
e106959fbd fixed creating new collection 2024-03-01 23:00:17 +01:00
csoler
31c390aa27 simplified usage of RsCollectionDialog in shared files (removed duplicate functionality) 2024-02-29 22:07:52 +01:00
csoler
885eb640dc starting fixing RsCollection with the new model 2024-02-27 22:10:49 +01:00
csoler
5bc071b03c fixed compilation 2024-02-24 20:27:18 +01:00
csoler
5071656209 started adapting RsCollectionDialog to the new API of RsCollection 2024-02-24 17:44:13 +01:00
csoler
206da93d99 fixed a few compilation errors in RsCollection handling 2024-02-24 15:55:21 +01:00
defnax
a523d654ef Improved Sharedfiles treesize and font fix for macos 2024-01-16 14:54:04 +01:00
csoler
30c2ff4b5e fixed bug introduced by last commit 2023-01-29 14:13:13 +01:00
csoler
641281048f added force recheck of possibly modified files when the button is used 2023-01-28 16:29:36 +01:00
chelovechishko
ca0a441f3b gui: file: add power to change font size for displayed shared files
Added one more settings group "File".
2022-05-09 00:27:50 +09:00
csoler
0cc813d093 fixed naming of columns that colided because of common names 2022-03-27 19:35:23 +02:00
defnax
235ef6f509 removed old icons & cleanup 2022-02-12 11:49:50 +01:00
defnax
dc0cddae7e removed clean up old icons, replaced some by svg 2022-02-12 00:07:23 +01:00
defnax
57cee64966 Fix default fonts & font metrics for Shared Files Tree 2022-01-21 11:35:08 +01:00
Phenom
d7981f3811 StyleSheet Rewrite
Use QDarkStyle to make Standard_Dark.qss and Standard_Light.qss
Use Widget name to stylize them.
2021-11-04 21:21:54 +01:00
csoler
d4141c493d moved calls to setDynamicSortFilter(false) into constructors of sort proxy models 2021-02-02 12:37:15 +01:00
csoler
aad27ff94b renamed "count" to "size" in DirDetails 2020-12-13 20:03:21 +01:00
defnax
80135eda56 Use the new mail icon on the Shared Files context menu for recommended action. 2020-11-13 22:04:09 +01:00
csoler
c640fd779d fixed comflicts with upstream 2020-09-27 20:51:05 +02:00
csoler
788bd81b41
Merge pull request #2066 from defnax/images-cleanup
Images Cleanup
2020-09-27 17:53:13 +02:00
defnax
27620d86a3 update 2020-09-14 21:27:50 +02:00