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
Victor Olaya
d48efd8dc5
[sextante] improved error messages when algorithm execution fails
2013-03-30 19:25:55 +01:00
Nathan Woodrow
fe59da52da
Add overload for QgsFeature with QgsFields
2013-03-30 12:51:55 +10:00
Victor Olaya
bfada31fd3
[sextante] modeler tests
2013-03-29 00:45:30 +01:00
Victor Olaya
1c0f6c6262
[sextante] added Polygonize algorithm by Piotr Pociask
2013-03-29 00:45:29 +01:00
Victor Olaya
da57be08cc
[sextante] added some extra space in modeler for inputs tab
2013-03-29 00:45:28 +01:00
Victor Olaya
7a1c6445e8
[sextante]Saga algorithms can now have harcoded values in description.
...
Modified SAGA descriptions accordingly and fixed Layer importer to avoid duplicated extensions
2013-03-29 00:45:28 +01:00
Victor Olaya
ea6573a75f
[sextante] Tests stuff. Added new test models and scripts, geojson testdata and extra tests
2013-03-29 00:45:27 +01:00
Victor Olaya
1f812af6e8
[sextante] added "delete R script" action
2013-03-29 00:45:26 +01:00
Larry Shaffer
22debea861
Remove WA_DeleteOnClose attribute from QgsBusyIndicatorDialog
...
- Add default title
2013-03-27 20:37:07 -06:00
Larry Shaffer
25f067c9ff
Move busy indicator dialog out of composer and into own gui class
2013-03-27 18:17:50 -06:00
Matthias Kuhn
d9fb2df800
Fix sip problems / export gui classes to libraries
2013-03-27 10:55:08 +01:00
Matthias Kuhn
33fa1d5443
Major redesign of attribute table, codename: dual view
2013-03-27 10:54:36 +01:00
Victor Olaya
8bc17720ef
[sextante] changed version number (wasn't changed since last release) and min required qgis version
2013-03-27 01:04:57 +01:00
Victor Olaya
0dd760215b
[sextante] changed how saga installation test is performed (now it uses the test data)
2013-03-27 01:04:56 +01:00
Victor Olaya
72037dc9be
[sextante] more tests
2013-03-27 01:03:51 +01:00
Radim Blazek
ee84bb1f2c
composer legend styles, fixes partialy #6960
2013-03-26 20:04:49 +01:00
Juergen E. Fischer
250cc4ecb1
indentation update
2013-03-26 14:29:06 +01:00
Victor Olaya
4189f459b7
[sextante] more testing stuff and a couple of minor fixes
2013-03-26 00:57:27 +01:00