summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* datetime: update timezones for new "Pyongyang Time"Frédéric Péters2015-08-265-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=753643
* region: If language isn't set in AccountsService, show current localeRui Matos2015-08-251-2/+3
| | | | | | | | For newly created user accounts, AccountsService won't have the language property set. Instead of defaulting to en_US in that case, let's fallback to the current locale. https://bugzilla.gnome.org/show_bug.cgi?id=753828
* Updated Lithuanian translationAurimas Černius2015-08-021-215/+218
|
* Updated Indonesian translationAndika Triwidada2015-08-021-451/+541
|
* printers: Fix compile-time warningMarek Kasik2015-07-291-0/+1
| | | | | pp-new-printer-dialog.c:673:18: warning: 'device' may be used uninitialized in this function [-Wmaybe-uninitialized]
* Updated Brazilian Portuguese translationFelipe Braga2015-07-211-126/+125
|
* Updated Czech translationMarek Černocký2015-07-181-213/+213
|
* Updated Hungarian translationBalázs Úr2015-07-171-226/+229
|
* Updated Swedish translationAnders Jonsson2015-07-141-163/+167
|
* printers: Don't show the same device multiple timesMarek Kasik2015-07-132-101/+49
| | | | | | | | | Pass all discovered devices to 'GroupPhysicalDevices' instead of just the devices already present in the list and the newly discovered ones. Replace an existing device in the list if there is a better device (e.g. replace 'usb:' by 'hp:' device). https://bugzilla.gnome.org/show_bug.cgi?id=693186
* printers: Check whether we have a device nameMarek Kasik2015-07-131-0/+3
| | | | | | | Check whether we've been able to find a usable name of given device to avoid dereference of NULL in canonicalize_device_name(). https://bugzilla.gnome.org/show_bug.cgi?id=749896
* Updated Polish translationPiotr Drąg2015-07-101-1/+4
|
* Updated Polish translationPiotr Drąg2015-07-101-222/+219
|
* power: Make the automatic suspend row accessibleMatthias Clasen2015-07-101-0/+1
| | | | | | | | Orca was not reading this row at all - since the row is clickable (role 'push button'), orca expects it to have an accessible name. So, lets set one. https://bugzilla.gnome.org/show_bug.cgi?id=746756
* network: Fix possible crash when changing airplane modeBastien Nocera2015-06-291-0/+1
| | | | | | | | | | When changing the airplane mode, either from the Bluetooth panel, or through gnome-shell's status menu, we would receive signals from the Rfkill gnome-settings-daemon service, even after the network panel was closed, as we didn't unref' it. Except that the panel was mostly gone. So splat. https://bugzilla.gnome.org/show_bug.cgi?id=751482
* network: Only share a new wifi connection if the user is allowed toMathieu Bridon2015-06-292-3/+26
| | | | | | | | | | | Making a new connection available to other users requires being an admin, or entering an admin password. If we enable that option by default for new connections, we effectively prevent non-admin users from connecting to new networks when they go to the coffee shop without their laptop admin. https://bugzilla.gnome.org/show_bug.cgi?id=751378
* power: Fix possible crash if up_client_get_devices() failsBastien Nocera2015-06-291-1/+1
| | | | | | | | | | up_client_get_devices() can fail if upower crashes or isn't available. Make sure not to crash ourselves by handling NULL return values as we do later in the loop. See https://bugzilla.redhat.com/show_bug.cgi?id=1175421 https://bugzilla.gnome.org/show_bug.cgi?id=751095
* printers: Show border around 'No printers detected' textMarek Kasik2015-06-161-6/+13
| | | | | | | | The GtkStack page which shows the label 'No printers detected' in the 'New printer dialog' misses border. This commit places the GtkLabel into a GtkFrame to achieve that. https://bugzilla.gnome.org/show_bug.cgi?id=749883
* network: Prevent a use after free crash when removing virtual devicesRui Matos2015-05-273-6/+6
| | | | | | | | | | | When a virtual device is removed and the instance gets finalized we're not disconnecting from the real NMDevice's notify signal and thus end up crashing when the signal fires afterwards. Avoid that by using g_signal_connect_object() so that when we're finalized the disconnection happens automatically. https://bugzilla.gnome.org/show_bug.cgi?id=749972
* power: Fix "When battery power is critical" label with UPower 1.0Bastien Nocera2015-05-182-88/+30
| | | | | | | | | | | | | | | | With UPower 1.0, the critical action to take when the battery level is too low isn't in the hands of the user anymore, but in the hands of the system. It's now handled by UPower directly, through the CriticalPowerAction configuration option. Instead of asking logind whether the system supports hibernation, ask UPower directly what the action will be when we're nearly out of battery. https://bugzilla.gnome.org/show_bug.cgi?id=749436 Conflicts: panels/power/cc-power-panel.c
* notifications: Align iconsMartin Hatina2015-05-112-0/+4
| | | | | | Icons are now aligned even when they don't have same size. https://bugzilla.gnome.org/show_bug.cgi?id=711389
* notifications: Do not show nameless appsMartin Hatina2015-05-111-1/+6
| | | | | | Apps with no name are not added to list. https://bugzilla.gnome.org/show_bug.cgi?id=693622
* Updated Occitan translationCédric Valmary2015-05-101-8042/+8361
|
* Updated Polish translationPiotr Drąg2015-05-041-3/+6
|
* Updated Occitan translationCédric Valmary2015-05-021-3858/+8042
|
* 3.14.5GNOME_CONTROL_CENTER_3_14_5Bastien Nocera2015-04-302-1/+26
|
* wacom: Drop usage of last-calibration-resolutionCarlos Garnacho2015-04-301-8/+0
| | | | | | This is gone from the g-s-d schema, so just stop setting it. https://bugzilla.gnome.org/show_bug.cgi?id=748660
* Updated Icelandic translationSveinn í Felli2015-04-241-2483/+2338
|
* network: Stop "gateway" entry from becoming too wideMatthias Clasen2015-04-211-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732974
* network: Stop "Bridge slaves" entry from becoming too wideBastien Nocera2015-04-211-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732974
* printers: Update printer options correctlyMarek Kasik2015-04-161-0/+3
| | | | | | | | | Set 'ppd_filename_set' and 'destination_set' always to FALSE before requesting the destination and updated PPD file so we can distinguish when we have all information needed for update of the PpPPDOptionWidget. https://bugzilla.redhat.com/show_bug.cgi?id=1211580
* printers: Recognize more supply typesPrince7812015-04-141-1/+3
| | | | | | Recognize 'inkCartridge' and 'tonerCartridge' supply types. https://bugzilla.gnome.org/show_bug.cgi?id=743331
* display: Close the dialog when the RR configuration changesRui Matos2015-04-131-12/+5
| | | | | | | | | | | | We assume that the RR configuration is valid in various callbacks from both our modal dialogs which doesn't hold if there's an hotplug while a dialog is open (e.g. monitor is plugged/unplugged). Closing the dialog in that case seems the right thing to do since it would be operating on an outdated view of the world otherwise and likely end up crashing. https://bugzilla.gnome.org/show_bug.cgi?id=655041
* display: Don't leak GnomeRRModesRui Matos2015-04-131-1/+1
| | | | | | | | | | | | | GnomeRRMode is a boxed type which means that if stored as such in a tree model, the model creates a copy to use internally. In addition, it means that gtk_tree_model_get() will also get a copy which must be freed by the caller which we were not doing. In this case though, we don't need the copies since all the GnomeRRModes that we use outlive the model so we can simplify things by just storing a plain pointer in the model instead. https://bugzilla.gnome.org/show_bug.cgi?id=655041
* display: Fix GtkListStore leak in setup dialogRui Matos2015-04-131-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655041
* power: Make section headings accessibleMatthias Clasen2015-04-101-16/+44
| | | | | | | | | The section headings are useful to understand the content of this panel. Sadly, orca does not currently read them at all. We can fix this by setting up accessible relations that help orca figure this out. https://bugzilla.gnome.org/show_bug.cgi?id=746755
* sound: Update submodule to fix duplicated Bluetooth devicesBastien Nocera2015-04-011-0/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697545
* users: Require newer AccountServiceBastien Nocera2015-03-301-1/+1
| | | | | | | act_user_is_logged_in_anywhere() is used, and appeared in 0.6.33, require at least that version. https://bugzilla.gnome.org/show_bug.cgi?id=746444
* network: Fix a crash on IPv6 settings dialogRui Matos2015-03-271-1/+1
| | | | | Commit 219a94ed1ec3404c1893446e0590dc079e988921 added a g_object_unref() on the wrong line.
* Update German translationChristian Kirbach2015-03-211-6/+6
|
* Update German translationChristian Kirbach2015-03-211-869/+476
|
* Updated Swedish translationAnders Jonsson2015-03-191-463/+380
|
* 3.14.4GNOME_CONTROL_CENTER_3_14_4Rui Matos2015-03-192-1/+30
|
* region: Reuse the input chooser instanceJoaquim Rocha2015-03-193-17/+33
| | | | | | | | | | | The language input chooser is being created and destroyed every time it is opened and closed. This is noticeably slow and is hardly necessary as the values it contains should not change. To fix this, these changes reuse the same instance of the input chooser (by hiding and showing it) instead of renewing it. The input chooser is also now shown using gtk_dialog_run to avoid having it destroyed from the default delete event.
* region: Clear input chooser rows instead of unrefing themJoaquim Rocha2015-03-191-3/+3
| | | | | | These changes prevent warnings when unreferencing the default input source, locale and back rows which are never instanced by some locales (and thus null).
* region: Fix leak in input chooserJoaquim Rocha2015-03-191-1/+2
| | | | | | | | | | | The language input chooser is being leaked. The reason for the leak is a "circular reference": the input chooser keeps a GtkBuilder instance that gets destroyed when the chooser is, itself, destroyed. However, the input chooser is never destroyed because the GtkBuilder instance keeps a reference to it. These changes dismiss the GtkBuilder once it is no longer needed in the input chooser which fixes the leak.
* display: In clone mode, set geometry of all outputs when one changesRui Matos2015-03-191-2/+13
| | | | | | | | | | | | | | | | Otherwise we could fail to validate the new configuration depending on which output we're initializing mirror mode from. gnome_rr_config_applicable() creates a temporary array of outputs for validation and, in clone mode, all of them are assigned the same geometry but, since it lacks context about which output the user is currently on, it just uses the first one's geometry for all of them. If this first output isn't the one the user is changing in the UI then we never called _set_geometry() on it with a clone mode geometry and thus the validation would fail because the geometry used is that output's current mode which might not match the clone mode's. https://bugzilla.gnome.org/show_bug.cgi?id=743816
* info: Fix crash when application supports no mime-typeBastien Nocera2015-03-191-1/+1
| | | | | | | | | It seems to be possible for Firefox Nightly to set itself up as the default x-scheme-handler/http without actually handling any mime-types. See https://bugzilla.redhat.com/show_bug.cgi?id=1193680 https://bugzilla.gnome.org/show_bug.cgi?id=744695
* network: Make "only for this network" work for IPv6 VPNsBastien Nocera2015-03-191-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=738029
* network: Don't save hidden configuration optionsBastien Nocera2015-03-192-7/+36
| | | | | | | | | | | | When switching from a particular IPv4 or IPv6 "addresses" method to another, make sure that "address", "DNS" and "routes" are applied or ignored depending on that method's capabilities. For example, when switching from manual to automatic IPv4 "addresses" method, we need to make sure that the old IP address, gateway, etc. aren't actually used in the new setting. https://bugzilla.gnome.org/show_bug.cgi?id=734337