- 03 Jan, 2022 1 commit
-
-
Aurimas Černius authored
-
- 01 Jan, 2022 1 commit
-
-
Sophie Herold authored
-
- 30 Dec, 2021 1 commit
-
-
Christopher Davis authored
This makes both the row and the list fit in better with the rest of the page.
-
- 29 Dec, 2021 1 commit
-
-
- 27 Dec, 2021 1 commit
-
-
- 25 Dec, 2021 1 commit
-
-
- 23 Dec, 2021 3 commits
-
-
- 22 Dec, 2021 4 commits
-
-
Sebastian Keller authored
Only the shell can know how the description string will be used and if or when it should be escaped. Previously the shell did not escape the description before displaying it with markup to highlight search hits, but now it does. For gnome-control-center this however means without this change the string will be escaped twice causing markup to show up in the description text. Related: gnome-shell!2033
-
-
-
-
- 20 Dec, 2021 7 commits
-
-
Make corners rounded. Replace selected style with an overlay check, make the close button smaller to match. Move slideshow indicator to the lower left corner. Set margins in css.
-
Update the unused symbolic to match the svg with a baked-in shadow, actually use it. Bundle it in gresources instead of installing, fix the style class name. Fix margins - the close button was overriding them.
-
-
-
-
That key is deprecated.
-
Keep setting gtk theme, but use the new boolean as the source of truth.
-
- 18 Dec, 2021 3 commits
-
-
-
-
Piotr Drąg authored
-
- 17 Dec, 2021 12 commits
-
-
This matches the mockups and Patterns.
-
-
Generally sidebar icons aren't dimmed anymore.
-
Sidebars should be the same color as window content now.
-
Sebastian Keller authored
Otherwise looking up shortcuts with "ctrl" in non-English locales would fail without gtk3 installed. Fixes: GNOME/gnome-control-center#1546
-
Colin Watson authored
The timezone map tries to highlight regions of the world that keep the same time, approximating this by their non-daylight-savings UTC offset. There's no reasonable API for this, and it goes wrong in various cases, such as Irish Standard Time which is legally defined as the country's summer time with a negative DST offset in winter. Hardcoding this is unpleasant, but there doesn't seem to be a better solution, and in any case there's already similar hardcoding implied by the segmented map images in panels/datetime/data/timezone_*.png. I've tried to make it practical to fix other similar disagreements between the detected offset and the groupings implied by map images, though for now I've conservatively fixed only the case I'm familiar with. Fixes: #1341
-
Colin Watson authored
The code that set it could only ever have worked by luck in some timezones on some systems, and there's no API to obtain the information we were trying to store in it. Nothing uses it, so there's no point trying to fix it. tzname_normal is also unused, but slightly useful for debugging, so rename it to tzname but otherwise keep it in place.
-
Victor Toso authored
==31571== 120 bytes in 8 blocks are definitely lost in loss record 17,034 of 19,290 ==31571== at 0x484086F: malloc (vg_replace_malloc.c:380) ==31571== by 0x4AF77A8: g_malloc (gmem.c:106) ==31571== by 0x4D9816A: gtk_accelerator_name (gtkaccelgroup.c:1577) ==31571== by 0x4A82D1: setup_custom_shortcut (cc-keyboard-shortcut-editor.c:364) ==31571== by 0x4A92DF: cc_keyboard_shortcut_editor_key_press_event (cc-keyboard-shortcut-editor.c:745)
-
Victor Toso authored
==31571== 288 bytes in 24 blocks are definitely lost in loss record 18,138 of 19,290 ==31571== at 0x484086F: malloc (vg_replace_malloc.c:380) ==31571== by 0x4AF77A8: g_malloc (gmem.c:106) ==31571== by 0x4A4119: variant_get_key_combos (cc-keyboard-item.c:475) ==31571== by 0x4A41FD: settings_get_key_combos (cc-keyboard-item.c:498) ==31571== by 0x4A46BE: cc_keyboard_item_load_from_gsettings (cc-keyboard-item.c:574) ==31571== by 0x4A5BBB: append_section (cc-keyboard-manager.c:315) ==31571== by 0x4A605D: append_sections_from_file (cc-keyboard-manager.c:431) ==31571== by 0x4A6766: reload_sections (cc-keyboard-manager.c:568) ==31571== by 0x4A6D68: cc_keyboard_manager_load_shortcuts (cc-keyboard-manager.c:707) ==31571== by 0x4A2FA4: cc_keyboard_shortcut_dialog_init (cc-keyboard-shortcut-dialog.c:841) ==31571== by 0x4A7A288: g_type_create_instance (gtype.c:1929) ==31571== by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
-
Victor Toso authored
==25729== 1,058 (40 direct, 1,018 indirect) bytes in 1 blocks are definitely lost in loss record 20,104 of 20,657 ==25729== at 0x484086F: malloc (vg_replace_malloc.c:380) ==25729== by 0x4AF77A8: g_malloc (gmem.c:106) ==25729== by 0x4B0F1E4: g_slice_alloc (gslice.c:1072) ==25729== by 0x4B09060: UnknownInlinedFun (gsequence.c:1609) ==25729== by 0x4B09060: g_sequence_insert_before (gsequence.c:527) ==25729== by 0x4ED2FE7: gtk_list_store_insert (gtkliststore.c:1271) ==25729== by 0x4A5DCE: append_section (cc-keyboard-manager.c:363) ==25729== by 0x4A605D: append_sections_from_file (cc-keyboard-manager.c:431) ==25729== by 0x4A6766: reload_sections (cc-keyboard-manager.c:568) ==25729== by 0x4A6D33: cc_keyboard_manager_load_shortcuts (cc-keyboard-manager.c:706) ==25729== by 0x4A2FA4: cc_keyboard_shortcut_dialog_init (cc-keyboard-shortcut-dialog.c:841) ==25729== by 0x4A7A288: g_type_create_instance (gtype.c:1929) ==25729== by 0x4A61CAC: g_object_new_internal (gobject.c:1945)
-
Victor Toso authored
The add_device() check for g_udev_device_get_parent() was leaking (see below). As this is actually used in create_device(), I'm passing it as argument to avoid a second call to that function. > 34,175 (1,080 direct, 33,095 indirect) bytes in 27 blocks are definitely lost in loss record 19,729 of 19,758 > at 0x4A7A337: g_type_create_instance (gtype.c:1907) > by 0x4A61CAC: g_object_new_internal (gobject.c:1945) > by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114) > by 0x4A63780: g_object_new (gobject.c:1785) > by 0x5EA5A6A: _g_udev_device_new (gudevdevice.c:132) > by 0x4B6D24: add_device (gsd-device-manager.c:447) > by 0x4B6FBF: gsd_device_manager_init (gsd-device-manager.c:517) > by 0x4A7A288: g_type_create_instance (gtype.c:1929) > by 0x4A61CAC: g_object_new_internal (gobject.c:1945) > by 0x4A62C7C: g_object_new_with_properties (gobject.c:2114) > by 0x4A63780: g_object_new (gobject.c:1785) > by 0x4B7075: gsd_device_...
-
Christopher Davis authored
-
- 16 Dec, 2021 4 commits
-
-
Christopher Davis authored
The `.content` style class is deprecated in favor of the `.boxed-list` style class, which is named after the design pattern it's used for.
-
-
-
-
- 15 Dec, 2021 1 commit
-
-