Commit 65e18ef08ba737e91625746ef3b09cb7699d16be

RELEASE 1.3
NEWS
(14 / 0)
  
1NFO 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
115NFO Viewer 1.2.1
216================
317
README
(1 / 1)
  
2020
2121 [1] http://www.python.org/
2222 [2] http://www.pygtk.org/
23 [3] http://www.is-vn.bg/hamster/jimmy-en.html
23 [3] http://www.is-vn.bg/hamster/
2424
2525Terminus font is used by default because it draws drawing characters
2626taller than text characters. You can use any other fixed width font
TODO
(1 / 16)
  
1NFO 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
171NFO Viewer 3000
182===============
193
4 * http://bugzilla.gnome.org/show_bug.cgi?id=574520
205 * Application icon, preferrably following Tango style guidelines
216 * Use sensible defaults for link and visited link colors
227 * Make hyperlinks activatable by keyboard
nfoview/__init__.py
(1 / 1)
  
1616
1717"""Viewer for NFO files."""
1818
19__version__ = "1.2.1"
19__version__ = "1.3"
2020
2121from nfoview.errors import *
2222from nfoview.unittest import *
po/README
(2 / 2)
  
22======================
33
44To avoid doing pointless work, first check the latest list of existing
5translations at the head of the master branch
5translations at the head of the master branch.
66
77 http://gitorious.org/projects/nfoview/repos/mainline/trees/master/po
88
99To try your translation in the source directory, you can compile it
10to the "locale" directory (which does not exist by default)
10to the "locale" directory (which does not exist by default).
1111
1212 mkdir -p locale/XX/LC_MESSAGES
1313 msgfmt -cv po/XX.po -o locale/XX/LC_MESSAGES/nfoview.mo
po/nfoview.pot
(1 / 1)
  
88msgstr ""
99"Project-Id-Version: PACKAGE VERSION\n"
1010"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"
1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414"Language-Team: LANGUAGE <LL@li.org>\n"

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment