[go: up one dir, main page]

Menu

SVN (old) Commit Log


Commit Date  
[r489] by oddegamra

Removed screenshots from SVN repository.

Those have no business being in here in the first place.

2011-11-02 10:12:18 Tree
[r488] by oddegamra

unicode() with the replace mode cannot handle exceptions directly...

2011-11-01 18:11:31 Tree
[r487] by oddegamra

Mention changes to win32 packaging.

2011-11-01 18:11:20 Tree
[r486] by oddegamra

Changed project structure after moving mcomixstarter.py out of mcomix package.

Having the init script in the project package lead to tons of pain over
time, such as import errors from sub-packages, hard to track double
imports of packages with different namespace, and circular imports
trying to import a package with two different names. So, the script that
bootstraps MComix is not located outside of the mcomix package. This
should not impact users much - normally, they should use the wrapper
provided by setup.py.

If you are a package maintainer, and symlinked e.g. /usr/bin/mcomix to
mcomix/mcomixstarter.py in the past, please use the wrapper generated
by setup.py now instead. mcomix/run.py can NOT be started directly with
the Python interpreter (I removed +x from its attributes and added an
explicit call to sys.exit).

2011-11-01 16:45:51 Tree
[r485] by oddegamra

Try to intercept strange UnicodeDecodeErrors when process spawning fails.

Of all the things you'd assume they could never happen, anything related
to Unicode errors seems to pop up most frequently.

2011-11-01 13:49:18 Tree
[r484] by oddegamra

Remove console window on Win32.

2011-11-01 13:49:08 Tree
[r483] by oddegamra

Hide spawned windows on Win32 (unrar, 7z).

2011-11-01 13:48:59 Tree
[r482] by oddegamra

Reduced minimum slideshow scrolling delay.

Using a very small delay (i.e. 0.05) with a small scrolling delay (i.e.
1px) simulates "smooth scrolling" as seen in some other applications.

2011-11-01 11:51:00 Tree
[r481] by oddegamra

Updated translation template and German translation.

2011-11-01 07:56:49 Tree
[r480] by oddegamra

Title page is only shown alone in double pages mode if 'Show only one
page where appropriate' is enabled.

This preference option has been slighly reworded in the process.

2011-11-01 07:55:15 Tree
Older >