Community reg plugin updates (not useable or included in build process yet though).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2954 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
colors are generated) and point symbols are not specified. The output
is capable of creating map output as is, assuming a template is
supplied.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2951 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
- debugging output for building supported vector formats for open file
dialog cleaned up a bit
qgsmaplayer.cpp, qgsrenderer.cpp :
- cleaned up some formatting
qgsrect :
- cleaned up some formatting
- normalize() now uses std::swap()
- moved ctor to implementation file
- cleaned up asPolygon(); now uses QTextStream
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2943 c8812cc2-4d05-0410-92ff-de0c093fc19c
Fix a potential problem in identifying geometry enabled relations
that have null values for some of the rows in the geometry column.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2930 c8812cc2-4d05-0410-92ff-de0c093fc19c
List now shows bands...click on one or more bands and click refresh to show graph
ymax and min calcs done (min & max calculated across all bands to be graphed)
checkboxes still not hooked up yet...
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2917 c8812cc2-4d05-0410-92ff-de0c093fc19c
TODO:
Add band name and symbol to chart legend
Scale y axis based on image depth
Draw each band in a separate colour
Draw polyline so that it looks more bar chart like???
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2905 c8812cc2-4d05-0410-92ff-de0c093fc19c
- moved internal QgsProject property class hierarchy to separate lexical space
(i.e., qgsprojectpropety.{h,cpp})
- refactoring of QgsProject internals to be easier to understand and
maintain. (Though I doubt I was successful. =\ )
- corresponding test harness (tests/qgsproject) checks out
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2901 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
function was starting a postgresql transaction but not ending it. This
lead to the postgresql table being locked and unable to accept updates,
inserts, etc.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2884 c8812cc2-4d05-0410-92ff-de0c093fc19c