Commit graph

1572 commits

Author SHA1 Message Date
Arnaud Bonatti
f1f9fd3f4d Bump Gtk+ required version to 3.15.0...
...and Valac's to 0.27.1.
2015-02-25 20:38:19 +01:00
Arnaud Bonatti
911113cde8 Do not hammer dconf on resize. 2015-02-25 19:26:09 +01:00
Arnaud Bonatti
ee97514e1b Change application_id. 2015-02-25 19:26:01 +01:00
Arnaud Bonatti
a8859bf07f Reorder. 2015-02-25 19:25:10 +01:00
Daniel Mustieles
48c8d9f29f Updated Spanish translation 2015-02-25 12:33:15 +01:00
Michael Catanzaro
16095b0555 Fix several untranslatable strings on the preferences dialog
https://bugzilla.gnome.org/show_bug.cgi?id=745130
2015-02-25 10:19:09 +05:30
Sahil Sareen
402ddd762e Remove trailing whitespaces 2015-02-23 18:38:34 +05:30
Claude Paroz
5ac42c38af Updated French translation 2015-02-22 18:45:03 +01:00
Dušan Kazik
d0d3ec93ae Updated Slovak translation 2015-02-22 15:52:25 +00:00
Dimitris Spingos
aa235d6770 Updated Greek translation 2015-02-21 22:05:19 +02:00
Chao-Hsiung Liao
2af6b775f7 Updated Chinese (Taiwan) translation 2015-02-21 10:58:12 +00:00
Sahil Sareen
17a7b87f81 Fix promotion code
Add a check for 'file' before trying to move.

https://bugzilla.gnome.org/show_bug.cgi?id=738947
2015-02-21 12:23:59 +05:30
Sahil Sareen
fe69cc5a02 Code Cleanup 2015-02-19 20:49:36 +05:30
Yuri Myasoedov
7b2b5f3d25 Updated Russian translation 2015-02-18 20:40:51 +03:00
Michael Catanzaro
54c161fd96 Remove ChessGame parameter from game_end_cb()
It just shadows the field of the same name that is guaranteed to be the
same object.
2015-02-17 17:38:06 -06:00
Daniel Mustieles
a186118b09 Updated Spanish translation 2015-02-17 18:34:06 +01:00
Yosef Or Boczko
55ca9e27b8 Updated Hebrew translation 2015-02-17 00:31:49 +02:00
A S Alam
e84ed7d9a2 update Punjabi Translation 2015-02-16 13:27:30 -06:00
Kjartan Maraas
fe32387f6f Updated Norwegian bokmål translation. 2015-02-16 18:36:58 +01:00
Sahil Sareen
038c0007fc Prepare 3.15.90 2015-02-16 18:08:31 +05:30
Sahil Sareen
d00db10c10 Add support for Fischer and Bronstein clocks
* Preferences dialog: Added option for clock type
* Clock Library: Support for these clocks
* Gnome-Chess: Handle fischer/bronstein clocks

https://bugzilla.gnome.org/show_bug.cgi?id=473395
2015-02-16 09:45:50 +05:30
Michael Catanzaro
ed104403a0 Fix whitespace error in previous commit
This is a whitespace error on more than one level.

Really think that space before parens in OO code may have been a
mistake... too late now.
2015-02-14 23:14:49 -06:00
Michael Catanzaro
9c008c0b5f Add copy of PGN spec to the repo
For safekeeping and ease of access.
2015-02-14 23:12:54 -06:00
Michael Catanzaro
0b8f5b81d8 Silence new empty if statement warning 2015-02-14 23:12:54 -06:00
Sahil Sareen
9b9e47a241 Fix commit 3760a9c 2015-02-14 23:20:54 +05:30
Muhammet Kara
ddc79007e9 Updated Turkish translation 2015-02-14 15:25:39 +00:00
Sahil Sareen
c79fab81af Improving the precision of chess-clock
* Minor change to chess-clock library.
2015-02-11 14:31:47 +05:30
Sahil Sareen
3760a9c1c3 Another indentation fix 2015-02-08 23:46:09 +05:30
Michael Catanzaro
c592022396 Another indentation fix 2015-02-08 11:52:23 -06:00
Sahil Sareen
b8e6d10b2b Code alignment fix
Minor code alignment fix in preferences.ui
2015-01-31 20:41:21 +05:30
Sahil Sareen
05c0a75097 Prepare 3.15.4
Updated NEWS and version.
2015-01-19 20:22:10 +05:30
Sahil Sareen
f124cd468b Adding myself to the maintainers list 2015-01-12 19:42:08 +05:30
Sahil Sareen
0424e97cc3 Adding explanatory comment to previous commit. 2015-01-12 00:19:09 +05:30
Michael Catanzaro
ed9ffc4ba2 Cancel move if promotion type selector is closed
https://bugzilla.gnome.org/show_bug.cgi?id=742762
2015-01-11 23:34:18 +05:30
Sahil Sareen
1f9239ec8c Reset the selected piece upon undo
The selected piece should be reset when the
player presses undo.

https://bugzilla.gnome.org/show_bug.cgi?id=734181
2015-01-11 00:13:03 +05:30
Inaki Larranaga Murgoitio
a99c24eb85 Updated Basque language 2014-12-31 17:14:01 +01:00
Michael Catanzaro
5aa4c980e3 Use Source.CONTINUE and Source.REMOVE 2014-12-30 21:37:03 -06:00
Michael Catanzaro
15387228de Require Vala 0.26
For G_SOURCE_CONTINUE and G_SOURCE_REMOVE
2014-12-30 21:36:43 -06:00
Sahil Sareen
3c99d3de82 Saving a completed game due to timeup saves the timer as infinity
When loading the completed games-
1. show the pgn file name in header-subtitle.
2. due to timeout - Show timer time correctly.
https://bugzilla.gnome.org/show_bug.cgi?id=741966
2014-12-30 11:14:24 -06:00
Sahil Sareen
4a3ccef9b3 Load completed saved games properly
Update game.result from the pgn-result when loading
a completed game. Stop the game and timer accordingly
and display the winner.
https://bugzilla.gnome.org/show_bug.cgi?id=705002
2014-12-28 11:08:22 -06:00
Matej Urbančič
d770f78f1f Updated Slovenian translation 2014-12-26 19:07:43 +01:00
Sahil Sareen
59e790e3bd Fixes chess timer gets reset to the max allowed on game restarts
Save the timer correctly on game close.
https://bugzilla.gnome.org/show_bug.cgi?id=741657
2014-12-26 10:35:55 -06:00
Matej Urbančič
c0d71998b2 Updated Slovenian translation 2014-12-25 20:24:46 +01:00
Michael Catanzaro
e3f3748a98 Prepare 3.15.3 2014-12-16 19:11:38 -06:00
Michael Catanzaro
5fae150e48 Fix whitespace errors in previous commit 2014-12-16 19:07:00 -06:00
Sahil Sareen
3e6ccc1f4d Fix the pause functionality on timer
Fixes issues:
Bug 740988 - Timer is dead in a scenario
Bug 741119 - Pause seems to be broken
2014-12-16 18:47:46 -06:00
Sahil Sareen
72054b7273 Set a limit on the max amount of time per game
Setting a limit on hours to 10 and minutes to 600 in
custom game duration in preferences.

https://bugzilla.gnome.org/show_bug.cgi?id=726953
2014-12-16 18:08:06 -06:00
Michael Catanzaro
a89f8f5a9b Update git.mk
It puts test-driver in MAINTAINERCLEANFILES
2014-11-29 11:00:48 -06:00
Marek Černocký
c93b510075 Updated Czech translation 2014-11-27 06:44:54 +01:00
Michael Catanzaro
cc1927dd99 Switch from appdata-tools to appdata-utils 2014-11-24 18:26:40 -06:00