Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GNUChessActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* clean up; check for off-board conditionWalter Bender2014-06-271-30/+30
|
* replace combo with paletteWalter Bender2014-06-261-175/+111
|
* better handling of joinWalter Bender2014-06-261-1/+23
|
* add TRANS notes for timer comboWalter Bender2013-05-261-0/+3
|
* fix typo; i18n changesWalter Bender2012-12-221-7/+7
|
* Fixes.refs/merge-requests/1Aneesh Dogra2012-12-211-5/+26
|
* Resume fixes.Aneesh Dogra2012-12-211-5/+16
|
* Use GObject's add_timeout instead of threading.TimerAneesh Dogra2012-12-211-4/+2
|
* Use a ComboBoxText to set timer.Aneesh Dogra2012-12-211-31/+24
|
* Add copyright info and fix a syntax error in a conditional.Aneesh Dogra2012-12-211-1/+2
|
* Code refactor and Remove unnecessary code.Aneesh Dogra2012-12-211-38/+12
|
* Add a Timer (threaded) event which pops out an alert when the time exceeds.Aneesh Dogra2012-12-211-7/+80
|
*