26758 Commits

Author SHA1 Message Date
Matthias Kuhn
c44285ba04 Make virtual fields updatable
Fix #11547
Fix #10994
2015-03-27 14:12:03 +01:00
Matthias Kuhn
7905f7f93f Show current expression of virtual fields 2015-03-27 14:12:02 +01:00
Matthias Kuhn
733b7c9c8d Add filter chaining to the pre-filters of the relation reference wdg 2015-03-26 16:48:18 +01:00
Matthias Kuhn
868eeb27c8 Add pre-filters to relation reference widget 2015-03-26 16:48:18 +01:00
Matthias Kuhn
c5a4ea56b1 Add "filter fields" configuraiton option to relation reference widget 2015-03-26 16:48:17 +01:00
Matthias Kuhn
5b5f16e8ff Merge pull request #1964 from mhugo/fix_querybuilder_joins2
Allow provider-level filtering (subset string) on layers with joined fields
2015-03-26 11:27:12 +01:00
Nyall Dawson
837c7ee8d3 [composer] Don't redraw map if layers change and map is set to cached
Previously map was being redrawn every time a layer was added or
removed from the registry, which blocked the ui until the map
redraw is complete.

Now the map will only be redrawn as a result of layer changes
if it's set to Render mode.

Possible fix for 12234 and 12125. (refs #12234, #12125)
2015-03-26 10:58:19 +11:00
Nyall Dawson
012ee0b414 [composer] Smaller step for attribute table spin widgets 2015-03-26 10:55:20 +11:00
Juergen E. Fischer
581d7f8e70 postgres provider: fix retrieval of default values from other schemes (fixes #12447) 2015-03-25 19:23:39 +01:00
Hugo Mercier
4a52750a48 Allow provider-level filtering on layers with joined fields (fix conflicts) 2015-03-25 11:32:00 +01:00
Juergen E. Fischer
e21010c0c6 ftools: fix strings and add to translation (fixes #9970) 2015-03-24 21:59:55 +01:00
Juergen E. Fischer
7019db8831 raster calculator: add logarithmic functions 2015-03-24 20:59:18 +01:00
Juergen E. Fischer
6309dbd15b server: accept empty bbox as valid (followup 57046c5, fixes #12440) 2015-03-24 20:48:18 +01:00
Juergen E. Fischer
7469d2bbf0 dxf export: fix data defined outline color of simple markers 2015-03-24 14:14:18 +01:00
Juergen E. Fischer
80bbed1595 include qgslayerdefinition.sip in bindings 2015-03-24 13:19:03 +01:00
Martin Dobias
7bdc9c1939 Do not mark python plugins as broken in plugin installer when having dash in the name
Although plugin with a dash in the name is not a correct python package name,
the qgis python support recognizes them as valid plugins - so let's have the same
behavior in the installer.
2015-03-24 16:57:40 +07:00
Matthias Kuhn
4e6ba7bd46 Merge pull request #1960 from manisandro/nitpick
Don't store QGis::WkbType in int
2015-03-24 09:43:09 +01:00
Juergen E. Fischer
25e4e4d3d6 dxf export:
* switch to rgb colors only (fixes black/white issues)
* fix drawing of polygon outlines
* distiguish polygon outlines from filled polygons in paint engine (fixes
  #12368)
2015-03-23 21:43:29 +01:00
Juergen E. Fischer
45fbb3f5a9 update_ts.sh: include locations 2015-03-23 20:14:51 +01:00
Juergen E. Fischer
9596f97db6 expressions: fix modulo 0 crashes (fixes #12431) 2015-03-23 20:07:41 +01:00
Sandro Mani
d2d1d513b5 Don't store QGis::WkbType in int 2015-03-23 14:23:09 +01:00
Juergen E. Fischer
28a2bf919d osm export: add buttons to select/unselect all tags 2015-03-23 12:33:12 +01:00
Nyall Dawson
7b57cafb5a Standardise use of red minus icon (fix #12425) 2015-03-23 18:21:47 +11:00
Nyall Dawson
0d241b794a Clean up API for QgsUnitSelectionWidget
Makes the widget easier to use, avoids duplicate code
2015-03-22 22:03:01 +11:00
Chris Crook
1272870ffc Adding lonlong to types advertised by delimited text provider 2015-03-22 18:45:27 +13:00
Chris Crook
308bbb66bd Fixed timing/dangling pointer error in delimited text provider 2015-03-22 10:01:58 +13:00
Chris Crook
60fcc4d876 Merge branch 'carolinux-5605-types' 2015-03-22 08:55:38 +13:00
Chris Crook
99e6a6253f Removing processing of extraneous blank fields and enlarged arrays 2015-03-22 08:52:50 +13:00
Chris Crook
0beb1707b6 Adapting longlong test to general type inference test 2015-03-22 08:51:42 +13:00
Nathan Woodrow
297a94fc58 Fix formatting of db manager python code 2015-03-21 20:35:29 +10:00
Chris Crook
532599e491 Merge branch '5605-types' of git://github.com/carolinux/QGIS into carolinux-5605-types 2015-03-21 20:57:02 +13:00
Juergen E. Fischer
57046c53ee better fix for 8c8a9e07 2015-03-20 20:01:09 +01:00
Larry Shaffer
12e0f358a8 Set GDAL env vars for when gdal lib is bundled in app on Mac 2015-03-20 11:48:09 -06:00
Juergen E. Fischer
8c8a9e0788 server: fix parsing of bbox numbers in scientific notation containing +
(reverts 905561f)
2015-03-20 16:14:04 +01:00
Juergen E. Fischer
3552b83474 server: deduce service wms from request if not explictly given (SERVICE not mandatory for WMS GetMap / GetFeatureInfo) 2015-03-20 15:29:02 +01:00
Larry Shaffer
fa3f9a14e5 Redo "server: stop processing after 'no REQUEST' exception (fixes #11543)" from 1d3f8a7
- Accidentally removed during merge conflict in 670719c?
2015-03-19 19:38:35 -06:00
Larry Shaffer
71d0c3fc2b Fix typo about becoming a translator 2015-03-19 16:45:23 -06:00
Tom Kralidis
9ce3b3c4cd Merge branch 'master' of https://github.com/QGIS/qgis 2015-03-19 18:03:24 -04:00
Tom Kralidis
e57136ccb8 [MetaSearch] adjust current tab index on init 2015-03-19 18:03:04 -04:00
Juergen E. Fischer
f17755cec4 indentation update 2015-03-19 22:58:11 +01:00
Tom Kralidis
519830e05e [MetaSearch] add overwrite OWS connection naming setting and logic (#12327) 2015-03-19 17:50:30 -04:00
Juergen E. Fischer
250eb744fd postgres provider:
* further boost field retrieval
* avoid errornous queries, when no tableoid were found
* cache default values
2015-03-19 15:49:35 +01:00
Nyall Dawson
5c14c21b1d Implement smoothing algorithm for geometries 2015-03-19 23:26:59 +11:00
Juergen E. Fischer
49ea51eb1f [FEATURE] warn on save if last modification date of a loaded project changed 2015-03-19 12:42:05 +01:00
carolinux
48591dffbb Added testcase for longs 2015-03-19 17:12:23 +08:00
Nyall Dawson
7882fe2f25 Add methods for comparison of QgsPoint, QgsPolyline and QgsPolygon
These methods allow for fuzzy comparison of coordinates with a
specified tolerance.
2015-03-19 19:48:57 +11:00
Nyall Dawson
54a58b984c Fix shortcut keys in attribute table dialog (fix #12272) 2015-03-19 19:48:46 +11:00
Nyall Dawson
44f7930ecf [FEATURE] Add follow point alignment for multiline labels
When set to this mode, text alignment for labels will be dependant
on the final placement of the label relative to the point. Eg, if
the label is placed to the left of the point then the label will
be right aligned, and if it is placed to the right of the point
then the label will be left aligned.
(fix #11153)
2015-03-19 19:48:38 +11:00
Juergen E. Fischer
7622f5c209 also update INSTALL.t2t output files (followup d53fbe8) 2015-03-19 09:10:55 +01:00
Matthias Kuhn
2da4c471a0 Merge pull request #1953 from carolinux/doc-fix
Minor: Install instructions for debug mode
2015-03-19 08:37:56 +01:00