summaryrefslogtreecommitdiff
path: root/plugin/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plugin/fsm: incremental updates2 * r + 2 * t2025-09-032-22/+87
|
* internal: use FileSystemModel for FileDialog2 * r + 2 * t2025-09-021-2/+20
|
* plugin/fsm: add showHidden & dirs filter2 * r + 2 * t2025-09-022-41/+88
|
* plugin/fsm: allow disabling watching2 * r + 2 * t2025-09-022-2/+24
|
* plugin/fsm: async add watcher paths2 * r + 2 * t2025-09-021-10/+22
| | | | Also remove debug messages and remove futures from hash on completion
* plugin/fsm: async update2 * r + 2 * t2025-09-023-52/+99
|
* plugin/fsm: only update changed dir2 * r + 2 * t2025-09-022-5/+16
| | | | Also add added and removed signals
* plugin/fsm: sort dirs first2 * r + 2 * t2025-09-021-0/+3
|
* plugin/fsm: incremental updates + sort2 * r + 2 * t2025-09-021-10/+21
|
* internal: format cpp2 * r + 2 * t2025-09-016-99/+130
|
* plugin/fsm: only provide modelData role2 * r + 2 * t2025-09-012-41/+6
|
* plugin/cim: better sourceSize2 * r + 2 * t2025-09-012-22/+11
|
* plugin: fix warnings + const stuff2 * r + 2 * t2025-09-016-62/+62
|
* plugin/fsm: lazy entriesChanged2 * r + 2 * t2025-08-311-15/+32
| | | | Only emit when it actually changes (comparison via paths)
* plugin/fsm: add new roles2 * r + 2 * t2025-08-312-2/+10
|
* plugin/fsm: rename files -> entries2 * r + 2 * t2025-08-312-27/+46
| | | | Also rename filter & add props
* plugin: add FileSystemModel2 * r + 2 * t2025-08-313-0/+276
|
* plugin/cim: check if cache is valid image2 * r + 2 * t2025-08-312-5/+5
|
* plugin/cutils: add getAverageLuminance2 * r + 2 * t2025-08-312-51/+208
| | | | | | Fixes stutters in wallpaper list Also fix crash when saveItem target doesn't have a window
* plugin/cim: safe async this2 * r + 2 * t2025-08-301-18/+19
| | | | Fixes wallpaper picker crash on fast input
* plugin/cim: fix null images2 * r + 2 * t2025-08-301-1/+14
|
* plugin/cim: fix cache path2 * r + 2 * t2025-08-302-7/+8
| | | | Different cache paths for different fill modes
* plugin/cim: respect image fill mode2 * r + 2 * t2025-08-302-20/+39
| | | | Also prevent duplicate sha calcs
* plugin/cim: better cache impl2 * r + 2 * t2025-08-303-13/+41
|
* plugin/cutils: fix saveItem scaling2 * r + 2 * t2025-08-301-4/+11
| | | | | Fixes #521 Closes #524
* plugin/cim: update on size changeSoramane2025-08-292-28/+64
|
* plugin: fix getDominantColour scaling2 * r + 2 * t2025-08-271-3/+11
|
* plugin: better getDominantColour2 * r + 2 * t2025-08-272-10/+11
| | | | Use callback instead of setting prop
* plugin/cim: fix removed slot2 * r + 2 * t2025-08-271-3/+0
|
* plugin: add getDominantColour2 * r + 2 * t2025-08-272-0/+74
| | | | Replaces wack canvas stuff for ColouredIcon
* plugin: make thread safe2 * r + 2 * t2025-08-273-46/+46
|
* plugin/cim: fix cache dir2 * r + 2 * t2025-08-271-0/+3
|
* plugin: create caching image manager2 * r + 2 * t2025-08-274-1/+182
| | | | No need for external proc
* internal: better copy2 * r + 2 * t2025-08-272-0/+24
|
* plugin: saveItem ensure parent dir2 * r + 2 * t2025-08-272-46/+51
| | | | Also const everything and format
* plugin: add saveItem2 * r + 2 * t2025-08-263-0/+108