summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.24.2GNOME_CONTROL_CENTER_3_24_2Rui Matos2017-05-102-1/+14
|
* hostname-helper: don't read past '\0'Mohammed Sadiq2017-05-051-0/+3
| | | | | | | | | | | | | | g_utf8_find_next_char() doesn't do checks whether the char is '\0' or not. We have to take care of that ourself. This commit fixes heap-buffer-overflow found by test-hostname ERROR: AddressSanitizer: heap-buffer-overflow on address READ of size 1 at 0x60200000cd76 thread T0 #0 0x7f8b26920d08 in g_utf8_find_next_char glib/glib/gutf8.c:179 #1 0x55c2b8eacaee in pretty_hostname_to_ssid gnome-control-center/shell/hostname-helper.c:199 https://bugzilla.gnome.org/show_bug.cgi?id=782216
* sharing: Don't leak pathMohammed Sadiq2017-05-021-1/+1
| | | | | | | g_file_get_path() allocates new memory for path. So using g_strdup() later would leak the previous allocation. https://bugzilla.gnome.org/show_bug.cgi?id=782045
* region: Fix memory leakMohammed Sadiq2017-05-021-0/+1
| | | | | | | The returned result of g_variant_get_strv() has to be freed when no-longer needed https://bugzilla.gnome.org/show_bug.cgi?id=782047
* search: Fix memory leakMohammed Sadiq2017-05-021-0/+1
| | | | | | | g_variant_get_strv() returns newly allocated memory. This should be freed when no longer required. https://bugzilla.gnome.org/show_bug.cgi?id=782048
* keyboard: Discard the added shortcut on EscapeMohammed Sadiq2017-04-271-0/+1
| | | | | | | If the user press Escape key after the user have set some shortcut, don't save the newly set shortcut, and close the dialog. https://bugzilla.gnome.org/show_bug.cgi?id=778748
* Update Friulian translationFabio Tomat2017-04-141-13/+13
|
* network: Fix mobile broadband switch stateJonathan Kang2017-04-131-1/+16
| | | | | | | The switch was only reflecting the value of the WWAN killswitch instead of both the WWAN killswitch and the state of the connection itself. https://bugzilla.gnome.org/show_bug.cgi?id=690361
* 3.24.1GNOME_CONTROL_CENTER_3_24_1Bastien Nocera2017-04-122-1/+9
|
* sound: Memory leaks and Bluetooth handling fixesBastien Nocera2017-04-121-0/+0
|
* display: Load appropriate assets for the night light panelEmmanuele Bassi2017-04-103-28/+75
| | | | | | | | | | | | | | | We hard-code a 16x16 asset for sunrise and sunset icons, which makes them look blurry at higher scaling factors. Let's look in the icon theme to see if there's an icon for sunrise and sunset; if not, we can still use the assets we ship, but we also attempt to load them from different resource paths, depending on the scale factor. We will need to update the assets to include a 32x32 rendering of the sunrise and sunset icons. https://bugzilla.gnome.org/show_bug.cgi?id=781029
* Update Greek translationTom Tryfonidis2017-04-081-881/+1062
|
* Update Croatian translationgogo2017-04-081-742/+915
|
* Update Slovak translationDušan Kazik2017-04-061-62/+62
|
* Update Russian translationStas Solovey2017-03-291-3/+3
|
* Update Russian translationStas Solovey2017-03-291-99/+65
|
* printers: Make actualize_printers_list cancellableFelipe Borges2017-03-282-5/+33
| | | | | | | This way we can safely interrupt an update without crashing g-c-c. https://bugzilla.gnome.org/show_bug.cgi?id=780299
* Update Polish translationPiotr Drąg2017-03-271-26/+26
|
* Update Polish translationPiotr Drąg2017-03-251-7/+7
|
* Updated Norwegian bokmål translation.Kjartan Maraas2017-03-251-105/+105
|
* Update Polish translationPiotr Drąg2017-03-231-7/+7
|
* keyboard: Fix check for existing shortcut settingsRui Matos2017-03-231-2/+0
| | | | | | | | | | | | | From a Coverity scan: panels/keyboard/cc-keyboard-manager.c:208: unreachable: Since the loop increment "i++;" is unreachable, the loop body will never execute more than once. This seems like a logic thinko introduced in commit 3207fe97ec516c11f2f781269f9342f36fa8161b . In practice it was unlikely to be a problem since we don't have repeated shortcut gsettings key names in all our KeyListEntries files.
* Update French translationAlain Lojewski2017-03-211-152/+129
|
* 3.24.0GNOME_CONTROL_CENTER_3_24_0Bastien Nocera2017-03-202-1/+6
|
* Update Japanese translationnishbone20162017-03-191-1594/+2118
|
* Updated Ukrainian translationDaniel Korostil2017-03-191-99/+134
|
* Update Latvian translationRūdolfs Mazurs2017-03-181-787/+1058
|
* Update Friulian translationFabio Tomat2017-03-181-22/+22
|
* Update Polish translationPiotr Drąg2017-03-171-70/+70
|
* Update Friulian translationFabio Tomat2017-03-171-78/+81
|
* NEWS: Remove wrong NEWS itemBastien Nocera2017-03-151-3/+0
| | | | It's not in 3.24.
* 3.23.92GNOME_CONTROL_CENTER_3_23_92Bastien Nocera2017-03-152-1/+21
|
* network: Fix initial state of Wi-Fi deviceBastien Nocera2017-03-141-5/+7
| | | | | | | | | | This ensures that: - the AP list shown on startup when the Hotspot is disabled on startup, or when disabling it at run-time - the hotspot page is shown on startup when the Hotspot is enabled, or when it gets enabled at runtime https://bugzilla.gnome.org/show_bug.cgi?id=705546
* network: Save new SSID to disk before enabling the hotspotBastien Nocera2017-03-141-8/+49
| | | | | | | Commit e824868 was supposed to do this, but needed to write the changes out to disk before activating the hotspot. https://bugzilla.gnome.org/show_bug.cgi?id=705546
* network: Move hotspot connection search into a helper functionBastien Nocera2017-03-141-13/+20
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=705546
* printers: Make the dialogs independent of the PpPrinterEntry lifetimeFelipe Borges2017-03-135-12/+78
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=779846
* Update Slovak translationDušan Kazik2017-03-121-53/+61
|
* Updated Serbian translationМирослав Николић2017-03-122-302/+134
|
* Update Galician translationFran Dieguez2017-03-111-45/+46
|
* updated Punjabi TranslationA S Alam2017-03-101-1002/+1219
|
* printers: improve panel layoutAllan Day2017-03-101-6/+7
| | | | | | | | | | Increase spacing in various places and reduce the icon size. This makes spacing more even and makes the rows feels more open. This UI freeze break was approved by the GNOME Release Team, see https://mail.gnome.org/archives/gnome-doc-list/2017-March/msg00010.html https://bugzilla.gnome.org/show_bug.cgi?id=779700
* Update Russian translationStas Solovey2017-03-101-584/+730
|
* Update Italian translationMilo Casagrande2017-03-091-52/+60
|
* Updated Czech translationMarek Černocký2017-03-091-97/+110
|
* Updated Vietnamese translationTrần Ngọc Quân2017-03-091-716/+903
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* universal-access: Add bits for glade to shut upBastien Nocera2017-03-071-0/+2
|
* universal-access: Don't use C++ style commentsBastien Nocera2017-03-071-2/+2
|
* Update Scottish Gaelic translationGNOME Translation Robot2017-03-071-552/+614
| | | | (cherry picked from commit 848b1826e1e2e8ba837906262a8b80ddaef35b0d)
* printers: Drop cups_get_jobs_asyncFelipe Borges2017-03-062-113/+0
| | | | | | | pp_printer_get_jobs_async does the job with more modern GLib API (GTask). https://bugzilla.gnome.org/show_bug.cgi?id=779313
* printers: Properly free pp_jobs_dialogFelipe Borges2017-03-061-33/+6
| | | | | | | Since now we have proper async implementation for getting jobs, we do not need to increment/decrement the objects ref_count manually. https://bugzilla.gnome.org/show_bug.cgi?id=779313