Commit graph

90 commits

Author SHA1 Message Date
Michael Aaron Murphy
78425b6513 fix(wallpaper): multi-display wallpaper selection misapplications 2024-01-30 20:48:49 +01:00
Michael Aaron Murphy
25b344703c fix(wallpaper): display preview not set when custom images are yet to be loaded 2024-01-30 17:24:14 +01:00
Michael Aaron Murphy
beaa7bd71e improv(display): share file dialog path handling logic 2024-01-30 17:24:14 +01:00
Michael Aaron Murphy
e7c9595578 improv(wallpaper): share display listing logic with display page 2024-01-30 17:24:14 +01:00
Michael Murphy
55dc777bb3
improv: update libcosmic with wallpaper page UI improvements 2024-01-29 20:14:57 +01:00
Ron Waldon-Howe
039aeb1e74 chore: rust-toolchain.toml; cargo clippy --fix 2024-01-18 20:28:24 +01:00
Michael Aaron Murphy
805bafd1b6 improv(appearance): place import/export buttons in header 2024-01-18 20:25:22 +01:00
Michael Aaron Murphy
c00b41a463 feat: add display settings page 2024-01-18 20:25:22 +01:00
Michael Aaron Murphy
5907e46555 fix(app): missing search entry when search is active 2024-01-18 20:25:22 +01:00
Michael Aaron Murphy
42fbf92d2f improv: alignment of sub page header button 2024-01-18 20:25:22 +01:00
Michael Aaron Murphy
3787bf8cbc refactor: replace load method with reload, returning Command 2024-01-18 20:25:22 +01:00
Michael Aaron Murphy
c6bf1525d8 chore: add macro for caching lazy strings 2024-01-18 20:25:22 +01:00
Ian Douglas Scott
d22c715fb9 Update workspace settings to be closer to mockup; use cosmic-config
Not quite like mockup. May need a custom widget to have radio buttons
that work the same way.

Also needs images used in mockup.
2023-12-29 14:49:06 -08:00
Ian Douglas Scott
f97833543b applets: Fix panics moving only applet in 'Start' to 'Center' 2023-12-27 19:13:23 -05:00
Ian Douglas Scott
f22b8ec614 Use _ in names of cosmic-config settings 2023-12-20 17:00:34 -08:00
Michael Aaron Murphy
e0ae268f11 fix(wallpaper): folders and images containing spaces 2023-12-14 17:24:34 +01:00
Michael Aaron Murphy
3e228956cc chore(wallpaper): add some code documentation 2023-12-14 17:24:34 +01:00
Michael Aaron Murphy
2c72c1e5fd
fix(wallpaper): set the category on adding a folder 2023-12-14 04:16:46 +01:00
Michael Aaron Murphy
bf70b14cda fix(wallpaper): improvements and fixes 2023-12-14 00:17:25 +01:00
Ashley Wulber
3de4b99e66 refactor: use theme corner_radii 2023-12-13 14:23:09 -05:00
Ashley Wulber
feb8075d2c fix: apply changes to corner radii in appearance page 2023-12-13 14:23:09 -05:00
Michael Aaron Murphy
5f089ef9a3 feat(wallpaper): color dialog integration 2023-12-12 21:43:57 +01:00
Michael Aaron Murphy
daa730682a feat(wallpaper): custom background images and folders 2023-12-12 21:43:57 +01:00
Ashley Wulber
01328729d6 fix: dnd panic on applet page 2023-12-11 22:07:10 +01:00
Ashley Wulber
d31359e8c6 chore: update lock 2023-12-11 22:07:10 +01:00
Ian Douglas Scott
ed1b1d8f1c Update libcosmic/iced 2023-12-04 16:58:51 -08:00
Ashley Wulber
ec8661065c refactor: single-instance impl 2023-11-21 21:46:07 +01:00
Ashley Wulber
8b1a0c95f0
feat: single instance support via dbus activation 2023-11-20 21:08:01 +01:00
Ashley Wulber
608b2d9219 chore: update libcosmic 2023-11-16 15:43:33 -05:00
Ashley Wulber
8ec10e0fc0 refactor(appearance): use image button in the appearance panel 2023-11-13 17:28:46 +01:00
Michael Aaron Murphy
dc9db64592 feat(wallpaper): use dropdown and image button widgets 2023-11-13 15:16:02 +01:00
Ashley Wulber
e4c47058e0 fix(appearance): color picker resize and drag, fixed size, and re-use color picker window if it exists 2023-11-08 10:08:15 -05:00
Ashley Wulber
d15ebbd340 chore: update libcosmic 2023-10-26 19:13:27 -04:00
Ashley Wulber
0b74b0e586
Appearance jammy (#78)
* chore(appearance): add interface i18n phrases

* wip: appearance page skeleton

* wip: more work on the skeletop

* wip: appearance

* wip: add icons and more widgets to appearance page

* wip: set the theme on entering and leaving the appearance panel

* cleanup & layout improvements

* wip(appearance): accent buttons

* fixes

fix default schemas, install methods, and appearance page

* use git deps

* clippy and cleanup

* update libcosmic & fix illustration names

* feat: cosmic-comp theme variables

* use git deps

* fix: add dep to control

* fix: install libwayland-dev

* udpate libcosmic

* wip: reset to default button

* refactor: color button improvements

* feat: import / export themes

* refactor: defaults for most color pickers and toggle for window hint

* refactor: use a context drawer for the container background color

* cleanup(appearance): box ThemeBuilder in Message

* cleanup(appearance): clippy

* fix(appearance): window hint toggle handling

* chore: more entries for the default schema

* fix: typo
2023-10-17 17:05:07 -04:00
Ashley Wulber
9051e07494 fix(dock): directly set the entries list in the config 2023-09-22 14:45:33 -04:00
Michael Aaron Murphy
fd67781eaf chore(wallpaper): use new FlexRow widget from libcosmic 2023-09-20 18:19:34 +02:00
Ashley Wulber
aa3af2a1fe fix: remove the dragging state for now when a drop is performed 2023-09-20 18:19:34 +02:00
Michael Aaron Murphy
fe9973090a fix(app): change page padding if window is condensed 2023-09-20 18:19:34 +02:00
Michael Aaron Murphy
454894d82f refactor: libcosmic rebase with Application API 2023-09-20 18:19:34 +02:00
Ashley Wulber
d243e45094 update: remove some settings that are't used 2023-09-15 10:58:44 -04:00
Jeremy Soller
6316c8cc17
Return early from panel PageInner::update function if no panel_config
This fixes a potential panic if the dock or panel configs are not
defined.
2023-09-13 14:18:27 -06:00
Ashley Wulber
367d50ab2d fix: subscription for dock config changes 2023-09-13 17:41:22 +02:00
Ashley Wulber
bd2e92fa64 fix: don't insert the panel and dock pages 2023-09-12 11:31:29 -04:00
Ashley Wulber
87de348d86 feat: dock settings pages 2023-09-12 11:31:29 -04:00
Ashley Wulber
46d8c59e90 fix: align panel settings changes more closely with design 2023-09-07 12:28:17 -04:00
Ian Douglas Scott
cafe56d86c Add touchpad settings 2023-09-06 14:44:50 -07:00
Ian Douglas Scott
69b5c3148f input: Use cosmic-config/cosmic-comp-config for mouse settings
Double click speed is not handled currently. That requires toolkit
support.
2023-09-06 09:39:54 -07:00
Ian Douglas Scott
750cd299b2 input: Use existing message to open keyboard shortcuts 2023-09-06 09:39:54 -07:00
Ian Douglas Scott
154c67ee6a input: Use cosmic-comp-config crate 2023-09-06 09:39:54 -07:00
Ian Douglas Scott
a5fcd5326e keyboard: Connect special characters dialogs to cosmic-config settings 2023-09-06 09:39:54 -07:00