6374 Commits

Author SHA1 Message Date
mhugent
fc29941e9d update composer legend on layer level
git-svn-id: http://svn.osgeo.org/qgis/trunk@9190 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 13:21:17 +00:00
jef
874b29b71f minor update (indentation, debug output, plenks)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9189 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 12:57:47 +00:00
jef
afc5416324 add indentation update script
git-svn-id: http://svn.osgeo.org/qgis/trunk@9188 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 11:15:41 +00:00
jef
193028346f fix #1076
git-svn-id: http://svn.osgeo.org/qgis/trunk@9187 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 10:10:29 +00:00
mhugent
4cdfa2c723 Removed changes in CMakeLists.txt that accidentally went into last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@9186 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 09:56:34 +00:00
mhugent
fa2cb69a93 Some fixes for font scaling
git-svn-id: http://svn.osgeo.org/qgis/trunk@9185 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 09:43:20 +00:00
jef
ab02a4bafa indentation updates
git-svn-id: http://svn.osgeo.org/qgis/trunk@9184 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 08:03:17 +00:00
jef
b9452c2dd8 postgres provider update
- track open cursors and commit transaction whenever no open cursors are left
- close cursor after immediately after feature retrieval (releases locks earlier)
- wrap postgres calls in Conn class
- introduce Result class to handle PQclear mostly transparently (fixes minor leaks)
- remove executeDbCommand method (duplicate of PQexecNR)
- introduce support for estimate_extents (fixes #582)
- introduce support for enum types (fixes #1210)



git-svn-id: http://svn.osgeo.org/qgis/trunk@9183 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 08:00:57 +00:00
jef
683dcea781 vector layer updates
- fix: retrieve only existing attributes from provider when editing and set
  added attributes to null
- introduce slider widget for attribute dialog
- include added attributes when editing from identify



git-svn-id: http://svn.osgeo.org/qgis/trunk@9182 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 07:44:03 +00:00
jef
eef7c976d0 fix attribute updates in identify tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@9181 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 07:32:27 +00:00
jef
c4c4cc266f fix handling of null value updates in attribute table
git-svn-id: http://svn.osgeo.org/qgis/trunk@9180 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 07:30:30 +00:00
jef
1797520806 minor updates (indentation, debug output)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9179 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-27 07:28:12 +00:00
ersts
5aef6843a1 -Sorry, missed one setYmin/setYmax in a python file
git-svn-id: http://svn.osgeo.org/qgis/trunk@9178 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 21:08:57 +00:00
ersts
dfcacb69a3 -Propogated updates for QgsRect setYMin/setYMax
git-svn-id: http://svn.osgeo.org/qgis/trunk@9177 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 20:47:53 +00:00
ersts
6e8b4a2a3e -Updated setYmin/setYmax to setYMinimum/setYMaximum
git-svn-id: http://svn.osgeo.org/qgis/trunk@9176 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 20:31:45 +00:00
mhugent
0c77403a1a Restored refresh view function in composer
git-svn-id: http://svn.osgeo.org/qgis/trunk@9175 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 20:04:13 +00:00
mhugent
5a27e1b042 Better protection agains multiple map drawings with move content tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@9174 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 11:06:17 +00:00
mhugent
8520ec52c8 Write scales in composer not in exponential notation
git-svn-id: http://svn.osgeo.org/qgis/trunk@9173 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 09:16:13 +00:00
mhugent
1343a7b27d more decimals for composer scalebar segments
git-svn-id: http://svn.osgeo.org/qgis/trunk@9172 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 08:35:43 +00:00
gjm
329218a68f Another fix for #1142.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9171 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-26 07:19:29 +00:00
ersts
8ebc4e940c -Added ability to export and load color map to/from a simple text file
-Closes ticket #805
-Updaded color interpretation option Linearly to Linear 
-Fix problem displaying (pseudo and color map) paletted images

git-svn-id: http://svn.osgeo.org/qgis/trunk@9170 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 23:47:18 +00:00
telwertowski
0488cf9d4c Set font using platform conditional.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9169 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 20:48:48 +00:00
jef
c05bfb54ff fix spit plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@9168 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 19:10:58 +00:00
leolami
cbf8dbdeb1 Update v.db.select, v.db.select.where
git-svn-id: http://svn.osgeo.org/qgis/trunk@9167 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 14:15:49 +00:00
leolami
90f1581433 Update v.in.ogr, v.in.ogr.loc, v.db.droptable, db.login and add v.outlier
git-svn-id: http://svn.osgeo.org/qgis/trunk@9166 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 13:59:17 +00:00
leolami
2d82949ea0 Update v.sample, v.what.rast, v.what.vect and add db.select, r.cross, r.series, r.reconnect.all, v.db.select, v.db.select.where, v.generalize, v.kcv, v.out.ogr.postgis, v.support
git-svn-id: http://svn.osgeo.org/qgis/trunk@9165 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 13:10:42 +00:00
leolami
363d63d545 Remove v.in.shape, v.in.shape.loc and r.proj.res
git-svn-id: http://svn.osgeo.org/qgis/trunk@9164 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 10:58:24 +00:00
macho
6a35fccaf3 cz update recieved from Martin Landa
git-svn-id: http://svn.osgeo.org/qgis/trunk@9163 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 09:18:42 +00:00
dassau
ca8e5cd42f added and changed a few translations
git-svn-id: http://svn.osgeo.org/qgis/trunk@9162 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-25 08:31:14 +00:00
jef
1ad701fa18 fix migration script
git-svn-id: http://svn.osgeo.org/qgis/trunk@9161 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 23:08:39 +00:00
telwertowski
1aee70f58d Use relative rather then absolute font size since the "standard" font characteriics can vary between platform.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9160 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 22:13:48 +00:00
telwertowski
5f428f24b0 Better Mac fix for GRASS shell. Use global namespace qualifier so that system close rather then QWidget::close is linked to. The previous fix left an orphan pty on exit.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9159 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 21:09:20 +00:00
jef
b981f3a51d update indentation and fix a warning
git-svn-id: http://svn.osgeo.org/qgis/trunk@9158 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 21:05:26 +00:00
telwertowski
54ac40c9f9 Reorganize and expand menubar so that it contains all major commands. Reposition menu items to correspond to Gnome, Kde, Mac and Windows user interface guidelines. Fix window activation so that commands bring forword a window if it is already open. Add accessors for actions, menus and toolbars so that items can be added to menus and toolbars.
git-svn-id: http://svn.osgeo.org/qgis/trunk@9157 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 20:27:47 +00:00
jef
de7be9ebfc revert srs related wfs uri changes from r9108 (fixes #1246)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9156 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 20:17:57 +00:00
jef
ed45af8467 fix #1245 (take two)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9155 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 18:20:25 +00:00
jef
07cd09890a fix #1245
git-svn-id: http://svn.osgeo.org/qgis/trunk@9154 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 16:29:31 +00:00
mhugent
1f1532a516 Added functions to move composer items front/back
git-svn-id: http://svn.osgeo.org/qgis/trunk@9153 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 15:56:41 +00:00
jef
d64e4510f6 add GUI_EXPORT to QgsComposerView
git-svn-id: http://svn.osgeo.org/qgis/trunk@9152 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 15:10:54 +00:00
jef
45aa4da94a typo fix missed in r9150
git-svn-id: http://svn.osgeo.org/qgis/trunk@9151 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 14:09:38 +00:00
jef
db574063e5 cleanup cleanup
- remove method names from QgsDebugMsg calls as they are already included in the output
- replace filename with file name in strings and comments instead of fileName (same for layerName)
- fix debugging output in interpolation plugin
  (QgsDebugMsg migration ate the last argument where std::flush was used)
- fix some common typos



git-svn-id: http://svn.osgeo.org/qgis/trunk@9150 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 14:07:06 +00:00
jef
f3fd51cab5 add script to prepare changed files with astyle for commit
git-svn-id: http://svn.osgeo.org/qgis/trunk@9149 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 13:57:54 +00:00
timlinux
4875071741 fix example xml naming
git-svn-id: http://svn.osgeo.org/qgis/trunk@9148 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 12:46:25 +00:00
timlinux
beeef874de Use layername not layerName for xml
git-svn-id: http://svn.osgeo.org/qgis/trunk@9147 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 12:40:44 +00:00
mhugent
b9f94f40db Moved composer view to gui for potential reuse by plugins
git-svn-id: http://svn.osgeo.org/qgis/trunk@9146 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 10:17:08 +00:00
gjm
8449c22167 Fix for ticket #884 (inconsistent behaviour with fullscreen mode)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9145 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 09:06:14 +00:00
mhugent
0eed8db0c0 Also use SRS for 1.1.1 capabilities
git-svn-id: http://svn.osgeo.org/qgis/trunk@9144 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 08:54:57 +00:00
mhugent
c436cb790a Use SRS for WMS 1.1.1 and CRS for WMS 1.3 (like described in the OGC specification), fixes #1242
git-svn-id: http://svn.osgeo.org/qgis/trunk@9143 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 08:40:35 +00:00
mhugent
d6e4c29b18 applied patch from smizuno to fix #1016
git-svn-id: http://svn.osgeo.org/qgis/trunk@9142 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 08:21:38 +00:00
gjm
cadc29d317 Clarify tooltip text (addresses #1142)
git-svn-id: http://svn.osgeo.org/qgis/trunk@9141 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-08-24 04:38:19 +00:00