summaryrefslogtreecommitdiff
path: root/panels
Commit message (Expand)AuthorAgeFilesLines
* user-accounts: Simplify render_user_icon functionRobert Ancell2021-01-081-23/+23
* user-accounts: Use consistent whitespaceRobert Ancell2021-01-081-2/+1
* user-accounts: Use g_autoptr/g_autofreeRobert Ancell2021-01-089-382/+194
* power: Use GtkBuilder for CcPowerProfileRowRobert Ancell2021-01-065-119/+131
* power: Remove properties and use simpler constructorRobert Ancell2021-01-061-138/+54
* power: Use self variable naming styleRobert Ancell2021-01-065-65/+65
* wifi-connection-row: Fix alignment of wifi nameMohammed Sadiq2020-12-221-1/+1
* keyboard: Right align shortcutIan Douglas Scott2020-12-182-16/+24
* keyboard: Use "+" row at end of custom shortcuts, not another boxIan Douglas Scott2020-12-182-52/+58
* keyboard: Use HdyActionRow for shortcut/categoryIan Douglas Scott2020-12-184-79/+37
* keyboard: Display shortcut for switching input sourceIan Douglas Scott2020-12-182-1/+44
* keyboard: Change wording for switch input sourceIan Douglas Scott2020-12-181-1/+1
* region: "Language" and "Format" headers and descriptionsIan Douglas Scott2020-12-182-6/+68
* keyboard: change margins of CcInputRow to better fit keyboard panelIan Douglas Scott2020-12-181-2/+2
* keyboard: Add margins between sections, like other panelsIan Douglas Scott2020-12-181-0/+3
* keyboard: Use HdyClamp to expand similarly to other panelsIan Douglas Scott2020-12-181-16/+13
* Move input sources from region panel to keyboard panelIan Douglas Scott2020-12-1825-421/+160
* keyboard: Compose keyIan Douglas Scott2020-12-182-14/+87
* keyboard: Do not call gtk_grab_{add,remove} in shortcut editorIan Douglas Scott2020-12-181-4/+0
* keyboard: Move keyboard shortcuts configuration to a dialog windowIan Douglas Scott2020-12-189-636/+1200
* network: Remove duplicate listRobert Ancell2020-12-171-10/+13
* network: Don't explicitly disconnect signals that are automatically disconnec...Robert Ancell2020-12-171-4/+0
* network: Show spinner instead of delaying dialogRobert Ancell2020-12-177-20/+12
* network: Set transient window from outside NetConnectionEditor constructorRobert Ancell2020-12-176-33/+13
* display:Fix null pointer dereferencevitorramos2020-12-131-0/+4
* common: Remove unused CcListBox and CcListBoxRowRobert Ancell2020-12-142-49/+0
* color: Search path for gcm-viewer/gcm-calibrate rather than rely on exact loc...Robert Ancell2020-12-132-8/+4
* info-overview: Search path for gnome-software rather than rely on exact locationRobert Ancell2020-12-132-9/+11
* thunderbolt: Remove unused BINDIR defineRobert Ancell2020-12-131-4/+0
* power: Move general UI into GtkBuilder fileRobert Ancell2020-12-132-154/+158
* power: Move power saving UI into GtkBuilder fileRobert Ancell2020-12-132-316/+598
* power: Move power profile UI into GtkBuilder fileRobert Ancell2020-12-132-47/+67
* power: Move device UI into GtkBuilder fileRobert Ancell2020-12-132-58/+59
* power: Move battery UI into GtkBuilder fileRobert Ancell2020-12-132-95/+96
* power: Move GtkSizeGroups into GtkBuilder fileRobert Ancell2020-12-132-12/+25
* power: Use GTK widget typesRobert Ancell2020-12-132-63/+59
* power: Fix battery percentage control not showing on mobile devices.Robert Ancell2020-12-131-4/+3
* printers: Make PpJobRow widgetRobert Ancell2020-12-146-98/+257
* printers: Clear up use of gpointer valueRobert Ancell2020-12-141-3/+3
* network: Make CENetmaskEntryRobert Ancell2020-12-114-49/+189
* network: Make CEIPAddressEntryRobert Ancell2020-12-115-98/+186
* network: Use g_autoptr with GListRobert Ancell2020-12-112-65/+36
* network: Remove logic checking visibility of always visibile widgetRobert Ancell2020-12-111-5/+3
* notifications: Move adjustment widget into GtkBuilder fileRobert Ancell2020-12-112-4/+5
* keyboard: Remove unused CcKeyboardOption.Robert Ancell2020-12-115-529/+0
* fingerprint-dialog: Use auto-cleanup to manage removal of dialog statesMarco Trevisan (Treviño)2020-12-111-6/+41
* fingerprint-dialog: Use exact comparision on all the dbus errorsMarco Trevisan (Treviño)2020-12-111-2/+2
* fingerprint-dialog: Use more user friendly errors when showing them to userMarco Trevisan (Treviño)2020-12-111-17/+47
* fingerprint-dialog: Handle the 'enroll-disconnected' error properlyMarco Trevisan (Treviño)2020-12-111-3/+11
* fingerprint-dialog: Add generic dialog actions state trackingMarco Trevisan (Treviño)2020-12-111-36/+97