[QGIS Commit] [qgis/QGIS] 6319ad: [expression] implement a wordwrap function (featur...
GitHub
noreply at github.com
Tue Mar 4 05:12:52 PST 2014
Branch: refs/heads/master
Home: https://github.com/qgis/QGIS
Commit: 6319addab03041d0a089191c6474b7a777bcc443
https://github.com/qgis/QGIS/commit/6319addab03041d0a089191c6474b7a777bcc443
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M src/core/qgsexpression.cpp
Log Message:
-----------
[expression] implement a wordwrap function (feature request #9412)
Commit: 1fcb4f06bb3617cdc12ee237a8a27f2092b5d65b
https://github.com/qgis/QGIS/commit/1fcb4f06bb3617cdc12ee237a8a27f2092b5d65b
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
[expression] more work on wordwrap function based on wonder-dk comments
Commit: 3cfee81259cc6b747a99a9437dcabae83a869b90
https://github.com/qgis/QGIS/commit/3cfee81259cc6b747a99a9437dcabae83a869b90
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
A resources/function_help/wordwrap
M src/core/qgsexpression.cpp
Log Message:
-----------
[expression] add wordwrap function help file
Commit: d1c61a02c1f0cc953ba82481b95cda08963323a5
https://github.com/qgis/QGIS/commit/d1c61a02c1f0cc953ba82481b95cda08963323a5
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M resources/function_help/wordwrap
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
[expression] rework the wordwrap to allow for maximum / minimum line length to wrap, fix test and add two more
Commit: 1c5228cca8ed38324ef45bbdc3e63dfe2c6dac20
https://github.com/qgis/QGIS/commit/1c5228cca8ed38324ef45bbdc3e63dfe2c6dac20
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M resources/function_help/wordwrap
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
[expression] made wordwrap delimiter string an optional 3rd argument
Commit: 5105f5f93e7bded8fbd32a23af674a7b5afb61e6
https://github.com/qgis/QGIS/commit/5105f5f93e7bded8fbd32a23af674a7b5afb61e6
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M resources/function_help/wordwrap
Log Message:
-----------
[expression] fix function help following argument ordering shift
Commit: a7cb2b27b5d14b844ae5f4defef3778c38cd7262
https://github.com/qgis/QGIS/commit/a7cb2b27b5d14b844ae5f4defef3778c38cd7262
Author: Mathieu Pellerin (nirvn) <nirvn.asia at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M src/core/qgsexpression.cpp
Log Message:
-----------
[expression] check for maximum nb of arguments in wordwrap function
Commit: 9b71d081f1deb26193eca483ad9e7287bdc7af6b
https://github.com/qgis/QGIS/commit/9b71d081f1deb26193eca483ad9e7287bdc7af6b
Author: Nathan Woodrow <madmanwoo at gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
A resources/function_help/wordwrap
M src/core/qgsexpression.cpp
M tests/src/core/testqgsexpression.cpp
Log Message:
-----------
Merge pull request #1208 from nirvn/expression_wordwrap3
[expression] implement a wordwrap function (fix #9412)
Compare: https://github.com/qgis/QGIS/compare/86ea4bf39a95...9b71d081f1de
More information about the QGIS-commit
mailing list