summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* power: try to make section headings accessiblewip/section-a11yMatthias Clasen2015-03-251-0/+9
| | | | Doesn't work yet.
* Update Arabic translationKhaled Hosny2015-03-241-928/+1101
|
* 3.16.0GNOME_CONTROL_CENTER_3_16_0Bastien Nocera2015-03-232-1/+13
|
* Updated Greek translationTom Tryfonidis2015-03-231-91/+90
|
* Updated Czech translationMarek Černocký2015-03-231-4/+4
|
* Updated Thai translationAkom Chotiphantawanon2015-03-231-1486/+1662
|
* Update German translationChristian Kirbach2015-03-221-16/+12
|
* l10n: Update Japanese translationJiro Matsuzawa2015-03-231-75/+73
|
* online-accounts: Don't scroll single entry listsDebarshi Ray2015-03-221-3/+10
| | | | | | | | | | Create the scrolled window with vertical scrolling turned off. Turn it on when there are more than one items in the list. Note that the immediate parent of the list is a GtkViewport, so we need to explicitly look for the GtkScrolledWindow. https://bugzilla.gnome.org/show_bug.cgi?id=745584
* Fix string in Lithuanian translationAurimas Černius2015-03-211-89/+82
|
* Fix broken Slovenian translationAndre Klapper2015-03-211-2/+2
|
* Fix broken Bosnian translationAndre Klapper2015-03-211-4/+4
|
* Updated Basque languageInaki Larranaga Murgoitio2015-03-211-216/+254
|
* Updated Russian translationYuri Myasoedov2015-03-211-43/+42
|
* Updated Hungarian translationGábor Kelemen2015-03-201-61/+55
|
* Update German translationChristian Kirbach2015-03-211-844/+432
|
* Update German translationChristian Kirbach2015-03-211-156/+188
|
* network: Remove use of temporary variableBastien Nocera2015-03-191-4/+1
| | | | | | No need to copy a static string before using it. https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix warning on panel exitBastien Nocera2015-03-191-3/+5
| | | | | | | Now that the VPN object is getting finalized, make sure not to warn if the NMClient is already gone. https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix reference leak of NetProxyBastien Nocera2015-03-191-0/+2
| | | | | | | | | Every time we got the list of devices from the devices GtkListStore, we were leaking the only element that wasn't a NetDevice, the proxy page. Make sure to unref' it by hand if we're not going to add it to the list (the elements of which will be unref'ed properly). https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix reference leak of NetVirtualDevicesBastien Nocera2015-03-191-0/+1
| | | | | | The only reference is owned by the devices GtkListStore. https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix reference leak of NetVpnBastien Nocera2015-03-191-0/+1
| | | | | | The only reference is owned by the devices GtkListStore. https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Add sanity checks NetDevice and NetObjectBastien Nocera2015-03-192-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix GtkListStore leak in IPv{4,6} dialoguesBastien Nocera2015-03-192-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Remove unused GtkListStore objectsBastien Nocera2015-03-192-58/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=746411
* network: Fix the network panel being kept aliveBastien Nocera2015-03-191-21/+26
| | | | | | | | | NetObjects and CcNetworkPanel aren't widgets, and hold references to each other. Simplify things by having NetObject hold a pointer to CcNetworkPanel (and the singletons NMRemoteSettings and NMClient) instead, and clear their pointers when the original object is unref'ed. https://bugzilla.gnome.org/show_bug.cgi?id=746411
* Updated Indonesian translationAndika Triwidada2015-03-181-135/+160
|
* Update Aragonese translationDaniel Martinez2015-03-171-138/+165
|
* 3.15.92GNOME_CONTROL_CENTER_3_15_92Rui Matos2015-03-172-1/+37
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-03-171-229/+271
|
* sound: Fix output/output bars not following external changesBastien Nocera2015-03-171-1/+8
| | | | | | | | | When looking up a bar for a particular stream, special-case the input and output bars/streams, as they will not be added to the "bars" hashtable (which is, as per comment, only for applications and the sound events bar). https://bugzilla.gnome.org/show_bug.cgi?id=738869
* Revert "sound: Fix the main volume bars to correctly display changes in volume"Bastien Nocera2015-03-171-3/+11
| | | | | | | | | | | This results in crashes when switching inputs or outputs, as other parts of the code expect only application bars being added to that hashtable. The bar was destroyed when switching outputs (as the stream is removed before a new one being added) but with the bar pointing to freed memory. This reverts commit 22fa7f1292922621ab6099019f810c2b0a621c99. https://bugzilla.gnome.org/show_bug.cgi?id=746227
* sound: Default to horizontal channel barsBastien Nocera2015-03-172-6/+2
| | | | This stops unnecessary orientation changes on panel startup.
* sound: Fix visibility of bar when orientation is the same as the defaultBastien Nocera2015-03-171-0/+1
| | | | | | | This will fix the bar not showing up when we switch the default orientation. When we changed the orientation, we went through update_layout() which shows the frame at the end. _init() didn't do that.
* Updated Italian translationMilo Casagrande2015-03-171-603/+965
|
* wacom: Allow button mapping if the stylus has one button tooBenjamin Tissoires2015-03-161-5/+9
| | | | | | | | | | | | The airbrush tool has only one button, and the button mapping combo box does not work. We should not bail out if the widget has been removed, that means that the stylus does not support the second button. Check upfront the number of buttons to know if the top button parameter is available. https://bugzilla.gnome.org/show_bug.cgi?id=746263
* Updated Russian translationStas Solovey2015-03-161-53/+53
|
* Updated Swedish translationJosef Andersson2015-03-151-59/+53
|
* sound: use row-activated to listen to alert sound changesCosimo Cecchi2015-03-151-39/+9
| | | | | | | | | | | | We currently install two signal handlers for button-press-event and selection-changed. As the former also calls the latter, the two interact in non-obvious ways that can lead to two alerts being played at the same time under certain circumstances. Avoid this problem by setting activate-on-single-click on the tree view and listening to the row-activated signal to drive previews and model changes. https://bugzilla.gnome.org/show_bug.cgi?id=671446
* Updated Danish translationAsk Hjorth Larsen2015-03-151-504/+570
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-03-151-111/+145
|
* Updated Vietnamese translationTrần Ngọc Quân2015-03-151-149/+173
| | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* Fix typo in Catalan translationJordi Mas2015-03-141-1/+1
|
* Updated Dutch translation Master 3.16hanniedu2015-03-131-357/+454
|
* wacom: test: add Huion H610 Pro panelBenjamin Tissoires2015-03-131-0/+3
| | | | | | The tablet does not have an eraser, so it's good to have a test for it. https://bugzilla.gnome.org/show_bug.cgi?id=746117
* wacom: Update from gnome-settings-daemonBastien Nocera2015-03-132-0/+28
|
* Updated Bosnian translationSamir Ribic2015-03-131-2787/+6436
|
* Updated Serbian translationМирослав Николић2015-03-132-992/+1182
|
* Translation pa updated for GnomeA S Alam2015-03-121-521/+597
|
* Updated Bulgarian translationAlexander Shopov2015-03-111-473/+529
|