Michael Aaron Murphy
359bb86e7a
fix(vendor): define revision for cosmic-protocols
2024-07-31 16:39:44 +02:00
Michael Aaron Murphy
2736773c31
fix: sub page header alignment
2024-07-31 09:11:21 +02:00
Michael Aaron Murphy
a4b9b45348
fix: assign id_container to page_view scrollable
2024-07-31 09:07:35 +02:00
Michael Aaron Murphy
9c8d2a0c9f
improv: scroll with static page header
...
Closes #238
2024-07-31 09:02:49 +02:00
Michael Aaron Murphy
b004b9d815
chore: update dependencies
...
Fixes #318
2024-07-31 08:10:48 +02:00
VandaLHJ
a9cbbeea0a
i18n(pl): add translation for move-windows
2024-07-29 17:06:43 +02:00
Csani10
c59b244c27
i18n(hu): Add Hungarian translation
2024-07-29 17:05:53 +02:00
Yevhen Popok
43b7a04ce4
Update Ukrainian translation
...
Minor improvements to translation consistency with other COSMIC apps
2024-07-29 11:05:36 -04:00
Weeesly
4051aed179
i18n(es-419): add translation
2024-07-29 17:05:04 +02:00
VandaLHJ
33f70384ec
Update cosmic_settings.ftl PL translation
...
The idea behind sticky don't work well in my language and is probably misleading about the functionality. I opted for zakrywające okna, because it's always on top, but maybe someone will find better allegory for that kind of functionality later on.
2024-07-27 15:21:39 -04:00
VandaLHJ
80019642d0
Update cosmic_settings.ftl
...
Added asterix
2024-07-27 15:21:39 -04:00
VandaLHJ
ace0b3e05a
Update cosmic_settings.ftl PL translation
...
Added keyboard shortcuts and minor changes
2024-07-27 15:21:39 -04:00
Yevhen Popok
6518651644
Update Ukrainian translation
...
1. Use "[one]" plural category instead of "[1]" to cover multiple digits (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …) in Ukrainian language.
Source: https://cldr.unicode.org/index/cldr-spec/plural-rules
2. Use plural forms for variables with "minutes" and "seconds"
3. Improve string consistency with Ukrainian translations of "cosmic-applets" and "cosmic-files"
2024-07-26 10:12:50 -04:00
Victoria Brekenfeld
f8a17e01ce
Merge pull request #422 from pop-os/disable-sound
...
app: Disable sound page until it is more functional
2024-07-26 14:02:08 +02:00
Victoria Brekenfeld
116bae083e
app: Disable sound page until it is more functional
2024-07-26 12:52:31 +02:00
Ryan Brue
1eca3d30ee
fix(desktop-entry): use Application instead of Settings for Type
2024-07-26 07:48:21 +02:00
git-f0x
48ac51ba32
chore(appearance): improve icon theme spacing
2024-07-26 05:41:55 +02:00
Yevhen Popok
4908e3829a
Add Ukrainian translation
2024-07-23 00:21:55 -04:00
Michael Aaron Murphy
e8106a975e
feat(displays): pan left and right when dragging displays to edge
2024-07-18 16:08:46 +02:00
Ashley Wulber
48fedb6e75
fix(libcosmic): visibility of color picker handles
2024-07-17 23:16:51 +02:00
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