Salvatore Larosa
|
f7401c9b27
|
[user expression] Fix crash and add a log message when the expression is not valid, fixes #12852
|
2015-05-31 00:07:33 +02:00 |
|
Nyall Dawson
|
51bd0b2bc5
|
Followup 2dc5d95, add unit tests
|
2015-05-31 07:58:05 +10:00 |
|
Matthias Kuhn
|
680b1ced70
|
Followup 0f8f618
Accidentally merged an extra line
|
2015-05-30 18:20:07 +02:00 |
|
Matthias Kuhn
|
104ff2a975
|
Fix infinite loop in relation reference widget
|
2015-05-30 18:15:12 +02:00 |
|
elpaso
|
0f8f6188b0
|
Added documentation and QgsServer to doxy template
|
2015-05-30 17:46:08 +02:00 |
|
alexbruy
|
d5b2e7baf3
|
Merge pull request #2094 from NaturalGIS/fix_grass_r_stream
[processing] remove r.stream modules that are addons, fix r.stream.extract in grass7
|
2015-05-30 14:51:29 +03:00 |
|
alexbruy
|
0c9c63176a
|
Merge pull request #2093 from NaturalGIS/fix_grass7
[processing] fix grass7 provider
|
2015-05-30 14:50:26 +03:00 |
|
Nyall Dawson
|
2dc5d95f00
|
Fix broken rendering of curved labels for scripts which use >1 char
graphemes (fix #6883)
|
2015-05-30 21:36:21 +10:00 |
|
Giovanni Manghi
|
f8ae76b7b5
|
remove r.stream module that are addons, fix r.stream.extract in grass7
|
2015-05-30 07:54:34 +01:00 |
|
Giovanni Manghi
|
2b1b9f53ac
|
fix processing/grass7 in master
|
2015-05-30 07:24:41 +01:00 |
|
Nyall Dawson
|
eb9ef52389
|
Align some icons to pixel grid
|
2015-05-30 14:28:48 +10:00 |
|
Nyall Dawson
|
196d7a083e
|
Followup effbfcd, better fix for #12747. The previous fix broke
print exports of grid frames under OSX.
|
2015-05-30 14:27:15 +10:00 |
|
Nyall Dawson
|
3530e4c205
|
Correctly emit composerRemoved signal after removing composer
from print composers list, fixes composer manager showing
invalid old compositions when loading new project (fix #12612)
|
2015-05-30 13:46:36 +10:00 |
|
Nyall Dawson
|
edc880e588
|
Don't force size based legend symbols to black colors
|
2015-05-30 13:13:00 +10:00 |
|
Nyall Dawson
|
cf7303fcf1
|
Fix some possible null pointer dereferences
|
2015-05-30 12:56:12 +10:00 |
|
Nyall Dawson
|
e5fb5a6ad9
|
Fix memory leaks
|
2015-05-30 09:06:12 +10:00 |
|
Nyall Dawson
|
39f4ed526d
|
Fix build
|
2015-05-30 08:57:55 +10:00 |
|
Nyall Dawson
|
42da218626
|
Fix memory leaks
|
2015-05-30 08:53:19 +10:00 |
|
Radim Blazek
|
7267d017ac
|
[GRASS] call init when provider is loaded to get it called on main thread
|
2015-05-29 21:33:57 +02:00 |
|
Radim Blazek
|
81ef17197d
|
[GRASS] non blocking raster import stream on win
|
2015-05-29 20:46:05 +02:00 |
|
Juergen E. Fischer
|
aeb0e71e32
|
fix sip bindings
|
2015-05-29 20:35:42 +02:00 |
|
Marco Hugentobler
|
0e55b3bf0f
|
Fix loading of curved multitypes
|
2015-05-29 18:00:24 +02:00 |
|
Juergen E. Fischer
|
4c1ba46d10
|
fix visibility warnings
|
2015-05-29 14:11:11 +02:00 |
|
Nyall Dawson
|
8b6abacc99
|
Fix memory leaks in QgsMapCanvasSnapper
|
2015-05-29 19:59:06 +10:00 |
|
Marco Hugentobler
|
0df0986888
|
Fix display of curved geometries
|
2015-05-29 11:57:39 +02:00 |
|
Marco Hugentobler
|
82d18e7e61
|
Update python binding for QgsGeometry
|
2015-05-29 11:40:20 +02:00 |
|
Radim Blazek
|
bb374f08a5
|
[GRASS] open full vector to get list of layers on win / G7
|
2015-05-29 11:35:32 +02:00 |
|
Marco Hugentobler
|
abe9fd0399
|
Move more wkb type code to QgsWKBTypes. Fix possibility to load curved geometries into QGIS
|
2015-05-29 10:56:46 +02:00 |
|
Juergen E. Fischer
|
dd53fda846
|
indentation update
|
2015-05-29 08:57:54 +02:00 |
|
Nathan Woodrow
|
04388f73c6
|
Merge pull request #2091 from nirvn/fix_tool_button_size
[GUI] Keep dock icons one size smaller than toolbar icons
|
2015-05-29 13:30:08 +10:00 |
|
nirvn
|
62c837eb90
|
[gui] add left/right margin to browser panel for consistency
|
2015-05-29 10:22:25 +07:00 |
|
nirvn
|
ee6948d3d4
|
[gui] keep dock icons one size smaller than toolbar icons
|
2015-05-29 09:48:12 +07:00 |
|
Radim Blazek
|
7db5272f31
|
[GRASS] more debug for Windows
|
2015-05-28 23:58:57 +02:00 |
|
Radim Blazek
|
ab7828e90b
|
[GRASS] raster import blocking read for Windows
|
2015-05-28 23:47:31 +02:00 |
|
Nyall Dawson
|
e7219050a1
|
Avoid unnecessary detach of QgsFeature when renderering non-curved
geometries
|
2015-05-29 06:46:42 +10:00 |
|
Tim Sutton
|
225362d4f7
|
Merge pull request #2085 from timlinux/master
Updated splash for Nødebo
|
2015-05-28 21:54:13 +02:00 |
|
alexbruy
|
bd3b173817
|
Merge pull request #2065 from arnaud-morvan/processing-parameter-table
[processing] fix setting value in the ParameterTable
|
2015-05-28 18:31:21 +03:00 |
|
alexbruy
|
c61d5f2cfc
|
Merge pull request #2063 from HenningJagd/master
[processing] behavior of scroll zoom in the modeler
|
2015-05-28 18:23:34 +03:00 |
|
Stéphane Brunner
|
352e82487c
|
Add sbrunner (me) in contributors.json
|
2015-05-28 17:03:48 +02:00 |
|
Alessandro Pasotti
|
859ee8d91d
|
Add elpaso to contributors.json
|
2015-05-28 16:43:04 +02:00 |
|
Juergen E. Fischer
|
1e96813132
|
postgres connection pool: fix race when a connection is already acquired while pool is still being constructed
|
2015-05-28 15:13:29 +02:00 |
|
Juergen E. Fischer
|
ecbe0e43f4
|
validate attribute index in editor widget calls
|
2015-05-28 15:13:27 +02:00 |
|
Matthias Kuhn
|
d0bd9a2474
|
Cleanup after shapefile tests
|
2015-05-28 14:53:03 +02:00 |
|
Nyall Dawson
|
4ddfca7091
|
Lower padding for browser and stats dock widgets
|
2015-05-28 22:31:03 +10:00 |
|
Nyall Dawson
|
bfa9f1cf6a
|
Fix zoom tool doesn't work from bottom right to top left (fix #12614)
|
2015-05-28 22:21:18 +10:00 |
|
Matthias Kuhn
|
eee1ce15dc
|
Don't repack on layer unload
It's already done on save
It cause a deadlock in invalidateConnections for the Atlas and BlendModeTest
Followup 7d7cdcd
|
2015-05-28 14:16:42 +02:00 |
|
Matthias Kuhn
|
df4716b007
|
Run atlas test in temporary folder
|
2015-05-28 14:16:42 +02:00 |
|
Nyall Dawson
|
232565db96
|
Fix server crashes when .qgs file replaced (refs #12411)
|
2015-05-28 22:04:17 +10:00 |
|
Nyall Dawson
|
b3323f3216
|
Partially fix broken server labeling test
|
2015-05-28 22:04:17 +10:00 |
|
Nyall Dawson
|
effbfcd5cb
|
Fix composer map frame/annotations not showing on OSX (refs #12747)
|
2015-05-28 21:53:35 +10:00 |
|