Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
* Thuban/version.py: Enable to indicate branch names in the thuban_release-svn-display. * Thuban/UI/about.py: Mentioning the version number of the GNU GPL.
More release preparations: Translation string updated. Release date added. * po/*: Updated .po files with new strings. * po/de.po: Completed German translation (3 missing, one fuzzy). * README: Bumped minium requirement of pysqlite to 1.0.1 (as I believe Thuban was tested with on Debian.) * NEWS: New phrasing for "changes up to". Added release date. * Thuban/UI/about.py: Added fileencoding information, otherwise xgettext from 0.16.1 did not want to run on this file. * Thuban/UI/__init__.py: Calling wx.Locale() with with parameter wx.LANGUAGE_DEFAULT now. Without this change no message catalog is loaded in wxPython 2.6.3.2.1.5 and thus the translation would not work. * setup.cfg: Change tarball compression from gzip to bzip2. * packaging/debian: Moved the directory in here from toplevel, because there could be several debian packaging dirs and this is outdated. * MANIFEST.in: Added toplevel ChangeLog to distribution. Made sure that files under packaging are actually packaged.
Thuban/UI/about.py: Reworked the about text. It shows now when somebody was active on Thuban. Added a list of maintainers. Bernhard Reiter is the current maintainer, following up on Bernhard Herzog.
2006-09-18 Didrik Pinte <dpinte@itae.be> * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6
Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended copyright range to include 2006.
* Thuban/UI/about.py: remove unused import of getdefaultlocale. Added display of internal encoding to the about dialog text. * Extensions/svgexport/__init__.py: changed version to "1.0.0+cvs". Started to update the NEWS file.
(About.__init__): Extend copyright notice to 2005
First step towards unicode. With this roughly we're at step 1 string_representation.txt * Doc/technotes/string_representation.txt: New. Document how strings are represented in Thuban and how to get to a Unicode Thuban. * Thuban/__init__.py (set_internal_encoding) (unicode_from_internal, internal_from_unicode): New. The first few functions for the internal string representation * Thuban/UI/about.py (unicodeToLocale): Removed. Use internal_from_unicode instead. * Thuban/UI/__init__.py (install_wx_translation): Determine the encoding to use for the internal string representation. Also, change the translation function to return strings in internal representation even on unicode builds of wxPython * Thuban/Model/load.py (SessionLoader.check_attrs): Decode filenames too. (SessionLoader.start_clrange): Use check_attrs to decode and check the attributes. * Thuban/Model/xmlreader.py (XMLReader.encode): Use internal_from_unicode to convert unicode strings. * Thuban/Model/xmlwriter.py (XMLWriter.encode): Use unicode_from_internal when applicable * test/runtests.py (main): New command line option: internal-encoding to specify the internal string encoding to use in the tests. * test/support.py (initthuban): Set the internal encoding to latin-1 * test/test_load.py (TestSingleLayer.test, TestClassification.test) (TestLabelLayer.test): Use the internal string representation when dealing with non-ascii characters * test/test_load_1_0.py (TestSingleLayer.test) (TestClassification.test, TestLabelLayer.test): Use the internal string representation when dealing with non-ascii characters * test/test_load_0_9.py (TestSingleLayer.test) (TestClassification.test): Use the internal string representation when dealing with non-ascii characters * test/test_load_0_8.py (TestUnicodeStrings.test): Use the internal string representation when dealing with non-ascii characters * test/test_save.py (XMLWriterTest.testEncode) (SaveSessionTest.testClassifiedLayer): Use the internal string representation when dealing with non-ascii characters where applicable
(About.__init__): Added status of the extensions to the about text.
* Thuban/UI/about.py (unicodeToLocale()): Improved: Use 'ascii' and then 'replace' for other characters when getdefaultlocale returns None. Thanks to Bernhard H. .
* Thuban/UiI/about.py: take iso-8859-15 when getdefaultlocale returns None. (Fixes rt#2910.)
* Thuban/UI/about.py (unicodeToLocale): Use getdefaultlocale instead of getlocale because getlocale doesn't return a usable encoding name on a german windows 2000 * setup.py: windows build: Removed the absolute path names and made all prfixes relative to the directory containing setup.py. Makes it a little easier to adapt to a different system.
(About.__init__): Added Norbert Solymosi for hungarian translation and Ole Rahn as contrbutor. Moved Bernhard Reiter from Contributor to Developer.
(About.__init__): Added description of the registered extensions with all of the information.
Changes to be consistent with coding style
Small changes to encoding related stuff to avoid too many and too enhanced imports of locale
Fixed encoding problem of about dialog: Added function unicodeToLocale() to convert special characters to users locale encoding
* Thuban/UI/about.py: Extended copyright to 2004 and added information about the thuban-devel mailinglist. * ChangeLog: Added changes.
First version of Portuguese (Brazilian) translation * po/pt_BR.po: New, translation of pot (2004-01-15 16:07+0300) for Brazilian Portuguese by Eduardo Patto Kanegae. * Thuban/UI/about.py (About.__init.py__): Added Eduardo to the list of translators.
(About.__init__): Make sure we have ASCII source code.
* Thuban/Model/resource.py: Rework the way gdal support is determined so that we can give a reason in the about why gdal is not supported. (gdal_support_status): New. Variable holding a string with the reason for no gdal support * Thuban/UI/about.py (About.__init__): Add the reason why gdal is not supported to the message
* Thuban/UI/about.py (About.__init__): Add the psycopg version. * Thuban/version.py: Add psycopg version * Thuban/Model/postgisdb.py (psycopg_version): New. Return the version of the psycopg module
(About.__init__): split up the huge about text into elements/lists for easier translation. This fixes bug https://intevation.de/rt/webrt?serial_num=2058 Also, made some forgotten string available for the i18n.
(About.__init__): Added Silke Reimer.
(About.__init__): Added Björn Broscheit.
(About.__init__): Reworked the hall of fame. Now the list corresponds to the "About" web page.
Insert cvs keywords and doc-strings.
Add Thuban email addresses.
New. New About box that displays library version information and credits.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |