summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Hungarian translationBalázs Meskó2019-02-021-5/+4
|
* Update Friulian translationFabio Tomat2019-02-021-584/+919
|
* Update Hungarian translationBalázs Meskó2019-02-021-1783/+2215
|
* ci: Remove custom gsettings-desktop-schemaGeorges Basile Stavracas Neto2019-01-311-1/+0
| | | | | | | We already have a release in Rawhide, no need to keep the custom build around anymore. [skip ci]
* ci: Trigger image buildGeorges Basile Stavracas Neto2019-01-310-0/+0
| | | | [skip ci]
* ci: Add gsound to imagesGeorges Basile Stavracas Neto2019-01-313-3/+3
| | | | It's a dependency of the new Sound panel.
* Update POTFILES.inPiotr Drąg2019-01-301-0/+2
|
* thunderbolt: react to security level changesChristian Kellner2019-01-301-0/+8
| | | | | | | | | Listen for security level changes, which in theory should not really happen at all with the exception that on hardware where force power is not support and boltd has not yet seen the thunderbolt controller because it was powered down. Then we should get an initial change from 'unknown' to the real level. Handle it in the same way that as if boltd was restarted, i.e. the dbus name owner changed
* thunderbolt: specific message for unknown securityChristian Kellner2019-01-301-1/+1
| | | | | | | | | | | | If bolt cannot determine the security level, which in theory should never happen[1] the standard no-thunderbolt message seems not entirely appropriate. Instead show a different message that is more tailored to this unusual case. [1] The following (unlikely) reasons would invoke such a scenario: - new security level not supported by boltd - old hardware with not force-power support and the thunderbolt controller has not yet been powered up
* thunderbolt: plug leak when name owner changesChristian Kellner2019-01-301-1/+1
| | | | | | Should not happen very often in the real world, but ever time the name owner changed (i.e. boltd was restarted) the name_owner variable was leaked.
* printers: Fix GCancellable leakRobert Ancell2019-01-301-5/+1
| | | | Use the dialog cancellable instead of leaking one each time the PPD is set.
* printers: Use dialog cancellable in async callRobert Ancell2019-01-301-1/+1
| | | | Otherwise this could crash if the dialog is destroyed before the PPD is set.
* printers: Use a single GCancellable for PpDetailsDialogRobert Ancell2019-01-301-15/+8
| | | | | The cancellable is only used to cancel when the dialog is destroyed, so you can share it for all calls.
* printers: Use self variable to match coding styleRobert Ancell2019-01-3014-1242/+1191
|
* printers: Don't initialize variable that defaults to correct valueRobert Ancell2019-01-301-1/+0
|
* printers: Replace ifdefs with #pragma onceRobert Ancell2019-01-3019-75/+20
|
* printers: Simplify finalize/dispose methodsRobert Ancell2019-01-308-184/+70
| | | | Use g_clear_* functions to simplify code and ensure values are set to NULL after freeing.
* printers: Replace GObject boilerplace with G_DECLARE_TYPERobert Ancell2019-01-3028-1499/+1006
|
* Update Catalan translationJordi Mas2019-01-291-1827/+2284
|
* info: Ellipsize the overview labelsAdrien Plazas2019-01-291-0/+7
| | | | This allows the panel to reach narrower widths.
* info: Adapt the indentationAdrien Plazas2019-01-291-322/+322
| | | | | | This adapts the indentation of the children of HdyColumn, which were deliberately left intact in the previous commit to make it more readable.
* info: Add a scrolled window and a column to the overviewAdrien Plazas2019-01-291-4/+20
| | | | | | | | This will allow the panel to reach smaller sizes. This deliberately doesn't adapt the indentation of the contained widget to help this commit to be more readable and easier to review, it will be adapted in the next commit.
* display: Use a HdyColumnAdrien Plazas2019-01-291-34/+7
| | | | This allows the panel to better adapt to the available width.
* display: Rewrite as a template widgetBenjamin Berg2019-01-294-1041/+1042
|
* display: Hookup new CcDisplaySettingsBenjamin Berg2019-01-291-855/+87
|
* display: Add settings widget for output configurationBenjamin Berg2019-01-295-1/+911
| | | | This widget now uses libhandy for the rows.
* common: Add CcValueObject until HdyValueObject is availableBenjamin Berg2019-01-293-0/+301
| | | | | libhandy now has HdyValueObject, this simply copies the class over as it will only become available in libhandy 0.8.
* display: Allow config to be modified in arrangement widgetBenjamin Berg2019-01-292-35/+63
|
* display: Add helper that returns the monitor name as new stringBenjamin Berg2019-01-292-0/+7
|
* display: Move setter for cloning mode into CcDisplayConfigBenjamin Berg2019-01-293-17/+22
| | | | It will be used from multiple files in the future.
* display: Redraw arrangement widget after monitor selection changeBenjamin Berg2019-01-291-0/+2
|
* display: Chain up CcDisplayConfig finalize handlerBenjamin Berg2019-01-291-0/+2
|
* display: Chain up CcDisplayArrangement finalize handlerBenjamin Berg2019-01-291-0/+2
|
* display: Add missing finalize handler for CcDisplayMonitorBenjamin Berg2019-01-291-0/+16
| | | | This caused the UI related strings to be leaked.
* display: Fix leak in night light dialogBenjamin Berg2019-01-291-5/+6
|
* display: Compare configurations without monitor offsetBenjamin Berg2019-01-291-0/+3
| | | | | | | | | When comparing configurations, the monitor positions are compared directly. This comparison will not work properly if one of the configurations has an offset. This results in the "Apply" button to show up incorrectly after moving the top/left monitor position.
* mouse: Don't use a separate box for touchpad switchJeremy Bicha2019-01-292-18/+32
| | | | | | | | The Touchpad section looks like a single listbox so let's handle it that way too. This eliminates an unnecessary split in the touchpad section that is noticeable when navigating with a keyboard.
* mouse: fix misplaced mnemonic labelsJeremy Bicha2019-01-291-2/+2
|
* color: Make the row labels ellipsizableAdrien Plazas2019-01-292-0/+4
| | | | This better allows to better handle a narrow window.
* color: Use a HdyColumnAdrien Plazas2019-01-291-28/+7
| | | | This helps the panel to fit in narrower windows.
* datetime: Use HdyActionRowAdrien Plazas2019-01-291-270/+47
| | | | This better handles the available space and simplifies the code.
* datetime: Use a scrolled window and a columnAdrien Plazas2019-01-291-300/+316
| | | | | This better allows to handle short windows and better handle the available width.
* connection-editor: Use GtkTemplateAdrien Plazas2019-01-277-111/+76
|
* Updated Lithuanian translationAurimas Černius2019-01-271-1791/+2331
|
* Update Galician translationFran Dieguez2019-01-261-1663/+2231
|
* Update Greek translationTom Tryfonidis2019-01-241-119/+21
|
* Update French translationAlexandre Franke2019-01-241-367/+360
|
* Update Greek translationEfstathios Iosifidis2019-01-241-1780/+2368
|
* Update Greek translationTom Tryfonidis2019-01-221-72/+67
|
* user-accounts: Allow ‘Remove User’ button to be focusedPhilip Withnall2019-01-221-1/+1
| | | | | | | Otherwise it isn’t included in the tab focus cycle, and can’t be navigated to with the tab key. Signed-off-by: Philip Withnall <withnall@endlessm.com>