mcoletti 0de5bec56c main.cpp:
- now complains if unable to load project [0]

qgsprojectio.cpp:

  - in read(), potential resource leak with QDomDocument plugged by using
    std::auto_ptr<QDomDocument> [1]

  - also in read(), now properly complain and exit if there was a problem
    opening a layer; e.g., the specified URI doesn't exist

Notes:

  [0] Though the complaint is currently written to cerr, and even then only if
      QGISDEBUG is defined; eventually we should be better at handling broken
      qgis project files.

  [1] We should use at least std::auto_ptr for dynamically created objects
      that shouldn't live outside the scope of the function.  That way we
      don't have to worry about deleting said objects; that'll happen
      automatically if std::auto_ptrs are used.  Moreover, if we eventually
      use exceptions, these objects will also be properly deleted if
      std::auto_ptrs are used.


git-svn-id: http://svn.osgeo.org/qgis/trunk@979 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-04 20:58:13 +00:00
2002-10-13 22:11:53 +00:00
2004-03-04 20:58:13 +00:00
2004-02-11 06:12:39 +00:00
2004-02-25 05:42:07 +00:00
2004-03-04 05:23:43 +00:00
2002-07-20 21:43:46 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 22:15:33 +00:00
2003-09-27 21:30:26 +00:00
2004-02-18 18:49:54 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 21:30:26 +00:00
2003-09-27 21:30:26 +00:00
2003-08-26 05:24:04 +00:00
2004-02-14 02:11:27 +00:00

README for QGIS version 0.1pre1 'Moroz'
Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS) 
built for Linux/Unix. QGIS offers support for vector and raster formats. 
Currently QGIS supports many common vector and raster formats shapefiles
and PostgreSQL/PostGIS layers. 

This is a milestone release for QGIS. This release adds:
  1. support for raster layers
  2. Symbology support for creating single, graduated, and continuous
     rendering on vector layers
  3. Buffer plugin for PostGIS layers
  4. Improved user interface
  5. Help files in HTML and PDF

Supported raster formats include:
  Grass
  USGS DEM
  ArcInfo binary grid
  ArcInfo ASCII grid
  ERDAS Imagine
  SDTS
  GeoTiff
  Tiff with world file

Supported vector formats include:
  ESRI Shapefiles
  PostgreSQL/PostGIS
  

NOTE -- This is pre-release version of QGIS. There are known issues and
bugs in this release, however it is still quite functional (see BUGS for a
list of known issues). Please follow the installation instructions carefully. 
After untarring the distribution, you can find the HTML version of the 
installation document in qgis/doc/index.html. The installation document is 
also available as PDF in the same directory.

HELP US --  Please submit bug reports using the QGIS bug tracker at:
            http://sourceforge.net/tracker/?group_id=55820&atid=478378
            When reporting a bug, either login to SourceForge or, if you don't
            have a SourceForge id, provide an email address where we can 
            request additional information.
  
            Please do not use the Bugs forum to report bugs.
  
SUPPORT -   You can get support in the following ways:
            1.  Using the Help forum at:
                http://sourceforge.net/forum/forum.php?forum_id=186685
            2.  Joining the qgis-users mailing list at:
                http://lists.sourceforge.net/lists/listinfo/qgis-user
            3.  Using IRC by joining the #qgis channel on irc.freenode.net. 
                Please wait around for a response to your question as many 
                folks on the channel are doing other things and it may take a 
                while for them to notice your question.
     
      

Description
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Readme 4.6 GiB
Languages
C++ 77.2%
Python 20.7%
CMake 0.8%
C 0.5%
QML 0.3%
Other 0.3%