Commit graph

2498 commits

Author SHA1 Message Date
Danial Behzadi
6bbb7689f8 Update Persian translation 2024-09-07 09:37:16 +00:00
Luming Zh
f63d7a8518 Update Chinese (China) translation 2024-09-03 00:51:29 +00:00
Vasil Pupkin
1920bb1b1e Update Belarusian translation 2024-08-29 09:47:08 +00:00
Balló György
b779260a11 appdata: Fix screenshot URL 2024-08-26 15:27:51 +00:00
Jiri Grönroos
149ac2ae40 Update Finnish translation 2024-08-24 16:49:05 +00:00
Piotr Drąg
0c975f3500 Update POTFILES.in 2024-08-24 15:35:08 +02:00
Balázs Úr
2e969d1db4 Update Hungarian translation 2024-08-15 10:34:16 +00:00
Michael Catanzaro
28f67f0574 Prepare 47.beta 2024-08-02 10:40:42 -05:00
Sabri Ünal
747125e45a Update Turkish translation 2024-07-29 20:51:43 +00:00
Ekaterine Papava
f1e109edfa Update Georgian translation 2024-07-15 04:04:32 +00:00
Michael Catanzaro
e163e4061e Fix toasts 2024-07-14 07:36:00 -05:00
Pedro Paulo
427853e5ef Include build instructions for Flatpak on README
Includes all the dependencies that must be installed, as well as the commands needed to properly build and run the program.

Fixes #72.
2024-07-13 18:48:41 +00:00
Scrambled 777
4ec70b0739 Update Hindi translation 2024-07-13 18:26:49 +00:00
Michael Catanzaro
0333d3bef9 Change URL for GNU Chess tarball
The mirrors are unreliable, and at least one is serving a tarball that
is different than expected....
2024-07-12 12:21:13 -05:00
Michael Catanzaro
525e362391 Replace AdwBanner with AdwToast
The toast is a modern way to do notifications without needing to use
banners.
2024-07-12 17:08:02 +00:00
Michael Catanzaro
b8f22fbbfa Fix crash when canceling "Save game for later" file chooser
This is a workaround for vala#1104

Fixes #92
2024-07-10 16:50:17 -05:00
Michael Catanzaro
9547174ac3 Remove redundant warn_if_fail() 2024-07-10 16:10:36 -05:00
Michael Catanzaro
da861f1b8e Use AdwDialog for promotion type selector
Probably fixes #91, though I haven't been able to reproduce the problem
myself.
2024-07-10 14:14:32 -05:00
Michael Catanzaro
cce143a6fa Switch from AdwPreferencesWindow to AdwPreferencesDialog 2024-07-10 14:14:32 -05:00
Michael Catanzaro
98adf9c494 Update copyright year in a couple places 2024-07-10 14:14:32 -05:00
Michael Catanzaro
f58887426e Stop using deprecated GdkPixbuf functions
This is based on GTK's internal gdk_texture_new_for_surface(), rewritten
in Vala.
2024-07-10 14:14:32 -05:00
Michael Catanzaro
6c8b204be8 Sort of stop using deprecated gtk_show_uri
But actually keep using it. This just suppresses the deprecation
warning, because it's impossible to stop using it.
2024-07-10 14:14:32 -05:00
Michael Catanzaro
bd56d44ab8 Replace GtkInfoBar with AdwBanner 2024-07-10 14:14:32 -05:00
Michael Catanzaro
ded41185ad Use AdwAlertDialog 2024-07-10 14:14:32 -05:00
Michael Catanzaro
362aa337c8 Use GtkFileDialog for save dialog 2024-07-10 14:14:32 -05:00
Michael Catanzaro
ebed27d902 Use Gtk.FileDialog for open dialog 2024-07-10 14:14:32 -05:00
Michael Catanzaro
c7dcf758c0 Require GTK 4.10
For GtkFileDialog
2024-07-10 14:14:32 -05:00
Michael Catanzaro
10a9e58f9e Replace AdwAboutWindow with AdwAboutDialog 2024-07-10 14:14:32 -05:00
Michael Catanzaro
a5ba7a2171 Require libadwaita 1.5
For adaptive dialogs
2024-07-10 14:14:32 -05:00
Michael Catanzaro
15a035a1d0 Give myself an authorship credit!
It's been 11 years. I guess I can say I'm an author by now.
2024-07-10 14:14:32 -05:00
Michael Catanzaro
c48c73834b Stop using deprecated get_allocated_width/height 2024-07-10 14:14:32 -05:00
Michael Catanzaro
be01a9349d Fix uninitialized value when board has no King
It's possible for there to be no King if we're running unit tests rather
than a real game.
2024-07-10 14:14:32 -05:00
Michael Catanzaro
50c3ae576b Fix indentation 2024-07-10 14:01:41 -05:00
Michael Catanzaro
b2b8901b94 Silence C warnings
-w got lost in the port from Autotools to Vala. We shouldn't emit C
compiler warnings because this isn't a C project.
2024-07-10 14:01:41 -05:00
Yosef Or Boczko
f87b61a4f5 Update Hebrew translation 2024-07-10 18:03:50 +00:00
Anders Jonsson
c2b67e4ad2 Update Swedish translation 2024-07-09 19:31:17 +00:00
Michael Catanzaro
9e48214768 flatpak-builder: change default branch to main 2024-07-09 14:25:18 -05:00
Sergej A.
1a5fb77b76 Update Russian translation 2024-07-03 11:29:09 +00:00
Sergej A.
ff9cf93e29 Update Russian translation 2024-07-03 11:28:36 +00:00
Scrambled 777
58ebdc9ec2 Update Hindi translation 2024-07-02 08:59:48 +00:00
Daniel Rusek
8ab94407bf Update Czech translation 2024-07-01 19:32:46 +00:00
Jürgen Benvenuti
35d5693d7e Update German translation 2024-06-28 13:56:20 +00:00
Balázs Úr
2152ac5fce Update Hungarian translation 2024-06-28 13:27:16 +00:00
Martin
d2f335988a Update Slovenian translation 2024-06-19 06:56:17 +00:00
Michael Catanzaro
ea4c7c009e Remove an unnecessary GtkBox
The box underneath navigation_box isn't accomplishing anything.
2024-06-18 17:21:32 -05:00
Michael Catanzaro
49e5052884 Utilize bottom portion of AdwToolbarView
Suggested by Pedro Paulo. This doesn't make much difference to the UI,
but it works and it's nice, so why not?
2024-06-18 17:15:50 -05:00
Michael Catanzaro
1246153edb Switch to AdwApplicationWindow, AdwToolbarView, and AdwHeaderBar
Fixes #84
2024-06-18 13:02:29 -05:00
Michael Catanzaro
b795f1ac6e Link with libm
Not sure why this is suddenly needed, but whatever.
2024-06-18 13:02:29 -05:00
Yuri Chornoivan
76c3d94417 Update Ukrainian translation 2024-06-17 05:44:42 +00:00
Pedro Paulo
f3289547d4 Changes "First/Last" move shortcut to "Up/Down" key 2024-06-16 22:41:28 +00:00