Alexander Bruy
f8834f201a
fix Merge shapefiles tool in fTools ( fix #7570 )
2013-04-11 15:22:03 +04:00
Alexander Bruy
6ebedbc59d
[sextante] attempt to fix issue with non-ASCII characters in modeler
2013-04-11 12:59:15 +04:00
Alexander Bruy
a880236bbc
[sextante] remove generated *.py files from ui directory
2013-04-11 12:57:36 +04:00
Alexander Bruy
d62f0a3a22
[sextante] allow to run models with no parameters (partially reverts
...
4e5c660823)
2013-04-11 12:18:26 +04:00
Alexander Bruy
89c17e3986
[sextante] also improve Fields Calculator (field type, length and
...
precision settings)
2013-04-11 12:18:14 +04:00
Victor Olaya
dd0a83ba5f
[sextante] adding missing files from tools reorganization
2013-04-11 10:08:56 +02:00
Victor Olaya
5a6562aed8
[sextante] add mechanism to allow easily piping grass console output to text file
2013-04-11 10:08:56 +02:00
Victor Olaya
3034a46f40
[sextante]Fixed bug in pyculator algorithm
2013-04-11 10:08:55 +02:00
Victor Olaya
3d1e50ca52
[sextante] reorganized sextante tools and how they are exposed and added some tests
2013-04-11 10:08:54 +02:00
Alexander Bruy
4b06df0b6c
[sextante] fix Advaced Python Calculator, add ability to select field
...
type, lenght and precision
2013-04-11 11:13:45 +04:00
Alexander Bruy
f59e21cd65
[sextante] add missed import
2013-04-11 10:08:49 +04:00
Radim Blazek
094a5d8275
QgsRasterBlock::Range to QgsRasterRange
2013-04-10 18:58:19 +02:00
Alexander Bruy
4e5c660823
[sextante] don't run models without algorithms and/or parameters
2013-04-10 17:37:50 +04:00
Alexander Bruy
d247b21be7
[sextante] allow set field length and precision in Add field algorithm
2013-04-10 15:21:32 +04:00
Alexander Bruy
dbbc988135
[sextante] allow non-ASCII characters in string parameters
2013-04-10 15:21:32 +04:00
Alexander Bruy
4219eb1dba
[sextante] increase max and min limits for numeric values ( fixes #7143
...
and possible similar issues)
2013-04-10 15:21:32 +04:00
Alexander Bruy
dc0d240dc9
[sextante] fix parameters handling in some GDAL algorithms
2013-04-10 15:21:31 +04:00
Alexander Bruy
dc15292f91
[sextante] escape filenames, passed to GDAL tools ( fix #5923 )
2013-04-10 15:21:31 +04:00
Victor Olaya
8c714a9d41
[sextante] more tests
2013-04-09 23:11:58 +02:00
Victor Olaya
c57a1a4b3f
[sextante] moved SilentProgress to independent module
2013-04-09 23:11:57 +02:00
Juergen E. Fischer
6b2af9a209
remove unused layer transparency (and fix some warnings)
2013-04-08 21:58:32 +02:00
Radim Blazek
a3de4c4e0a
Added QgsRasterIdentifyResult
2013-04-08 18:26:26 +02:00
Martin Dobias
ba49ef078c
[API] Removed QgsSymbol, QgsMarkerCatalgoue and QgsSymbologyUtils
2013-04-07 23:46:57 +02:00
Martin Dobias
7cc3031f88
[API] Removed old symbology's QgsRenderer
2013-04-07 23:46:57 +02:00
Martin Dobias
5a951fc602
[API] Removed old symbology QgsRenderer implementations
2013-04-07 23:46:57 +02:00
Martin Dobias
c2f00caedf
[API] Removed old renderer support from QgsVectorLayer
2013-04-07 23:46:57 +02:00
Martin Dobias
37da713c7e
Removed old symbology dialogs.
2013-04-07 23:46:57 +02:00
Martin Dobias
fa904dcebc
Removed QgsQuickPrint class
2013-04-07 23:46:56 +02:00
Juergen E. Fischer
dbe0c9e9ec
update .qgis to .qgis2 (to be updated on release and some more utf8 fixes
...
(fixes #7537 )
2013-04-07 23:14:37 +02:00
Juergen E. Fischer
22cb38b2cc
deduce plugin directory from a plugin that actually still exists
2013-04-07 23:14:24 +02:00
William Kyngesburye
baedeb27ed
fix autodetect of saga & otb on OS X, also detect bundled grass, saga & otb
2013-04-07 10:32:08 -05:00
Victor Olaya
2bfffaa516
[sextante]fix for calling SAGA under OSX
2013-04-06 23:42:09 +02:00
Victor Olaya
eae1a97178
[sextante] fixed #7525 (problem with checking if external app is installed)
2013-04-06 19:48:21 +02:00
Larry Shaffer
b809723977
[FEATURE] Add background shapes and svg symbols to labels
...
- Rectangle, square, circle and ellipse generated symbols
- SVG background via new symbology, so uses cache
- Add new gui class QgsSvgSelectorWidget, symbol selector setup culled from symbologyV2
- Does not include any associated data defined mappings, yet
- Does not auto-search for missing SVGs, yet
- Caveat: does not currently account for background size in PAL collision calculations (overlaps occur)
- Allow direct update of QgsColorButton background
2013-04-04 15:38:27 -06:00
Juergen E. Fischer
db1d6ab67d
fix ftools union
2013-04-04 19:31:12 +02:00
Alexander Bruy
cbd257d11f
fix typo in SEXTANTE test
2013-04-04 11:06:23 +04:00
Juergen E. Fischer
d5dcaa3e41
indentation update
2013-04-02 22:34:21 +02:00
Juergen E. Fischer
6e6b8fe64f
widget fixes:
...
- add sip bindings for new widgets (and some other missing pieces)
- change Webview to WebView (like in QWebView)
- use proxy settings also for webview widget
- don't disable Photo and webview widget
- use smooth transformation in photo widget
- show disabled color button with dotted border in actual color instead of
grayed-out
2013-04-02 16:38:06 +02:00
Victor Olaya
40095a97b1
[sextante] more tests. Added extra model and script
2013-04-02 00:00:58 +02:00
Victor Olaya
bce0a4c5d6
[sextante] modified OTB description to adapt to 3.16
2013-04-02 00:00:57 +02:00
Victor Olaya
b5d667caf1
[sextante] added checking to GRASS algorithms
2013-04-02 00:00:56 +02:00
Victor Olaya
4a560bbfad
Fixed problem with duplicated recent algorithms tree.
...
Also fixed blocking typo in modeler code, introduced in last commit, and two minor changes in saga
2013-04-02 00:00:56 +02:00
Tim Sutton
6c3f418988
Use ~.qgis2 and ~/.config/QuantumGIS/QGIS2.conf for settings for QGIS 2. Added unit test for memory provider.
2013-04-01 13:15:09 +02:00
Marco Hugentobler
2b34ae5662
[Feature]: Merge data defined symbology branch
2013-04-01 10:38:49 +02:00
Marco Hugentobler
cbab57dae9
Clean legacy code in ellipse symbol layer
2013-04-01 00:02:44 +02:00
Juergen E. Fischer
839e5ed551
indentation update
2013-03-31 21:18:27 +02:00
Nathan Woodrow
05506e39ab
Merge pull request #491 from borysiasty/master
...
[API] expose mouse wheel to map tools, use it for zoom only if no keyboard modifier pressed
2013-03-30 19:07:14 -07:00
Nathan Woodrow
0229ea931f
Add eval to QgsPythonRunner.
2013-03-31 07:41:26 +10:00
Borys Jurgiel
daeafccd49
[API] Expose mouse wheel to map tools as QgsMapTool::wheelEvent()
2013-03-30 20:24:04 +01:00
Victor Olaya
50c33030f2
[sextante] modeler improvements: added 'save as' button and fixed issue with line endings.
...
Added more tests
2013-03-30 19:25:56 +01:00