[QGIS Commit] [qgis/Quantum-GIS] 167cc9: Add rand and randf functions for generating random...
GitHub
noreply at github.com
Sun May 12 15:26:57 PDT 2013
Branch: refs/heads/master
Home: https://github.com/qgis/Quantum-GIS
Commit: 167cc95e35905088cb52b5f9714e87d1de91c6de
https://github.com/qgis/Quantum-GIS/commit/167cc95e35905088cb52b5f9714e87d1de91c6de
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/rand-en_US
A resources/function_help/randf-en_US
M src/app/main.cpp
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add rand and randf functions for generating random numbers
Commit: c07b2cc4987a136611033f7e1c4c015a342e5e66
https://github.com/qgis/Quantum-GIS/commit/c07b2cc4987a136611033f7e1c4c015a342e5e66
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
M resources/function_help/log-en_US
M resources/function_help/right-en_US
Log Message:
-----------
Small fixes to function help
Commit: a85b0bc79e5409576eab6199ea0f85f28d724b53
https://github.com/qgis/Quantum-GIS/commit/a85b0bc79e5409576eab6199ea0f85f28d724b53
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/regexp_substr-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add regexp_substr function for returning matched part of string against regex
Commit: 2076031424d543db5d6becd4234ed7cd5b150fdd
https://github.com/qgis/Quantum-GIS/commit/2076031424d543db5d6becd4234ed7cd5b150fdd
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/max-en_US
A resources/function_help/min-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add max and min functions
Commit: ebc7a35f7bb68eca5fef37ad349e5f6d8bf12e0c
https://github.com/qgis/Quantum-GIS/commit/ebc7a35f7bb68eca5fef37ad349e5f6d8bf12e0c
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/ceil-en_US
A resources/function_help/floor-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add floor and ceil functions
Commit: ff92b029cfa5584058ac0fb7eb414c7340af3a33
https://github.com/qgis/Quantum-GIS/commit/ff92b029cfa5584058ac0fb7eb414c7340af3a33
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/abs-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add abs function
Commit: bedd99e68478d6a9b252b895d7ad422c88558aea
https://github.com/qgis/Quantum-GIS/commit/bedd99e68478d6a9b252b895d7ad422c88558aea
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/trim-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add trim function
Commit: 23a7ebf952e981ef53186f1696d36a9db7afa0b3
https://github.com/qgis/Quantum-GIS/commit/23a7ebf952e981ef53186f1696d36a9db7afa0b3
Author: nyalldawson <nyall.dawson at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/scale_linear-en_US
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Add a scale_linear function, for linear interpolation between and input domain and output range
Commit: c1bf78ed851a6e7ed83d9fb68d83d408a4c0f7ba
https://github.com/qgis/Quantum-GIS/commit/c1bf78ed851a6e7ed83d9fb68d83d408a4c0f7ba
Author: Nathan Woodrow <madmanwoo at gmail.com>
Date: 2013-05-12 (Sun, 12 May 2013)
Changed paths:
A resources/function_help/abs-en_US
A resources/function_help/ceil-en_US
A resources/function_help/floor-en_US
M resources/function_help/log-en_US
A resources/function_help/max-en_US
A resources/function_help/min-en_US
A resources/function_help/rand-en_US
A resources/function_help/randf-en_US
A resources/function_help/regexp_substr-en_US
M resources/function_help/right-en_US
A resources/function_help/scale_linear-en_US
A resources/function_help/trim-en_US
M src/app/main.cpp
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Merge pull request #587 from nyalldawson/new_functions
New functions
Compare: https://github.com/qgis/Quantum-GIS/compare/a14adc407c8b...c1bf78ed851a
More information about the QGIS-commit
mailing list