[fofix-commits] [fofix/fofix] 12b379: setup.py: Add command for extracting translatable ...
GitHub
noreply at github.com
Sun Jan 6 21:27:13 UTC 2013
Branch: refs/heads/master
Home: https://github.com/fofix/fofix
Commit: 12b379e0bd9d98fa563f2e6684f025998bf873a0
https://github.com/fofix/fofix/commit/12b379e0bd9d98fa563f2e6684f025998bf873a0
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M .gitignore
R src/messages.pot
R src/scripts/GetTranslatableText.bat
M src/scripts/RebuildWin.bat
M src/setup.py
Log Message:
-----------
setup.py: Add command for extracting translatable strings.
Commit: 19b2dd5bb8a2240ad76a23a49bebcb4fe29decff
https://github.com/fofix/fofix/commit/19b2dd5bb8a2240ad76a23a49bebcb4fe29decff
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/LinedConfigParser.py
Log Message:
-----------
LinedConfigParser: internally use Unicode and return Unicode strings
Commit: 822429042743a13e1b5a33bade4406b4dd108609
https://github.com/fofix/fofix/commit/822429042743a13e1b5a33bade4406b4dd108609
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/Dialogs.py
Log Message:
-----------
FileChooser: internally use Unicode and return a Unicode result
Commit: 32a97362b5711887cbee507063d23e28e6547ea5
https://github.com/fofix/fofix/commit/32a97362b5711887cbee507063d23e28e6547ea5
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M doc/copyright
M pkg/MakeFoFiXInstaller.py
M src/Credits.py
M src/setup.py
Log Message:
-----------
Copyright year bump. Happy New Year!
Commit: b72ffb0d6d26e6e082374b5799ad0d33b5755ca3
https://github.com/fofix/fofix/commit/b72ffb0d6d26e6e082374b5799ad0d33b5755ca3
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/Config.py
Log Message:
-----------
MyConfigParser: retrieve and set string values as Unicode
Commit: 0a96e73fc1fabe8674aded227f3a88d0643c406b
https://github.com/fofix/fofix/commit/0a96e73fc1fabe8674aded227f3a88d0643c406b
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/Config.py
M src/Log.py
M src/Song.py
M src/Unicode.py
Log Message:
-----------
Unicode: asUTF8Bytes -> less silly name "utf8"
Commit: a6e9f8354118ac4ed79712dbc3cd926b49ef15e3
https://github.com/fofix/fofix/commit/a6e9f8354118ac4ed79712dbc3cd926b49ef15e3
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M src/Language.py
Log Message:
-----------
Language: return Unicode strings even from dummyTranslator
Commit: d30a573372caa84510c4af63b4ea4df4085e1c15
https://github.com/fofix/fofix/commit/d30a573372caa84510c4af63b4ea4df4085e1c15
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M .gitignore
R src/MixStream.h
R src/MixStream.pyx
A src/MixStream/MixStream.c
A src/MixStream/MixStream.h
A src/MixStream/_MixStream.pyx
A src/MixStream/__init__.py
A src/MixStream/soundtouch-c.cpp
A src/MixStream/soundtouch-c.h
A src/MixStream/vorbis.c
R src/MixStreamCore.c
R src/MixStreamVorbis.c
M src/setup.py
R src/soundtouch-c.cpp
R src/soundtouch-c.h
M win32/makedeps-cross.sh
Log Message:
-----------
MixStream: reorganize into a package
Commit: dad61a0467430e75ff310491458108d001c31ece
https://github.com/fofix/fofix/commit/dad61a0467430e75ff310491458108d001c31ece
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-05 (Sat, 05 Jan 2013)
Changed paths:
M .gitignore
R src/VideoPlayer.h
R src/VideoPlayer.pyx
A src/VideoPlayer/VideoPlayer.c
A src/VideoPlayer/VideoPlayer.h
A src/VideoPlayer/_VideoPlayer.pyx
A src/VideoPlayer/__init__.py
R src/VideoPlayerCore.c
M src/setup.py
Log Message:
-----------
VideoPlayer: reorganize into a package
Commit: 4230a2143580d05a370287fb0c7a525b6f90f1bd
https://github.com/fofix/fofix/commit/4230a2143580d05a370287fb0c7a525b6f90f1bd
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Config.py
M src/ConfigDefs.py
M src/Settings.py
Log Message:
-----------
Config: remove log_ini_reads
Commit: e3a7adc2508ab0181e403cc84a86520be2f4cb33
https://github.com/fofix/fofix/commit/e3a7adc2508ab0181e403cc84a86520be2f4cb33
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Dialogs.py
M src/GuitarScene.py
M src/Instrument.py
M src/Song.py
Log Message:
-----------
Remove various reads of obsolete config keys.
Commit: 9957d5948788cc9f6e7a723b57ad31d412731aef
https://github.com/fofix/fofix/commit/9957d5948788cc9f6e7a723b57ad31d412731aef
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Scorekeeper.py
M src/Song.py
Log Message:
-----------
Fix some incorrectly-named config gets.
Commit: a4c01662872c2d14d0cb0a9ddf3b2540806104ef
https://github.com/fofix/fofix/commit/a4c01662872c2d14d0cb0a9ddf3b2540806104ef
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/GameResultsScene.py
Log Message:
-----------
GameResultsScene: don't use old jurgmode/jurgtype config keys
Commit: ad452cc412c1f9dccf05a189f92b076cd29858b5
https://github.com/fofix/fofix/commit/ad452cc412c1f9dccf05a189f92b076cd29858b5
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/ConfigDefs.py
M src/Settings.py
Log Message:
-----------
Resurrect some old config definitions that the code still uses.
Commit: 237ccb45e3eda98b00459110d47a939c7d837f41
https://github.com/fofix/fofix/commit/237ccb45e3eda98b00459110d47a939c7d837f41
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Config.py
M src/ConfigDefs.py
M src/Settings.py
M src/Theme.py
Log Message:
-----------
Config: treat undefined gets as an error
Commit: 8a52a9a055abb1f5a3f9339907b1cd44adb2faa2
https://github.com/fofix/fofix/commit/8a52a9a055abb1f5a3f9339907b1cd44adb2faa2
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Scorekeeper.py
Log Message:
-----------
Scorekeeper: remove obsolete partialStars property
Commit: ad7828cff735c1b90407e46b1b8f3d0804567335
https://github.com/fofix/fofix/commit/ad7828cff735c1b90407e46b1b8f3d0804567335
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/Dialogs.py
M src/Drum.py
M src/GuitarScene.py
M src/Instrument.py
M src/Neck.py
M src/Settings.py
Log Message:
-----------
Clean up some things found by pyflakes.
Commit: 4c87b0d88f0db4dcb29812010b770478d3d5eaa5
https://github.com/fofix/fofix/commit/4c87b0d88f0db4dcb29812010b770478d3d5eaa5
Author: John Stumpo <stump at jstump.com>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
M src/GameEngine.py
M src/GameResultsScene.py
M src/GuitarScene.py
M src/Scene.py
M src/SongChoosingScene.py
Log Message:
-----------
Remove the multi-scene-loading prevention hacks.
Compare: https://github.com/fofix/fofix/compare/016f375c3605...4c87b0d88f0d
More information about the fofix-commits
mailing list