10 Commits

Author SHA1 Message Date
Nathan Woodrow
738838acd4 Fix #12340 - Reload site to pick up new expressions package 2015-06-01 14:44:54 +10:00
Nathan Woodrow
4b6ad0c237 Fix #12850 - Add missing args='auto' keyword' 2015-06-01 13:56:41 +10:00
Juergen E. Fischer
2ab8a0bed9 include user.py in translations 2015-05-31 00:42:51 +02:00
Salvatore Larosa
f7401c9b27 [user expression] Fix crash and add a log message when the expression is not valid, fixes #12852 2015-05-31 00:07:33 +02:00
Nathan Woodrow
f2144918d2 Less verbose template function message.
args='auto' and group='custom' as default
2015-05-27 22:39:12 +10:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Juergen E. Fischer
cce2eb50cb indentation update 2015-01-22 20:56:02 +01:00
Nathan Woodrow
56069c9c21 Move template text to qgis.user.expressions 2015-01-22 16:12:01 +10:00
Nathan Woodrow
51bb80329c Ensure users python folder is on path
Fix import of expressions if we have to make the the python\expressions
folders
2015-01-20 09:55:00 +10:00
Nathan Woodrow
59162bc178 [FEATURE] Function editor for expression widget.
Allows for adding on the fly functions to the expression engine.
Functions are saved in qgis2\python\expressions.

New qgis.user module in Python.

The qgis.user.expressions package points to the qgis2\python\expressions
package in the users home
2015-01-16 19:43:47 +10:00