Marco Bernasocchi 6055c11fe4 android goodies (pull request #94):
[Marco Bernasocchi]
- adding needed files to support internal GPS via QtMobility, implementation of QgsQtLocationConnection is only a stub
- cleaning up methods names
- adding mobility to CMakeLists
- testing
- added hack to test parseData()
- adding more parsing stuff
- Adding debugging info and making connection fail if no QtSatellite datasource available
- Initial working GPS with coordinates bug (values shifted)
- Adding Initial GPS support to android using QtLocation
- Adding Ground speed and direction
- put ok button on top of widget to make it usable until scroll area is added (HACK to be Reverted later)
- added vertical and horizontal accurancy
- Removing test values qtlocationconnection
- refactor debug messages
- adding compass plugin
- trying NathanW suggestion
- adding new compass plugin
- Fixed satellitesUpdated signals
- removing setDataRate
- temporarely removed calibrationLevel display to be reverted when https://sourceforge.net/p/necessitas/tickets/153/ is fixed
- addin comment
- making QLineEdits readonly
- added calibration level support
[Jürgen E. Fischer]
- squashed, reindented and skipped some already addressed changes to qgisapp and vector layer provider
2012-02-08 22:26:35 +01:00
2012-02-08 22:26:35 +01:00
2011-11-26 23:44:18 +01:00
2012-01-27 16:05:37 +01:00
2012-02-08 19:04:07 +01:00
2012-02-08 19:32:53 +01:00
2012-02-01 08:35:11 +01:00
2012-02-08 22:26:35 +01:00
2011-05-26 23:05:55 +02:00
2008-05-21 17:29:32 +00:00
2011-05-24 22:12:08 +02:00
2011-03-09 08:44:28 +00:00
2006-02-28 19:35:53 +00:00
2008-02-07 05:43:26 +00:00

README for QGIS 
----------------------------------------
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 traditionally expensive commercial software) a viable
prospect for anyone with basic access to a Personal Computer.  QGIS
currently runs on most Unix platforms, Windows, and OS X. QGIS is
developed using the Qt toolkit (http://qt.nokia.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 and editing 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) Version 3. Developing
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.

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
  Spatialite
  Other OGR supported formats

NOTE -- Please follow the installation instructions carefully. 
After extracting 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://hub.qgis.org/
            When reporting a bug, either login or, if you don't
            have a qgis trac, provide an email address where we can 
            request additional information.
  
SUPPORT -   You can get support in the following ways:
            1.  Using the QGIS community site at http://qgis.org
            2.  Joining the qgis-users mailing list at:
                http://lists.osgeo.org/mailman/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.

QGIS is on GitHub at http://github.com/qgis/Quantum-GIS. If you wish to contribute
patches you can fork the project, make your changes, commit to your
repository, and then issue a pull request. The development team can then
review your contribution and commit it upstream as appropriate. See
http://help.github.com/forking/ and http://help.github.com/pull-requests/
for more details.
Description
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
Readme 4.9 GiB
Languages
C++ 76.9%
Python 21%
CMake 0.8%
C 0.4%
QML 0.3%
Other 0.4%