59831 Commits

Author SHA1 Message Date
Nyall Dawson
2b5598d891 UX fixes for working with numeric formats in table editor 2020-01-14 19:08:20 +13:00
Nyall Dawson
024b321406 Unit tests and fixes for table numeric format setting/retrieval 2020-01-14 19:08:20 +13:00
Nyall Dawson
31cdf131b3 Add equality operator for QgsNumericFormat 2020-01-14 19:08:20 +13:00
Nyall Dawson
9835ab06ea Unit tests, fixes for table foreground/background color 2020-01-14 19:08:20 +13:00
Nyall Dawson
77850adff6 Unit test for cell clearing, fix duplicate signals 2020-01-14 19:08:20 +13:00
Nyall Dawson
e3507ff24c Unit tests for selection modes 2020-01-14 19:08:20 +13:00
Nyall Dawson
f82fea5418 Hide formatting widget from sip
It's an internal detail only
2020-01-14 19:08:20 +13:00
Nyall Dawson
5a4bd09f72 Expand docs, extra tests 2020-01-14 19:08:20 +13:00
Nyall Dawson
387787b539 Add interactive editor dialog for layout manual table items 2020-01-14 19:08:20 +13:00
Nyall Dawson
49d56f6c19 [FEATURE] Add new layout item type for manually created tables
Allows for creation of tables with contents manually entered by users
(i.e. spreadsheet style), so that users can create completely custom
tables.

Supports control custom cell contents, foreground and background colors.
2020-01-14 19:08:20 +13:00
Nyall Dawson
5704412d96 New class QgsTableCell
Encapsulates the contents and formatting options for a single cell
in a table (e.g. background and foreground color)
2020-01-14 19:08:20 +13:00
Juergen E. Fischer
be4f45e721 crssync: put profile to temporary directory (fixes #33743) 2020-01-14 14:52:32 +13:00
Etienne Trimaille
0a4f0e51a6 add field name when reporting an error in refactorfield algo 2020-01-14 11:32:48 +13:00
Julien Cabieces
6b967949e3 Fixes #33449 Snapping empty layer when adding new feature 2020-01-14 11:28:21 +13:00
Nyall Dawson
e2004c7f52 Remove use of deprecated qInstallMsgHandler 2020-01-14 08:01:03 +13:00
Nyall Dawson
1dd977a0bf Fix some Qt 5.13 css parsing warnings 2020-01-14 08:00:09 +13:00
speillet
34d3aaaa31 REFAC: always generated identity field are now determined at the provider initialization 2020-01-13 22:25:23 +13:00
speillet
1d818a4189 resolve review comments
resolve review comments
2020-01-13 22:25:23 +13:00
speillet
90a2d47584 BUG: fix identity field management when adding a feature, fix #33681 2020-01-13 22:25:23 +13:00
speillet
32ebc12d82 Add test to check identity field management 2020-01-13 22:25:23 +13:00
Nyall Dawson
efdb8d180e Another build fix 2020-01-13 13:45:34 +13:00
Nyall Dawson
3ba1b0de28 Update ACCEPTABLE_MISSING_BRIEF 2020-01-13 13:45:34 +13:00
Nyall Dawson
8abc457c8c Update ACCETABLE_MISSING_ADDED_NOTE list 2020-01-13 13:45:34 +13:00
Nyall Dawson
4c8ce04bfe Fix deprecation warnings in doxygen parser 2020-01-13 13:45:34 +13:00
Nyall Dawson
7dfdd2887a Update acceptable missing docs list 2020-01-13 13:45:34 +13:00
Nyall Dawson
464a4f316a Fix build 2020-01-13 13:45:34 +13:00
Nyall Dawson
56a572f9d5 [gps] Allow GPS serial port connection properties to be specified in QSettings
Instead of hardcoding these values, allow them to be customised by changing
settings in QSettings (either via the settings ini file or through the
advanced settings editor), as some serial GPS devices require non-default
settings for the connection to work correctly.
2020-01-13 13:45:34 +13:00
Nyall Dawson
4179b17144 Some memory modernization in QgsGpsDetector
But unfortunately the public API used here is extremely fragile and
either crash prone or leaky -- it needs revisiting for 4.0
2020-01-13 13:45:34 +13:00
Nyall Dawson
d8a40818f0 Dox++ 2020-01-13 13:45:34 +13:00
Nyall Dawson
3746f4c042 Modernize memory management 2020-01-13 13:45:34 +13:00
Nyall Dawson
a0c455b292 [gps] Add missing Transfer annotation 2020-01-13 13:45:34 +13:00
Julien Cabieces
e9cb34e1b8 fix multiline and multi surface skipping some parts 2020-01-13 13:24:25 +13:00
Julien Cabieces
1f3370a956 fix multipolygons with only one polygon 2020-01-13 13:24:25 +13:00
Julien Cabieces
a1f8af904b fix read for oracle curve polygon with Z coordinates 2020-01-13 13:24:25 +13:00
Julien Cabieces
fb5e429e72 finalize tests 2020-01-13 13:24:25 +13:00
Julien Cabieces
31cdc2f114 remove limitation on adding or editing geometry with Z coordinate 2020-01-13 13:24:25 +13:00
Julien Cabieces
d4e0c52315 Support for Oracle CurvePolygon and MultiSurface edition 2020-01-13 13:24:25 +13:00
Julien Cabieces
bbcb90ffe7 Support for Oracle MultiCurve edition 2020-01-13 13:24:25 +13:00
Julien Cabieces
ac7d365e08 [FEATURE] Support for Oracle circular string and compound curve edition 2020-01-13 13:24:25 +13:00
Andrea Giudiceandrea
0d4d8254c1 [SAGA] Fix saga_cmd command with multiple outputs
Fixes a regression bug accidentally introduced with 40134d6473fcdbd8b6f53c3ea3db01e2dd606419 (PR #8968) and backported with a887b7d34bfa44a8400bcaa986ede96e15a760c9 (PR #9231): when there are multiple output parameters processAlgorithm incorrectly generates multiple saga_cmd commands, instead of a single command containing the output parameters.

Fixes #33658
2020-01-13 13:19:33 +13:00
Matthias Kuhn
40b102fcce
Merge pull request #33739 from vcloarec/master
fix QgsColorRampShader assignment operator
2020-01-12 18:01:30 +01:00
Matthias Kuhn
4b39891ade
Merge pull request #33722 from m-kuhn/package_layers_overwrite
Respect OVERWRITE parameter in package layers algorithm
2020-01-12 09:03:14 +01:00
Vincent Cloarec
32f305e93a
fix QgsColorRampShader assignment operator
The old assignment operator didn't do the job for the base class
2020-01-11 23:48:54 -04:00
rldhont
12c410c3f4
Merge pull request #33668 from rldhont/server-throw-exception-for-unrestricted-bad-layers
[Server] Throw exception if bad layers are not restricted
2020-01-11 20:15:42 +01:00
Denis Rouzaud
c91a133bd7 complete README 2020-01-10 16:18:29 +01:00
Denis Rouzaud
c7b1e5d0cb [docbot] fix message body 2020-01-10 16:13:21 +01:00
Denis Rouzaud
3304284266 [github] auto milestone, fix number 2020-01-10 15:47:05 +01:00
Denis Rouzaud
83951a461d [github] auto milestone, fix increase step, use int 2020-01-10 15:31:46 +01:00
Denis Rouzaud
b4b433887f [github] auto milestone, fix increase step, try again with bool 2020-01-10 15:18:02 +01:00
Denis Rouzaud
d73f7452ab [github] auto milestone, try with string 2020-01-10 14:55:25 +01:00