1. Mar 11, 2022
    • Ana Cabral's avatar
      network: Fix OWE settings · 6d2fd0f7
      Ana Cabral authored
      Enhanced Open (OWE) is not being saved properly from connection-editor.
      When we create a Wi-Fi connection using Enhanced Open (OWE) Security
      from nm-connection-editor and save it, it was not being saved and the
      security was being set as "None", with Wireless Security Setting
      being discarded. This is fixed by this commit. The fix is also being
      done in libnma (implementing OWE in libnma,
      https://gitlab.gnome.org/GNOME/libnma/-/issues/9), but this commit
      fixes meanwhile it gets ready.
      
      It was solved by adding treatment for the case in which owe was set.
      OWE is not treated anymore in the same case as None.
      
      https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1521
      6d2fd0f7
  2. Feb 15, 2022
  3. Feb 08, 2022
  4. Feb 07, 2022
  5. Feb 04, 2022
  6. Feb 03, 2022
    • David Mohammed's avatar
      Merge pull request #4 from UbuntuBudgie/master · 34d0bf92
      David Mohammed authored
      sound: clear the value on level_bar when stream is empty
      34d0bf92
    • Hui Wang's avatar
      sound: clear the value on level_bar when stream is empty · 29ccbf97
      Hui Wang authored
      
      
      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: default avatarHui Wang <hui.wang@canonical.com>
      29ccbf97
    • David Mohammed's avatar
      Load keybindings installed by mutter · 06e31773
      David Mohammed authored
      Mutter also installs keybindings but to the GCC share folder.
      We need to read these as well as the keybindings in the BCC
      share folder. Closes #3
      06e31773
  7. Jan 25, 2022
  8. Jan 23, 2022
  9. Jan 21, 2022
  10. Jan 20, 2022
  11. Jan 19, 2022
  12. Jan 18, 2022
  13. Jan 17, 2022
  14. Jan 16, 2022
  15. Jan 15, 2022
    • David Mohammed's avatar
      Partial revert of gresource changes back to gnome · 667772dd
      David Mohammed authored
      gresources and their calls from c module files have to match
      where they don't we get either blank panels or segfaults
      This revert changes everything back to gnome - its no harm leaving
      at a value of gnome since resource files are not installed into
      locations conflicting with gnome-control-center
      667772dd
    • David Mohammed's avatar
      Add vendor logo support for the info-overview · d4c6707b
      David Mohammed authored
      Distro's can use LOGO="vendorname" in their /etc/os-release file.
      If this is not specified then "budgie-logo" is assumed for the LOGO name prefix.
      
      The chosen icon can be suffixed with "-flavor" for distros that are flavors of an overarching distro.
      Two icons can optionally be specified - one for a dark panel; a dark panel logo should be suffixed with "-dark".
      If no icon is found then the default budgie-desktop icon installed by
      budgie-control-center is chosen.
      
      Examples of a themed icon name:
      mydistro
      mydistro-dark
      mydistro-flavor
      mydistro-flavor-dark
      budgie-logo-flavor
      budgie-logo-flavor-dark
      budgie-logo
      budgie-logo-dark
      d4c6707b
  16. Jan 14, 2022
  17. Jan 13, 2022