summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 3.25.92GNOME_CONTROL_CENTER_3_25_92Rui Matos2017-09-012-1/+22
|
* Update Indonesian translationKukuh Syafaat2017-09-011-112/+109
|
* Updated Dutch translation Master 3.26hanniedu2017-09-011-1546/+2041
|
* Update Finnish translationJiri Grönroos2017-08-311-112/+39
|
* Update Catalan translationJordi Mas2017-08-301-51/+54
|
* Update Galician translationFran Dieguez2017-08-301-97/+93
|
* Update Romanian translationDaniel Șerbănescu2017-08-301-114/+96
|
* network: Don't unref device after when parsing argumentsGeorges Basile Stavracas Neto2017-08-291-2/+0
| | | | | | | | | | | | | | | When we add the NetDevice pointer to the GPtrArray, we have a single reference owned by the panel. When iterating over this GPtrArray, no reference is taken. The problem is that the code to handle command-line arguments was unreferencing the NetDevices when iterating over it, creating a disparity in the ref/unref pairs. Fix that by simply not unreferencing the NetDevice instance when iterating over it. https://bugzilla.gnome.org/show_bug.cgi?id=786514
* sharing: Make use of the cancellable for async hostname callsRui Matos2017-08-291-2/+3
| | | | | | | We have it initialized and disposed and the async calls already handle being cancelled. We just forgot to actually use it. https://bugzilla.gnome.org/show_bug.cgi?id=786984
* sharing: Remove an unused variableRui Matos2017-08-291-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786984
* sharing: Make panel initialization asynchronousRui Matos2017-08-291-75/+88
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=786984
* sharing: Show the networks widget in the screen sharing dialogRui Matos2017-08-291-1/+3
| | | | | | | | The way it works is independent of the service so there's no reason not to show it. We should also hide the remote-control-box widget hierarchy since those can't be used here. https://bugzilla.gnome.org/show_bug.cgi?id=786565
* sharing: Add Wayland screen sharing supportJonas Ådahl2017-08-291-3/+72
| | | | | | | | | | | | This allows enabling screen sharing support under Wayland, as long as the org.gnome.Mutter.RemoteDesktop D-Bus name is exported by mutter / gnome-shell. That name will currently only be exported if the corresponding experimental features has been added to mutter. So far nothing is configurable, as gnome-remote-desktop is yet to be configureable. https://bugzilla.gnome.org/show_bug.cgi?id=786565
* shell: make Devices and Details rows selectableJonathan Kang2017-08-291-2/+0
| | | | | | | | | Currently, while navigating using keyboard, the "Devices" and "Details" rows of the GtkListBox in the sidebar don't seem to be selected visually. Fix that by setting "selectable" property of those two widgets as TRUE. https://bugzilla.gnome.org/show_bug.cgi?id=786849
* Update Dutch translationJustin van Steijn2017-08-291-2089/+1530
|
* Updated Dutch translation Master 3.26hanniedu2017-08-291-1816/+2627
|
* Updated Lithuanian translationAurimas Černius2017-08-291-118/+94
|
* Update Finnish translationJiri Grönroos2017-08-291-1004/+1298
|
* Update French translationAlain Lojewski2017-08-291-189/+144
|
* Update Brazilian Portuguese translationRafael Fontenelle2017-08-291-1017/+1299
|
* search: Set a minimum height to avoid toplevel being resized too smallRui Matos2017-08-281-0/+1
|
* search: don't allow horizontal scrollingJonathan Kang2017-08-281-0/+1
| | | | | | | Set hscrollbar_policy property of GtkScrolledWindow to never to disable horizontal scrolling. https://bugzilla.gnome.org/show_bug.cgi?id=785397
* display: Round the displayed scale values logicallyRui Matos2017-08-281-1/+8
| | | | | | | | | Mutter currently generates 4 scales per integer scale. Knowing that, we can nicely "round" the values we display to what the ideal scales are even though the real values might be skewed since mutter creates scale values close to the ideal ones that yield integer logical sizes. https://bugzilla.gnome.org/show_bug.cgi?id=786922
* display: Simplify scale filteringRui Matos2017-08-281-36/+8
| | | | | This is prone to miss intermediate values that users might actually want to use so, for now, just show the 5 first scales.
* display: Round scaled logical monitor sizes the same way mutter doesRui Matos2017-08-281-2/+3
| | | | | | | | | Mutter uses round() while we are just truncating via the implicit double -> int type conversion, meaning that mutter will reject some configurations that should work. Fix that by using the same rounding as mutter. https://bugzilla.gnome.org/show_bug.cgi?id=786919
* info: Avoid a crash when we're cancelledRui Matos2017-08-281-6/+15
| | | | | | | If we're cancelled, the panel is being finalized so return immediately instead of iterating further and crashing. https://bugzilla.gnome.org/show_bug.cgi?id=786097
* info: Don't leak GUnixMountEntry instances if we're cancelledRui Matos2017-08-281-0/+3
| | | | | | | If we're cancelled the mount entries list might not have been totally consumed so free it on finalize if needed. https://bugzilla.gnome.org/show_bug.cgi?id=786097
* info: Don't leak GCancellablesRui Matos2017-08-281-3/+1
| | | | | | | We were just plainly leaking them and there's really no need since GCancellable instances can be re-used. https://bugzilla.gnome.org/show_bug.cgi?id=786097
* Update Latvian translationRūdolfs Mazurs2017-08-281-1088/+1286
|
* Updated Czech translationMarek Cernocky2017-08-281-111/+93
|
* Update Serbian Latin translationМилош Поповић2017-08-281-182/+105
|
* Update Serbian translationБорисав Живановић2017-08-281-174/+96
|
* Update Turkish translationMuhammet Kara2017-08-271-110/+85
|
* Update French translationAlexandre Franke2017-08-271-1/+1
|
* Add translator commentAlexandre Franke2017-08-271-1/+1
|
* Update Catalan translationJordi Mas2017-08-271-91/+87
|
* Update Chinese (Taiwan) translationCheng-Chia Tseng2017-08-271-1022/+1213
|
* Update German translationMario Blättermann2017-08-261-72/+66
|
* Updated Danish translationAsk Hjorth Larsen2017-08-261-1077/+1430
|
* Update Polish translationPiotr Drąg2017-08-261-69/+62
|
* Update Friulian translationFabio Tomat2017-08-261-87/+84
|
* Update Kazakh translationBaurzhan Muftakhidinov2017-08-261-87/+84
|
* display: Show refresh rates with two digits after the radixRui Matos2017-08-251-1/+1
| | | | | | One digit isn't enough to distinguish between some modes. We probably should do better mode filtering and/or grouping but that needs to happen in mutter.
* display: Don't show inactive monitors in the arrangement widgetRui Matos2017-08-251-7/+7
| | | | | | Inactive monitors are not part of the configuration global geometry, i.e. they don't have a position set, so it doesn't make sense to show them.
* display: Avoid crashing when a monitor doesn't have a mode setRui Matos2017-08-251-1/+10
| | | | In this case just avoid showing information we don't have.
* display: Ensure we generate the UI initially on two output modeRui Matos2017-08-251-0/+3
| | | | | | | We rely on visible-child-name notifications to generate the appropriate UI, unfortunately it doesn't happen for the first added stack page if the widget is already visible. Work around this by adding a dummy page first.
* display: Fix the two output UI to start with the current configurationRui Matos2017-08-251-0/+2
| | | | | | | | | gtk_stack_set_visible_child_name() doesn't actually make a child visible if the child widget isn't visible already which means we'd always start in the first ("join") stack page even if the currently applied configuration is one of the others. https://bugzilla.gnome.org/show_bug.cgi?id=786767
* Updated Russian translationYuri Myasoedov2017-08-241-989/+1284
|
* Update Croatian translationgogo2017-08-241-70/+66
|
* printers: Apply the vertical spacing standardFelipe Borges2017-08-241-0/+2
| | | | | | | | Settings panels are given 32px above and below their content and 32px vertical space between major sections. 12px space is placed below headings. https://bugzilla.gnome.org/show_bug.cgi?id=786384