2003-01-07 06:22:21 +00:00
|
|
|
Version 0.0.8-alpha December 11, 2002
|
|
|
|
*During repaint, the data store is only accessed if map state or extent
|
|
|
|
has changed
|
|
|
|
*Changes to layer properites aren't effective until the Layer Properties
|
|
|
|
dialog is closed
|
|
|
|
*Canceling the Layer Propeties dialog cancels changes
|
|
|
|
|
|
|
|
Version 0.0.7-alpha November 30, 2002
|
|
|
|
*Changes to the build system to allow building with/without PostgeSQL
|
|
|
|
support
|
|
|
|
|
|
|
|
Version 0.0.6a-alpha November 27, 2002
|
|
|
|
*Fix to build problems introduced at 0.0.6. No new features are included
|
|
|
|
in this release.
|
|
|
|
|
2002-11-24 16:44:38 +00:00
|
|
|
Version 0.0.6-alpha November 24, 2002
|
|
|
|
*Improved handling/management of PostGIS connections
|
|
|
|
*Password prompt if the password is not stored with a connection
|
|
|
|
*Windows size and position and toolbar docking state is saved/restored
|
|
|
|
*Identify function for layers
|
|
|
|
*Attribute table for a layer can be displayed and sorted by clicking on column headers
|
|
|
|
*Duplicate layers (layers with same name) are now handled properly
|
|
|
|
|
2002-10-05 23:40:50 +00:00
|
|
|
Version 0.0.5-alpha October 5, 2002
|
|
|
|
* Removing a layer from the map no longer crashes the application
|
|
|
|
* Fixed multiple render bug when adding a layer
|
|
|
|
* Data source is shown in Layer Properties dialog
|
|
|
|
* Display name of a layer can be changed using the Layer Properties dialog
|
|
|
|
* Line widths can be set for a layer using the Layer Properties dialog
|
|
|
|
* Zoom out now works
|
|
|
|
* Zoom Previous added to toolbar
|
|
|
|
* Toolbar has been rearranged and new icons added
|
|
|
|
* Help|About QGis now contains Version, Whats New, and License information
|
|
|
|
|
2002-08-16 05:26:09 +00:00
|
|
|
Version 0.0.4-alpha August 15, 2002
|
|
|
|
* Added Layer Properties dialog
|
|
|
|
* User can set color for layers
|
|
|
|
* Added right-click menu to the layer list in legend
|
|
|
|
* Layers can be removed using the right-click menu (buggy)
|
|
|
|
* Moved the KDevelop project file qgis.kdevprj to the src sub-directory
|
|
|
|
* Fixed multiple repaint bug that occurred when more than one layer was
|
|
|
|
added at a time
|
|
|
|
* Fixed bug that caused a full refresh at the beginning of a pan operation
|
|
|
|
|
2002-08-10 15:04:08 +00:00
|
|
|
Version 0.0.3-alpha August 10, 2002
|
|
|
|
* Support for shapefiles and other vector formats
|
|
|
|
* Improved handling of extents when adding layers
|
|
|
|
* Primitive legend that allows control of layer visibility
|
2002-08-11 22:16:52 +00:00
|
|
|
* About Quantum GIS implemented
|
2002-08-10 15:04:08 +00:00
|
|
|
* Other internal changes
|
2002-10-05 23:40:50 +00:00
|
|
|
|
2002-07-27 23:35:10 +00:00
|
|
|
July 26, 2002
|
|
|
|
Drawing code now properly displays layers and calculates extents when
|
|
|
|
zooming. Zoom is still fixed zoom in rather than interactive.
|
2002-10-05 23:40:50 +00:00
|
|
|
|
2002-07-27 23:35:10 +00:00
|
|
|
July 20, 2002
|
|
|
|
Repaint automatic for layers.
|
2002-10-05 23:40:50 +00:00
|
|
|
|
2002-07-27 23:35:10 +00:00
|
|
|
July 18, 2002
|
|
|
|
Point, line and polygon PostGis layers can be drawn. Still issues with
|
|
|
|
map exent and positioning of layers on the canvas. Drawing is manual and
|
|
|
|
not tied to the paint event. No zooming or panning yet.
|
2002-10-05 23:40:50 +00:00
|
|
|
|
2002-07-27 23:35:10 +00:00
|
|
|
July 10, 2002
|
|
|
|
Layers can be selected and added to the map canvas collection however
|
|
|
|
the rendering code is currently disabled and being reorganized. So if
|
|
|
|
you add a layer, nothing will be drawn...
|
|
|
|
|
|
|
|
July 6, 2002
|
|
|
|
This code is preliminary and really has no true functionality other than
|
|
|
|
the ability to define a PostGIS connection and display the spatially enabled
|
|
|
|
tables that could be loaded.
|
|
|
|
|
|
|
|
This is the initial import of the code base into CVS on Sourceforge.net.
|