summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-6Cédric Valmary2015-05-161-2968/+7471
|
* Updated Norwegian bokmål translationKjartan Maraas2013-10-201-1/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2013-10-201-112/+117
|
* printers: Don't crash without system-config-printerMarek Kasik2013-04-241-6/+7
| | | | | | Fix error handling in addition of new printer. https://bugzilla.gnome.org/show_bug.cgi?id=698642
* user-accounts: fix wrong user data pointer usageLionel Landwerlin2013-04-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=698279
* [l10n] Updated Italian translation.Milo Casagrande2013-04-211-1946/+3700
|
* Updated POTFILES.skipPiotr Drąg2013-03-291-0/+2
|
* Updated Dutch translation by Hannie Dumoleyn <hannie@ubuntu-nl.org>Reinout van Schouwen2013-03-201-530/+2277
|
* Revert "network: Fix a small memory leak"Bastien Nocera2013-03-131-315/+0
| | | | | | | This reverts commit e71a71a1f24696ee7adcaddf19403433c48768a7. The patch actually added a whole new file instead of a small bug fix. Hmm.
* user-accounts: Stop crash when changing the passwordBastien Nocera2013-03-131-1/+1
| | | | | | | | Pass the correct user data to the passwd_change_password() callback, so we don't try to manipulate NULL pointers in place of the password dialogue. https://bugzilla.redhat.com/show_bug.cgi?id=874725
* background: Avoid accessing the panel if cancelledBastien Nocera2013-01-301-2/+4
| | | | | | | If the background panel was closed, we shouldn't try to access panel's internals as it's already been freed. https://bugzilla.redhat.com/show_bug.cgi?id=880859
* background: Fix error checking in on_screenshot_finished()Bastien Nocera2013-01-301-5/+7
| | | | | This could create crashers when no errors were detected, but either the D-Bus call or loading the pixbuf return NULL.
* Updated Polish translationPiotr Drąg2013-01-291-11/+11
|
* common: Fix a memory leak in gdm-languagesRui Matos2013-01-251-1/+2
|
* color: disconnect signals when the panel goes awayMatthias Clasen2013-01-231-12/+12
| | | | | | | | | | | | The CdClient object is a singleton, thus it could conceivable survive the panel, even though we drop our reference in dispose. In that case, the signal handlers have stale user_data, and bad things might happen when they trigger. This patch is a guess at the cause for the stacktrace in https://bugzilla.redhat.com/show_bug.cgi?id=893914 https://bugzilla.gnome.org/show_bug.cgi?id=692354
* network: Fix a small memory leakMatthias Clasen2013-01-091-0/+315
|
* Updated Uyghur translationGheyret Kenji2013-01-041-2749/+4462
| | | | Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
* wacom: check for the action type valueOlivier Fourdan2012-12-201-0/+8
| | | | | | | | | | | | | Action type comes from GSettings and may have been changed to some invalid value, causing a segmentation fault in control-center if the value is larger than the known action types. This can also occur when downgrading from a version with more possible actions. Adds a sanity check to verify the given action type value is within the bounds of the known action types. https://bugzilla.gnome.org/show_bug.cgi?id=689265
* keyboard: Improve shortcuts tab keynavStéphane Démurget2012-12-182-1/+12
| | | | | | | | | | The default focus traversal order inside the shortcuts tab was: the shortcuts treeview, the section treeview and the shortcuts toolbar. We set a focus cycle chain to swap the treeviews order for the keynav to be more natural. https://bugzilla.gnome.org/show_bug.cgi?id=690387
* Updated Polish translationPiotr Drąg2012-12-121-203/+197
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=690040 Thanks to "Crasher" for reporting!
* printers: Avoid possible crashMarek Kasik2012-12-121-6/+6
| | | | | | | | Unlink given PPD file and free its filename as soon as it is not required. This avoids possible double free. https://bugzilla.gnome.org/show_bug.cgi?id=690091
* user-accounts: Fix a few tiny error leaksJasper St. Pierre2012-12-121-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=690085
* printers: Make error messages clearerMarek Kasik2012-12-102-22/+19
| | | | | | Point to cups-pk-helper for errors originating from cups-pk-helper. https://bugzilla.gnome.org/show_bug.cgi?id=689983
* common: Fix other user's languages never getting addedBastien Nocera2012-12-101-1/+23
| | | | | | | | Because we were looking for a locale directory with the extra codeset (xx_XX.utf8) instead of without it. Conflicts: panels/common/cc-common-language.c
* bluetooth: Correct debug outputBastien Nocera2012-12-101-1/+1
|
* sound: Fix port handling for the unknown availability caseDavid Henningsson2012-12-071-1/+1
| | | | | | | The current code assumes that port availability transitions will be between YES and NO, and doesn't account for the fact that it may also be UNKNOWN. This causes spurious entries if the port availability transitions between YES and UNKNOWN.
* shell: Fix alignment of home button in RTL languagesBastien Nocera2012-12-061-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=689533
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2012-11-302-394/+390
|
* common: Avoid crashing if a language doesn't have a display nameBastien Nocera2012-11-291-2/+3
| | | | | | | | | | If for some reason we cannot translate a language name, then we wouldn't have a display language. https://bugzilla.redhat.com/show_bug.cgi?id=752806 Conflicts: panels/common/cc-language-chooser.c
* Updated Telugu TranslationsKrishnababu Krothapalli2012-11-281-218/+267
|
* user-accounts: remove unused variables from the password dialogThomas Wood2012-11-191-3/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=688401
* user-accounts: show the password by default once generatedThomas Wood2012-11-191-0/+4
| | | | | | | Make sure the user can see the newly generated password without having to activate the show password check box. https://bugzilla.gnome.org/show_bug.cgi?id=688401
* 3.6.3GNOME_CONTROL_CENTER_3_6_3Bastien Nocera2012-11-142-4/+18
|
* build: Fix distcheckBastien Nocera2012-11-141-1/+1
| | | | | Left-over files from update-icon-cache shouldn't be created in the first place when running distcheck.
* bluetooth: Align the device list with the all settings buttonDebarshi Ray2012-11-101-1/+1
| | | | Fixes: https://bugzilla.gnome.org/688055
* online-accounts: Align the accounts list with the all settings buttonDebarshi Ray2012-11-101-1/+1
| | | | Fixes: https://bugzilla.gnome.org/668312
* online-accounts: Don't preselect the first item when adding an accountDebarshi Ray2012-11-091-0/+4
| | | | Fixes: https://bugzilla.gnome.org/687875
* network: Avoid type clashes with the Bluetooth panelBastien Nocera2012-11-093-51/+51
| | | | | | | | | | | | Done with: sed -i -e 's/RfkillGlib/CcRfkillGlib/g' \ -e 's/RFKILL_GLIB/CC_RFKILL_GLIB/g' \ -e 's/rfkill_glib/cc_rfkill_glib/g' \ -e 's/RFKILL_TYPE_GLIB/CC_RFKILL_TYPE_GLIB/g' \ rfkill-glib.[ch] cc-network-panel.c This would need to be done when we reset the copy/paste from gnome-bluetooth.
* network: Make sure Airplane mode switch everything offBastien Nocera2012-11-095-10/+560
| | | | | | | | And not just wireless. We need to use /dev/rfkill directly to make sure that all the devices (3G, GPS, Bluetooth, etc.) get switched off correctly when airplane mode is on. https://bugzilla.gnome.org/show_bug.cgi?id=675778
* network: Make sure flight mode is always visibleBastien Nocera2012-11-091-53/+1
| | | | | | Because it's not just about disabling the network, it needs to disable a host of other wireless devices, and those need to be blocked even if you end up plugging them into your computer.
* bluetooth: Use spinner when connectingBastien Nocera2012-11-082-5/+27
| | | | | | Rather than having an unusable switch (which wouldn't represent the real state of the connection), show a spinner until the connection is finished doing.
* bluetooth: Simplify ->finalizeBastien Nocera2012-11-081-12/+3
|
* bluetooth: Fix main switch acting bizarrelyBastien Nocera2012-11-081-7/+25
| | | | | | | | | | | | | | The only time we were looking at the powered state of the adapter is when the killswitch state was changing. Except that we're fast enough that bluetoothd didn't have time to power up the adapter, so its state was unpowered, which we would set the switch to. The switch was off, the adapter was on. We fix that problem by tracking the powered state of the adapter separately. https://bugzilla.redhat.com/show_bug.cgi?id=841881
* bluetooth: Add UI code for a spinner during the connectionBastien Nocera2012-11-081-5/+40
|
* bluetooth: Remove unused variableBastien Nocera2012-11-081-2/+0
|
* bluetooth: Avoid possible loops when Connection failsBastien Nocera2012-11-081-4/+42
| | | | | | If we switch "Connection" on via the switch, the disabling on failure will create a loop where it always tries to connect again. Break that loop.
* printers: Resolve symlink when passing a PPD to CUPSMarek Kasik2012-11-081-4/+17
| | | | | | | | root is not able to resolve symlinks in /tmp/ created by ordinary users because of a new policy and PPDs got from CUPS are symlinks to /etc/cups/ppd/* placed to /tmp/. Since we need to pass PPD file of original printer to CUPS when renaming a printer we resolve given symlink and pass original filename to the CUPS.
* NEWS: Prepare for releaseBastien Nocera2012-11-081-0/+18
| | | | | Last updated item is: d2e70f2d45d5460296d027c44e0e3aa86078329c
* region: Fix possible crasher on startupBastien Nocera2012-11-051-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the X11Variant localed property was empty, variants[i] was being checked even though only variants[0] was defined (an empty string). ==17035== Invalid read of size 8 ==17035== at 0x26B9529A: on_localed_properties_changed (gnome-region-panel-system.c:339) ==17035== by 0x26B95546: localed_proxy_ready (gnome-region-panel-system.c:381) ==17035== by 0x8CA2589: g_simple_async_result_complete (gsimpleasyncresult.c:775) ==17035== by 0x8CA25BB: complete_in_idle_cb (gsimpleasyncresult.c:787) ==17035== by 0x94B8ED4: g_idle_dispatch (gmain.c:4806) ==17035== by 0x94B6890: g_main_dispatch (gmain.c:2715) ==17035== by 0x94B7440: g_main_context_dispatch (gmain.c:3219) ==17035== by 0x94B7623: g_main_context_iterate (gmain.c:3290) ==17035== by 0x94B76E7: g_main_context_iteration (gmain.c:3351) ==17035== by 0x8CDB1A1: g_application_run (gapplication.c:1620) ==17035== by 0x4083C6: main (control-center.c:256) ==17035== Address 0x13b92e18 is 0 bytes after a block of size 8 alloc'd ==17035== at 0x4A0883C: malloc (vg_replace_malloc.c:270) ==17035== by 0x94BE97B: standard_malloc (gmem.c:85) ==17035== by 0x94BEA04: g_malloc (gmem.c:159) ==17035== by 0x94BED2F: g_malloc_n (gmem.c:400) ==17035== by 0x94DB26A: g_strsplit (gstrfuncs.c:2281) ==17035== by 0x26B95169: on_localed_properties_changed (gnome-region-panel-system.c:319) ==17035== by 0x26B95546: localed_proxy_ready (gnome-region-panel-system.c:381) ==17035== by 0x8CA2589: g_simple_async_result_complete (gsimpleasyncresult.c:775) ==17035== by 0x8CA25BB: complete_in_idle_cb (gsimpleasyncresult.c:787) ==17035== by 0x94B8ED4: g_idle_dispatch (gmain.c:4806) ==17035== by 0x94B6890: g_main_dispatch (gmain.c:2715) ==17035== by 0x94B7440: g_main_context_dispatch (gmain.c:3219)
* common: Quiet valgrind when checking lang codesetBastien Nocera2012-11-051-1/+1
|