Commit 65e18ef08ba737e91625746ef3b09cb7699d16be
- Diff rendering mode:
- inline
- side by side
NEWS
(14 / 0)
|   | |||
| 1 | NFO Viewer 1.3 | ||
| 2 | ============== | ||
| 3 | |||
| 4 | * Add two grey low-contrast color schemes | ||
| 5 | * Remove deprecated Encoding field from the desktop file | ||
| 6 | * Use six-character hexadecimal color codes in the configuration file | ||
| 7 | * Fix GtkWarning: GtkSpinButton: setting an adjustment with | ||
| 8 | non-zero page size is deprecated | ||
| 9 | * Fix open dialog file filter to list files with upper- and mixed | ||
| 10 | case extensions as well (Simon Morgan, #572877) | ||
| 11 | * Migrate from Libglade to GtkBuilder | ||
| 12 | * Raise Python dependency to 2.5 or greater | ||
| 13 | * Raise PyGTK dependency to 2.12 or greater | ||
| 14 | |||
| 1 | 15 | NFO Viewer 1.2.1 | |
| 2 | 16 | ================ | |
| 3 | 17 |
README
(1 / 1)
|   | |||
| 20 | 20 | ||
| 21 | 21 | [1] http://www.python.org/ | |
| 22 | 22 | [2] http://www.pygtk.org/ | |
| 23 | [3] http://www.is-vn.bg/hamster/jimmy-en.html | ||
| 23 | [3] http://www.is-vn.bg/hamster/ | ||
| 24 | 24 | ||
| 25 | 25 | Terminus font is used by default because it draws drawing characters | |
| 26 | 26 | taller than text characters. You can use any other fixed width font |
TODO
(1 / 16)
|   | |||
| 1 | NFO Viewer 1.3 | ||
| 2 | ============== | ||
| 3 | |||
| 4 | [D] Add two grey low-contrast color schemes | ||
| 5 | [D] Remove deprecated Encoding field from the desktop file | ||
| 6 | [D] Use six-character hexadecimal color codes in | ||
| 7 | the configuration file | ||
| 8 | [D] Fix GtkWarning: GtkSpinButton: setting an adjustment with | ||
| 9 | non-zero page size is deprecated | ||
| 10 | [D] Fix open dialog file filter to list files with upper- and mixed | ||
| 11 | case extensions as well (Simon Morgan, #572877) | ||
| 12 | [W] Migrate from Libglade to GtkBuilder | ||
| 13 | - http://bugzilla.gnome.org/show_bug.cgi?id=574520 | ||
| 14 | [D] Raise Python dependency to 2.5 or greater | ||
| 15 | [D] Raise PyGTK dependency to 2.12 or greater | ||
| 16 | |||
| 17 | 1 | NFO Viewer 3000 | |
| 18 | 2 | =============== | |
| 19 | 3 | ||
| 4 | * http://bugzilla.gnome.org/show_bug.cgi?id=574520 | ||
| 20 | 5 | * Application icon, preferrably following Tango style guidelines | |
| 21 | 6 | * Use sensible defaults for link and visited link colors | |
| 22 | 7 | * Make hyperlinks activatable by keyboard |
nfoview/__init__.py
(1 / 1)
|   | |||
| 16 | 16 | ||
| 17 | 17 | """Viewer for NFO files.""" | |
| 18 | 18 | ||
| 19 | __version__ = "1.2.1" | ||
| 19 | __version__ = "1.3" | ||
| 20 | 20 | ||
| 21 | 21 | from nfoview.errors import * | |
| 22 | 22 | from nfoview.unittest import * |
po/README
(2 / 2)
|   | |||
| 2 | 2 | ====================== | |
| 3 | 3 | ||
| 4 | 4 | To avoid doing pointless work, first check the latest list of existing | |
| 5 | translations at the head of the master branch | ||
| 5 | translations at the head of the master branch. | ||
| 6 | 6 | ||
| 7 | 7 | http://gitorious.org/projects/nfoview/repos/mainline/trees/master/po | |
| 8 | 8 | ||
| 9 | 9 | To try your translation in the source directory, you can compile it | |
| 10 | to the "locale" directory (which does not exist by default) | ||
| 10 | to the "locale" directory (which does not exist by default). | ||
| 11 | 11 | ||
| 12 | 12 | mkdir -p locale/XX/LC_MESSAGES | |
| 13 | 13 | msgfmt -cv po/XX.po -o locale/XX/LC_MESSAGES/nfoview.mo |
po/nfoview.pot
(1 / 1)
|   | |||
| 8 | 8 | msgstr "" | |
| 9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" | |
| 10 | 10 | "Report-Msgid-Bugs-To: \n" | |
| 11 | "POT-Creation-Date: 2009-03-08 17:55+0200\n" | ||
| 11 | "POT-Creation-Date: 2009-03-15 19:10+0200\n" | ||
| 12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | |
| 13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | |
| 14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

