Problems:
Polygon outlines are not drawn. This was checked twice and no cause
was found.
Projections do not work in all circumstances
Note that both the proj4 library and sqlite3 are now required. The
build system has not been modified to test for these yet.
Qt 3.3.x is required to build this source tree.
Make sure to increment the EXTRA_VERSION in configure.in when
committing changes.
Make sure to update the Changelog with each commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3112 c8812cc2-4d05-0410-92ff-de0c093fc19c
on the table that is being loaded
- better conformance to the code style guidelines
- added tr() to some dialog box text
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3041 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Improved parsing of SQL's that define views
- Improved identification of suitable qgis key columns
- Fix bug with data endian check not working for views
- Quote table names in all SQLs (fixes problem with table names that contain
uppercase characters)
- Code style cleanup
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2994 c8812cc2-4d05-0410-92ff-de0c093fc19c
have been caused by the recent addition of threading in the postgres provider.
This commit puts the threading code inside #ifdef POSTGRES_THREADS and
hence avoids the problem in the threading code.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2986 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Better debugging messages for view stuff
- In progress code for support of views that reference other views
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2968 c8812cc2-4d05-0410-92ff-de0c093fc19c
by qgis as the key into the view
- start of support for views that reference views
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2952 c8812cc2-4d05-0410-92ff-de0c093fc19c
they just need to contain a column that comes from a table that has a
unique or primary key constaint on it.
One caveat - views that are defined in terms of other views don't yet work,
and to not break exiting situations a column 'oid' in the view is still
recgonised (this will be fixed and removed shortly).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2949 c8812cc2-4d05-0410-92ff-de0c093fc19c
tidy up: text in the dialog box about views and oid's etc was all on
one line.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2885 c8812cc2-4d05-0410-92ff-de0c093fc19c
QgsPostgresProvider::getNextFeature(bool) now always returns a valid
QgsFeature pointer (previously it would return 0 if there was no geometry in
the geometry column, which was also the value used to indicate 'no more features').
This fixes the problem whereby the attribute table dialog box would not populate
all of its rows.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2855 c8812cc2-4d05-0410-92ff-de0c093fc19c
The provider and plugin are now 'pure' modules and code shared between them
is in the new shared library libqgisgrass.
This eliminates the libtool warning that linking grassplugin against
libgrassprovider is not portable.
libgrassprovider has also been renamed to grassprovider since it no longer
tries to be a combination provider and shared library (which only worked
on some platforms).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2824 c8812cc2-4d05-0410-92ff-de0c093fc19c