MyPaint fails to find its own icons and refuses to start if another
icon theme is not available on the system. Running
gtk-update-icon-cache on MyPaint's share/icons/hicolor folder did not
help, and setting the XDG_DATA_DIRS to point to MyPaint's icons also
didn't work.
https://gna.org/bugs/?18460
Thanks to Kim Simmons for reporting this and helping to debug.
The nix-prefect git script was broken when trying to parse certain
groups of submodules. This patch fixes the url detection for submodule
repositories to use the more reliable `git config` commands.
Changes:
Solfege 3.22.2, October 6, 2013
* Updated Esperanto, Portugese and Turkish translations to the users manual
* Updated Spannish and Turkish messages
* distribute solfege/tests/lesson-files/*
* help/C/scales/modes.html are never translated. So we must link to the
C-locale file in every translation.
* gettext tweaks to make the test suite work both when run as "test.py" and
"test.py test_lessonfile". There is still something wrong because we have to
disable the test to run debuild
* distribute solfege/tests/lib/* and solfege/test/include/*
Solfege 3.22.1, September 16, 2013
* Adjust some of the short interval names used when selecting intervals to
practise: u->P1 4->P4, 5->P5, tt->TT, p11->P11, p12->P12, tt8->d12. Added long
name for intervals from Eleventh to Double Octave.
* Fix the bug where we could not select the Default profile
* Updated Esperanto, Spannish, Polish, Turkish, Vietnamese, Norwegian bokmål,
Brazilian Portugese and Vietnamese translations.
Changes:
0.9.0 (2013-10-05)
Support python 3.2 and 3.3 (thanks to @masayuko)
Drop supports for python 2.4 and 2.5
Replace dependency: PIL -> Pillow
(The test phase still fails, so continue having it disabled.)
Changes:
1.0.0 (2013-10-05)
Support python 3.2 and 3.3 (thanks to @masayuko)
Drop supports for python 2.4 and 2.5
Replace dependency: PIL -> Pillow
(The test phase still fails, so continue having it disabled.)
Changes:
0.5.1 (2013-10-22)
Fix bugs
0.5.0 (2013-10-05)
Support python 3.2 and 3.3 (thanks to @masayuko)
Drop supports for python 2.4 and 2.5
Replace dependency: PIL -> Pillow
(The test phase still fails for one test, so continue having it disabled.)
Changes:
1.3.2 (2013-11-19)
Fix bugs
1.3.1 (2013-10-22)
Fix bugs
1.3.0 (2013-10-05)
Support python 3.2 and 3.3 (thanks to @masayuko)
Drop supports for python 2.4 and 2.5
Replace dependency: PIL -> Pillow
(The test phase still fails for one test, so continue having it disabled.)
Changes:
* Added context manager support to Cursor
* Added padding for driver bugs writing an extra byte
* Cursor.executemany now accepts an iterator or generator.
* Compilation improvements for FreeBSD, Cygwin, and OS/X
* Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible for driver compatibility.
* Row objects can now be pickled.