summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* universal-access: Split pointing dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split typing dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split cursor blinking dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split repeat keys dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split visual alerts dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split sound keys dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split screen reader dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Split cursor size dialog into its own widgetRobert Ancell2020-11-111-0/+1
|
* universal-access: Rename ZoomOptions to standard CcZoomOptionsDialogRobert Ancell2020-11-111-2/+2
|
* power: Add "Power Mode" sectionwip/hadess/power-profilesBastien Nocera2020-10-291-0/+1
| | | | | | | | Use power-profiles-daemon[1] to implement switchable power profiles. The performance profile will only be available on systems which provide this functionality. [1]: https://gitlab.freedesktop.org/hadess/power-profiles-daemon
* keyboard: replace CcAltCharsKeyDialog with a generic XkbModifierDialogIan Douglas Scott2020-10-191-1/+1
| | | | | | | | | Previously, there were multiple redundant lists of possible values for this setting. This uses one struct to define not only all the possible values, but also anything specific to the alternate characters key, so this can be used for other modifiers. This also changes the style of the dialog to use a GtkListBox.
* power: Refactor battery row code into a `CcBatteryRow` typeIan Douglas Scott2020-10-141-0/+1
| | | | | | | | | | | | | | `set_primary()` and `add_primary()` had a lot of redundant code. This unifies them, and moves them to a custom widget called `CcBatteryRow`. This also decreases the somewhat excessive size of `cc-power-panel.c`, and makes it easier to see the layout of widgets, now that it's specified in xml. Before this, `warning-battery-offset` was set to `0.03` for a "primary" battery, and `0.05` otherwise. I expect this is a bug, so I've changed both to `0.03`. No other style or behavior change is intended.
* Update POTFILES.inPiotr Drąg2020-09-261-0/+2
|
* Update POTFILES.inPiotr Drąg2020-09-191-4/+3
|
* region: Move preview of format to a widgetIan Douglas Scott2020-09-151-0/+2
|
* user-accounts: Implement new designed fingerprint dialogMarco Trevisan (Treviño)2020-06-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Implement the new designed interface for fingerprint enrollment, so that the dialog is now based on a stack of views: - A list of devices to choose (shown only if multiple are available) - A gallery of enrolled prints available where manage them - An enrollment progress view when enrolling a new finger Move part of the logic into a new FingerprintManager (to manage gdbus proxies generated via gdbus-codegen) that is created when configuring the current user and that tracks the devices states, while move most of the UI into a new CcFingerprintDialog that does all the operations in async way. Due to fprintd lack of APIs, there are few features missing, compared to the final design (none is a regression): - Identify the finger when the enroll dialog is visible - Delete a single fingerprint - Highlight the finger when the sensor is touched during enrollment - Add customized labels to fingerprints - Devices hotpluging However most of the code has been written considering these, and so they could be easily implemented in future re-iterations once newer APIs are defined for such bits. Closes https://gitlab.gnome.org/Teams/Design/settings-mockups/-/issues/18
* Update POTFILES.inPiotr Drąg2020-06-161-0/+2
|
* applications: Use new snapd-glib API for labelling Snap interfacesRobert Ancell2020-04-161-1/+0
| | | | | This removes the need to put translated strings in g-c-c, and allows them to be shared between multiple applications that use Snaps.
* sound: Remove unused filesRobert Ancell2020-03-191-1/+0
| | | | These were accidentally added as part of ths sound panel redesign.
* printers: Convert jobs dialog to use GtkTemplateRobert Ancell2020-01-281-1/+1
|
* Update POTFILES.inPiotr Drąg2020-01-061-0/+1
|
* applications: Show snap interface controlsRobert Ancell2019-12-181-0/+1
|
* Update POTFILES.inPiotr Drąg2019-11-111-0/+1
|
* Update POTFILES.inPiotr Drąg2019-11-081-4/+15
|
* network: Rename NetDeviceSimple to NetDeviceBluetoothRobert Ancell2019-11-061-1/+1
| | | | It's only being used for bluetooth connections.
* update POTFILES.inMohammed Sadiq2019-09-171-0/+2
| | | | These files were introduced in 642be837984210b3683ccb1d6e3802854fdea02a
* Update POTFILES.inPiotr Drąg2019-09-101-1/+0
|
* printers: Make .ui filename match the .c filenameRobert Ancell2019-09-101-1/+1
|
* printers: Make .ui filename match the .c filenameRobert Ancell2019-09-101-1/+1
|
* mouse: Merge CcMouseProperties into CcMousePanelRobert Ancell2019-09-101-2/+0
|
* mouse: Rename CcMouseTest files to match class nameRobert Ancell2019-09-101-2/+2
|
* mouse: Make a GtkTemplate for the panelRobert Ancell2019-09-101-1/+2
|
* bluetooth: Move all UI into the GtkTemplateRobert Ancell2019-09-091-1/+0
|
* keyboard: Make .ui filename match the .c filenameRobert Ancell2019-09-091-1/+1
|
* search: Make .ui filename match the .c filenameRobert Ancell2019-09-091-1/+1
|
* color: Make .ui filename match the .c filenameRobert Ancell2019-09-091-1/+1
|
* sharing: Make .ui filename match the .c filenameRobert Ancell2019-09-091-1/+1
|
* info: Rename info panel to info-overview for consistencyRobert Ancell2019-09-091-3/+3
|
* info: Split removable-media into its own panelRobert Ancell2019-09-091-3/+3
|
* info: Split default-apps into its own panelRobert Ancell2019-09-091-2/+2
|
* Update POTFILES.inPiotr Drąg2019-08-061-0/+1
|
* Update POTFILES.inPiotr Drąg2019-06-161-2/+2
|
* Update POTFILES.inPiotr Drąg2019-05-311-1/+3
|
* background: Rename ui file to cc-background-panel.uiGeorges Basile Stavracas Neto2019-05-301-1/+1
|
* night-light: set screen temperature strings as translatableSebastien Bacher2019-04-091-0/+1
| | | | Fixes #437
* Update POTFILES.inPiotr Drąg2019-02-261-0/+1
|
* Update POTFILES.inPiotr Drąg2019-02-061-1/+3
|
* sound: Rename new sound panel to replace old oneRobert Ancell2019-02-071-8/+8
|
* sound: Remove old panelRobert Ancell2019-02-071-10/+0
| | | | This has been replaced with a new implementation that uses the new designs.
* sound: Create new sound panel that uses the updated designRobert Ancell2019-02-071-0/+8
| | | | | | | | | | | | Use the new designs: https://wiki.gnome.org/Design/SystemSettings/Sound The existing panel was very old and had a very traditional layout that didn't align with the new designs. Initialy this patch modified existing elements of the old panel but the change was so great that new widgets were written. Some of the widgets have algorithms taken from the old panel. The sound files and icons are from the old panel.