27737 Commits

Author SHA1 Message Date
Anita Graser
3e7dba2be4 Change resolution parameter defaults to floats
Previously, the GUI wouldn't allow to enter float values
2015-06-27 19:14:01 +02:00
Juergen E. Fischer
9d5aabc160 osgeo4w: also follow designer batch rename in nightly build 2015-06-27 07:19:16 +02:00
Nyall Dawson
0ea638cbc0 Followup f4e356b 2015-06-27 14:11:44 +10:00
Sandro Mani
f4e356bcef Add QgsExpressionBuilderWidget::loadFieldsAndValues 2015-06-27 13:34:56 +10:00
Nyall Dawson
e4d0d27cd2 Followup 87c05f1 2015-06-27 12:05:55 +10:00
Sandro Mani
87c05f1e4f Add reverse-translation map for font styles 2015-06-27 11:54:36 +10:00
Nyall Dawson
feb3bee858 Add a bunch of optimised fuzzy string matching algorithms.
A new QgsStringUtils class has been added containing some
common fuzzy matching algorithms, including Levenshtein edit
distance and Soundex. These can be used for finding "similar"
strings in a table.

Expression functions for these algorithms have also been
added to a new "Fuzzy Matching" group.
2015-06-27 11:51:56 +10:00
Nyall Dawson
79305b272d [browser] Add rename, delete options for schemas and rename option
for layer for postgres providers
2015-06-27 11:26:23 +10:00
Matthias Kuhn
e0c824ab98 Fix warnings
followup 16ad2f82
followup eff1357e
2015-06-26 17:03:59 +02:00
Juergen E. Fischer
90b3efb93d postgres provider: also cast geography to geometry when using && (fixes #8572) 2015-06-26 16:55:51 +02:00
Matthias Kuhn
16ad2f82d4 Fix warning
Followup eff1357e
2015-06-26 15:55:08 +02:00
Matthias Kuhn
abd1978530 [rpmbuild] support for multi-digit version numbers and add Fedora 22 to default 2015-06-26 15:45:50 +02:00
carolinux
eff1357e2b New design compiles but does nothing 2015-06-26 15:13:42 +02:00
Juergen E. Fischer
d3c49b321a Bump version to 2.11 2015-06-26 14:39:39 +02:00
Juergen E. Fischer
7d9dcb1f21 changelog update for 2.10 2015-06-26 14:38:56 +02:00
Juergen E. Fischer
615d364432 translation update for 2.10 from transifex 2015-06-26 14:38:51 +02:00
Juergen E. Fischer
a2470c8167 release.pl: fix setting of new release name 2015-06-26 14:28:15 +02:00
Juergen E. Fischer
65797222f8 indentation update 2015-06-26 13:59:53 +02:00
volaya
ae7f180c09 [processing] fixed attribute filtering in parameters panel for ParameterTableFIeld param
fixes #12807
2015-06-26 12:43:21 +02:00
Martin Dobias
a4b2cf88d0 Fix a crash on start due to race condition in GDAL data items
Thanks Radim for spotting this
2015-06-26 18:34:26 +08:00
Martin Dobias
7532000706 Data items: Close GDAL dataset when it is not needed
This was leading to situations where QGIS was hitting limit of the maximum open files
2015-06-26 18:34:26 +08:00
volaya
b80a1bcac5 [processing] fixed handling of folders and files in settings
fixes #12511
2015-06-26 12:00:02 +02:00
volaya
38d598008e [processing] better error capturing when connection to models repo fails
fixes #12515
2015-06-26 12:00:01 +02:00
Nathan Woodrow
21121286f0 Fix crash on user.py import of expressions 2015-06-26 19:54:16 +10:00
Vincent Mora
ab0aa0448f Merge pull request #2167 from vmora/keep_data_defined_at_marker_level_on_property_change
fix loss of expression when subsymbol is changed
2015-06-26 11:17:27 +02:00
Jürgen Fischer
04439fe2a9 Merge pull request #2171 from Gustry/changelog
Changelog update : news.t2t
2015-06-26 10:48:44 +02:00
vmora
c62b52bc67 fix loss of expression when subsymbol is changed
bug mentionned in issue #13033
if the angle, size, width or offset is changed for a subsymbol which
parent (a marker) has data-defined size, angle or width, restore the
data-defined property for the marker.
2015-06-26 10:45:36 +02:00
Etienne Trimaille
9bf1ec2136 changelog update 2015-06-26 10:42:22 +02:00
Juergen E. Fischer
7b31f12405 indentation and spelling fixes 2015-06-26 10:04:07 +02:00
Juergen E. Fischer
318137ae56 oracle provider: fix dfc2cf0 (fixes #13005; take II) 2015-06-26 10:04:07 +02:00
volaya
8a541823e5 [processing] fixed 'add geometric properties' algorithm when output fields already exist in layer
fixes #13010
2015-06-26 09:38:48 +02:00
volaya
768485d511 [processing] minor fixes to param descriptions in saga algs 2015-06-26 09:38:00 +02:00
Salvatore Larosa
009454442c [pyqgis-console] APIs file updated 2015-06-26 08:11:00 +02:00
Matthias Kuhn
72a93b2f0d [CTest] Fix failing server tests
Followup 7ce4edf1
2015-06-26 04:00:56 +02:00
vmora
cb104f0fcb set data-defined size,angle,width for added symbol
fix #13033
When a symbol is added and the marker as a global size expression,
restore the expression if a symbol is added.
2015-06-26 10:46:09 +10:00
Nyall Dawson
ab55126902 Test mask updates 2015-06-26 10:32:22 +10:00
Nyall Dawson
4876c6572c Fix infinite loop when painting grid with bad parameters
Credit to @m-kuhn
2015-06-26 10:32:22 +10:00
Nyall Dawson
9170b992b1 Mark geometry API as non-stable 2015-06-26 10:32:22 +10:00
Juergen E. Fischer
d875011718 fix 2b703e3 2015-06-26 01:50:37 +02:00
Juergen E. Fischer
2d87a70609 processing: fix installation of saga 2.1.3 descriptions 2015-06-26 01:35:57 +02:00
Jürgen Fischer
6e3a1fa057 Merge pull request #2118 from jef-n/postgres-like-concat
expressions: let concat handle NULL like empty string (like in postgres; fixes #1927)
2015-06-26 01:14:20 +02:00
Juergen E. Fischer
e6556a2d8d osgeo4w: update release packaging for dual grass support 2015-06-26 00:32:35 +02:00
Radim Blazek
492c6d9110 [GRASS] raster import null values 2015-06-25 21:36:17 +02:00
Radim Blazek
91058aafbd [GRASS] mapset item refresh on file system change 2015-06-25 21:36:17 +02:00
Radim Blazek
580ae03870 [GRASS] change canceled import item icon / label 2015-06-25 21:36:17 +02:00
Matthias Kuhn
7ce4edf13e [CTest] Enable individual tests depending on appropriate cmake options 2015-06-25 13:45:43 +02:00
Radim Blazek
113efcab14 [GRASS] skip currently being imported objects in browser refresh 2015-06-25 13:18:41 +02:00
Radim Blazek
fe8263bfda [GRASS] new names fixes 2015-06-25 12:39:09 +02:00
Radim Blazek
26588b59d1 [GRASS] blocking raster import data stream 2015-06-25 11:50:02 +02:00
Marco Hugentobler
39f8bd9eb9 Add factory annotation 2015-06-25 11:34:36 +02:00