Commit graph

562 commits

Author SHA1 Message Date
Felipe Borges
8c7d999bf6 po: Add cc-desktop-sharing-page.ui to POTFILES.in
https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2337#note_2036704
2024-03-03 21:02:37 +04:00
Ray Strode
1e2ef0ff83 po: Update POTFILES.in
The recent remote desktop subpanel work added several new
strings in new files.

Those strings need to be in POTFILES.in
2024-03-03 12:34:19 +00:00
Felipe Borges
a351b8b69c po: Add new enterprise login dialog files to POTFILES.in 2024-02-29 07:51:42 +00:00
Matthijs Velsink
b0ce59a02c po: Remove POTFILES.in entry after GOA changes
Commit 08c51127 (!2039) removed gnome-control-center-goa-helper.c, but
forgot to remove the POTFILES.in entry.

This fixes that.

Fixes #2893
2024-02-13 13:09:10 +00:00
Matthijs Velsink
3ca34ff2dd po: Fix POTFILES.in for the "Remote Login" move
Commit c0c357c3 (!2211) moved the "Remote Login" code to the System
Panel, but did not change the POTFILES.in entries.

This fixes that.
2024-02-13 13:09:10 +00:00
Peter Hutterer
ad63caf442 wacom: Switch to using a dialog for stylus button assignments
This moves the wacom stylus button assignments from a dropdown to an
external dialog, in preparation for adding keyboard shortcuts to this
list.
2024-02-11 08:48:37 +01:00
Matthijs Velsink
a8148b408c sound: Add tooltips to all speaker test buttons
With this change, Orca now reads the word
"speaker", for example: "Front Left Speaker push button"
instead of "Front Left push button".

Also, remove the a11y labels because Orca also reads
tooltips.
2024-02-08 01:44:59 -03:00
Felipe Borges
30f10becda Add "fingerprint-strings.h" to POTFILES.skip
This reverts commit def9fff85e.

libhandy is not longer a subproject, so also dropped.

Fixes #2871
2024-01-30 18:18:28 +01:00
Bharat
def9fff85e po: Add missing potfiles
fingerprint-strings.h missing in POTFILES.in

Add panels/system/users/fingerprint-strings.h to POTFILES.in (line:239)

Fixes #2871
2024-01-30 13:25:33 +00:00
Felipe Borges
34a42e6e9f po: Fix typo in POTFILES.in 2024-01-12 14:30:18 +01:00
Felipe Borges
d52ec68f8d system: Add "Users" panel
This moves the UserAccounts panel to a page in the System panel.

This simplifies a lot of the existing code in the UserAccounts panel.

I did minimal changes to the sub dialogs so that those can be touched
in following changes, making it easier to review this one alone.

The main panel widget is now CcUsersPage, and is an AdwNavigationView
widget that has a default "current_user_page" page. Each page is a
CcUserPage (careful with the one-character difference between these
two classes).

Each CcUserPage has an associated ActUser object.
2024-01-08 13:59:26 +01:00
Automeris naranja
7c865408c7 po: Add location-page.c to POTFILES.in
Otherwise the new strings from 05b9fcd85e
will be left untranslated.
2024-01-02 08:43:32 +00:00
velsinki
63995f7354 po: Remove background file from POTFILES.in
Commit 94513252 removed the unused bg-colors-source files from the
Appearance (background) panel, but forgot to delete the entry from
POTFILES.in as well.
2024-01-02 08:41:30 +00:00
Sabri Ünal
018a56aa83 data: Add missing files to POTFILES.in
Add missing files containing translatable strings to POTFILES.in

- panels/network/connection-editor/bluetooth-page.ui
- panels/network/connection-editor/ce-page-bluetooth.c
- panels/network/net-device-bluetooth.c

Fixes: #2762
Part-of: <https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/2050>
2023-11-23 05:31:22 +00:00
Piotr Drąg
afde1d37ef Update POTFILES.in 2023-11-04 12:45:56 +01:00
Piotr Drąg
e84c914011 Update POTFILES.in 2023-10-07 16:42:26 +02:00
Robert Ancell
058c9b3d6f applications: Replace snapd-glib with a native implementation
This has some advantages:
- Removes the conditional compilation requirement, which makes testing easier.
- Allows all distributed versions of Settings to have snap support without them supporting snapd-glib.
- Makes it faster to update Settings for Snap features without waiting on snapd-glib releases.

Note that the snap support is only invoked if you have snaps installed.

Downsides:
- Some additional code in Settings. This is manageable as Settings doesn't need much snap information.
  libsoup2 didn't support HTTP over Unix domain sockets and would have been too much to support in Settings.
  libsoup3 does support this which makes this possible.
- We no longer share code with snapd-glib, so any future changes will have to be made in multiple places.
  snapd has a stable API and multiple active clients so this is not likely to be a major concern.
2023-10-04 01:35:56 +00:00
Felipe Borges
9843d275d7 po: Update POTFILES.in with the latest changes in the Apps panel
The Apps panel now contains pages that used to be panels (Default
Apps and Removable Apps).

This POTFILES.in update allows for translators to translate the
strings in these files.
2023-09-22 10:43:19 +00:00
Sabri Ünal
0343b062af data: add missing wireguard-peer.ui to POTFILES.in
This patch adds missing wireguard-peer.ui in POTFILES.in
2023-09-18 10:17:48 +00:00
Piotr Drąg
c9d791018b Update POTFILES.in 2023-08-25 17:54:16 +02:00
Marco Melorio
005a1d49dd Update POTFILES.in 2023-08-06 14:11:08 +00:00
Cyber Phantom
8049135849 info-overview: Introduce CcSystemDetailsWindow
Introduce a new widget that will be used for displaying System Information in the about section
2023-07-17 09:25:26 +00:00
Felipe Borges
a25697c2bc po: Add shell/cc-panel.ui file to POTFILES.in
Commit 266c55715a added a translatable
string to shell/cc-panel.ui file but the file wasn't marked for
translations.
2023-07-03 02:21:54 +00:00
Felipe Borges
eaaafb034b po: Add cc-list-row-info-button.ui to POTFILES.in
There's a translatable accessibility string in this file.
2023-05-16 13:32:21 +00:00
Felipe Borges
15145bd20e universal-access: Make Hearing page string translatable
Fixes #2457
2023-04-25 07:00:06 +00:00
Piotr Drąg
085301bbcc Update POTFILES.in 2023-03-25 17:22:10 +01:00
Piotr Drąg
0292f3a00e Update POTFILES.in 2023-02-18 13:28:23 +01:00
Anders Jonsson
53d5fb4a6e Update POTFILES.in 2023-01-23 15:57:35 +01:00
Anders Jonsson
886aa5772f Update POTFILES.in 2023-01-04 18:21:18 +00:00
Lubomir Rintel
6c26647154 network: replace wireless-security with libnma's NMAWs
panels/network/wireless-security is essentially an old fork of the part
of nm-connection-editor that is now part of libnma.

The UI elements provided by libnma adhere to the same look as the rest
of gnome-control-center for quite some time now. The functinality they
implement the same functionality and more. In particular, libnma uses
Gcr to provide Smart Card access for keys and certificates.

https://bugzilla.redhat.com/show_bug.cgi?id=1992836
2022-11-30 13:40:09 +01:00
Piotr Drąg
9560fb6990 Update POTFILES.in 2022-11-26 13:24:53 +01:00
Mohammed Sadiq
824891338d network: Remove old network proxy code 2022-11-15 12:33:51 +00:00
Mohammed Sadiq
82bf61580e network: Implement new proxy settings design
This commit adds a proxy page as per the design
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/network/network-wires.png
2022-11-15 12:33:51 +00:00
Jake Dane
89443fe550 desktop: Remove obsolete Bugzilla entries
The `X-GNOME-Bugzilla-*` entries were for use by bug-buddy, a GNOME 2
technology that's been gone for over a decade. These entries are
obsolete and can be removed from all desktop files.

The `X-GNOME-Settings-Panel` entry is also obsolete as far as I can
tell and only these panels had it in their desktop file: notifications,
sharing, sound and user-accounts. These entries can also be removed.

After removing the `X-GNOME-Bugzilla-*` entries, the desktop files have
no more variables in them. The meson `configure_file` step is therefor
pointless—there are no variables to configure. As such the
`*.desktop.in.in` files are renamed to `*.desktop.in` to reflect this
and `meson.build` files are modified to remove `configure_file` step.
2022-10-20 13:20:09 +00:00
Piotr Drąg
1aa9e87ff8 Update POTFILES.in 2022-08-20 14:20:09 +02:00
Piotr Drąg
df653e3129 Update POTFILES.in 2022-07-29 16:25:16 +02:00
Kate Hsuan
69598b9e08 Add Firmware Security panel
The Firmware Security panel exposes the host security levels
and details. The information is generated by fwupd. The panel
also exposes hardware configuration changes to pinpoint the
configuration changing time.

Currently this panel shows:

 - HSI and secure boot status
 - Details of HSI and secure boot
 - Configuration changelog
 - Digested security level
 - Extended protection
2022-06-27 13:53:30 -03:00
Piotr Drąg
5d89ef3723 Update POTFILES.in 2022-06-25 12:46:57 +02:00
Piotr Drąg
1e6e77e07d Update POTFILES.in 2022-06-17 12:54:54 +02:00
Piotr Drąg
c09c25805b Update POTFILES.in 2022-05-15 13:36:12 +02:00
Robert Ancell
32a807b964 online-accounts: Add CcOnlineAccountProviderRow 2022-05-11 14:49:12 +12:00
Piotr Drąg
abbf8f0734 Update POTFILES.in 2022-02-26 13:19:11 +01:00
Ivan Molodetskikh
3ecc151061 keyboard: Remove 01-screenshot.xml
Move this to gnome-shell where it belongs. See
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2107
2022-02-12 12:18:29 +00:00
Piotr Drąg
ee093c58ec Update POTFILES.in 2022-02-03 18:22:47 +01:00
Piotr Drąg
e09fb73cf6 Update POTFILES.in 2022-01-29 14:09:59 +01:00
Piotr Drąg
0a218e76fb Update POTFILES.in 2022-01-22 14:25:59 +01:00
Georges Basile Stavracas Neto
07acd70c62 po: Adjust files after the great renaming 2022-01-21 13:08:50 +00:00
Georges Basile Stavracas Neto
acd59aec65 Rename app-id to org.gnome.Settings
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 https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/344
2022-01-21 13:08:50 +00:00
Georges Basile Stavracas Neto
946417990c online-accounts: Port to GTK4
This is a massive rewrite of the panel. Because we can't have
nice things and WebKit2GTK for GTK4 won't be ready in time,
rework the panel to spawn a new subprocess with a dialog that
handles online accounts - both creation and editing.
2022-01-17 19:42:10 -03:00
Christopher Davis
0af1937d4d universal-access: Inline Sound Keys dialog
This can also be replaced with a simple switch
in an AdwActionRow.
2022-01-05 22:06:37 +00:00