Log of /branches/WIP-pyshapelib-bramz/Doc
Directory Listing
Revision
2734 -
Directory Listing
Modified
Thu Mar 1 12:42:59 2007 UTC
(18 years ago)
by
bramz
made a copy
Revision
2731 -
Directory Listing
Modified
Mon Feb 26 23:00:14 2007 UTC
(18 years ago)
by
bernhard
Original Path:
trunk/thuban/Doc
Doc/ThubanModel.xmi: Updated the format of the umbrello file.
Loaded and saved with umbrello 1.3.2, manually changed the
codegeneration tag to be empty again and change the XMI.model
to not contain a local path.
Now umbrello 1.5.5 also opens the file without crashing.
Thanks to Philippe LeGrand who discovered the problem and the
solution and filed report 141279 on bugs.kde.org for this umbrello
problem.
Revision
2728 -
Directory Listing
Modified
Tue Feb 20 10:51:07 2007 UTC
(18 years ago)
by
bernhard
Original Path:
trunk/thuban/Doc
* Doc/README: fixed a typo.
* Doc/technotes/release_process.txt: Updated. Reference platform
is Debian Etch now. If windows, it should be window XP.
Marked a few entries in the instructions as "Old:".
* README: Bumped requirements to wxWidgets 2.6.3.2 and gdal 1.3.2..
Added urls for homepage and infrastructure on wald. Fixed a typo.
* MANIFEST.in: Added subdir packaging which should be in the tarball.
* NEWS: Completed changes from 1.1.0 until today as gathered from
the Changelog entries. Added small section about OGR known problems
because we do not have a release-notes file so far.
Revision
2727 -
Directory Listing
Modified
Tue Feb 20 10:44:51 2007 UTC
(18 years ago)
by
bernhard
Original Path:
trunk/thuban/Doc
Doc/manual/thuban-manual.xml: Removed the installation instructions
as they are outdated and they should be only in one place.
Bumped version number of the document to 1.2.0. Marked it as Draft
in the title.
Revision
2688 -
Directory Listing
Modified
Fri Jun 30 12:27:20 2006 UTC
(18 years, 8 months ago)
by
frank
Original Path:
trunk/thuban/Doc
New Classification "Pattern": Classify text attributes by regexp.
Revision
2678 -
Directory Listing
Modified
Thu Apr 20 13:20:48 2006 UTC
(18 years, 10 months ago)
by
bernhard
Original Path:
trunk/thuban/Doc
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN.
Removed emacs specific hint and replaced it with a general hint
that editors might support writing changelogs.
Revision
2642 -
Directory Listing
Modified
Fri Jul 1 20:49:04 2005 UTC
(19 years, 8 months ago)
by
bh
Original Path:
trunk/thuban/Doc
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
2482 -
Directory Listing
Modified
Sat Dec 18 02:36:59 2004 UTC
(20 years, 2 months ago)
by
bernhard
Original Path:
trunk/thuban/Doc
svgexport 1.0.0: Treats holes and islands nicely. Documentation added.
* Extensions/svgexport/test/test_svgmapwriter.py:
Added new tests: test_export_polygon_with_hole()
and test_polygon_with_hole().
* Extensions/svgexport/svgmapwriter.py
(draw_polygon_shape()): Uses DrawPath correctly now.
* Doc/manual/thuban-manual.xml: Added documentation for stable
extention svgexport.
* Doc/manual/thuban-manual-de.xml: Copied English section about
svexport over.
* Extensions/svgexport/__init__.py: Bumped version number to 1.0.0.
* Extensions/svgexport/svgsaver.py,maplegend.py:
Moved from experimental to stable extension menu.
* Extensions/svgexport/TODO: updated.
Revision
2447 -
Directory Listing
Modified
Mon Dec 13 11:53:15 2004 UTC
(20 years, 2 months ago)
by
frank
Original Path:
trunk/thuban/Doc
Added documentation of Alternative Path feature
Revision
2443 -
Directory Listing
Modified
Sat Dec 11 02:03:47 2004 UTC
(20 years, 2 months ago)
by
bernhard
Original Path:
trunk/thuban/Doc
* Doc/technotes/coding_guidelines.txt: easy typo fixed.
* Extensions/svgexport/test/test_svgmapwriter.py:
Removed test_drawbezier in favour of new test_drawspline3 and
test_drawspline4 within new class TestDrawSplines(TestVirtualDC).
All only to test DrawSpline.
* Extensions/svgexport/svgmapwriter.py(DrawSpline):
New implementation now really using the strange algorithm of
xfig 3.1's approximated splines and its conversion to postscript
with one twist: SVG can do quadratic beziers, so skipped translation
to cubic beziers.
(TestWithDC): Typo in comment fixed.
Revision
2345 -
Directory Listing
Modified
Wed Sep 22 22:33:47 2004 UTC
(20 years, 5 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Some info about how to generate technical documentation
from the source code.
This text was send to the Thuban developer mailing list on
September 21st 2004 by Bernhard Reiter.
Revision
2332 -
Directory Listing
Modified
Tue Aug 10 00:23:36 2004 UTC
(20 years, 6 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Added rule 'Method names start with lower case letter'
Revision
2314 -
Directory Listing
Modified
Sun Aug 1 21:31:30 2004 UTC
(20 years, 7 months ago)
by
jan
Original Path:
trunk/thuban/Doc
(Chapter Session Management): Fixed unprecise description for Save Session.
Revision
2313 -
Directory Listing
Modified
Sun Aug 1 21:28:16 2004 UTC
(20 years, 7 months ago)
by
jan
Original Path:
trunk/thuban/Doc
(Chapter Session Management): translation completed.
Revision
2310 -
Directory Listing
Modified
Sat Jul 31 11:09:33 2004 UTC
(20 years, 7 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Added build instructions for german users manual.
Revision
2093 -
Directory Listing
Modified
Thu Feb 26 11:22:30 2004 UTC
(21 years ago)
by
bh
Original Path:
trunk/thuban/Doc
Create the Doc/technotes directory for text files with information
for developers
* Doc/technotes/README: New. README for the technotes
* Doc/technotes/coding_guidelines.txt: New. Coding guidelines for
Thuban
* Doc/technotes/release_process.txt: New. Used to be
HOWTO-Release. Now slightly adapted to technote formatting style.
* HOWTO-Release: Removed. It's contents are now in
Doc/technotes/release_process.txt
Revision
2052 -
Directory Listing
Modified
Thu Jan 22 14:40:32 2004 UTC
(21 years, 1 month ago)
by
frank
Original Path:
trunk/thuban/Doc
* Doc/manual/thuban-manual.xml: Added section on installation of
Thuban under Win32 systems. Fixed image path references in the postgis
section. Some minor source formattings.
Revision
2023 -
Directory Listing
Modified
Fri Dec 5 13:54:46 2003 UTC
(21 years, 3 months ago)
by
frank
Original Path:
trunk/thuban/Doc
Documentation synced with 1.0rc1
* Doc/manual/thuban-manual.xml:
Minor formatting changes and references to database layers .
Introduction.Internationalization: New section on i18n.
MapManagement.AddingandRemovingLayers: Added item on database layers.
MapManagement.TheLegend: Added section and screenshot on popup menu.
ProjectionManagement: Updated screenshot and sentence on EPSG.
Appendix.SupportedDataSources: Added PostGIS.
Appendix.WorkingwithPostGIS: New section.
* Doc/manual/images/6_projection.png: Updated screenshot including
EPSG checkboxes.
* Doc/manual/images/3_5_popup_menu.png: New, popup menu screenshot.
* Doc/manual/images/app_postgis_add_layer.png,
Doc/manual/images/app_postgis_db_add.png,
Doc/manual/images/app_postgis_db_management.png:
New screenshots focussing on database layers
Revision
1744 -
Directory Listing
Modified
Tue Sep 23 15:37:25 2003 UTC
(21 years, 5 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Added subsection to chapter Extensions to describe the extensions
coming with the Thuban standard package (gns2shp and importAPR).
Revision
1719 -
Directory Listing
Modified
Fri Sep 19 09:17:10 2003 UTC
(21 years, 5 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Extended section 'Installation' with description on RPM installation
and RPM binary package creation.
Revision
1624 -
Directory Listing
Modified
Thu Aug 21 16:02:17 2003 UTC
(21 years, 6 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Added CVS revision for rev-history.
(section Adding and Removing Layers): Added text and described
multi-selection.
(chapter Extensions): New.
Revision
1570 -
Directory Listing
Modified
Fri Aug 8 17:09:02 2003 UTC
(21 years, 7 months ago)
by
jan
Original Path:
trunk/thuban/Doc
Now use authorgroup. Added revhistory with version number.
Changed title to reflect version number of Thuban.
Revision
1544 -
Directory Listing
Modified
Mon Aug 4 15:22:48 2003 UTC
(21 years, 7 months ago)
by
jan
Original Path:
trunk/thuban/Doc
a number of small improvements.
The resulting file is the version submitted for GREAT-ER II.
Revision
1533 -
Directory Listing
Modified
Thu Jul 31 12:43:27 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Fix the list of required packages
by just listing the name and where they can be found.
Revision
1532 -
Directory Listing
Modified
Thu Jul 31 10:58:24 2003 UTC
(21 years, 7 months ago)
by
frank
Original Path:
trunk/thuban/Doc
* Doc/manual/thuban-manual.xml:
Changed the screenshot elements to figure.
Changed some variablelist elements to itemizedlist.
Added section on GDAL formats.
Revision
1530 -
Directory Listing
Modified
Thu Jul 31 09:57:25 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Added a few sentences about the Fix Border Color option when generating classes.
Revision
1510 -
Directory Listing
Modified
Tue Jul 29 14:48:41 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Fixed typos and wording, clarified some points, and added more screen shots.
Revision
1494 -
Directory Listing
Modified
Tue Jul 29 09:14:50 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Added border to improve look on white background.
Revision
1491 -
Directory Listing
Modified
Tue Jul 29 08:25:59 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Fixed grammar and typos. Added descriptions for the legend toolbar.
Revision
1474 -
Directory Listing
Modified
Thu Jul 24 09:05:44 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
New. Makefile to generate all formats for the manual and images.
Revision
1473 -
Directory Listing
Modified
Thu Jul 24 09:05:11 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Added EPS images and wrote chapter on Layer Management.
Revision
1466 -
Directory Listing
Modified
Tue Jul 22 14:02:39 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Continue to write first revision of the manual.
Revision
1445 -
Directory Listing
Modified
Thu Jul 17 14:58:57 2003 UTC
(21 years, 7 months ago)
by
jonathan
Original Path:
trunk/thuban/Doc
Screen shots for the manual. The XCF file is the source image and
has additional layers to support changes.
Revision
1367 -
Directory Listing
Added
Thu Jul 3 16:25:35 2003 UTC
(21 years, 8 months ago)
by
bh
Original Path:
trunk/thuban/Doc
Skeleton for the Thuban manual and README with some basic information
about the manual