65982 Commits

Author SHA1 Message Date
Alessandro Pasotti
ef6a7e5d9f Expose PG unrestricted empty tables as apatial items
also fix test
2020-09-25 08:41:40 +10:00
Alessandro Pasotti
03e42892b0 Set loadDefaultStyle to false when loading layers for fields info only 2020-09-25 08:41:40 +10:00
Alessandro Pasotti
83a4c7cde3 Fix unreported issue with fields not retrieved for certain PG tables 2020-09-25 08:41:40 +10:00
Alessandro Pasotti
69d66a121d Check field subType for a fallback icon 2020-09-25 08:41:40 +10:00
Harrissou Sant-anna
f3ae29d973 Allow spinboxes widget to be reset to initial value
and add smaller steps to shadow bias
2020-09-25 08:38:24 +10:00
Harrissou Sant-anna
c06482eda7 Some label changes to 3D directional lights
Remove colon at the end of label
Add units suffix to widgets
and clean ui file
2020-09-25 08:38:24 +10:00
Harrissou Sant-anna
50f7a0eca7 Reduce margin inside the shadow group box
aligning with others in the dialog
2020-09-25 08:38:24 +10:00
Julien Cabieces
f3a5b69691
[VirtualLayer] Catch exception while updating virtual layer stats
Fixes #34378
2020-09-25 08:37:33 +10:00
Harrissou Sant-anna
f48eb3109a Add a semi-automated table of content for the Install file 2020-09-25 08:34:39 +10:00
Harrissou Sant-anna
b83a4757c8 Remove "creation of MSYS environment" instructions 2020-09-25 08:33:32 +10:00
Peter Petrik
7106eea4ad add missing implementation of QgsQuickMapSettings::setTransformContext 2020-09-25 08:29:54 +10:00
Alessandro Pasotti
3b6178ad3b
Merge pull request #38981 from elpaso/bugfix-gh38975-and-other-db-manager-issues
Bugfix gh38975 and other db manager issues
2020-09-24 18:42:56 +02:00
Alessandro Pasotti
6bd03c3ed2
Merge pull request #39006 from elpaso/bugfix-gh39001-pg-browser-item-issues
Fix some PG browser item UX inconsistencies
2020-09-24 18:10:43 +02:00
Alessandro Pasotti
5691357181
Merge pull request #39000 from elpaso/bugfix-gh38998-db-manager-pg-rename-schema
Fix PG db-manager rename schema
2020-09-24 18:07:47 +02:00
Alessandro Pasotti
3a9eacb5fe Fix some PG browser item UX inconsistencies
Fixes #39001
2020-09-24 15:42:10 +02:00
Alessandro Pasotti
871f534ef9 Fix PG db-manager rename schema
Fixes #38998
2020-09-24 14:23:26 +02:00
Andrea Giudiceandrea
e7e08fd504 Fix grassname of raster layer bands in r_rgb.py 2020-09-24 18:45:59 +10:00
Denis Rouzaud
72fa037042 no need to check for validity 2020-09-24 09:22:27 +02:00
Nyall Dawson
d688090f63 When layer tree selection has a mix of different layer CRSes,
reflect this in the CRS sub menu instead of just showing the first
selected layer's CRS
2020-09-24 15:48:44 +10:00
Mathieu Pellerin
931136879c
[processing] Make batch process faster (#38989) 2020-09-24 12:34:59 +07:00
Alessandro Pasotti
c1702db1be Adjust test for DPIs 2020-09-24 09:04:36 +10:00
Alessandro Pasotti
2dc86db74c Test debug code 2020-09-24 09:04:36 +10:00
Alessandro Pasotti
83525abd5c Respect scale lock when panning/zooming the map
Fixes #38953 and #38417
2020-09-24 09:04:36 +10:00
Peter Petrik
b7ea0407eb fix formatting 2020-09-24 08:07:58 +10:00
Peter Petrik
85938ae1fe another try to fix #38919 2020-09-24 08:07:58 +10:00
Nyall Dawson
aa1d199ca9 Treat GeoPDF files as databases in browser panel
Since these can have multiple sub layers, we need to allow users
to expand them out to pick a specific layer or it is not possible
to repair broken GeoPDF layer sources in projects.
2020-09-24 06:10:29 +10:00
Alessandro Pasotti
dd64c6d2a7 PG: accept duplicated fields for query layers
Fixes #38976
2020-09-23 16:04:59 +02:00
Alessandro Pasotti
9880a751a9 DB manager Fix SHOW in PG queries
Fixes #8975
2020-09-23 15:14:04 +02:00
Denis Rouzaud
756b2930d4 fix edge case where fkey is 0 in relation reference widget
the list of identifiers was initialized with a list QVariant(Int) for Null, but they are equal to 0
now, we also control that the value is valid to determine if the identifier is not null
2020-09-23 13:58:22 +02:00
zhanggaolei
3119eb7de2 fixed #38938 Wrong GRASS processing description files 2020-09-23 18:26:40 +10:00
Nyall Dawson
194a5176ec Updated icon for Transformations tab 2020-09-23 14:13:35 +10:00
Nyall Dawson
1a65ac00c1 [needs-docs] Move Transformation settings out of CRS tab in Project
Properties and Options dialog and into their own "Transformations"
tab

The CRS tab in Project Properties is very full and the presence
of the transformations in this same tab results in little room
left for the CRS selectors, which definitely benefit from a
lot of vertical space.
2020-09-23 14:13:35 +10:00
Nyall Dawson
0ea1e5f449 Only show "Set Project CRS from Layer" when all selected layers
have the same CRS

Otherwise it's a confusing option
2020-09-23 14:13:35 +10:00
Nyall Dawson
4c7fbc0260 [layouts] Use standard CRS selector widget for map grid CRS choice
instead of custom button

Fixes #26548
2020-09-23 14:13:35 +10:00
Nyall Dawson
c3a26db4ba [layouts] When selecting a CRS for a map item, don't show misleading
"no crs" option at the top of the dialog.

Instead, correctly label this option as "Use project CRS", which
is what it actually means.
2020-09-23 14:13:35 +10:00
Nyall Dawson
c68d05cc40 Improve misleading/confusing API, and fix "layer has no CRS" message
incorrectly show at the top of many projection selection dialog boxes
2020-09-23 14:13:35 +10:00
Nyall Dawson
05c25194d1 Also use splitter in QgsProjectionSelectionDialog 2020-09-23 14:13:35 +10:00
Nyall Dawson
9c40f6b766 Add resizable splitters to projection selection widget so that users
can resize the different lists to better sizes for their workflows
2020-09-23 14:13:35 +10:00
Nyall Dawson
1c3347af97 Expand size of recent CRS history to 30 items
Because I'm sure I'm not the only one who regularly works with
more than 10 CRSes...
2020-09-23 14:13:35 +10:00
Nyall Dawson
6b0fc7bac7 Expand size of recent CRS list in layer right click menu to 5 items 2020-09-23 14:13:35 +10:00
Nyall Dawson
9d384289f9 Don't show action to set layer CRS to the same CRS as it currently is 2020-09-23 14:13:35 +10:00
Nyall Dawson
a674cb7b97 Fix "Set Project CRS from Layer" action in layer right click menu
resets layer to have no CRS after changing the project CRS
2020-09-23 14:13:35 +10:00
Nyall Dawson
bddd3edb51 Don't show empty menu entry when layers have no CRS set 2020-09-23 14:13:35 +10:00
José de Paula Rodrigues
9ca2d3beea PGSQL: making timestamptz a recognized date/time type. 2020-09-23 08:36:49 +10:00
Even Rouault
daf78c64e9 [WFS/OAPIF providers] Fix freeze when feature requests issued from main thread and authentication manager triggers (fixes #37224) 2020-09-23 07:05:01 +10:00
Julien Cabieces
36a7d1b8c4 Fixes #31798 : don't convert bool to string in virtual layer 2020-09-23 06:08:50 +10:00
Nyall Dawson
8dd75cc9cc [layouts] Improve UI for formatting manual table cells
Instead of the confusing duplicate settings for foreground color
vs cell text color, remove the foreground color button and only
expose this color setting via the cell text color.
2020-09-23 03:15:28 +10:00
Salvatore Larosa
8e9bf8bf49
Merge pull request #38917 from slarosa/fix_console_byte
[pyqgis-console] fix byte conversion
2020-09-22 17:15:05 +02:00
Stefano Campus
22daf464e2 Update tsstat.pl
Correction of typo in Italian translators list
2020-09-22 13:34:18 +02:00
Denis Rouzaud
b4797b18ce
Merge pull request #38908 from 3nids/locator-fixes
Some locator fixes
2020-09-22 12:48:31 +02:00