- 25 Jan, 2022 3 commits
-
-
Using g_date_time_format to get the name of the month translates the name according to LC_TIME. This is inconsistent with all other labels displayed, which get translated according to LC_MESSAGES. By taking the label from the corresponding entry in the GtkFlowBox, we avoid the incosistency Fixes #1507
-
-
-
- 24 Jan, 2022 7 commits
-
-
AdwActionRow handles horizontal alignment for us.
-
-
-
-
-
-
-
- 23 Jan, 2022 1 commit
-
-
- 22 Jan, 2022 2 commits
-
-
Christopher Davis authored
See #1587
-
Piotr Drąg authored
-
- 21 Jan, 2022 17 commits
-
-
We met an Input Device level_bar display issue on a machine which has no internal mic. At first there is no external mic plugged, so the Input Device list is empty and level_bar is gray color, after we plug an external mic, the level_bar has red color ripples, then we unplug the external mic, the Input Device list changes to empty and we expect the level_bar changes back to gray color, but some bars are still red color. Here clear the self->value to 0 if the stream is empty, then the level_bar will change back to gray color when Input/Output device list is empty. Signed-off-by:
Hui Wang <hui.wang@canonical.com>
-
Georges Basile Stavracas Neto authored
A regression from the GTK4 port. See #1587
-
Georges Basile Stavracas Neto authored
A regression from the GTK4 port.
-
Georges Basile Stavracas Neto authored
See #1587
-
Georges Basile Stavracas Neto authored
See #1587
-
Georges Basile Stavracas Neto authored
See #1587
-
Georges Basile Stavracas Neto authored
See #1587
-
Georges Basile Stavracas Neto authored
See #1587
-
Georges Basile Stavracas Neto authored
Reduces code and makes it more consistent with other panels.
-
Georges Basile Stavracas Neto authored
Add margins around it, make the titlebar flat. See #1587
-
Georges Basile Stavracas Neto authored
As per design feedback. See #1587
-
-
-
Georges Basile Stavracas Neto authored
-
Georges Basile Stavracas Neto authored
Rename the app-id to org.gnome.Settings since this is what we've been calling it for many years now. Adjust all files that derive from the app-id, such as the desktop file, D-Bus service file names, search providers, GSettings schemas, to match that. Closes #344
-
-
Daniel Mustieles García authored
-
- 20 Jan, 2022 10 commits
-
-
Georges Basile Stavracas Neto authored
It's the undeprecated version of g_spawn_check_exit_status().
-
Georges Basile Stavracas Neto authored
The 'app_id' variable can be NULL, and g_str_has_prefix() does not particularly enjoy that.
-
Georges Basile Stavracas Neto authored
This class is now unused.
-
Georges Basile Stavracas Neto authored
As per mockups.
-
Georges Basile Stavracas Neto authored
As per mockups
-
Georges Basile Stavracas Neto authored
As per mockups, make the headerbar flat, add more spacings and margins.
-
Georges Basile Stavracas Neto authored
As per mockups, split file and link handlers in the dialog.
-
Georges Basile Stavracas Neto authored
Add a new row in the usage section, like Built-in and Disk Usage. Move the file handler widgetry into this new dialog.
-
Georges Basile Stavracas Neto authored
Now that the rows are derivated from AdwPreferencesRow, we can add them directly into the corresponding preferences groups. Other groups can't benefit from this cleanup yet because they have custom widgets.
-
Georges Basile Stavracas Neto authored
Latest mockups don't have them. There's still some more shuffling to do, so let's remove the titles now to help with that.
-