02e310a1d5
EmojiChooser: Check the 1st button before 1st show
...
We scroll to the top in show() but only ever selected a button when the
adjustment changed, which doesn’t happen in init(). Check it manually.
https://bugzilla.gnome.org/show_bug.cgi?id=787172
2017-09-04 22:33:24 +01:00
14d376a2a6
sidebarrow: Remove useless size group
...
Nice try, but size groups don't work with invisible widgets anyway.
Invisible widgets request 0×0.
[reapplying after accidental reintroduction in the cloudproviders patch;
see https://bugzilla.gnome.org/show_bug.cgi?id=786123#c39 ]
2017-09-04 22:33:24 +01:00
51e636be0f
3.22.20
2017-09-04 13:02:58 -04:00
dd99aeb4bb
Update Kazakh translation
2017-09-04 15:48:15 +00:00
9913c4cbaa
3.22.20
2017-09-04 11:29:19 -04:00
8a940474d7
gtkplacessidebar: adapt libcloudproviders api rename
...
https://bugzilla.gnome.org/show_bug.cgi?id=786123
2017-09-04 11:27:31 -04:00
dc7952d2c6
HighContrast: basic port of emoji CSS from Adwaita
...
This is better than nothing: without specific CSS, the Chooser was too
large, the emoji were too small, and the buttons were generally ugly.
https://bugzilla.gnome.org/show_bug.cgi?id=786956
2017-09-04 10:58:50 -04:00
517b5360f4
Adwaita: proper colours for inactive emoji buttons
...
Use opacity to differentiate unselected/hovered/selected buttons. It had
assumed bg < border < fg colours, which may be false, as in Adwaita:dark
This also means we do not need to special-case for the backdrop state.
https://bugzilla.gnome.org/show_bug.cgi?id=786956
2017-09-04 10:58:42 -04:00
419ecc9e80
Adwaita: Make use of SASS syntax for emoji stuff
...
This makes the theme easier to maintain.
https://bugzilla.gnome.org/show_bug.cgi?id=786956
2017-09-04 10:58:28 -04:00
429a9e6b60
Updates
2017-09-04 09:56:24 -04:00
192ca899fc
Update Italian translation
2017-09-04 11:43:05 +00:00
1e1012696a
Updated Lithuanian translation
2017-09-03 23:37:27 +03:00
911ac2e3c6
Update Hungarian translation
2017-09-03 16:51:46 +00:00
a53c533293
Update Latvian translation
2017-09-03 19:27:50 +03:00
56027e079d
Adwaita: Fix ineffective theming of switch slider
...
in a specific case, which was applying .slider as a class on the parent
switch, instead of correctly selecting on its child node named slider.
This makes the border on the outside of a switch in a selected listbox
row look better in the light variant. Since the code was never removed,
it was clearly meant to work, and making it work is a clear improvement.
2017-09-03 14:01:17 +01:00
70b61973fc
HighContrast: Fix outdated name for headerbar box
2017-09-03 13:37:39 +01:00
80bd795969
Adwaita: Fix outdated name of selection-menu arrow
2017-09-03 13:37:24 +01:00
bc7a4e5abd
docs: css-overview: Don’t recommend broken syntax
...
Using this produced warnings about the Pango syntax of <Family> <size>
being deprecated, and the size being invalid due to no unit specified.
Also, that multi-word font family presumably wouldn’t work as expected.
2017-09-03 12:25:22 +01:00
87e76c12a9
testgtk: fix css
2017-09-03 12:20:13 +01:00
8dbb17e1f3
Toolbar: Clarify set_show_arrow() a bit more
2017-09-03 11:04:48 +01:00
66d63e4a47
Toolbar: Clarify how the arrow overflow menu works
...
The fact it affects the preferred size, and only works with ToolItems
that return a menu proxy item, was unclear unless deduced from other
sources, and this led to users thinking it was broken, for example:
https://stackoverflow.com/q/44644642/2757035
https://bugzilla.gnome.org/show_bug.cgi?id=787158
https://bugzilla.gnome.org/show_bug.cgi?id=787195
2017-09-03 10:58:58 +01:00
111ce61517
ToolItem: Add see-also from proxy setter to signal
2017-09-03 10:58:58 +01:00
ea73e0e0bd
ToolItem: Annotate menu proxy item as nullable
...
It can be NULL. ::create-menu-proxy gave an example of when a NULL proxy
menu item could be useful, but the accessors did not annotate it as such.
2017-09-03 10:58:58 +01:00
8216a7aa0f
Update Brazilian Portuguese translation
2017-09-02 20:51:14 +00:00
baf725a795
Revert "sk.po: Consistently translate “Insert”"
...
This reverts commit d09bc2b108
.
As an English-speaker, I know nothing about complex grammar, and it’s
been brought to my attention that some languages might differ in the
translation of the same command depending on where it appears.
So, I’d better assume everyone else knows better than me. Apologies!
2017-09-02 16:11:06 +01:00
ed782577e8
Adwaita: Fix colour mixing of emoji section button
...
when hovered, by using %, since SASS does not handle decimal mixes.
2017-09-02 16:01:39 +01:00
d09bc2b108
sk.po: Consistently translate “Insert”
...
The two occurrences disagreed on the translation, and my amateur
investigation indicates this one is correct.
2017-09-02 16:01:39 +01:00
64976f1f0d
gl.po: Consistently translate/capitalise “Emoji”
...
GTK+ 3 and 4 disagreed on capitalisation and the translation of “Emoji”.
Use sentence case as elsewhere & the most common translation: emoticono.
2017-09-02 16:01:39 +01:00
84331b394c
Update Catalan translation
2017-09-02 16:21:10 +02:00
554e1487a5
Update Catalan translation
2017-09-02 16:20:07 +02:00
9278310b3a
Update Catalan translation
2017-09-02 16:16:12 +02:00
434ece4a1c
emoji chooser: No emoji in the search entry
...
Recursion is fun, but better avoided in the ui.
https://bugzilla.gnome.org/show_bug.cgi?id=786960
2017-09-02 08:48:47 -04:00
172c6c1949
entry: Consider input hints for Emoji support
...
Don't show "insert emoji" in the context menu if input
hints indicate that Emoji input is not useful.
2017-09-02 08:48:07 -04:00
f3df85e528
Add input hints for Emoji input
...
Allow hinting input methods about whether Emoji support is
useful or not.
2017-09-02 08:48:00 -04:00
f120334700
Update Galician translation
2017-09-02 10:07:51 +00:00
85ca7fa612
Update Slovak translation
2017-09-02 08:06:18 +00:00
cfafd1d69f
Update Slovak translation
2017-09-02 08:02:39 +00:00
152e9c0b3a
Update Indonesian translation
2017-09-02 00:58:14 +00:00
f0b4b45b76
emoji chooser: Avoid a crash
...
The emoji chooser gets disposed already, because it is attached
to the toplevel as a popover. Doing it again when the object data
is cleared is leading to a crash.
https://bugzilla.gnome.org/show_bug.cgi?id=787103
2017-09-01 19:53:11 -04:00
1694a67083
Update Polish translation
2017-09-02 01:50:34 +02:00
8d0dc64e61
emoji-chooser: fix subsequent scroll
...
Event handlers on scroll window should only be run once the widget
is shown.
https://bugzilla.gnome.org/show_bug.cgi?id=786964
2017-09-01 18:31:40 -04:00
38b8b3ce1d
Entry: Set tooltip text on icon for emoji chooser
...
https://bugzilla.gnome.org/show_bug.cgi?id=786885
2017-09-01 18:18:45 -04:00
0388f16fb4
Update Croatian translation
2017-09-01 21:55:48 +00:00
d9b5fd357f
ComboBox: Dodge possible surplus disconnects
...
in case anyone connected any other signal on the model to this ComboBox.
2017-09-01 20:17:11 +01:00
423cd8e73e
ScrolledWindow: Dodge possible surplus disconnects
...
In case the outgoing Adjustment for whatever reason has other handlers
referring to this SW, be sure to avoid disconnecting any but our own.
2017-09-01 16:28:44 +01:00
3ff04099a7
ComboBox: Remove pointless signal ID member fields
...
We don’t need to store these for disconnection, as we can just use
g_signal_handlers_disconnect_by_data(). Also, merge redundant ifs.
2017-09-01 16:28:44 +01:00
85ca68b1c2
ComboBox: Clean up handler disconnection some more
2017-09-01 16:28:44 +01:00
d6ae627069
Update Slovak translation
2017-09-01 14:19:10 +00:00
5dc5576e14
ScrolledWindow: Fix non-disconnection of handlers
...
• Use disconnect_by_data() to catch both _adjustment_changed() and now
_adjustment_value_changed(), as the latter had been missed until now.
• Also disconnect from indicator_value_changed(), which was not done in
destroy() due to indicator_reset() and remove_indicator() disagreeing.
https://bugzilla.gnome.org/show_bug.cgi?id=775074
2017-08-31 23:17:03 +01:00
64d05b5dc6
scrolledwindow: Properly remove scrollbars
...
Instead of keeping an extra ref, then unparent+destroy+unref, don't keep
an extra ref and just unparent the scrollbar when appropriate.
2017-08-31 22:59:40 +01:00