/[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 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
	* Thuban/UiI/about.py: take iso-8859-15 when getdefaultlocale returns
	None. (Fixes rt#2910.)


Revision 2478 - (view) (annotate) - [selected]
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
* 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 2478
(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 2478
(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 2478
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 2478
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 2478
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 2478
* 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 2478
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 2478
(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 2478
* 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 2478
* 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 2478
(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 2478
(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 2478
(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 2478
(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 2478
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 2478
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 2478
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