29465 Commits

Author SHA1 Message Date
elpaso
f810d8158a Default false for use init code 2015-11-05 14:41:20 +01:00
elpaso
954b39d389 [FEATURE] store python init code into the project
Adds an option and code editor to store python form
init code into the project (and the DB, since it's in
the style section)
2015-11-04 18:03:27 +01:00
elpaso
e69bebdda0 Added /Out/ to run 2015-11-04 18:02:13 +01:00
elpaso
3d20081f93 Initial implementation 2015-11-04 13:54:36 +01:00
elpaso
842753e341 Initial implementation 2015-11-04 13:54:36 +01:00
Nathan Woodrow
8c86aab0f4 [Expressions] Redesign expression function editor.
Add auto save
2015-11-04 21:27:00 +10:00
Alessandro Pasotti
90a82ba680 Removed Q_UNUSED 2015-11-04 12:25:12 +01:00
Alessandro Pasotti
524febe070 Merge pull request #2417 from elpaso/bugfix-11266
Bugfix 11266
2015-11-04 11:22:09 +01:00
elpaso
086525b01b Pass referencing record instead of referenced 2015-11-04 10:37:43 +01:00
elpaso
bd9cdae196 Added comment 2015-11-04 10:37:43 +01:00
elpaso
3991307d48 Removed noop 2015-11-04 10:37:43 +01:00
elpaso
1627d510c5 Reverted to original code 2015-11-04 10:37:43 +01:00
elpaso
35d09825bf Added new method to bindings 2015-11-04 10:37:43 +01:00
elpaso
ba4895defd Implemented setFeatureSelectionManager in QgsListView
Partially fixes #11266

 * now passing editor context to QgsFeatureSelectionDlg
   (otherwise fails on assert parentContext.vectorLayerTools())
 * still crashes at the provider level after saving
 * unlink still doesn't work
2015-11-04 10:37:43 +01:00
elpaso
93bd825e1e Fixed disappearing item issue when subform editing
see #11266
2015-11-04 10:37:43 +01:00
volaya
8187ad50c9 [processing] some fixes for supporting optional parameters 2015-11-04 09:51:44 +01:00
Alexia Mondot
0cc92ffea6 [processing/otb]update xml and associated html docs 2015-11-04 09:51:43 +01:00
Alexia Mondot
5e9647d3ff [processing/otb]Add specific rule to load ComputeOGRLayersFeaturesStatistics 2015-11-04 09:51:41 +01:00
Alexia Mondot
c548f8d8a4 [processing/otb]convert ListView in StringList for other applications than Radiometric Indices 2015-11-04 09:51:40 +01:00
Alexia Mondot
04907d199f [processing/otb]divide into 2 functions 2015-11-04 09:51:39 +01:00
Alexia Mondot
41c15e770a [processing/otb]Add function to customize creation and loading of new applications 2015-11-04 09:51:38 +01:00
Alexia Mondot
9c7d206b56 [processing/otb]update lists for OTB 5.0 2015-11-04 09:51:37 +01:00
Alexia Mondot
9256e57cb6 [processing/otb]compatibility with new version of processing 2015-11-04 09:51:36 +01:00
Alexia Mondot
85bea7d446 [processing/otb]remove unused code and imports 2015-11-04 09:51:35 +01:00
rldhont
3472ac80d8 [Processing] Manage optional parameters
Can't set parameters to null (None or '') if the parameter is not optional
2015-11-04 09:51:34 +01:00
rldhont
55e75addce [Processing] Optional parameters for script and model
In processing core every parameters can be optional but in scripts there is no way to define a parameter as optional and in modeler only layers can be optional.

For script, I propose a notation like output, if a parameter token starts with optional the parameter is optional.

For model, I propose to add the required combobox to all parameters.

This proposition does not change the value setter.

This proposition can fix the issue http://hub.qgis.org/issues/5488.
2015-11-04 09:51:33 +01:00
radosuav
f7a7a78cba [Processing] Improve code readability (follow up 36d1377) 2015-11-04 09:51:32 +01:00
radosuav
507aeb0507 [Processing] Allow "progress" to be specified when calling processing.runalg
This is mostly so that algorithms executed in Processing scripts can
display messages in the same way as if they were executed directly from
Processing toolbox.

Also fixes a small issue with busy cursor being reset too early when
algorithms were executed from Processing scripts.
2015-11-04 09:51:30 +01:00
Juergen E. Fischer
e497e8b1c0 fix precise build 2015-11-04 08:30:27 +01:00
Nyall Dawson
b316140b6e [FEATURE] Allow field calculator to update feature geometry
It's a handy shortcut to do operations such as apply a buffer
to a bunch of selected features.
2015-11-04 16:04:14 +11:00
Nyall Dawson
1d872dc571 Show special strings for expression preview if result is a geometry
or feature type. Makes it easier to determine what the return
type of various functions are for users.
2015-11-04 16:04:06 +11:00
Nyall Dawson
da942233e7 Add DE-9IM variant which tests against a specified pattern
(available in PyQGIS/expression engine)
2015-11-04 16:03:55 +11:00
Nyall Dawson
9e84fcafd8 Followup 2ac5933 with more data defined fixes
2ac5933 fixed the regression in 2.12, but there were more underlying
issues from <2.8 causing sub symbols with data defined properties
to be ignored.

Add some tests.

(refs #13707)
2015-11-04 16:03:46 +11:00
Nyall Dawson
23d161d801 Add missing override 2015-11-04 16:03:38 +11:00
Juergen E. Fischer
f8256dbb38 debian: add build dependency to qsci sip files 2015-11-03 23:58:12 +01:00
Nyall Dawson
2ac5933213 Fix data defined overrides for sub symbols in line and marker fill
are not being applied (fix #13707)
2015-11-04 06:56:04 +11:00
Alessandro Pasotti
60c591d3a5 Merge pull request #2416 from elpaso/bugfix-13747
Fixes #13747
2015-11-03 20:17:30 +01:00
Tom Kralidis
37e94433ae Merge pull request #2415 from kalxas/master
add national geodata.gov.gr CSW (rename)
2015-11-03 13:12:34 -05:00
elpaso
7a789d3bfc Fixes #13747 2015-11-03 19:10:13 +01:00
Angelos Tzotsos
547d1e3936 add national geodata.gov.gr CSW (rename) 2015-11-03 20:09:04 +02:00
Tom Kralidis
5addc0ca4b add national geodata.gov.gr CSW 2015-11-03 12:34:57 -05:00
Hugo Mercier
4226aba555 Merge pull request #2189 from mhugo/legend_filter
Add more options for filtering legend elements
2015-11-03 11:45:45 +01:00
Hugo Mercier
d16cdcf449 Add more options for filtering legend elements
This introduces two new options to filter legend elements:
- filter by expression: a boolean expression can be set. Only symbols of
features that make the expression evaluated to true will be kept in the legend
- filter by polygon: only symbols of features that are inside the given
polygon will be part of the legend.

The polygon filtering is used in particular for a new option in the
composer legend that allows to filter out anything that is not included
in the current atlas polygon.
2015-11-03 10:39:09 +01:00
Denis Rouzaud
16def06daf use QGIS icon for custom widgets 2015-11-03 10:30:43 +01:00
Denis Rouzaud
75e8bdc9b6 add expression builder to custom widgets 2015-11-03 10:06:54 +01:00
Denis Rouzaud
1b170f99e6 set focus in code editor when showing expression builder 2015-11-03 10:06:54 +01:00
Nathan Woodrow
1b435ed965 [Py Console] Remove message on file change 2015-11-03 10:30:37 +10:00
rldhont
a9e567060d [QGIS-Server] Test: more ISO compatibility for WxS capabilities 2015-11-02 22:24:42 +01:00
Radim Blazek
f3d9e752b2 [GRASS] added (disabled) test for #13739 2015-11-02 19:42:54 +01:00
rldhont
67d541c619 [QGIS-Server] More ISO compatibility for WxS capabilities
* Add ISO keyword for the service
* Default Fees is conditions unknown
* Default AccessConstraints is None
* Calculate boundingBox for all CRSes
2015-11-02 17:41:41 +01:00