summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* display: Use correct mode for supported scale checkingbenzea/fix-display-no-mode-scale-crashBenjamin Berg2019-10-101-1/+1
| | | | | | | | | | | Monitors may not always have a mode. This means we cannot look up the mode on the fly, but instead need to have a heuristic to select a mode if there is none. Everything was in place already for this, except that one location was still doing a fresh lookup, possibly causing a crash. Fixes: #675
* display: Add guard for NULL mode in supported scale checkBenjamin Berg2019-10-101-1/+3
| | | | This may prevent crashes in certain error situations.
* Updated Spanish translationDaniel Mustieles2019-10-101-926/+959
|
* printers: Provide a scheme to address parserMarek Kasik2019-10-081-25/+39
| | | | | | | | | Add a scheme to the address which we test for correctness by g_network_address_parse_uri(). It does not work without it. Use "none" scheme if user did not entered one. Use port number 0 if user did not specify any. Fixes #679
* Updated Danish translationAlan Mortensen2019-10-061-50/+24
|
* Update Polish translationPiotr Drąg2019-10-061-3/+12
| | | | Closes https://gitlab.gnome.org/Teams/Translation/pl/issues/5
* network: Accept empty values for the cloned mac addressIain Lane2019-10-051-2/+8
| | | | | | | | | | | Empty is a valid value here. It means the setting is not set. Two places need to be updated: - the validation function - when retrieving the value from the combo, empty strings need to be mapped to a setting value of NULL Closes #677
* display: mark 3 missed translatable stringsWill Thompson2019-10-031-3/+3
| | | | | | | "Primary Display" and "Contains top bar and Activities" are visible when you have >1 display connected and the "Join Displays" option is selected. I can't work out how to see the "Active Display" string but it sure looks translatable to me.
* Initialize autoptr values to NULL.Robert Ancell2019-10-037-9/+9
| | | | | These cases were safe, but if the code changed this risked freeing uninitialized memory.
* shell: Use g_autofree for stringsRobert Ancell2019-10-023-93/+39
|
* printers: Check whether URI is valid while searching for printersFelipe Borges2019-10-011-1/+4
| | | | Fixes #679
* network: Remove an unnecessary gotoRobert Ancell2019-10-011-7/+4
|
* network: Pass widget references rather than relying on namesRobert Ancell2019-10-015-97/+105
| | | | | The existing code relied on using GtkBuilder, which will no longer work when we switch to GtkTemplate.
* network: Simplify functionRobert Ancell2019-10-014-71/+26
|
* network: Remove two common functions that are more simply done inside the ↵Robert Ancell2019-10-015-43/+19
| | | | | | | few cases that use them The existing code relied on using GtkBuilder, which will no longer work when we switch to GtkTemplate.
* network: Fix small memory leakRobert Ancell2019-10-011-1/+1
|
* network: Make function privateRobert Ancell2019-10-012-4/+1
|
* network: Remove unused functionsRobert Ancell2019-10-012-154/+0
|
* applications: Use g_autofree for stringsRobert Ancell2019-09-301-27/+22
|
* background: Update clock in both preview modesPhilip Chimento2019-09-301-4/+1
| | | | | There is a clock widget both on the desktop preview and the lock screen. Without this change, the clock on the desktop preview is always blank.
* log: Replace deprecated functions with modern equivalentsRobert Ancell2019-09-301-10/+6
|
* network: Remove hidden notebook tabs from GtkBuilder filesRobert Ancell2019-09-3015-238/+0
| | | | These tabs are never shown and many were marked for translation.
* Added Slovenian translationMatej Urbančič2019-09-281-916/+905
|
* Update Hungarian translationBalázs Úr2019-09-271-231/+245
|
* Update Japanese translationRyuta Fujii2019-09-271-16/+15
| | | | (cherry picked from commit 1fe87f0c9f54cd31be34db652c1120d8c6aeced9)
* Update Friulian translationFabio Tomat2019-09-261-33/+33
| | | | (cherry picked from commit cbeef5f597d23abbc3ba703620d392f92a0ad2bd)
* Update Slovak translationDušan Kazik2019-09-261-13/+25
| | | | (cherry picked from commit db21fcbaceda31c99d5eba4a44b3de785f9afc7d)
* info-overview: Use GTK widget typesRobert Ancell2019-09-251-29/+29
|
* info-overview: Simplify UDisks codeRobert Ancell2019-09-251-24/+7
| | | | | The client was stored in the class, but only used once at the time it was acquired. All calls are sync.
* info-overview: Drop unused cancellableRobert Ancell2019-09-251-8/+0
| | | | It wasn't used and there were no async calls to connect it to.
* info-overview: Simplify getting graphics stringRobert Ancell2019-09-251-43/+15
| | | | | Previous code used a strucure with one element and stored it even though it was only used once at the point it was determined.
* info-overview: Drop unused data from panel class.Robert Ancell2019-09-251-14/+3
| | | | | The variables are stored in the panel but only used once. Two of them are never used.
* info-overview: Move signal handler code into UI fileRobert Ancell2019-09-252-6/+6
|
* info-overview: Give appropriate name to widgetRobert Ancell2019-09-252-6/+4
|
* info-overview: Drop unnecessary grid reordering codeRobert Ancell2019-09-252-24/+2
| | | | | | 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.
* info-overview: Drop unused reference to system imageRobert Ancell2019-09-252-3/+1
|
* info-overview: Drop unused widget IDsRobert Ancell2019-09-251-8/+8
|
* network: Don’t suffix VPN devices with ‘VPN’Philip Withnall2019-09-251-4/+1
| | | | | | | | | 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
* Update Slovak translationDušan Kazik2019-09-251-808/+849
| | | | (cherry picked from commit 170a94b1949dea69ca25bcfe1b7aee9d8dcce905)
* Update Dutch translationNathan Follens2019-09-251-314/+361
| | | | (cherry picked from commit 5ada92a8aef930a5716bb6f2032a8bc7163e0f6c)
* network: Fix possible invalid freeMohammed Sadiq2019-09-241-1/+1
|
* Update Catalan translationJordi Mas2019-09-241-1/+1
|
* build: Allow disabling testsMohammed Sadiq2019-09-232-2/+7
|
* window: Use self variable name consistentlyRobert Ancell2019-09-231-46/+38
|
* window: Connect signals in swapped formRobert Ancell2019-09-232-48/+32
|
* window: Use GTK+ widget typesRobert Ancell2019-09-231-61/+61
|
* window: Remove unused variablesRobert Ancell2019-09-232-4/+1
|
* window: Replace child names with widget referencesRobert Ancell2019-09-232-19/+22
| | | | | 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.
* network: Fix a crash when opening connection editorMohammed Sadiq2019-09-231-10/+5
|
* wifi: Always reset hotspot network label before updatingMohammed Sadiq2019-09-231-0/+2
| | | | | | 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