summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Models/filesystemmodel.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-12-28[CI] chore: update flakegithub-actions1-10/+10
2025-12-21[CI] chore: update flakegithub-actions1-6/+6
2025-12-21feat: add openExpanded notif config option (#993)Sven Fischer3-1/+3
If set in the configuration, the notifications are opened in the expanded state, displaying the full notification text.
2025-12-14[CI] chore: update flakegithub-actions1-6/+6
2025-12-07[CI] chore: update flakegithub-actions1-10/+10
2025-12-02dashboard/media: fix log warnings (#949)senkun1-2/+2
* fix(dashboard): Media.qml module QML warnings due to stricter updated Qt6 checks * fix(dashboard): Media.qml module QML warnings * fix(dashboard): Media.qml module QML warnings
2025-12-01picker: copy screenshot to clipboard (#940)tsukasa2-1/+49
added screenshotClip and screenshotFreezeClip to allow directly copying screenshots to clipboard instead of opening it in swappy
2025-12-01issues: fix typo in issue description template (#943)Dawid Lech Socha1-1/+1
2025-11-30[CI] chore: update flakegithub-actions1-10/+10
2025-11-26bar: add config option to disable on selected screens (#920)Bora Gülerman4-2/+21
* modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
2025-11-24bar/activewindow: add option to invert rotate (#922)Sven Fischer3-5/+18
* feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
2025-11-23[CI] chore: update flakegithub-actions1-10/+10
2025-11-20controlcenter: cleaned up wallpapergridATMDA1-7/+1
2025-11-20controlcenter: refactor SliderInput and StyledInputFields to use qt ↵ATMDA4-351/+172
components and consolidated SliderInputs to single component
2025-11-20controlcenter: corrected taskbar panel container margins/paddingATMDA1-3/+7
2025-11-20controlcenter: corrected background transparency on tooltipsATMDA1-0/+2
2025-11-20controlcenter: wallpaper now uses gridview, removed custom lazy loadingATMDA2-337/+44
2025-11-20background: enable asynchronous loading for background componentATMDA1-0/+1
2025-11-20controlcenter: WallpaperGrid color updates to styleATMDA1-4/+14
2025-11-20controlcenter: wallpaper title overlay to blackATMDA1-12/+4
2025-11-20controlcenter: updated wireless iconsATMDA2-44/+23
2025-11-20refactor: EthernetList stylingATMDA1-5/+11
2025-11-20refactor: EthernetList correction on selected styleATMDA1-16/+38
2025-11-20refactor: EthernetList and WirelessList components removed border propertiesATMDA2-20/+64
2025-11-19refactor: replaced wallpaper logic with WallpaperGrid componentATMDA2-513/+518
2025-11-19refactor: update ConnectedButtonGroupATMDA1-92/+13
2025-11-19refactor: replaced CollapsibleSection with FontsSectionATMDA2-269/+288
2025-11-19refactor: reorganized AppearancePane sections into dedicated componentsATMDA10-501/+659
2025-11-19refactor: replaced input fields with SliderInput componentsATMDA7-1074/+550
2025-11-19cleanup: removed unnecessary commentsATMDA22-194/+9
2025-11-19cleanup: removed commentsATMDA5-168/+0
2025-11-19refactor: ToggleButton Tooltips and DeviceListATMDA13-849/+836
2025-11-19refactor: Updated Bluetooth, Ethernet, and Wireless lists to use DeviceList ↵ATMDA6-326/+446
component and improved layout structure
2025-11-19refactor: SplitPaneWithDetails integratedATMDA4-276/+190
2025-11-19refactor: NetworkConnection util created, migrated all functionsATMDA7-143/+144
2025-11-19refactor: SettingsHeader on all panelsATMDA10-127/+127
2025-11-19refactor: created pane registryATMDA4-70/+160
2025-11-19refactor: added state moduleATMDA5-27/+55
2025-11-19controlcenter: correcting margins/padding after refactorATMDA3-26/+14
2025-11-19refactor: PaneTransition now componentATMDA6-221/+156
2025-11-19refactor: SplitPaneLayout now componentATMDA6-1406/+1287
2025-11-19controlcenter: corrected nesting of bg when transparency offATMDA3-2/+10
2025-11-18controlcenter: minor moving around elements in taskbar panelATMDA1-41/+41
2025-11-18controlcenter: added more missing options to taskbar panelATMDA2-7/+123
2025-11-17controlcenter: corrected launcher animation on data updateATMDA1-14/+66
2025-11-17controlcenter: launcher pane refreshmentATMDA3-7/+357
2025-11-17controlcenter: padding/margins on taskbar panelATMDA1-5/+5
2025-11-17controlcenter: added elevation effect to networking pane for improved visual ↵ATMDA1-0/+7
hierarchy
2025-11-17controlcenter: corrected timing of network panel animationsATMDA3-6/+46
2025-11-17controlcenter: corrected spacing between collapsiblesection headers and contentATMDA1-1/+1