634 Commits

Author SHA1 Message Date
Sandro Santilli
a4e621d924 Limit max number of node labels to 100, and candidate positions to 1
Also set layer transparency to 100% (there's a separate layer with the dots)
2012-11-14 23:03:01 +01:00
Alexander Bruy
d8d9766f9d deactivate TauDEM provider by default 2012-11-13 15:33:57 +02:00
Victor Olaya
3b886372fe fixed #6571 2012-11-12 22:02:23 +01:00
Sandro Santilli
98658ef29b Use ASCII direction arrows 2012-11-12 21:48:20 +01:00
Sandro Santilli
4195eaf72a TopoViewer: add direction symbol for "next_right_edge" layer 2012-11-12 18:16:02 +01:00
Alexander Bruy
4496c74e7c add missed scripts to examples group 2012-11-12 15:07:44 +02:00
Alexander Bruy
15004f40f0 put sextante config dir under ~/.qgis (fix #6662)
also fix scripts lookup
2012-11-12 15:06:03 +02:00
Alexander Bruy
9bdbd9c476 remove patch from sources 2012-11-12 13:28:59 +02:00
Alexander Bruy
e11ee594e2 get rid of "&" symbol in SAGA description and help files 2012-11-12 11:52:56 +02:00
Alexander Bruy
05c61547c8 fix installing SEXTANTE sample modeles and scripts 2012-11-12 10:59:44 +02:00
Victor Olaya
da42b5d1cc Added new vector algorithms 2012-11-12 08:56:26 +01:00
Victor Olaya
5c887194ad Fixed #6619 2012-11-11 13:42:46 +01:00
Victor Olaya
d5dc331fab disabled postgis algs until they are ready 2012-11-10 00:36:06 +01:00
Victor Olaya
1c0f7a2279 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-11-10 00:31:42 +01:00
Victor Olaya
27f197cf24 fixed problems with missing example scripts folder
Restructured gdal tools (now gdal/ogr)
Added new OTB segmentation algos
2012-11-10 00:31:01 +01:00
giohappy
17c5e37060 Update python/plugins/sextante/saga/SagaAlgorithm.py
Add quotes to input vector/raster paths parameters
2012-11-09 22:21:39 +01:00
Alexander Bruy
a2d434700d [FEATURE] Eliminate tool for fTools, contributed by Bernhard Strobl 2012-11-09 20:15:44 +02:00
sanak
05aca2b695 add line layer support for dissolve function. 2012-11-09 20:50:12 +09:00
Sandro Santilli
1dacbd63fe Fix next edge label direction arrows
Basically uses direction indicator for the next_left but omits
it for the next_right (would require backward direction)

Also this commit sets the line color, even if fully transparent,
for the sake of showing a color which corresponds to the label
color (would be better to have support for a "label" kind of icon
in the legend..)
2012-11-08 23:13:40 +01:00
Sandro Santilli
8414ff909d Split edge layer into "edge" and "edge label"
Mind you: you may need to re-run cmake as a filename changed
2012-11-08 19:33:29 +01:00
Victor Olaya
474bd2400f fixed missing scripts folder 2012-11-08 09:20:52 +01:00
Sandro Santilli
b5a12d3a7d Split node layer into "node" and "node label" 2012-11-08 01:17:31 +01:00
Victor Olaya
e65fff8b9c Harcoded example folder for models and scripts
fixed bugs in mmqgis library.
2012-11-08 00:40:27 +01:00
Sandro Santilli
44753cbc3b Fix layer visibility settings 2012-11-07 23:14:21 +01:00
Victor Olaya
3c5de39a2b restructured admintools (was geoservertools) 2012-11-07 21:04:51 +01:00
Alexander Bruy
6a2fdf5fea create directories for models and R script in user folder 2012-11-07 21:42:21 +02:00
Victor Olaya
f410e389d8 Added missing cmake files
fixed bug in execution dialog when running iterative algorithms
2012-11-06 08:50:43 +01:00
Victor Olaya
d97d4a6596 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-11-06 08:49:29 +01:00
Victor Olaya
a2e6a484af code cleaning 2012-11-06 00:05:08 +01:00
volaya
5bb19c3ffc Update python/plugins/sextante/CMakeLists.txt
added servertools folder to cmakelists
2012-11-05 23:56:44 +01:00
Victor Olaya
d53f1238fb cleaned code in geoserver algs 2012-11-05 23:19:22 +01:00
Victor Olaya
983535fa58 fixed #6571, #6619 and problem with missing arrows in modeler
added first draft of geoserver tools
nviz is back in grass tools
2012-11-05 20:07:16 +01:00
Sandro Santilli
cd69be6e1d Start all topology layers as invisible (it may cost really a lot to visualize...) 2012-11-05 11:10:09 +01:00
Alexander Bruy
4b9dbf209d use new lineedit widget in several dialogs 2012-11-02 19:13:31 +02:00
Giuseppe Sucameli
fedb8ac35a sextante: fix NameError (undefined var) executing GRASS commands 2012-11-02 16:37:18 +01:00
Sandro Santilli
bbedc4e00f TopoViewer: add layer for full faces 2012-11-01 17:44:39 +01:00
Sandro Santilli
a5553b7e54 TopoViewer: only use queries for layers when really needed 2012-11-01 17:44:39 +01:00
Larry Shaffer
d6e832d602 Update for d7a7a46, make sure targets are always built for install 2012-10-31 05:18:13 -06:00
Larry Shaffer
d7a7a46afa Add CMake option WITH_STAGED_PLUGINS (ON by default)
- Core plugins remain available once staged (no need to re-build targets, unless source updated or build directory cleared)
- Once plugins are staged, setting WITH_STAGED_PLUGINS to OFF allows for much quicker subsequent builds
- PyQGIS utilities, console and installer are always staged, regardless of WITH_STAGED_PLUGINS
2012-10-30 18:39:22 -06:00
Victor Olaya
404bce69e4 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-29 20:12:19 +01:00
Victor Olaya
e5437c494b Fixed bug using multipleinputpanel in modeler 2012-10-29 20:11:13 +01:00
Alexander Bruy
ae6ec44ddc remove unused import 2012-10-29 19:04:42 +02:00
Alexander Bruy
2e32aa00c2 remove about dialog from SEXTANTE plugin 2012-10-29 14:17:23 +02:00
Victor Olaya
8f6ae95366 changed behaviour of pyculator when no selection exist 2012-10-28 15:21:56 +01:00
Victor Olaya
9587252abf partially fixed #6571
added splitRGBbands algorithm
2012-10-27 23:06:38 +02:00
Victor Olaya
34f677a576 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-27 10:59:44 +02:00
Victor Olaya
5c762ef741 applied path for #6574
applied patch for multiple grass sessions
added points in polygon weighted
2012-10-27 10:59:23 +02:00
Larry Shaffer
1fdaa04557 Add cmake option WITH_PY_COMPILE (OFF by default)
- Byte-compiles staged and intalled plugins/modules
2012-10-26 04:04:12 -06:00
Alexander Bruy
bd4fd2846e fix SEXTANTE things broken by 6ca7ea987d 2012-10-25 18:44:39 +03:00
Alexander Bruy
0b1ebaaa73 missed metadata.txt for fTools 2012-10-25 15:08:39 +03:00