morb_au ca7064e1ca The Map Legend now has two more columns for Overview and Editing status. If the layer is in overview or editing modes, the appropriate icon will appear in the layer's file entry (you may need to enable "Show file groups" in the right-click menu of the layer in the legend to see file entries).
QGIS used to do this already before the move to Qt4 - however the new QIcon idiom only seems to allow for square icons, therefore it is easier to split the results out to several columns and give them their own QIcons.

I can see room for improvement after this commit:
1. Overview and Editing icons can be also shown beside the top-level layer name, to avoid having to enable "Show file groups".
2. There also seems to be a "projection not valid" icon floating around, however this hasn't been addressed in this commit. Perhaps we need to do something for it too.
3. The column sizes have been hard-coded to arbitrary values.  I have no problem if these get tweaked further.

This commit addresses trac ticket #117.



git-svn-id: http://svn.osgeo.org/qgis/trunk@5594 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-07-14 02:22:29 +00:00
2006-06-16 05:44:51 +00:00
2005-05-07 20:31:18 +00:00
2006-07-01 05:53:38 +00:00
2006-02-21 15:50:42 +00:00
2005-05-01 00:15:20 +00:00
2006-02-28 19:35:53 +00:00
2006-03-11 12:13:27 +00:00
2006-03-11 17:29:30 +00:00

README for QGIS version 0.7 'Seamus'

Quantum GIS (QGIS) is an Open Source Geographic Information System. The
project was born in May of 2002 and was established as a project on
SourceForge in June of the same year. We've worked hard to make GIS
software (which is traditionaly expensive commerical software) a viable
prospect for anyone with basic access to a Personal Computer.  QGIS
currently runs on most Unix platforms, Window, and OS X. QGIS is
developed using the Qt toolkit (http://www.trolltech.com) and C++.  This
means that QGIS feels snappy to use and has a pleasing, easy to use
graphical user interface. 

QGIS aims to be an easy to use GIS, providing common functions and
features. The initial goal was to provide a GIS data viewer. QGIS has
reached that point in its evolution and is being used by many for their
daily GIS data viewing needs. QGIS supports a number of raster and
vector data formats, with new support easily added using the plugin
architecture.

QGIS is released under the GNU Public License (GPL). Devloping QGIS
under this license means that you can (if you want to) inspect and
modify the source code and guarantees that you, our happy user will
always have access to a GIS program that is free of cost and can be
freely modified.

This release adds:
  * Projection support

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
  GRASS
  

NOTE -- 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 or on the website at
http://qgis.org/docs/install.html.

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 QGIS community site at http://community.qgis.org
            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%