Juergen E. Fischer
94156deda4
QgsVectorLayer: delete before adding/changing features ( fixes #6422 )
2013-01-05 01:10:00 +01:00
Victor Olaya
e59de661b7
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2013-01-04 23:51:50 +01:00
Juergen E. Fischer
522bbcda2b
update INSTALL
2013-01-04 23:15:36 +01:00
Juergen E. Fischer
4f0fe1b80a
wfs in core needs expat
2013-01-04 23:08:59 +01:00
Juergen E. Fischer
28ca48c4cf
more API updates to the python plugins
2013-01-04 23:02:44 +01:00
Victor Olaya
a785fd5973
Merge branch 'master' of https://github.com/qgis/Quantum-GIS
2013-01-04 20:59:04 +01:00
Radim Blazek
a572f3c262
multipart reply extracted from WCS provider QgsNetworkReplyParser
2013-01-04 20:41:00 +01:00
Radim Blazek
f6c6324872
QgsWFSData CORE_EXPORT
2013-01-04 20:41:00 +01:00
Radim Blazek
2ca1279a84
QgsWFSData moved to core
2013-01-04 20:41:00 +01:00
Larry Shaffer
866bc22a34
Fix #6940 , error traceback output to console crashes under QScintilla 2.7
2013-01-04 09:28:07 -07:00
Marco Hugentobler
08be5cd837
Test WFS version and throw error if 1.0 is not supported by the server
2013-01-04 16:59:49 +01:00
Werner Macho
462d8a8c9d
translation update: lao by Lao GIS users
2013-01-04 15:41:08 +01:00
Juergen E. Fischer
b75c89b81a
nmea parsing: call strtod with locale "C" ( fixes #6687 )
2013-01-04 12:52:01 +01:00
Marco Hugentobler
9385ac9470
Merge branch 'master' of github.com:qgis/Quantum-GIS
2013-01-04 10:10:25 +01:00
Marco Hugentobler
335987005b
Saver double comparison, minor code cleanup (deleting a 0 pointer is always save)
2013-01-04 09:59:11 +01:00
Larry Shaffer
6a936b936b
Draw SVG symbol from cached QImage unless it exceeds half of cache size, then use QPicture
...
- Fix #6855 , SVG markers/fills larger than half cache (559^2 X 32 + SVG) are drawn with QPicture
- Fix #6861 , make QPicture SVG symbols scale with Composer page zoom
- Fix #6861 , make SVG symbol output to print/image more accurate by setting 'size' to double
- Update/add support for non-squared SVG via QImage and QPicture, on screen and in output to print/image
- Non-squared SVG QImage/QPicture can now be used in pattern fill, without excess space
2013-01-04 09:43:59 +01:00
Nathan Woodrow
fb763a7e48
Merge pull request #374 from bholland/master
...
Fix #6942
2013-01-03 20:30:19 -08:00
ben
fb26989a7a
Bounding box now takes into account font descent so letters like g and j are not cut off from the legend title.
2013-01-03 23:10:28 -05:00
Juergen E. Fischer
1bda31d4b3
fTools: replace QgsRectangle.expand with .scale
2013-01-04 01:25:02 +01:00
Juergen E. Fischer
1ab5cdcbeb
fix #6926
2013-01-04 00:51:41 +01:00
Juergen E. Fischer
f75803ea80
python plugins: replace QgsMapRenderer.destinationSrs() with destinationCrs() ( closes #6391 )
2013-01-04 00:51:41 +01:00
Werner Macho
de54c165c2
Merge pull request #373 from slarosa/pyqgis_console_1
...
Reorganize icons theme for pyqgis console
2013-01-03 13:41:59 -08:00
Werner Macho
d4ef4fd98e
Merge pull request #347 from slarosa/pyqgis-console
...
fix output directory for pyqgis console on installing
2013-01-03 13:41:37 -08:00
Werner Macho
b48ae8b280
Merge pull request #370 from slarosa/osm_plugin_issue
...
fixes issues for OSM plugin generated from api cleanup commit
2013-01-03 13:34:31 -08:00
Werner Macho
71580df366
Merge pull request #371 from bstroebl/fix#6925
...
fix #6925 fTools eliminate now works if the polygon to merge with has an id of 0
2013-01-03 13:30:21 -08:00
Radim Blazek
93e0526246
wcs test fix
2013-01-03 19:38:36 +01:00
Juergen E. Fischer
a575711f19
use project projections instead of WGS84 for WMS crs preselection ( fixes #6939 )
2013-01-03 19:26:38 +01:00
Radim Blazek
5fefe381b0
raster sublayers win fix
2013-01-03 15:04:21 +01:00
Salvatore Larosa
d6a33f5298
Reorganize icons theme for pyqgis console
...
- add icon to Python Console entry in Plugins menu
2013-01-03 14:20:56 +01:00
Larry Shaffer
8d582ade2e
[FEATURE] Configure custom environment variables
...
- Fix for #3097
- Could help plugins, like SEXTANTE, work better across platforms via abstracted coding based upon env vars
- In app prefs, configure variables and view current set, with tooltips to show pre-startup value (if any)
2013-01-03 03:33:43 -07:00
Bernhard Ströbl
aef3f345fb
fix #6925
...
fTools' eliminate now works if the polygon to merge with has an id of 0
2013-01-03 09:29:13 +01:00
Sandro Santilli
103942391d
Mark topology group visibility off
...
This is really a workaround to http://hub.qgis.org/issues/6938
2013-01-02 14:32:55 +01:00
Victor Olaya
5c00014397
edited grass and saga algorithm descriptions
2013-01-01 23:52:33 +01:00
Victor Olaya
287c9f367d
refactor fTools algorithms
2013-01-01 23:52:00 +01:00
Larry Shaffer
a385162cd1
Fix for #6937 , ensure QgsRubberBand is deleted if no active vector layer
2013-01-01 14:02:32 -07:00
Sandro Santilli
2b80d638b1
Reorganize topoviewer layers into subgroups
2013-01-01 14:08:25 +01:00
Larry Shaffer
25c9ba58f1
Revert "Fix #6931 , apply patch from Borys Jurgiel"
...
This reverts commit bd65e86b5f079ecb8969b3132b64bfbf7d20a1dd.
Sorry, did not notice more complete fix in pull request from Salvatore Larosa
2012-12-31 17:31:56 -07:00
Larry Shaffer
bd65e86b5f
Fix #6931 , apply patch from Borys Jurgiel
2012-12-31 17:27:07 -07:00
Larry Shaffer
d387c93cc9
Fix #6725
...
- Restore toggle editing button state in attribute table editor if toggling canceled or commit/rollback changes fails
2012-12-31 17:15:39 -07:00
Larry Shaffer
ce98348250
Move toggle/save/rollback/cancel edits slots from private to public
2012-12-31 16:56:03 -07:00
Larry Shaffer
ba5b90a16a
Reinstate Save Active Layer Edits action
...
- Now enables/disables relative to vector layer isModified() state (gives feedback when save is finished)
- Now works with active legend layer, regardless of whether a selection exists in legend
- Add to legend contextual menu when right-clicked vector layer isModified()
2012-12-31 16:28:17 -07:00
Larry Shaffer
d85ed328ab
Updates to legend active layer
...
- Single click in blank, non-item space in legend unsets active layer (same behavior as clicking group)
- Underline active layer (helpful when active layer, and no selection or multiple selected layers)
2012-12-31 13:12:12 -07:00
Juergen E. Fischer
d814e1977b
german translation update and some string fixes
2012-12-31 17:29:10 +01:00
Giuseppe Sucameli
62d99772e1
fix #6932 (due to deprecated getLayerID method removal)
2012-12-31 14:06:50 +01:00
Salvatore Larosa
90ef5767bc
fix for issues generated from api cleanup commit
2012-12-31 13:11:16 +01:00
pcav
c57271c3f8
Fix #5843
2012-12-31 12:58:26 +01:00
Juergen E. Fischer
ce6aab704f
fix #5251
2012-12-29 22:16:48 +01:00
Juergen E. Fischer
e2f7adf2fb
geos 3.3.6 doesn't produces geos_c_i on windows anymore also check geos_c
2012-12-29 02:56:24 +01:00
Martin Dobias
5b00800665
Fixing support for spatialite 4.0
2012-12-29 02:30:43 +01:00
Larry Shaffer
f8654f705f
Fix #6924 , finish move from png to new svg icons for Current Edits actions
...
- Remove graphical limitation indicating edit is only vector-based (previously removed themes/gis/mActionSaveEdits.png)
- Remove themes/default/mActionSaveEdits.png, just duplicate of mActionsFileSave.png
2012-12-28 16:09:14 -07:00