26589 Commits

Author SHA1 Message Date
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
carolinux
d996966b79 #5605 Support for long/longlong types 2015-03-19 14:02:13 +08:00
Juergen E. Fischer
65378e6a10 vector layer: connect missing edit buffer signals 2015-03-19 02:51:40 +01:00
Nyall Dawson
9c79967ee1 Merge pull request #1956 from Gustry/add-way
[db manager] add 'way' to geometry column
2015-03-19 10:36:41 +11:00
Juergen E. Fischer
b8dc08f8ef debian packaging: create LICENSE link (fixes #12400) 2015-03-18 23:10:15 +01:00
Matthias Kuhn
40da097f50 Close attribute dialog when layer is removed
Fix #12336
2015-03-18 18:40:46 +01:00
Matthias Kuhn
66ba219fd3 Find qwt6-qt4 library
Fix #12374
2015-03-18 18:04:35 +01:00
Etienne Trimaille
54ce784d31 add 'way' to geometry column name' 2015-03-18 18:12:33 +02:00
Juergen E. Fischer
bfb8ab6893 edit widgets: keep default values of new feature's attributes until they are added
(fixes #12391 & #12386)
2015-03-18 16:09:47 +01:00
carolinux
d53fbe88b7 Added instructions for compiling qgis in debug mode for development 2015-03-18 19:47:00 +08:00
Matthias Kuhn
fec3bd83f6 Custom widgets: make sure config can loaded from the project
Apparently sip cannot handle private virtual methods
2015-03-18 09:36:18 +01:00
Martin Dobias
69d0b30d58 Allow data items from plugins 2015-03-18 14:24:36 +07:00
Martin Dobias
3dfa26051a Fix crash on startup if PyQGIS fails to load 2015-03-18 14:24:36 +07:00
Nyall Dawson
92c8434769 Avoid creating 3 identical label candidates in offset point mode
...should speed up label position calculation
2015-03-18 17:54:15 +11:00
Nyall Dawson
d45eea1ec4 Fix grid annotation distance not restored in dialog (fix #11991) 2015-03-18 17:53:58 +11:00
Matthias Kuhn
d68422d140 Don't try to connect to null action (removes a warning) 2015-03-17 21:14:01 +01:00
Juergen E. Fischer
db2363234e qoci spatial driver: cleanup session & connection when login failed 2015-03-17 12:35:09 +01:00