/[thuban]/trunk/thuban/Thuban/UI/about.py
ViewVC logotype

Log of /trunk/thuban/Thuban/UI/about.py

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 2775 - (view) (annotate) - [select for diffs]
Modified Fri Jun 22 22:26:33 2007 UTC (17 years, 8 months ago) by bernhard
File length: 6427 byte(s)
Diff to previous 2736 , to selected 2700
* 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.


Revision 2736 - (view) (annotate) - [select for diffs]
Modified Tue Mar 13 22:21:51 2007 UTC (17 years, 11 months ago) by bernhard
File length: 6422 byte(s)
Diff to previous 2725 , to selected 2700
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.


Revision 2725 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 10:36:20 2007 UTC (18 years ago) by bernhard
File length: 6383 byte(s)
Diff to previous 2700
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. 


Revision 2700 - (view) (annotate) - [selected]
Modified Mon Sep 18 14:27:02 2006 UTC (18 years, 5 months ago) by dpinte
File length: 5972 byte(s)
Diff to previous 2691
2006-09-18 Didrik Pinte <dpinte@itae.be>
    
        * wxPython 2.6 update : wx 2.4 syntax has been updated to 2.6



Revision 2691 - (view) (annotate) - [select for diffs]
Modified Thu Aug 31 12:40:30 2006 UTC (18 years, 6 months ago) by bernhard
File length: 5952 byte(s)
Diff to previous 2674 , to selected 2700
Thuban/UI/about.py: Added Didrik Pinte as contributor. Extended
	  copyright range to include 2006.


Revision 2674 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 08:56:47 2005 UTC (19 years, 4 months ago) by bernhard
File length: 5905 byte(s)
Diff to previous 2647 , to selected 2700
* 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.


Revision 2647 - (view) (annotate) - [select for diffs]
Modified Tue Jul 5 20:04:35 2005 UTC (19 years, 8 months ago) by bh
File length: 5824 byte(s)
Diff to previous 2642 , to selected 2700
(About.__init__): Extend copyright notice to 2005


Revision 2642 - (view) (annotate) - [select for diffs]
Modified Fri Jul 1 20:49:04 2005 UTC (19 years, 8 months ago) by bh
File length: 5824 byte(s)
Diff to previous 2582 , to selected 2700
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


Revision 2582 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 22:47:14 2005 UTC (19 years, 11 months ago) by jan
File length: 6219 byte(s)
Diff to previous 2528 , to selected 2700
(About.__init__): Added status of the extensions to the about text.


Revision 2528 - (view) (annotate) - [select for diffs]
Modified Thu Jan 20 13:14:14 2005 UTC (20 years, 1 month ago) by bernhard
File length: 6153 byte(s)
Diff to previous 2525 , to selected 2700
	* Thuban/UI/about.py (unicodeToLocale()): Improved:
	Use 'ascii' and then 'replace' for other characters
	when getdefaultlocale returns None. Thanks to Bernhard H. .


Revision 2525 - (view) (annotate) - [select for diffs]
Modified Thu Jan 20 10:00:34 2005 UTC (20 years, 1 month ago) by bernhard
File length: 6149 byte(s)
Diff to previous 2478 , to selected 2700
	* Thuban/UiI/about.py: take iso-8859-15 when getdefaultlocale returns
	None. (Fixes rt#2910.)


Revision 2478 - (view) (annotate) - [select for diffs]
Modified Fri Dec 17 18:48:49 2004 UTC (20 years, 2 months ago) by bh
File length: 6077 byte(s)
Diff to previous 2428 , to selected 2700
* 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.


Revision 2428 - (view) (annotate) - [select for diffs]
Modified Sat Nov 27 21:40:01 2004 UTC (20 years, 3 months ago) by jan
File length: 5836 byte(s)
Diff to previous 2354 , to selected 2700
(About.__init__): Added Norbert Solymosi for hungarian translation and
Ole Rahn as contrbutor. Moved Bernhard Reiter from Contributor
to Developer.


Revision 2354 - (view) (annotate) - [select for diffs]
Modified Tue Sep 28 19:17:14 2004 UTC (20 years, 5 months ago) by jan
File length: 5661 byte(s)
Diff to previous 2338 , to selected 2700
(About.__init__): Added description
of the registered extensions with all of the information.


Revision 2338 - (view) (annotate) - [select for diffs]
Modified Fri Aug 20 16:50:22 2004 UTC (20 years, 6 months ago) by silke
File length: 4842 byte(s)
Diff to previous 2335 , to selected 2700
Changes to be consistent with coding style


Revision 2335 - (view) (annotate) - [select for diffs]
Modified Wed Aug 11 08:09:44 2004 UTC (20 years, 6 months ago) by silke
File length: 4835 byte(s)
Diff to previous 2334 , to selected 2700
Small changes to encoding related stuff to avoid too many and too enhanced
imports of locale


Revision 2334 - (view) (annotate) - [select for diffs]
Modified Tue Aug 10 19:58:50 2004 UTC (20 years, 6 months ago) by silke
File length: 4841 byte(s)
Diff to previous 2140 , to selected 2700
Fixed encoding problem of about dialog: Added function unicodeToLocale() to
convert special characters to users locale encoding


Revision 2140 - (view) (annotate) - [select for diffs]
Modified Fri Mar 26 18:15:35 2004 UTC (20 years, 11 months ago) by bernhard
File length: 4595 byte(s)
Diff to previous 2053 , to selected 2700
* Thuban/UI/about.py: Extended copyright to 2004 and added
information about the thuban-devel mailinglist.
* ChangeLog: Added changes.


Revision 2053 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 19:12:03 2004 UTC (21 years, 1 month ago) by frank
File length: 4443 byte(s)
Diff to previous 1980 , to selected 2700
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.


Revision 1980 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 15:59:18 2003 UTC (21 years, 3 months ago) by bh
File length: 4362 byte(s)
Diff to previous 1964 , to selected 2700
(About.__init__): Make sure we have ASCII
source code.


Revision 1964 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 19:48:47 2003 UTC (21 years, 3 months ago) by bh
File length: 4241 byte(s)
Diff to previous 1631 , to selected 2700
* 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


Revision 1631 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 16:01:14 2003 UTC (21 years, 6 months ago) by bh
File length: 4105 byte(s)
Diff to previous 1628 , to selected 2700
* 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


Revision 1628 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 12:53:41 2003 UTC (21 years, 6 months ago) by jan
File length: 3975 byte(s)
Diff to previous 1595 , to selected 2700
(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.


Revision 1595 - (view) (annotate) - [select for diffs]
Modified Mon Aug 18 10:03:13 2003 UTC (21 years, 6 months ago) by jan
File length: 3404 byte(s)
Diff to previous 1583 , to selected 2700
(About.__init__): Added Silke Reimer.


Revision 1583 - (view) (annotate) - [select for diffs]
Modified Tue Aug 12 16:13:41 2003 UTC (21 years, 6 months ago) by jan
File length: 3373 byte(s)
Diff to previous 1568 , to selected 2700
(About.__init__): Added Björn Broscheit.


Revision 1568 - (view) (annotate) - [select for diffs]
Modified Fri Aug 8 13:33:03 2003 UTC (21 years, 7 months ago) by jan
File length: 3331 byte(s)
Diff to previous 1542 , to selected 2700
(About.__init__): Reworked the hall of fame. Now
the list corresponds to the "About" web page.


Revision 1542 - (view) (annotate) - [select for diffs]
Modified Fri Aug 1 16:13:49 2003 UTC (21 years, 7 months ago) by bh
File length: 3112 byte(s)
Diff to previous 1323 , to selected 2700
Insert cvs keywords and doc-strings.


Revision 1323 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 12:02:01 2003 UTC (21 years, 8 months ago) by jonathan
File length: 3045 byte(s)
Diff to previous 1305 , to selected 2700
Add Thuban email addresses.


Revision 1305 - (view) (annotate) - [select for diffs]
Added Thu Jun 26 16:59:41 2003 UTC (21 years, 8 months ago) by jonathan
File length: 3516 byte(s)
Diff to selected 2700
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.

  Diffs between and
  Type of Diff should be a

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26