Commit graph

18939 commits

Author SHA1 Message Date
Fabio Tomat
9d813c76b3 Update Friulian translation
(cherry picked from commit cbeef5f597)
2019-09-26 14:23:29 +00:00
Dušan Kazik
268be2ea6f Update Slovak translation
(cherry picked from commit db21fcbace)
2019-09-26 07:53:27 +00:00
Robert Ancell
74740f5001 info-overview: Use GTK widget types 2019-09-25 13:50:28 +00:00
Robert Ancell
6815787012 info-overview: Simplify UDisks code
The client was stored in the class, but only used once at the time it was
acquired. All calls are sync.
2019-09-25 13:50:28 +00:00
Robert Ancell
01ffa51dc6 info-overview: Drop unused cancellable
It wasn't used and there were no async calls to connect it to.
2019-09-25 13:50:28 +00:00
Robert Ancell
12c95ab891 info-overview: Simplify getting graphics string
Previous code used a strucure with one element and stored it even though it was
only used once at the point it was determined.
2019-09-25 13:50:28 +00:00
Robert Ancell
85da3bc062 info-overview: Drop unused data from panel class.
The variables are stored in the panel but only used once. Two of them are never
used.
2019-09-25 13:50:28 +00:00
Robert Ancell
9fba05a287 info-overview: Move signal handler code into UI file 2019-09-25 13:50:28 +00:00
Robert Ancell
5f2081fe46 info-overview: Give appropriate name to widget 2019-09-25 13:50:28 +00:00
Robert Ancell
8e9e84853d info-overview: Drop unnecessary grid reordering code
When the virtualization widgets are hidden, the following widets don't need to
move up. This seems to be due to the orignal author thinking this was required
or a bug in GTK rendering a double space between these rows.
2019-09-25 13:50:28 +00:00
Robert Ancell
8f8924b067 info-overview: Drop unused reference to system image 2019-09-25 13:50:28 +00:00
Robert Ancell
713f138907 info-overview: Drop unused widget IDs 2019-09-25 13:50:28 +00:00
Philip Withnall
fcefd51d7a network: Don’t suffix VPN devices with ‘VPN’
They’re already listed in a section titled ‘VPN’, and the user is likely
to have included ‘VPN’ in the device’s name already.

Signed-off-by: Philip Withnall <withnall@endlessm.com>

Fixes: #701
2019-09-25 14:14:37 +01:00
Dušan Kazik
274b056068 Update Slovak translation
(cherry picked from commit 170a94b194)
2019-09-25 12:27:13 +00:00
Nathan Follens
cdbf811d62 Update Dutch translation
(cherry picked from commit 5ada92a8ae)
2019-09-25 11:19:41 +00:00
Mohammed Sadiq
9c19eb6ead network: Fix possible invalid free 2019-09-24 21:25:44 +05:30
Jordi Mas
bc5663ea5a Update Catalan translation 2019-09-24 12:54:51 +02:00
Mohammed Sadiq
c884b19b46 build: Allow disabling tests 2019-09-23 14:12:21 +00:00
Robert Ancell
d99613a320 window: Use self variable name consistently 2019-09-23 14:00:42 +00:00
Robert Ancell
bb9fe942d1 window: Connect signals in swapped form 2019-09-23 14:00:42 +00:00
Robert Ancell
a80fc89f48 window: Use GTK+ widget types 2019-09-23 14:00:42 +00:00
Robert Ancell
d843802f98 window: Remove unused variables 2019-09-23 14:00:42 +00:00
Robert Ancell
c2567b9c3e window: Replace child names with widget references
Using child names can cause code to be broken if a name is changed - this wont
be picked up as an error in the compiler.
2019-09-23 14:00:42 +00:00
Mohammed Sadiq
3316f51866 network: Fix a crash when opening connection editor 2019-09-23 13:55:26 +00:00
Mohammed Sadiq
a049ccc663 wifi: Always reset hotspot network label before updating
As the hotspot dialog is reused, we have to reset the connection label
everytime it’s shown. Otherwise obsolete informations shall be shown
if there isn't any active connection
2019-09-23 18:08:23 +05:30
Mohammed Sadiq
82f13e848a wifi: Set hotspot dialog title in C source
Setting markup within UI file might be bad as some translators
might break those markups.

Setting it in C source allows to exclude the markups from being
translated, and thus to not confuse translators.

642be83798 (note_608677)
2019-09-23 13:35:54 +05:30
Marek Černocký
48a45d51fa Updated Czech translation 2019-09-23 09:53:24 +02:00
Charles Monzat
f3f587c721 Update French translation
(cherry picked from commit c305cc5640)
2019-09-22 16:57:07 +00:00
Piotr Drąg
bc63b0bf7c Update Polish translation 2019-09-22 14:15:12 +02:00
Ryuta Fujii
d0eadf50f7 Update Japanese translation
(cherry picked from commit c69a402cc4)
2019-09-22 10:56:47 +00:00
Ryuta Fujii
c0022b71c1 Update Japanese translation
(cherry picked from commit 2ba5458b2b)
2019-09-22 10:54:20 +00:00
Danial Behzadi
effbe3ec73 Update Persian translation 2019-09-22 08:42:47 +00:00
Danial Behzadi
5cd60c913c Update Persian translation
(cherry picked from commit 699ef1ab6b)
2019-09-22 08:36:17 +00:00
Aurimas Černius
fa70ea800a Updated Lithuanian translation 2019-09-21 12:43:17 +03:00
Mohammed Sadiq
62c7176304 window: Set sidebar as the default visible child
This doesn't make any difference when the UI isn't folded.
Otherwise (Eg., on small screens) the sidebar will be shown
first instead of some panel.
2019-09-21 03:43:34 +00:00
Christian Kirbach
366b5916ec Update German translation
(cherry picked from commit b3229ce657)
2019-09-20 22:07:17 +00:00
Марко Костић
d9fb6167c3 Update Serbian translation
(cherry picked from commit d1be1cca47)
2019-09-20 14:21:27 +00:00
Mart Raudsepp
389e7f59ae sound: Remove leftover canberra-gtk header inclusion
This may fail to build too, as we don't depend on canberra-gtk anymore,
and gsound only depends on canberra, not canberra-gtk.
2019-09-20 08:50:26 +03:00
Anders Jonsson
7878d2c067 Update Swedish translation
(cherry picked from commit fe8a494f6c)
2019-09-19 22:08:59 +00:00
Mohammed Sadiq
2fb0ff250b search: Fix crash on clicking 'Search Locations'
When creating a Page, the dialog variable wasn't set and thus
dereferencing a NULL in a later code resulting a crash.

This was introduced in 14b9f65ba4
2019-09-19 22:45:23 +05:30
Daniel Șerbănescu
964170f110 Update Romanian translation
(cherry picked from commit e369c8c197)
2019-09-18 16:46:57 +00:00
Kjartan Maraas
c618b7effb Update Norwegian Bokmål translation
(cherry picked from commit d7c0a04ed3)
2019-09-18 13:37:59 +00:00
Rafael Fontenelle
437324a890 Update Brazilian Portuguese translation
(cherry picked from commit 07ebd73893)
2019-09-18 09:29:51 +00:00
Milo Casagrande
c85427c93e Update Italian translation
(cherry picked from commit a7de4e1c34)
2019-09-18 06:13:38 +00:00
Philip Withnall
dadf2a4258 network: Add mnemonic for ‘Restrict background data usage’ checkbox
The other checkboxes on this page all have mnemonics. It seems unfair
for the background data usage one to be left out of the party.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
2019-09-17 22:14:51 +00:00
Georges Basile Stavracas Neto
6e6e9952b4 network: fix Add Connection dialog
The Add Connection widgets from the connection
editor dialog weren't properly using the available
space, since they don't expand.

Fix that by making them expand and fill the available
space properly. It also avoids blank space by vertically
centering the list.
2019-09-17 22:14:51 +00:00
Damián Nohales
70fb75eb27 background: Allow load background file relative to XML file 2019-09-17 13:35:09 -07:00
Mohammed Sadiq
3cd50eb42e update POTFILES.in
These files were introduced in 642be83798
2019-09-17 16:35:42 +04:00
Mohammed Sadiq
642be83798 network: Add new hotspot creation dialog 2019-09-17 12:15:11 +00:00
Felipe Borges
be9d71ed6a sound: Use "avatar-default-symbolic" in sound test dialog
The colour icon blends with bright themes (such as Adwaita) making
it hard to distinguish.

The symbolic variant of the same asset contrasts fine with light
and dark background and matches the "symbolic" pattern of the other
two buttons shown in the dialog (the audio-volume-* icons).

Fixes #502
2019-09-17 10:33:38 +02:00