Carlos Garnacho
b7f601344b
build: Depend on gsettings-desktop-schemas >= 3.31.0
...
This is necessary for the wacom output setting changes.
2018-12-11 13:25:50 +01:00
Peter Hutterer
008b1f68c8
common: fix udev-based device removal
...
libgudev allocs a new GUdevDevice object for each event, so the pointer value
for the 'add' udev event differs from the one for the 'remove' event. If we
use the pointer value as hash table key, we'll never remove the device.
Switch to use the syspath of the device instead, that one is unique per
device.
Fixes #309
2018-12-11 10:56:28 +10:00
Robert Ancell
fb09d9c090
printers: Use g_error_matches where appropriate
2018-12-10 10:13:28 +13:00
Matej Urbančič
fc58110dee
Updated Slovenian translation
2018-12-08 22:00:05 +01:00
Jeremy Bicha
35679c6877
mouse: Remove deprecated gdk_error_trap_push|pop calls
...
Replace with gdk_x11_display_error_trap_push|pop
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/20
2018-12-07 15:43:38 +00:00
Jeremy Bicha
3d686de41c
power: stop using deprecated up_client_get_devices
...
and bump required upower version to 0.99.8 which
introduced up_client_get_devices2
This is a follow-up from
https://gitlab.gnome.org/GNOME/gnome-control-center/merge_requests/82
2018-12-07 14:55:43 +00:00
Benjamin Berg
3cbe926f46
tests: Disable ATK as it is currently creating issues
2018-12-07 15:49:13 +01:00
Benjamin Berg
69c1f2242f
ci: Empty commit to rebuild fedora images
...
[skip ci]
2018-12-07 15:05:32 +01:00
Carlos Garnacho
07410fb2f8
wacom: Update to newer "output" setting
...
The semantics are pretty much the same for opaque tablets, not
much else to do here.
2018-12-06 14:45:40 +00:00
Daniel Mustieles
0540c7c42e
Updated Spanish translation
2018-12-04 16:34:16 +01:00
Adrien Plazas
063656de0d
privacy: Ellipsize the labels
...
This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Adrien Plazas
e9a5f87080
privacy: Simplify the rows' margins and spacing
...
Simplify the margins of the rows' items and diminish the spacing between
the elements of a row. This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Adrien Plazas
7437ac1fd1
privacy: Use a HdyColumn
...
This better adapts the panel's size to the window's size, allowing it to
look good on both large and narrow windows.
2018-11-29 00:48:16 +00:00
Adrien Plazas
e76fca5e6e
online-accounts: Ellipsize the labels
...
This will help the window to fit narrow screens even with long
application names.
2018-11-29 00:48:16 +00:00
Adrien Plazas
851cdc8eb3
online-accounts: Wrap the header label
...
This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Adrien Plazas
0d901e086d
online-accounts: Remove a hardcoded minimum width
...
This will help the window to fit narrow screens.
2018-11-29 00:48:16 +00:00
Adrien Plazas
8c92368e7c
online-accounts: Use a HdyColumn
...
This better adapts the panel's size to the window's size, allowing it to
look good on both large and narrow windows.
2018-11-29 00:48:16 +00:00
Adrien Plazas
60973f3a82
search: Ellipsize the labels
...
This will help the window to fit narrow screens even with long
application names.
2018-11-29 00:48:16 +00:00
Adrien Plazas
7679f29a7a
search: Use a HdyColumn
...
This better adapts the panel's size to the window's size, allowing it to
look good on both large and narrow windows.
2018-11-29 00:48:16 +00:00
Adrien Plazas
587ca5ce98
notifications: Ellipsize the labels
...
This will help the window to fit narrow screens even with long
application names.
2018-11-29 00:48:16 +00:00
Adrien Plazas
42d64e3baf
notifications: Use a HdyColumn
...
This better adapts the panel's size to the window's size, allowing it to
look good on both large and narrow windows.
2018-11-29 00:48:16 +00:00
Robert Ancell
983857e827
printers: Use g_clear_object with cancellable
...
Safer than g_object_unref.
Also remove explicit initialization to NULL - all values start as NULL.
2018-11-28 11:48:49 +00:00
Robert Ancell
dd9ddf4c9c
printers: Remove goto
...
Not necessary since the use of g_autoptr
2018-11-28 11:48:49 +00:00
Robert Ancell
241121fa20
printers: Use g_autoptr
2018-11-28 11:48:49 +00:00
Robert Ancell
9e0b40b549
printers: Check error parameter is valid
2018-11-28 11:48:49 +00:00
Robert Ancell
bf463f2662
printers: Use consistent GTask return pattern
2018-11-28 11:48:49 +00:00
Robert Ancell
e436cf1f60
printers: Remove unused variable
2018-11-28 11:48:49 +00:00
Robert Ancell
172ab6ef6c
printers: Fix incorrect g_task_run_in_thread reference usage
...
There is a reference held during this call so don't need to
explicitly unref inside the function.
2018-11-28 11:48:49 +00:00
Robert Ancell
4d20e682c2
printers: Remove unnecessary GSDData structure
2018-11-28 11:48:49 +00:00
Robert Ancell
323fee6d3b
printers: Replace deprecated GSimpleAsyncResult with GTask
2018-11-28 11:48:49 +00:00
Georges Basile Stavracas Neto
b85c97e5ee
ci: Expire flatpak bundle in 7 days
...
2 days it too short of a time range.
[skip ci]
2018-11-27 16:00:00 -02:00
Georges Basile Stavracas Neto
b41deef778
ci: Rename icons when building flatpak
...
They need to match the app id.
2018-11-27 15:59:03 -02:00
Georges Basile Stavracas Neto
c8380d292c
flatpak: Remove icon rename
...
Since the new icons landed, we follow the app id naming
convention properly.
2018-11-27 15:58:22 -02:00
Piotr Drąg
4c4735d1c4
Update POTFILES.skip
2018-11-26 19:32:33 +01:00
Adrien Plazas
943c90074c
wifi: Allow the panel to reach narrower sizes
2018-11-26 15:36:34 +01:00
Adrien Plazas
0ece578658
main: Init libhandy
...
This will allow to use libhandy's translations and to init its types.
2018-11-26 15:36:34 +01:00
Adrien Plazas
af58f4c6ed
build: Add libhandy-0.0 dependency
...
This is needed to access widgets to make the shell adaptive.
This also adds libhandy as a submodule and will make use of that version
if it isn't available otherwise.
2018-11-26 15:36:34 +01:00
Adrien Plazas
459fb91a84
flatpak: Add libhandy
...
This is needed as it is going to be used in the following commits.
2018-11-26 15:36:34 +01:00
Adrien Plazas
28de6f4c8a
Factorize dependecies initialization
...
Add initialize_dependencies() to factorize the dependecies
initialization functions for better readability as another dependency
to initialize will be added in a following commit.
2018-11-26 15:36:31 +01:00
Adrien Plazas
8201c369a2
Fix the style of main()'s prototype
2018-11-26 15:36:11 +01:00
Kristjan SCHMIDT
fbf3c5736b
Update Esperanto translation
2018-11-21 15:32:07 +00:00
Bastien Nocera
cad5f982c9
thunderbolt: Fix compile-time warning
...
The Thunderbolt panel warns about explicit_bzero() not being available
but never checked for it.
gnome-control-center/panels/thunderbolt/bolt-str.c: In function ‘bolt_erase_n’:
gnome-control-center/panels/thunderbolt/bolt-str.c:33:4: warning: #warning no explicit bzero, using fallback [-Wcpp]
#warning no explicit bzero, using fallback
^~~~~~~
Closes : #286
2018-11-21 14:25:14 +01:00
Robert Ancell
1b70273221
power: Fix device label alignment
...
Should be left-aligned, previously it was centered
2018-11-21 12:11:20 +13:00
Kristjan SCHMIDT
c4747fa960
Update Esperanto translation
2018-11-20 21:49:09 +00:00
Georges Basile Stavracas Neto
24a5bad48d
panel-list: Fix back button after search
...
This is a fallout from commit b02bc2a935
. It was missing
the check for search.
2018-11-19 00:07:12 -02:00
Georges Basile Stavracas Neto
7bcab0f527
ci: Add gcovr
...
[skip ci]
2018-11-18 23:40:50 -02:00
Georges Basile Stavracas Neto
1c97796646
ci: Fix typo in variable value
2018-11-18 23:31:28 -02:00
Georges Basile Stavracas Neto
7027ac788a
ci: Point to new images again
...
This reverts commit 8f29cd019d
.
2018-11-18 23:30:09 -02:00
Georges Basile Stavracas Neto
8f29cd019d
Revert "ci: Point to new images"
...
This reverts commit f7cb1e16cd
.
Temporarily use the old images, to build the new ones correctly.
[skip ci]
2018-11-18 22:54:52 -02:00
Georges Basile Stavracas Neto
9a66e61d55
ci: Add libasan to image
...
[skip ci]
2018-11-18 22:50:08 -02:00