Ashley Wulber
de82607b76
fix: forward output events to the dock page
2024-07-17 21:48:17 +02:00
Vukašin Vojinović
140ce627d3
chore: set icons for cosmic-settings pages
2024-07-17 18:37:02 +02:00
Snêu
595097dfda
i18n: remove _ in dialog-add
2024-07-16 17:27:23 +02:00
Yevhen Popok
ded31f3a59
i18n(en): correct title for the Light/Dark auto-switch setting
2024-07-16 17:26:23 +02:00
twelve eighty pix.
5b0bdcca81
i18n(ru): update Russian translation
2024-07-16 17:25:51 +02:00
Michael Aaron Murphy
ab392fd7a0
improv: disable flex layout for toggler and dropdown controls
...
Closes #372
2024-07-11 10:01:37 +02:00
Michael Aaron Murphy
26ab69c7ab
improv: enable sliders to scale with single column view
...
Closes #374
2024-07-11 08:38:25 +02:00
Michael Aaron Murphy
c3dbba8d85
fix(displays): fix mirror label always showing as disabled
...
Closes #400
2024-07-11 05:46:39 +02:00
Michael Aaron Murphy
acd3c23798
chore: update libcosmic and other dependencies
...
Closes #293
2024-07-10 16:57:04 +02:00
Michael Aaron Murphy
cb02d51a30
chore(just): remove rust version check
2024-07-08 17:04:34 +02:00
Michael Aaron Murphy
7b3392e831
feat(displays): add mirroring and projection options
2024-07-08 16:28:30 +02:00
Winston Hoy
40254f5c68
chore: document dependency on libinput-dev
2024-07-08 16:25:42 +02:00
Vukašin Vojinović
b59b93625a
fix(wallpaper): fix gradient direction
...
Also adds one missing gradient present in the designs.
2024-07-04 01:40:44 +02:00
Michael Aaron Murphy
a9253a03b3
fix(shortcuts): allow case-sensitive key names like space
...
Fixes #393
2024-07-02 17:09:03 +02:00
Michael Aaron Murphy
329b78dc78
fix(shortcuts): allow defining key by name
...
Fixes #390
2024-07-02 16:04:20 +02:00
Joshua Megnauth
6d039eb4c3
fix(wallpaper): duplicate color wallpaper previews
...
The issue arises after the wallpaper settings page is opened after
choosing a default color as a background. The chosen color is treated as
a custom color on reload which is then duplicated when the default
colors are displayed. Solving this issue is as simple as filtering the
customs colors list for default colors.
I unwrap two `Options` from `partial_cmp` in this fix. Floats don't
implement `Eq` due to `NaN`s but they do implement `PartialOrd` and
`PartialEq`. Colors shouldn't have `NaN`s at all, so unwrapping here is
fine as that invariant should hold unless there is a bug elsewhere.
2024-07-02 15:12:57 +02:00
Michael Aaron Murphy
1f49b9f61a
fix(shortcuts): duplicate horizontal orientation action
2024-07-01 18:41:40 +02:00
Michael Aaron Murphy
d2cdadbd7f
fix(desktop): make action key settable even if custom shortcuts file is not set yet
2024-07-01 18:34:08 +02:00
Michael Aaron Murphy
fc0e0458cf
chore: use dev profile for just run
2024-07-01 18:33:09 +02:00
Emanuele Bertoldi
a69d6adb55
i18n(it): translation improvements
2024-07-01 07:58:52 +02:00
VandaLHJ
8749db897c
i18n(pl): fix text for sunset
2024-07-01 07:58:23 +02:00
VandaLHJ
b41e10ad0f
i18n(en): fix text for sunset
2024-07-01 07:57:55 +02:00
Matthew Martin
d453d62923
improv(inputs): normalize input speed ranges to 1-100
2024-07-01 07:54:02 +02:00
pknepps
3e2cc4d324
feat(displays): display dialog to confirm display changes
2024-07-01 07:52:28 +02:00
Michael Aaron Murphy
cf322fdb5e
feat(shortcuts): runtime configurable keyboard shortcuts
2024-07-01 07:11:13 +02:00
Michael Aaron Murphy
6f051b2456
fix(debian): Recommends in wrong location
2024-07-01 07:08:52 +02:00
Michael Aaron Murphy
dec705e0fe
improv: reduce padding when condensed
2024-07-01 07:08:52 +02:00
1280px
1cbd563d64
l10n(ru): Russian l10n updates
2024-06-24 08:11:35 -06:00
Ashley Wulber
6e6403e1ca
update libcosmic
2024-06-18 10:30:01 -04:00
Gustavo Santana de Aquino
a271b0ad3d
i18n(pt-BR) - Fix typo
2024-06-10 17:12:35 -06:00
VandaLHJ
539c20bf1e
Update cosmic_settings.ftl Pl translation
...
Fixed input-devices
2024-06-10 14:14:49 -06:00
Matthew Fallah (マシュー・ファラー)
d3a950350a
i18n(jp): update translation
...
* Update Japanese version of auto-switch
* Translate the experimental settings to Japanese
* Translate power settings to Japanese
* Translate keyboard settings to Japanese
* Update date/time for Japanese
2024-06-10 16:24:57 +02:00
VandaLHJ
430150a009
i18n(pl): update translation
...
Updated to match EN locale, power-mode and gestures.
2024-06-10 16:23:08 +02:00
FAlexei
e33bd04ac0
i18n(ru): Translation update
2024-06-10 16:22:36 +02:00
Levi Portenier
81419bc7c1
i18n(pt-BR): fix typo
...
pointed out by @otaviobrum in 20a6554002 (commitcomment-142925968)
2024-06-10 16:22:11 +02:00
Jason Hansen
76df4c8991
fix: reload display config after randr change
2024-06-06 22:03:49 +02:00
Michael Aaron Murphy
f6e50f1d9b
refactor: use Slab for storing page section descriptions
2024-06-06 16:00:04 +02:00
Michael Aaron Murphy
17a74a512b
fix(wallpapers): displays not being shown when lacking custom images
2024-06-04 08:30:27 +02:00
Gustavo Santana de Aquino
20a6554002
i18n(pt-BR): Translation update
2024-06-03 21:11:48 -06:00
Gustavo Santana de Aquino
3b217f0e55
i18n(pt-BR): Directory adjustment
2024-06-03 21:11:48 -06:00
Vukašin Vojinović
257e39d717
improv(power): match page to designs and fix import
2024-06-01 21:32:36 +02:00
Jason Hansen
9294d9d476
fix(display): centering displays in arrangement
2024-06-01 20:26:58 +02:00
Michael Aaron Murphy
df8b90f3ac
fix: set minimum window width to 360
2024-05-31 17:08:49 +02:00
Michael Aaron Murphy
144ea0fbd6
refactor(touchpad): convert some toggles to radios
...
Closes #287
Closes #288
2024-05-31 12:38:17 +02:00
Michael Aaron Murphy
15833bc254
fix: tweak device name flex layout
2024-05-31 11:54:29 +02:00
Michael Aaron Murphy
6b57e7a784
chore: update libcosmic
2024-05-31 11:49:21 +02:00
Michael Aaron Murphy
edc06b833e
chore(touchpad): change "Swiping" to "Gestures"
2024-05-31 11:47:16 +02:00
Michael Aaron Murphy
3ad19efd14
chore: hide gestures not currently implemented
2024-05-31 11:47:10 +02:00
Michael Aaron Murphy
b4f8d4ed18
chore: set minimum width to 280
2024-05-31 11:47:02 +02:00
Ashley Wulber
a48e0797d4
fix: wrap scrollbar in id_container so it resets on page change
2024-05-30 23:49:26 +02:00