Commit graph

2433 commits

Author SHA1 Message Date
Jiri Grönroos
9822ec4017 Update Finnish translation 2024-03-04 18:21:40 +00:00
Rūdolfs Mazurs
6f70eda50d Update Latvian translation 2024-03-02 17:43:30 +00:00
Balázs Meskó
e5649a1e9f Update Hungarian translation 2024-02-19 22:25:03 +00:00
Michael Catanzaro
5788015408 Fix version number
I should not use a tilde in the meson.build
2024-02-09 14:28:13 -06:00
Michael Catanzaro
ff0c962c50 Prepare 46.beta 2024-02-09 11:56:58 -06:00
Michael Catanzaro
0585a52637 Revert "flatpak: Use vala SDK extension"
This reverts commit 3fe757a60b
2024-02-09 17:45:52 +00:00
Aurimas Černius
2f0c184daf Update Lithuanian translation
(cherry picked from commit 4ab2b3e4e3dc7a191e3fd9fe08ad2a3e4ee3dfb9)
2024-02-05 21:15:40 +00:00
Sabri Ünal
8e452d7113 appdata: Update appdata
- Add vcs-browser URL
2024-01-09 14:19:38 +03:00
Sabri Ünal
590af7bfd5 appdata: Remove none OARS tags
"The old generator also included all the none-value entries—it
no longer does this, you can safely remove them.

If it only consists of none values, it’s safe to shorten it to just:
`<content_rating type="oars-1.1" />`"

More information: https://docs.flathub.org/docs/for-app-authors/appdata-guidelines/#oars-information
2024-01-09 14:19:10 +03:00
Yosef Or Boczko
a158ea7710 Update Hebrew translation 2023-12-26 06:05:39 +00:00
Jürgen Benvenuti
c87564e76a Update German translation 2023-12-22 13:19:46 +00:00
Michael Catanzaro
69ce6e85e9 appdata: update donation URL 2023-12-05 11:01:28 -06:00
Hugo Carvalho
ae25788b54 Update Portuguese translation
(cherry picked from commit 472143dcfcb4effc0d730b13b409639176c4974a)
2023-12-03 21:38:24 +00:00
Michael Catanzaro
e0eafac792 Update appdata
This makes appstreamcli happier. The syntax for the developer tag
changed in 1.0.
2023-12-01 08:44:24 -06:00
Kukuh Syafaat
a7984bb0ee Update Indonesian translation
(cherry picked from commit 2552673e24ce6e72fb475cc31911545289c8b522)
2023-11-15 08:32:19 +00:00
Vancha
a5868b6536 Keyboard: Remove alt modifier from history keys
Changed the keyboard modifiers from <Alt>Left and <Alt>Right to
Left and Right respectively. This allows to use only the arrows
to move through the move history.

Fixes #67

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/49>
2023-11-03 14:04:30 +00:00
Martin
34488d7014 Update Slovenian translation
(cherry picked from commit a3f8a537648d432bf8266ec1987a9f404de5da3a)
2023-10-29 07:29:17 +00:00
Sergej A
6a2442fe4d Update Russian translation 2023-10-22 16:03:52 +00:00
Asier Sarasua Garmendia
6dd552b5d9 Update Basque translation 2023-10-21 19:09:50 +00:00
Anders Jonsson
c8b9a92154 Update Swedish translation 2023-10-17 13:46:12 +00:00
Emin Tufan Çetin
70af4e1814 Update Turkish translation 2023-10-16 13:31:19 +00:00
Asier Sarasua Garmendia
cb3709c769 Update Basque translation
(cherry picked from commit 8d1e455129b926280a0ad2d4ed33485fd86bf7b7)
2023-10-12 07:28:30 +00:00
Sergej A
0dcf58a1e5 Update Russian translation 2023-10-11 14:58:46 +00:00
Daniel Rusek
7ff332415e Update Czech translation 2023-10-06 23:32:46 +00:00
Ekaterine Papava
25f8b5769d Update Georgian translation 2023-10-06 20:45:11 +00:00
Luming Zh
de69a8b812 Update Chinese (China) translation 2023-10-06 02:59:50 +00:00
Yuri Chornoivan
6efcb44713 Update Ukrainian translation 2023-10-05 17:35:09 +00:00
azibom
fc6b977686 Fixes #78 - When we have two attackers in a chess game, both pieces should be red
Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/52>
2023-10-04 21:40:47 +00:00
Felipe Kinoshita
0378f849a5 dialogs: Make use of Adw.MessageDialogs
Fixes #77

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/53>
2023-10-04 21:16:52 +00:00
Sabri Ünal
4d6c3ccdaa Update Turkish translation 2023-10-04 19:21:02 +00:00
Ekaterine Papava
6408979a4c Update Georgian translation 2023-10-02 12:16:43 +00:00
Piotr Drąg
041313bd57 Update Polish translation 2023-10-01 14:42:38 +02:00
Yuri Chornoivan
1dc7ee4030 Update Ukrainian translation 2023-10-01 11:17:45 +00:00
Automeris naranja
f82b8e3b56 help-overlay: Tweak shortcut names
1. Change shortcut names in help-overlay to match the new tooltips from
https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/51/diffs?commit_id=6a9c9001cffd53f64c76694255e2078ccc7ca117

2. To keep consistency, use header capitalization in other shortcut names,
with the same writing style used for the new tooltips.

3. Change shortcut names related to saving a game to match the corresponding
menu item names, which are "Save" and "Save As...".

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/51>
2023-09-29 17:59:14 +00:00
Automeris naranja
0bced86372 chess-window: Make tooltips shorter and use header capitalization
"Tooltip labels should be short and written in header capitalization".

https://developer.gnome.org/hig/patterns/feedback/tooltips.html

Closes https://gitlab.gnome.org/GNOME/gnome-chess/-/issues/75

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/51>
2023-09-29 17:59:14 +00:00
azibom
b4cd8909e7 Fixes #46 - Use red background for king and threatening piece when king is checked
Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/50>
2023-09-29 15:22:39 +03:30
Balázs Úr
f6a7d76946 Update Hungarian translation 2023-09-19 19:04:04 +00:00
Yosef Or Boczko
a8751c340b Update Hebrew translation 2023-09-18 11:45:45 +00:00
Piotr Drąg
7f240ae262 Update Polish translation 2023-09-16 15:38:51 +02:00
Sergej A
8342b9dae1 Update Russian translation 2023-09-16 09:48:15 +00:00
Anders Jonsson
bfed18341d Update Swedish translation 2023-09-15 20:25:06 +00:00
Yuri Chornoivan
9a256660d9 Update Ukrainian translation 2023-09-15 18:02:12 +00:00
Andre Klapper
29aaa1bb40 User help: Correct dead IRC link
Mibbit says "irc.gnome.org: Terminated"; also add Matrix.
2023-09-15 02:57:00 +02:00
Andre Klapper
9d91d63c42 User help: Correct dead IRC link
Mibbit says "irc.gnome.org: Terminated"; also add Matrix.
2023-09-15 02:45:44 +02:00
Andre Klapper
2c947c9369 User help: Correct dead IRC link
Mibbit says "irc.gnome.org: Terminated"; also add Matrix.
2023-09-15 02:24:45 +02:00
Jiri Grönroos
f02a644714 Update Finnish translation 2023-09-14 19:18:14 +00:00
Piotr Drąg
d8f9728c1f Update Polish translation 2023-09-09 14:15:42 +02:00
Anders Jonsson
25fd32e27c Update Swedish translation 2023-09-08 13:21:24 +00:00
Daniel Rusek
be09092d6b Update Czech translation 2023-09-07 23:16:14 +00:00
Ekaterine Papava
3985f7a8b0 Update Georgian translation 2023-09-07 20:11:47 +00:00