2541 Commits

Author SHA1 Message Date
Juergen E. Fischer
13a86e68a9 fix #8131 2013-06-22 10:56:36 +02:00
Juergen E. Fischer
9bbc647c54 identation update and fix clang 3.3 warnings 2013-06-20 23:40:51 +02:00
Matthias Kuhn
0710de3e64 [dbmanager] Fix python error 2013-06-20 16:25:27 +02:00
Matthias Kuhn
09a9a81bb0 [ftools,gdaltools] Errors in Merge Shapefiles and Split vector layer
* Fix #8120
* Fix #8119
2013-06-20 09:12:50 +02:00
Juergen E. Fischer
e4b278d6ed add QgsFontUtils sip bindings and fix doxygen warnings 2013-06-19 23:12:28 +02:00
Matthias Kuhn
b2441f8098 [gdaltools] Proximity(raster distance) error (Fix #8115) 2013-06-19 18:38:33 +02:00
Matthias Kuhn
0b0de71f69 [gdaltools] DEM(Terrain Models) tool error (Fix #8116) 2013-06-19 18:04:52 +02:00
Jacolin
5bcb0e1ae5 Update doPolygonize.py
add missing '('.
2013-06-19 14:34:43 +02:00
Matthias Kuhn
419d8ee593 [ftools] Fix basic statistics (Fix #8105) 2013-06-19 13:36:02 +02:00
Matthias Kuhn
cfadfb5573 [ftools] Fix Line Intersection (Fix #8114) 2013-06-19 13:26:47 +02:00
Matthias Kuhn
c1cd3e84b5 Fix wrong python None type reference counting 2013-06-19 13:03:05 +02:00
Matthias Kuhn
6eb31889d8 [ftools] Fix distance matrix (Fix #8103) 2013-06-19 01:20:46 +02:00
Matthias Kuhn
5e4a9dff6b [ftools] Several fixes
Fix #8107 Mean coordinates
Fix #8105 Basic statistics
Fix #8104 Unique values
2013-06-19 01:11:07 +02:00
Borys Jurgiel
a65a6b7bd8 [Plugin Installer] Fix urls excluded from proxy (#8092) 2013-06-18 15:21:26 +02:00
Matthias Kuhn
dd0e86f201 [gdaltools] SIP API update 2013-06-17 16:42:03 +02:00
Matthias Kuhn
37b5df7854 [gdaltools] More SIP API updates 2013-06-17 16:32:04 +02:00
Matthias Kuhn
4386860998 [gdaltools] More SIP API update 2013-06-17 15:52:59 +02:00
Salvatore Larosa
1f10010ebf Fixes #8061 2013-06-17 13:25:28 +02:00
Matthias Kuhn
d0d381a024 Adjust data type 2013-06-16 14:58:50 +02:00
Matthias Kuhn
e3608db6a2 [ftools] More SIP API updates 2013-06-16 14:21:32 +02:00
Matthias Kuhn
f6ae6c48b3 [Gdaltools] SIP API update (Fix #8074) 2013-06-16 11:34:42 +02:00
Matthias Kuhn
b96f67b838 [ftools] Fix "Polygon from layer extent" (#8074) 2013-06-16 11:06:11 +02:00
Juergen E. Fischer
192e13013b replace foo.replace( QRegExp(regexp), bar) with re.sub(regexp,bar,foo) (fixes #8066) 2013-06-15 22:44:31 +02:00
Matthias Kuhn
1aa8a17f98 Fix some memory management issues
aka reduce noise in valgrind memory analyzer
2013-06-15 15:01:54 +02:00
Matthias Kuhn
d256fd8c3a [ftools] Further SIP API updates 2013-06-15 15:01:54 +02:00
Nathan Woodrow
36e1b3b19d Fix python console for Python 2.6 2013-06-15 20:50:17 +10:00
Matthias Kuhn
9fc01a6d1f Fix memory leak in QgsFeature sip api 2013-06-15 11:43:15 +02:00
Matthias Kuhn
b6770be729 [ftools] Fix "Join attributes by location" 2013-06-15 11:43:15 +02:00
Chris Crook
54956db92f Improved implementation 2013-06-15 11:43:15 +02:00
Chris Crook
d416555079 Som fTools fixes for SIP API updates 2013-06-15 11:43:15 +02:00
Salvatore Larosa
abcc8b16ed Fixes #8065 2013-06-15 00:17:03 +02:00
Etienne Tourigny
07ea0aa107 fix GdalTools contour 2013-06-14 16:03:15 -03:00
Etienne Tourigny
684aa98e96 fix GdalTools assign and extract projection 2013-06-14 16:03:15 -03:00
Etienne Tourigny
5e98be1266 fix GdalTools warp 2013-06-14 16:03:15 -03:00
Etienne Tourigny
84d77663d8 fix gdaltools merge, tileindex and info 2013-06-14 16:03:15 -03:00
Etienne Tourigny
7cceaaf73b replace QgsRasterLayer::buildSupportedRasterFileFilter() with QgsProviderRegistry::instance()->fileRasterFilters() 2013-06-14 13:09:13 -03:00
Borys Jurgiel
2a81aba5ae [Plugin Manager] Don't crash on invalid values from QSettings 2013-06-14 09:51:34 +02:00
Borys Jurgiel
820a0f783f fix #8060 (new SIP API) 2013-06-14 00:14:23 +02:00
Borys Jurgiel
85e1ab9807 [Plugin Manager] Plugin installer fixes 2013-06-12 22:10:09 +02:00
Radim Blazek
9e14b8eef0 raster DrawingStyle to QgsRaster to avoid circular header include 2013-06-12 10:50:06 +02:00
Radim Blazek
3233d05f92 customisation script moved, removed & from customisation menu items labels 2013-06-12 10:02:43 +02:00
Nathan Woodrow
b287661c91 Don't return null on failed metadata load 2013-06-12 14:26:00 +10:00
Salvatore Larosa
57cb57537e Merge pull request #619 from slarosa/generate_pap
[FEATURE]  Module to generate prepared APIs file for call tips and auto-completion in Python Console
2013-06-11 17:24:02 -07:00
Borys Jurgiel
a602112fcd [Plugin Manager] installer fix 2013-06-12 01:54:46 +02:00
Nathan Woodrow
f8cafe81b4 Fix build error 2013-06-12 09:32:13 +10:00
Nathan Woodrow
21aecd532c Fix python indentation 2013-06-12 08:57:34 +10:00
Nathan Woodrow
0fd5fd137f Don't patch QPyNullVariant if it doesn't exist 2013-06-12 08:42:01 +10:00
Nathan Woodrow
052669f5c5 Fix #8040. Build error with sip 2013-06-12 08:10:22 +10:00
Victor Olaya
6ddaa3e304 [sextante] improved modeler appearance 2013-06-12 00:06:48 +02:00
Borys Jurgiel
ce681ab190 [Plugin Manager] Fix the recent commit 2013-06-11 23:40:26 +02:00