[go: up one dir, main page]

Menu

/mcomix/icons.py Commit Log


Commit Date  
[r943] (2.5 kB) by oddegamra

Remove unused icons.

2013-07-29 12:31:16 View
Download
[r675] (3.1 kB) by oddegamra

Add new fit mode that always zooms to a specific size.

Height is hardcoded to 1800px for now, but has to be configured
somewhere (preferences dialog, probably).

2012-04-18 06:34:54 View
Download
[r486] (3.0 kB) 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 View
Download
[r408] (3.0 kB) by oddegamra

Whitespace cleanup

2011-09-11 17:34:53 View
Download
[r303] (3.0 kB) by oddegamra

Replace print_ with calls to log.warning/log.error.

This removes the need for having to add a new built-in function
print_(). Filtering based on error level is probably also
desireable.

2011-05-10 17:38:53 View
Download
[r274] (3.0 kB) by oddegamra

Option to use the first page of an archive as icon.

When the archive is closed, the standard icon is restored. Inspired by Alexandr Domrachev, from the Comix tracker.

2011-05-02 09:44:57 View
Download
[r272] (2.8 kB) by oddegamra

Load program icon in multiple sizes for better scaling.

2011-05-02 05:48:56 View
Download
[r259] (2.8 kB) by oddegamra

Removed unused import statements. (by Alan Horkan)

2011-05-01 06:34:43 View
Download
[r244] (2.8 kB) by oddegamra

Remove unused icons.

2011-04-26 10:50:51 View
Download
[r207] (2.8 kB) by oddegamra

Add "Previous/next archive" to the menu bar.

2011-04-21 18:09:01 View
Download
Older >