- 03 Dec, 2020 4 commits
-
-
Sebastian Krzyszkowiak authored
Add new about page design See merge request !5
-
Mohammed Sadiq authored
This is based on the design at https://teams.pages.gitlab.gnome.org/Design/web-experiments/settings/about loosly based on https://gitlab.gnome.org/GNOME/gnome-control-center/-/commit/8821a37ed2b2914361ffc7a28a29357ac758a043
-
Sebastian Krzyszkowiak authored
user-panel: Hide automatic login switch Closes #102 See merge request !16
-
Mohammed Sadiq authored
Fix mobile data See merge request !17
-
- 02 Dec, 2020 1 commit
-
-
Dylan Van Assche authored
-
- 19 Nov, 2020 1 commit
-
-
Mohammed Sadiq authored
Fixes #102
-
- 13 Oct, 2020 2 commits
-
-
Mohammed Sadiq authored
online-accounts: Make edit account dialog resizable See merge request !14
-
Alexander Mikhaylenko authored
Allow the downstream fork of GTK to maximize it.
-
- 15 Sep, 2020 5 commits
-
-
Guido Gunther authored
Make display page adaptive and show it Closes #55 See merge request Librem5/gnome-control-center!13
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
So that it fits smaller screens well
-
Mohammed Sadiq authored
So that they fit better on small screens
-
Mohammed Sadiq authored
This page isn't mobile friendly yet
-
- 19 Jul, 2020 1 commit
-
-
Mohammed Sadiq authored
wwan: Fix signal strength display when extended signal retrieval is disabled See merge request !12
-
- 06 Jul, 2020 1 commit
-
-
Sebastian Krzyszkowiak authored
MMModemSignal interface is used to retrieve extended signal information that requires periodic polling. Therefore, it needs to be manually enabled in order to use. There if a fallback to use mm_modem_get_signal_quality when MMModemSignal interface is unavailable, but it didn't check whether it's actually enabled, leaving the UI with empty label.
-
- 26 Mar, 2020 1 commit
-
-
Guido Gunther authored
notifications: fix feedback profiles See merge request Librem5/gnome-control-center!9
-
- 25 Mar, 2020 1 commit
-
-
Arnaud Ferraris authored
This patches fixes the feedback profile names for 'silent' and 'quiet' which were previously inverted.
-
- 16 Mar, 2020 2 commits
-
-
Guido Gunther authored
notifications: Add Feedback settings Closes #114 See merge request Librem5/gnome-control-center!8
-
Mohammed Sadiq authored
Fixes #114
-
- 21 Feb, 2020 2 commits
-
-
Mohammed Sadiq authored
Lower WWAN DNS Priority Closes OS-issues#130 See merge request !6
-
Kyle Rankin authored
Fixes Librem5/OS-issues#130 The current DNS priority settings for WWAN were set far too low. Most connections (including WiFi) do not set DNS priority (set to 0) and per https://developer.gnome.org/NetworkManager/stable/nm-settings.html : "A lower value is better (higher priority). Zero selects a globally configured default value. If the latter is missing or zero too, it defaults to 50 for VPNs and 100 for other connections." By setting both the "low" and "high" settings to 15 and 20 respectively, the WWAN DNS servers were always appearing above WiFi, even though WiFi had routing priority. This caused latency and other problems when the wwan connection was slow because the system would query those DNS servers before WiFi ones. Beyond that, it would even cause WWAN to override VPN DNS settings which isn't what we want. This change puts the "low priority" setting above the default 100 that connections get when they don't otherwise set a priority, and the "high priority" slightly below 100. I did this instead of setting the values to 0 because I noticed that NM doesn't seem to be aware it should prioritize WiFi in that case so WWAN DNS servers were still sometimes taking precedence.
-
- 27 Jan, 2020 3 commits
-
-
Guido Gunther authored
password: Alllow passwords with at least 6 digit See merge request Librem5/gnome-control-center!4
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
- 25 Jan, 2020 2 commits
-
-
Mohammed Sadiq authored
Add gitlab-ci to build deb packages See merge request !3
-
Mohammed Sadiq authored
An excact copy of https://source.puri.sm/guido.gunther/gnome-online-accounts/blob/libremone-sloppy/.gitlab-ci.yml
-
- 13 Jan, 2020 2 commits
-
-
Mohammed Sadiq authored
We don’t want this on librem5 where there is no hardware keyboard. Also, as the window is too big, we might want something else even with keyboard on librem5 Fixes #96
-
Mohammed Sadiq authored
This is not handled by settings on librem5 Fixes #92
-
- 31 Dec, 2019 1 commit
-
-
Mohammed Sadiq authored
-
- 30 Dec, 2019 1 commit
-
-
Mohammed Sadiq authored
Fixes Librem5/gnome-control-center#85
-
- 16 Dec, 2019 10 commits
-
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
On librem5 it's not much interesting to show subpanels first
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Mohammed Sadiq authored
-
Julian Sparber authored
-
Mohammed Sadiq authored
When creating a Page, the dialog variable wasn't set and thus dereferencing a NULL in a later code resulting a crash.
-
Mohammed Sadiq authored
The panel supports 2G/3G/4G GSM/LTE modems. CDMA2000 Modems are not supported. If a supported modem is present, the panel will be shown and the modem will be handled, else, network-panel shall manage the modem as it did in the past. If more than one modem with data enabled is present, the user is allowed to set priority of one SIM over the other (the priority is for SIM, not modem). Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/issues/132
-
Mohammed Sadiq authored
This doesn't make any difference when the UI isn't folded. Otherwise (Eg., on small screens) the sidebar will be shown first instead of some panel.
-
Mohammed Sadiq authored
-