16878 Commits

Author SHA1 Message Date
Alexander Bruy
75cfd79fb8 pass unicode string to TreeSettingItem 2012-12-10 18:16:27 +02:00
Nathan Woodrow
289a20727c Fix #6843 2012-12-11 00:21:07 +10:00
Werner Macho
9e829cb532 added machine readable GPL2 to dxflib 2012-12-10 10:31:22 +01:00
Giuseppe Sucameli
4e0d668275 yet another fix following 3da32c00d5 2012-12-10 01:48:44 +01:00
Giuseppe Sucameli
d25cda778a another change missing in 3da32c00d 2012-12-10 01:38:56 +01:00
Giuseppe Sucameli
c203990ceb fix #6842 2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
0e1b71c82c fix #6847 2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
34a16e246c fix #6846 2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
b6c999e776 fix #6848 2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
fc6b338961 add fix for file missed in d83ed0aa1a0 2012-12-10 01:32:31 +01:00
Giuseppe Sucameli
3da32c00d5 do not translate geometry types, change dbmanager translation context names (fix #6837) 2012-12-10 01:32:31 +01:00
Werner Macho
7a6212707c adding license 2012-12-10 01:26:29 +01:00
Juergen E. Fischer
afde3531a4 update fake grass library build on windows 2012-12-10 00:13:27 +01:00
Juergen E. Fischer
1c14beaa4f fix warnings 2012-12-10 00:12:41 +01:00
Juergen E. Fischer
9721736fd8 remove trailing blanks 2012-12-10 00:12:07 +01:00
Marco Hugentobler
eb79e21547 Store colors directly as qrgb in paletted raster renderer for faster drawing 2012-12-09 12:34:04 +01:00
Marco Hugentobler
daa02e3e97 Disable block in raster provider for performance reason 2012-12-09 06:59:12 +01:00
Juergen E. Fischer
05746deb89 fix build of fake grass lib 2012-12-09 01:36:42 +01:00
Victor Olaya
a2997be05c fixed #6227 2012-12-08 23:21:08 +01:00
Victor Olaya
7841975a83 improved new algorithm classification mechanism
fixed #6834
2012-12-08 22:47:41 +01:00
Sandro Santilli
eedd891513 Drop orphaned TopoGeometry objects on deleteFeatures 2012-12-07 23:40:28 +01:00
Sandro Santilli
542f814f2b Add minorVersion() method, fix doc of majorVersion() 2012-12-07 23:40:28 +01:00
Marco Hugentobler
ea4e77af04 More wms optimisations: create pallabeling only once, take crs from cache 2012-12-07 23:07:30 +01:00
Marco Hugentobler
2da5cc95b7 Optimization in writing raster values in paletted raster renderer 2012-12-07 22:01:02 +01:00
Victor Olaya
7b61b83ac0 added alternative organization in sextante toolbox 2012-12-07 21:11:56 +01:00
Marco Hugentobler
8dc0135b2c Use CRS cache and avoid sqlite lookup for each request 2012-12-07 17:40:04 +01:00
Radim Blazek
cb7d1ec18e More GRASS direct modules 2012-12-06 19:32:06 +01:00
mhugent
b777b51147 Merge pull request #341 from matthias-kuhn/rubberband-point
Allow the rubberband to display points
2012-12-06 09:14:18 -08:00
Radim Blazek
ef6da72a79 GRASS compilation fix 2 2012-12-06 14:36:47 +01:00
Radim Blazek
4d571b1487 GRASS compilation fix 2012-12-06 14:17:42 +01:00
Radim Blazek
4dc84995ee GRASS Direct 2012-12-06 13:18:07 +01:00
Sandro Santilli
bfa124f55e Fetch topological layer info at construction time
Simplify addFeatures and changeGeometryValues accordingly
2012-12-06 12:57:44 +01:00
Tim Sutton
5e64c64496 Code and comment tidy up in geometry clip test 2012-12-06 12:52:17 +02:00
Tim Sutton
cd74d71a1d Transfer ownership of transparency to prevent crashing python apps. 2012-12-06 12:52:17 +02:00
mhugent
fcedd5db2b Merge pull request #345 from bischofia/joined_minmax
fix references to joined fields of vector layer
2012-12-06 01:04:10 -08:00
Werner Macho
b304df8fb4 adding missing files to basque translation 2012-12-06 09:57:58 +01:00
Giuseppe Sucameli
80319e310b fix #6817 (introduce with a1a1fb7be) 2012-12-06 02:33:19 +01:00
Giuseppe Sucameli
6ed8a2349a fix fields creation importing layers to PG 2012-12-06 01:51:14 +01:00
Juergen E. Fischer
56bba0609e remove trailing whitespace 2012-12-05 22:14:16 +01:00
Juergen E. Fischer
75ac364719 fix warning 2012-12-05 22:00:16 +01:00
Giuseppe Sucameli
c3c79b939e dbmanager: minor fixes 2012-12-05 20:06:04 +01:00
Giuseppe Sucameli
c99fdd4ade do not use st_multi when SL < 2.4 (follow 2469c5aa17) 2012-12-05 19:16:04 +01:00
Giuseppe Sucameli
1bde6c58df SL provider: convert geometries to multipart when necessary (fix #6257) 2012-12-05 19:16:04 +01:00
Giuseppe Sucameli
e1697359d1 import vector layer: allow to create single-part geometries from shapefile (follow 08e844f6d06) 2012-12-05 19:16:04 +01:00
Alexander Bruy
98dc557415 connect missed signal 2012-12-05 16:50:33 +02:00
Werner Macho
8c32fe97e5 add missing FindQextserialport.cmake to complete issue #6613 2012-12-05 11:49:35 +01:00
Giuseppe Sucameli
ce31f37d8e fix SL provider (follow 90972db78a):
fix build linking SL < v4,
fix SL4 database version check,
rename SPATIALITE_RECENT_VERSION macro to the more significant SPATIALITE_VERSION_GE_4_0_0,
2012-12-05 04:32:34 +01:00
Giuseppe Sucameli
de3ea74ab6 dbmanager: allow to import layer from canvas (fix #6824),
add dialog to choose vector file to be imported (fix #6825),
allow to export table to vector file (fix #6826)

Thanks to Silvio Grosso for the sponsorship!
2012-12-05 03:51:02 +01:00
Juergen E. Fischer
fcf108db22 german translation update 2012-12-04 23:44:15 +01:00
Juergen E. Fischer
091ce7c504 fix indentation and some translation strings 2012-12-04 23:44:05 +01:00