pcav
fa4819a353
Fix #8668
2013-09-26 07:50:09 +02:00
Larry Shaffer
8b6d813aee
Fix sip API reseting to version 1 (fixes PyQgs* tests currently failing due to reset)
2013-09-25 17:08:41 -06:00
Juergen E. Fischer
a17787b36a
fix PyQgsAtlasComposition and PyQgsComposerLabel test
2013-09-25 22:59:02 +02:00
Juergen E. Fischer
a95bd7ded4
osgeo4w: ignore rmdir result
2013-09-25 22:43:42 +02:00
pcav
067c1df5f6
Typos in IT GUI translation
2013-09-25 18:57:45 +02:00
Alexander Bruy
0e197753b6
[processing] fix lidar provider broken in 1ad2334dbe
2013-09-25 15:26:30 +03:00
Victor Olaya
bb63eb126a
[processing] enabled create new script action
2013-09-25 00:29:49 +02:00
Victor Olaya
75ba3be823
[processing] improved saga/grass/otb installation checks
2013-09-25 00:29:48 +02:00
Victor Olaya
983066a9f8
[processing] minor fixes
2013-09-25 00:29:47 +02:00
Victor Olaya
2b61f793f9
[processing] renmed setting group from ProcessingQGIS to Processing
2013-09-25 00:29:46 +02:00
Victor Olaya
1ad2334dbe
[processing] improved lidar provider (contributed by Martin Isenburg)
2013-09-25 00:29:45 +02:00
Victor Olaya
9d9d60a2b2
[processing] changed ordinary kriging description (adapted to 2.1)
2013-09-25 00:29:45 +02:00
Victor Olaya
3b07aff497
Fixed issue when using multiple vector inputs
2013-09-25 00:29:44 +02:00
Larry Shaffer
87163c6098
Add unit test for PYQGIS_STARTUP environment variable
...
- Make PyQgsAppStartup test more general and PEP8 compliant
2013-09-24 15:42:05 -06:00
Larry Shaffer
4c1b95ba9e
Add support for PYTHONSTARTUP-like environment variable, PYQGIS_STARTUP
...
- Different than user's 'startup.py,' since it is loaded just after Py_Initialize, specifically from env variable
- Useful for cleaning sys.path, e.g. isolating/loading the initial environ without requiring a virt env, like homebrew or MacPorts installs on Mac
2013-09-24 15:42:05 -06:00
Larry Shaffer
3fce4a5c0a
Add extra CXXFLAGS flags set by user; can be -D CXX_EXTRA_FLAGS or environment variable
...
- Command line -D option overrides environment variable
- Useful for suppressing transient upstream warnings in dependencies, like Qt
2013-09-24 15:42:04 -06:00
Juergen E. Fischer
1ca2258a5b
some more syncs with release-2_0
2013-09-24 22:21:54 +02:00
Juergen E. Fischer
88c720a689
osgeo4w: more 'improvements'
...
* package(64).cmd:
* remove apps/%PACKAGENAME% before install (ie. don't repackage old cruft)
* context_help, function_help, qgis_help.db, delimitedtextplugin.dll and diagramoverlay.dll removed in 2.0
* package64.cmd: cmake is in PROGRAMFILES(X86)
* nsis: installer don't use 64bit settings when installing 32bit package on 64bit OS
2013-09-24 22:10:10 +02:00
Juergen Fischer
d27ad33cc3
fix gui bindings with SIP 4.15
2013-09-24 21:58:12 +02:00
Juergen Fischer
17e9999238
revert change of doxygen DOT_GRAPH_MAX_NODES
2013-09-24 21:57:10 +02:00
Dražen Odobašić
6f9795b0be
apply #8601
2013-09-24 21:55:02 +02:00
Juergen E. Fischer
aca7afaae7
debian packaging: add saucy and jessie support
...
also add note about tests and result uploads to INSTALL.t2t
2013-09-24 21:55:02 +02:00
Victor Olaya
1d754d97d6
[processing] added -TRANSFORM parameter in SAGA
2013-09-23 21:10:21 +02:00
Otto Dassau
d68be4febb
Merge pull request #908 from eykamp/patch-1
...
Grammar
2013-09-23 09:19:56 -07:00
eykamp
ae5c68b18d
Grammar
2013-09-23 18:08:50 +02:00
Marco Hugentobler
6c2fa21992
Merge branch 'info_layer_selection'
2013-09-23 15:49:18 +02:00
Marco Hugentobler
f7585979b0
Revert "[FEATURE] Pan composer with middle mouse button"
...
This reverts commit 9bc8c805f115d5f1c9067e61899827961a856e40.
2013-09-23 14:34:32 +02:00
Marco Hugentobler
8a9450517a
[Feature]: Add anchor point setting for marker symbol layers
2013-09-23 14:20:31 +02:00
nyalldawson
9bc8c805f1
[FEATURE] Pan composer with middle mouse button
...
Zoom in and out on composer using mouse scroll wheel
2013-09-23 13:50:37 +02:00
Victor Olaya
e4c60adcd3
[processing] better error handling and some minor fixes
...
solved issue with trailing characters when calling mkdir
solved issue with non-ascii characters in help files
2013-09-23 13:32:23 +02:00
Nathan Woodrow
c55c2ab82f
Add __geo_interface__ to QgsFeature and QgsGeometry
2013-09-23 20:55:57 +10:00
Marco Hugentobler
186b6bd51a
Make Anchor points usable from ellipse symbol layer too
2013-09-23 11:53:11 +02:00
Salvatore Larosa
770feee4f5
fix qml file for directed edge layer in topoviewer plugin
2013-09-22 22:43:54 +02:00
Alexander Bruy
3833ddf876
[processing] if min and max values not set use redefined ones
2013-09-22 16:27:22 +03:00
Alexander Bruy
05a94811ca
[processing] consider min and max values for int values
2013-09-22 14:48:21 +03:00
Alexander Bruy
f890449d62
[processing] add toolbar to modeler dialog
2013-09-22 14:37:30 +03:00
Tim Sutton
cb6f8cc7d1
Added some red and blue point markers.
2013-09-21 18:28:37 +02:00
Salvatore Larosa
e6c2acb27c
fixes new touch icon
2013-09-21 16:09:15 +02:00
Juergen E. Fischer
1e52c7dd65
osgeo4w: remove package directory before installing
2013-09-21 14:18:25 +02:00
Victor Olaya
54a960f9ec
[processing] some code cleaning
2013-09-21 12:48:23 +02:00
Victor Olaya
062e76be00
[processing] saga fixes. "2.0.8 is now default target version
2013-09-21 12:48:22 +02:00
Victor Olaya
22f6360000
[processing] changed log and config filenames
2013-09-21 12:48:22 +02:00
Victor Olaya
82668d3271
[processing] modeler now warns before closing if there are changes
2013-09-21 12:48:21 +02:00
Victor Olaya
1517e58ae7
test models and scripts are now hidden
2013-09-21 12:48:20 +02:00
Victor Olaya
56d6496842
[processing] corrected parameter definition in Eliminate
2013-09-21 12:48:19 +02:00
Victor Olaya
e527fe387c
Added "eliminate sliver polygons" algorithm skeleton(still a draft first version)
2013-09-21 12:48:18 +02:00
Victor Olaya
8a48b9f7b2
[processing]modified v.overlay description
2013-09-21 12:48:18 +02:00
Victor Olaya
865cb6208d
[processing]code cleaning
2013-09-21 12:48:17 +02:00
Victor Olaya
2d601445d7
[processing] fixes issue in saga with multiple inputs
2013-09-21 12:48:16 +02:00
Werner Macho
c258ab8f83
Merge pull request #904 from ndamiens/tradfr
...
update french translation
With OK from JR I'll merge this into master for now ..
2013-09-21 03:36:23 -07:00