summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated Occitan translationgnome-3-8Cédric Valmary2015-05-161-2968/+7471
|
* 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
* 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
* sound: use row-activated to listen to alert sound changesCosimo Cecchi2015-03-161-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
* network: Also work with NM 1.0Bastien Nocera2015-01-151-16/+3
| | | | | | | | Remove the NetworkManager version checking altogether. The code was made to check for now very old versions of NetworkManager, and anything newer than ancient should degrade gracefully if we support newer features. https://bugzilla.gnome.org/show_bug.cgi?id=741661
* Updated Serbian translationМирослав Николић2014-12-182-220/+220
|
* Updated Hungarian translationBalázs Úr2014-12-151-89/+89
|
* Updated Polish translationPiotr Drąg2014-12-141-102/+102
|
* universal-access: Fix typo in translatable stringAnders Jonsson2014-12-122-1/+1
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=741413 Conflicts: panels/universal-access/uap.ui
* main: Disable SSLv3 because of POODLEDebarshi Ray2014-11-111-0/+3
| | | | | | | | Since GOA is still using WebKit1, we need to set the environment variable ourself. We can stop setting it once we port to WebKit2 because the network process will handle it for us. https://bugzilla.gnome.org/show_bug.cgi?id=739960
* sound: Fix the main volume bars to correctly display changes in volumeRui Matos2014-10-211-11/+3
| | | | | | | | | | | | | | The active input and output streams aren't added through add_stream() so they weren't being mapped to their respective volume bars, resulting in updates to the volume through other means not being reflected in our UI. Moving the mapping to bar_set_stream() which is called for every stream fixes the problem. Also, there's no value in having a helper function to do a g_hash_table_insert() and not doing the same for the respective g_hash_table_remove()s so remove it. https://bugzilla.gnome.org/show_bug.cgi?id=738869
* network: Fix buildOwen W. Taylor2014-09-201-1/+1
| | | | | | Last patch refers to nm_device instead of the actual variable device. https://bugzilla.gnome.org/show_bug.cgi?id=723643
* network: report hotspot is running only if device is activeMichael Catanzaro2014-09-201-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723643
* keyboard: Fix a crash if the WM changes (or restarts)Bastien Nocera2014-09-051-2/+9
| | | | | | | | | | | | | | | | | | | | By stopping watching for WM changes when leaving the shortcuts panel. #0 reload_sections #1 wm_window_event_filter #2 gdk_event_apply_filters at gdkeventsource.c:81 #3 gdk_event_source_translate_event at gdkeventsource.c:195 #4 _gdk_x11_display_queue_events at gdkeventsource.c:338 #5 gdk_display_get_event at gdkdisplay.c:313 #10 g_main_context_iteration at gmain.c:3766 #11 g_application_run at gapplication.c:1623 See https://bugzilla.redhat.com/show_bug.cgi?id=1094480 https://bugzilla.gnome.org/show_bug.cgi?id=736117 Conflicts: panels/keyboard/keyboard-shortcuts.c
* keyboard: Make it possible to stop watching for WM changesBastien Nocera2014-09-052-3/+13
| | | | | | | As we don't want to be doing that anymore if we're not in the keyboard panel anymore. https://bugzilla.gnome.org/show_bug.cgi?id=736117
* datetime: Fix crash when setting year to 0Bastien Nocera2014-09-011-1/+1
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=735352 Conflicts: panels/datetime/cc-datetime-panel.c
* network: Fix typo in NetworkManager version checkingFelix Zhang2014-08-071-1/+1
| | | | | | The code is meant to work with NetworkManager of version 0.9.0+ or 0.8.992+ https://bugzilla.gnome.org/show_bug.cgi?id=733309
* network: Fix network icon names for newer versionsBastien Nocera2014-07-241-2/+2
| | | | | | | | | | | network-wireless-signal-excellent and network-cellular-signal-excellent don't exist in non-symbolic variants anymore, so use the fallback names instead. https://bugzilla.gnome.org/show_bug.cgi?id=695480 Conflicts: panels/network/panel-common.c
* wacom: Fix stylus back/forward button assignmentsBastien Nocera2014-07-171-2/+2
| | | | | | | | The list store contained the wrong values. Spotted by the.viclim@gmail.com https://bugzilla.gnome.org/show_bug.cgi?id=728880
* info: fix crash when using vboxvideo glx driverTim Lunn2014-04-291-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699712
* Updated French translationAlexandre Franke2014-04-021-482/+490
|
* Updated Russian translationStas Solovey2014-03-311-364/+361
|
* info: Fix incorrect virtualisation technologyBastien Nocera2014-03-271-1/+1
| | | | | | g_strcmp0() == 0, or g_str_equal(), not g_str_equal() == 0... https://bugzilla.gnome.org/show_bug.cgi?id=727161
* fr: Fix Plural-Forms headerChristophe Fergeau2014-03-251-1/+1
| | | | In French, the singular form should be used for 0.
* Updated translations for Bengali IndiaSaibal Ray2014-03-181-6869/+6926
|
* Updated translations for Bengali IndiaSaibal Ray2014-03-181-2843/+6499
|
* Updated Chinese (China) translationWylmer Wang2014-03-101-277/+279
|
* Updated Hungarian translationBalázs Úr2014-02-281-367/+368
|
* Updated Marathi translationSandeep Shedmake2014-02-271-278/+280
|
* [l10n] fix typo in German translation (bgo #725087)Thomas Haller2014-02-241-4/+4
|
* [l10n] Update Catalan translationGil Forcada2014-02-211-363/+363
|
* network: Fix build with NM 0.9.8.xBastien Nocera2014-02-193-3/+16
| | | | | | | | | | | | Team support was only added in the 0.9.9.x branch for the 0.9.10 stable release. It's not available in any releases (beta or stable ones) yet. https://bugzilla.gnome.org/show_bug.cgi?id=723769 Conflicts: configure.ac panels/network/connection-editor/net-connection-editor.c
* network: allow an empty gateway address in the connection editorGiovanni Campagna2014-02-191-1/+1
| | | | | | | It appears that this has always been the intention of the code, but the check was incomplete. https://bugzilla.gnome.org/show_bug.cgi?id=724312
* network: don't warn for invalid settingsGiovanni Campagna2014-02-193-18/+2
| | | | | | | | | | g_warning() is for environment errors, not user errors. Not being able to click OK is enough to understand that something is wrong, and if not we should highlight the faulty setting, not spam the logs, expecially in the middle of digitation. Keep a log anyway, for debugging. https://bugzilla.gnome.org/show_bug.cgi?id=724312
* Fix an annoying typo in the German translationMatthias Clasen2014-02-171-1/+1
| | | | It is 'Identität', not 'Idendität'.
* updated kn.poShankar Prasad2014-02-051-3124/+423
|
* Updated Gujarati translationsAnkit Patel2014-02-041-425/+409
|
* Updated Indonesian translationAndika Triwidada2014-02-041-362/+347
|
* update translation for 3.10 branchA S Alam2014-02-011-364/+363
|
* Updated Telugu TranslationsKrishnababu Krothapalli2014-01-301-360/+358
|
* privacy: Don't leak the dialogsRui Matos2014-01-281-3/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708286
* Assamese translation updatedNilamdyuti Goswami2014-01-221-353/+352
|
* Tamil Translations UpdatedShantha kumar2014-01-211-354/+353
|
* Updated Slovenian translationMatej Urbančič2014-01-201-353/+352
|
* Updated Brazilian Portuguese translationRafael Ferreira2014-01-201-175/+177
|
* Updated Polish translationPiotr Drąg2014-01-151-40/+44
|
* Updated Spanish translationDaniel Mustieles2014-01-131-359/+360
|
* Updated Serbian translationМирослав Николић2014-01-132-708/+706
|
* network: Remove "Team" from translationsBastien Nocera2014-01-131-1/+1
| | | | | | If the user knows what it is, it's likely they'll know the English word for it. This also allows us to add support for it even though we're in a string freeze.