Commit graph

128 commits

Author SHA1 Message Date
Michael Aaron Murphy
7017901dec chore(cargo): disable optional ashpd features to remove gtk dependency 2023-12-12 21:43:57 +01: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
Michael Aaron Murphy
f3e929e769 fix(wallpaper): load wallpapers in alphabetical order 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
13cc6b9f7c
Merge pull request #107 from pop-os/update-0.12
Update libcosmic/iced
2023-12-05 12:38:47 -08:00
Ian Douglas Scott
ed1b1d8f1c Update libcosmic/iced 2023-12-04 16:58:51 -08:00
Niko Cantero
5a452d7ac1 Update Cargo.lock
Fixes NixOS Build
2023-12-02 21:20:31 -05:00
Julian Braha
5c38749f97
chore(cargo): remove unused env_logger dependency 2023-12-02 23:25:17 +01: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
Jeremy Soller
8d2db2ffc5
Merge pull request #97 from git-f0x/master_jammy
Update Serbian (Latin) & add Serbian (Cyrillic) translation
2023-11-16 11:49:15 -07:00
W
d4c5145a9c
Delete i18n/sr directory
Deleted to enable Serbian (Cyrillic) support
2023-11-16 17:47:02 +01:00
W
b12c401f5d
Add i18n(sr-Cyrl, sr) 2023-11-16 17:45:46 +01:00
W
1fc08acbf3
Add i18n(sr-Latn, sr) 2023-11-16 17:44:18 +01: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
8175e8df97 chore: update libcosmic 2023-11-09 10:40:29 -05:00
Ashley Wulber
0ee33ea9b0 fix: remove debug feature so winit is not included 2023-11-08 10:08:15 -05: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
Jeremy Soller
a549e8bb5f
Merge pull request #87 from FAlexei/master_jammy
Update Russian translation
2023-11-04 15:11:49 -06:00
FAlexei
d459f36c53
Update Russian translation
Russian translation update with new strings
2023-11-04 23:09:31 +03: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
skygrango
7c3f77c5d4
i18n(zh_TW): add Taiwanese translation 2023-10-06 11:59:54 +02:00
Ashley Wulber
9051e07494 fix(dock): directly set the entries list in the config 2023-09-22 14:45:33 -04:00
1280px
075800daac
i18n(ru): add Russian translation 2023-09-21 15:59:12 +02:00
Ashley Wulber
414ff05835 chore: update sctk and add patch 2023-09-20 18:19:34 +02:00
Michael Aaron Murphy
fd67781eaf chore(wallpaper): use new FlexRow widget from libcosmic 2023-09-20 18:19:34 +02:00
Michael Aaron Murphy
66d54b487f chore(cargo): update iced 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
Yorimirus
90eff99368 i18n(cs): Add Czech translation
Add support for the Czech translation.
2023-09-13 17:39:32 -04:00
Jeremy Soller
cac33f586b
Merge pull request #71 from pop-os/panel-config-update-panic
Return early from panel PageInner::update function if no panel_config
2023-09-13 14:27:41 -06: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
1c6ed73165 fix: add dependencies to debian control & ci clippy and test 2023-09-07 12:28:17 -04:00
Ashley Wulber
e3dde863f0 chore: fix nix flake 2023-09-07 12:28:17 -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
c8148c8f48
Merge pull request #61 from pop-os/input-settings
Add input settings, with mouse, keyboard, keyboard shortcuts sub-pages
2023-09-07 07:54:53 -07: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