20523 Commits

Author SHA1 Message Date
pcav
b2396f6561 Merge branch 'master' of github.com:qgis/QGIS 2013-09-27 17:40:18 +02:00
pcav
94d73893df Fix to IT GUI translation 2013-09-27 17:40:03 +02:00
Juergen E. Fischer
9d8d317842 fix instant crash on windows 2013-09-27 16:43:22 +02:00
volaya
5d1f763d57 Merge pull request #912 from bstroebl/selectByAttribute
[processing] Make select by attribute work
2013-09-26 13:27:43 -07:00
volaya
b6ca15192e Merge pull request #911 from bstroebl/testEliminate
[processing] select features to eliminate in algorithm
2013-09-26 13:25:46 -07:00
Alexander Bruy
7a720c2166 [processing] sync GDAL algorithm names with Raster menu 2013-09-26 21:04:42 +03:00
pcav
77ca8358ab Merge branch 'master' of github.com:qgis/QGIS 2013-09-26 19:38:43 +02:00
pcav
012e8b18b4 Fix #8697 2013-09-26 19:38:29 +02:00
Juergen E. Fischer
c222c67aed fix #8697 (git grep clickx.*clickx is your friend) 2013-09-26 19:10:13 +02:00
yellow-sky
3e382dac77 Unit tests for ShowingPartialsLabels reorganized 2013-09-26 19:43:08 +04:00
pcav
e8a8c37b74 Merge branch 'master' of github.com:qgis/QGIS 2013-09-26 17:30:01 +02:00
pcav
b9b4119879 Fix to IT GUI translation 2013-09-26 17:29:43 +02:00
yellow-sky
9e4fdcf1fd Fix pal settings dialog title 2013-09-26 18:38:54 +04:00
Bernhard Ströbl
a5ee91a331 [processing] Make select by attribute work 2013-09-26 16:14:33 +02:00
Matthias Kuhn
770e52b0e5 Modularize editor widgets 2013-09-26 16:06:29 +02:00
Alexander Bruy
7628c8f34f [processing] add option to keep resolution when clipping raster 2013-09-26 15:59:49 +03:00
Bernhard Ströbl
e5a72107eb [processing] select features to eliminate in algorithm 2013-09-26 12:14:45 +02:00
pcav
c9de713c17 Fix to IT GUI translation 2013-09-26 10:49:30 +02:00
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