gogo
9fe68b8c12
Update Croatian translation
2017-09-07 18:35:09 +00:00
Daniel Boles
660cc709fc
Entry: Fix leak of text in ensure_has_tooltip()
...
Thanks to Mohammed Sadiq for noticing this. I guess I got
Widget.get_tooltip_text() confused with Label.get_label().
https://bugzilla.gnome.org/show_bug.cgi?id=787410
2017-09-07 14:54:14 +01:00
Jiri Grönroos
70648318a3
Update Finnish translation
2017-09-07 08:41:41 +00:00
Piotr Drąg
323ce68e98
Update Polish translation
2017-09-06 20:14:41 +02:00
Çağatay Yiğit Şahin
8e434d20ae
Update Turkish translation
2017-09-06 06:48:16 +00:00
Mario Blättermann
f272a2facc
Update German translation
2017-09-05 17:48:13 +00:00
Marek Cernocky
4dfee01af6
Updated Czech translation
2017-09-05 16:37:09 +02:00
Jakub Steiner
417d345019
adwaita: use generic sidebar icon style
...
https://bugzilla.gnome.org/show_bug.cgi?id=786613
2017-09-05 13:55:44 +02:00
Daniel Mustieles
bb445a9a75
Update Spanish translation
2017-09-05 10:36:15 +00:00
Daniel Boles
a6393e1a47
Adwaita: Leave fg color of hovered emoji alone
...
Only HighContrast has a clear problem, and this avoids some probably
unwanted changes of certain colours in the weird greyscale emoji I have
available to test here.
2017-09-05 01:38:35 +01:00
Daniel Boles
464df4007b
themes: Use $selected_fg_color for :hovered emoji
...
This is much needed for HighContrast as otherwise emoji are invisible
(or nearly in Inverse). It also syncs up with hovered menu items, etc.
https://bugzilla.gnome.org/show_bug.cgi?id=787279
2017-09-05 01:03:54 +01:00
Daniel Boles
21c7ea2bd4
HighContrast: Kill abominable headerbar vseparator
...
Commit 70b61973fc
fixed a syntax error and
unwittingly released this bizarre mutant.
https://bugzilla.gnome.org/show_bug.cgi?id=787280
2017-09-05 01:01:50 +01:00
Daniel Boles
99e27ab145
ComboBox: Don’t popdown if releasing on scrollbar
...
On button release, we were popping down if the event widget was anything
but priv->button. This broke scrolling by clicking a mouse button, i.e.
when releasing a click in the trough or finishing a drag of either bar.
That’s unexpected, inconvenient, and pointless. So, let’s stop doing it.
https://bugzilla.gnome.org/show_bug.cgi?id=738893
2017-09-04 23:59:56 +01:00
Anders Jonsson
2e866ca293
Update Swedish translation
2017-09-04 22:16:39 +00:00
Daniel Boles
7210945292
EmojiChooser: Ensure always have a selected button
...
We were only selecting a section’s button if the adjustment y coord was
within its heading, so scrolling slightly into it unchecked all buttons.
This also fixes how we could end up with the first 2 selected, somehow.
https://bugzilla.gnome.org/show_bug.cgi?id=787172
2017-09-04 22:33:24 +01:00
Daniel Boles
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
Timm Bäder
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
Matthias Clasen
51e636be0f
3.22.20
2017-09-04 13:02:58 -04:00
Baurzhan Muftakhidinov
dd99aeb4bb
Update Kazakh translation
2017-09-04 15:48:15 +00:00
Matthias Clasen
9913c4cbaa
3.22.20
2017-09-04 11:29:19 -04:00
Julius Härtl
8a940474d7
gtkplacessidebar: adapt libcloudproviders api rename
...
https://bugzilla.gnome.org/show_bug.cgi?id=786123
2017-09-04 11:27:31 -04:00
Daniel Boles
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
Daniel Boles
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
Daniel Boles
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
Matthias Clasen
429a9e6b60
Updates
2017-09-04 09:56:24 -04:00
Milo Casagrande
192ca899fc
Update Italian translation
2017-09-04 11:43:05 +00:00
Aurimas Černius
1e1012696a
Updated Lithuanian translation
2017-09-03 23:37:27 +03:00
Balázs Úr
911ac2e3c6
Update Hungarian translation
2017-09-03 16:51:46 +00:00
Rūdolfs Mazurs
a53c533293
Update Latvian translation
2017-09-03 19:27:50 +03:00
Daniel Boles
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
Daniel Boles
70b61973fc
HighContrast: Fix outdated name for headerbar box
2017-09-03 13:37:39 +01:00
Daniel Boles
80bd795969
Adwaita: Fix outdated name of selection-menu arrow
2017-09-03 13:37:24 +01:00
Daniel Boles
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
Timm Bäder
87e76c12a9
testgtk: fix css
2017-09-03 12:20:13 +01:00
Daniel Boles
8dbb17e1f3
Toolbar: Clarify set_show_arrow() a bit more
2017-09-03 11:04:48 +01:00
Daniel Boles
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
Daniel Boles
111ce61517
ToolItem: Add see-also from proxy setter to signal
2017-09-03 10:58:58 +01:00
Daniel Boles
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
Rafael Fontenelle
8216a7aa0f
Update Brazilian Portuguese translation
2017-09-02 20:51:14 +00:00
Daniel Boles
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
Daniel Boles
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
Daniel Boles
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
Daniel Boles
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
Jordi Mas
84331b394c
Update Catalan translation
2017-09-02 16:21:10 +02:00
Jordi Mas
554e1487a5
Update Catalan translation
2017-09-02 16:20:07 +02:00
Jordi Mas
9278310b3a
Update Catalan translation
2017-09-02 16:16:12 +02:00
Matthias Clasen
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
Matthias Clasen
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
Matthias Clasen
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
Fran Dieguez
f120334700
Update Galician translation
2017-09-02 10:07:51 +00:00