52216 Commits

Author SHA1 Message Date
Alessandro Pasotti
8d850e9f01 Dot-less docker directory 2018-11-13 14:28:00 +01:00
lbartoletti
574a57f2e4 Merge branch 'extendMapTool' of github.com:lbartoletti/QGIS into extendMapTool 2018-11-13 13:39:56 +01:00
Alessandro Pasotti
2094ff827e Added QGIS testing environment to dockers
Also:
- renamed .docker to docker (now it's public and official)
- added dependencies for python CI testing
2018-11-13 12:53:01 +01:00
Matthias Kuhn
7cce9b3eb9
Merge pull request #8472 from daniviga/rpm-gdal
[RPM] Add an explicit dependency for GDAL
2018-11-13 11:21:18 +01:00
lbartoletti
7b98302aba fix indent 2018-11-13 11:20:38 +01:00
Peter Petrik
45dc7fb91e fix userLoginName 2018-11-13 10:48:02 +01:00
Peter Petrik
0e413c04bc sipify 2018-11-13 10:48:02 +01:00
Peter Petrik
9f645c6bd2 cmake option for forcing static libs 2018-11-13 10:48:02 +01:00
Peter Petrik
79b4b48f8a ios only supports static libs 2018-11-13 10:48:02 +01:00
Peter Petrik
bddf8a817b minor tweaks for iOS build 2018-11-13 10:48:02 +01:00
Peter Petrik
7564276994 QPrinter is unavailable on some platforms 2018-11-13 10:48:02 +01:00
Peter Petrik
1559013270 support platforms that does not have QProcess support (iOS) 2018-11-13 10:48:02 +01:00
Peter Petrik
bfdb3ec489 Qt5SerialPort optional 2018-11-13 10:48:02 +01:00
Peter Petrik
3b97096202 fix spelling 2018-11-13 10:24:59 +01:00
Peter Petrik
b2ba38dfaf support for compilation on macos10.14, but running on macos10.13 or earlier 2018-11-13 10:24:59 +01:00
lbartoletti
03d53fb871 missing translations; add extension at save 2018-11-13 09:22:33 +01:00
Alessandro Pasotti
798155cc00
Merge pull request #8464 from elpaso/bugfix-20455-value-relation-multiple-rules
Emit valueChanged when a widget value changes as a consequence of ano…
2018-11-13 09:14:12 +01:00
lbartoletti
be2ac88643
Merge branch 'master' into extendMapTool 2018-11-13 09:04:56 +01:00
Martin Dobias
fde8a0366c Review/test fixes 2018-11-13 09:03:44 +01:00
lbartoletti
8b2331a40d Paul's review 2018-11-13 09:03:27 +01:00
lbartoletti
a8f865917e Nyall's review 2018-11-13 09:03:26 +01:00
lbartoletti
abcf2aa4cf init trim/extend feature 2018-11-13 09:03:26 +01:00
Daniele Viganò
ccc2b3a271
[RPM] Add an explicit dependency for GDAL 2018-11-13 08:49:10 +01:00
Juergen E. Fischer
5dab30b6ca debian packaging: add libexiv2-dev dependency 2018-11-13 08:47:59 +01:00
lbartoletti
ebdc932ec2 add LastDir for SQL File 2018-11-13 08:20:20 +01:00
Nyall Dawson
4761d7cb97 Capitalization 2018-11-13 15:54:31 +10:00
nirvn
3fa4d6a22f [needs-docs][ui] Remove save as action from the project toolbar 2018-11-13 10:39:39 +07:00
Nyall Dawson
bb248989b3 [afs] Fix identify tool sometimes just uses a bounding box check instead of exact intersection 2018-11-13 13:03:46 +10:00
Martin Dobias
3c66749de7 [FEATURE] Configuration of lights in 3D map scene
This adds a section to define point lights in 3D scenes.
Up to 8 lights are supported (limitation by implementation of materials).
For each light one can set the position, intensity, color and attenuation
2018-11-12 23:56:47 +01:00
Nyall Dawson
fc5f707b0f Remove some unused whatsThis text 2018-11-13 07:47:25 +10:00
Nyall Dawson
f976b0dfd6 Fix invalid Qt version check resulting in "What's this" buttons still showing on Win 2018-11-13 07:41:30 +10:00
Nyall Dawson
d845f9df97 Tweak logic relating to suppressing attribute form for new features
For non-spatial layers, creating a new feature from the main
window now ALWAYS shows the attribute form for the new feature,
regardless of the user's "suppress form" setting. We do this because,
unlike for spatial layers, there's zero feedback given when adding
a new feature to a non spatial layer. (Spatial layers have instead
feedback even when the form is suppressed, because you see the
new feature appear on the map instantly)

But when a new feature is added from the attri bute table window,
then we never show the new feature's form -- because that's already
visible inside the attribute table dialog itself.
2018-11-13 07:17:09 +10:00
Nyall Dawson
8caab49eb9 Fix some warnings 2018-11-13 07:16:49 +10:00
Nyall Dawson
c79a9a1954 [needs-docs] Implement native file properties support for Windows
Allows opening the native file explorer file/directory properties
dialog for browser items
2018-11-13 07:16:49 +10:00
Nyall Dawson
9f1d00d92e Use messagebar for binary extraction feedback 2018-11-13 07:14:19 +10:00
Nyall Dawson
2819a07a39 Dox++ 2018-11-13 07:14:19 +10:00
Nyall Dawson
92f34a94d6 Unit tests for binary editor widget 2018-11-13 07:14:19 +10:00
Nyall Dawson
429320d10d [FEATURE] Binary (blob) field support for memory layers
Allows storage of binary blob fields in memory layers
2018-11-13 07:14:19 +10:00
Nyall Dawson
d96ce7a1d7 [FEATURE] New form widget for binary (blob) fields
This widget is available for binary fields only (and is the default
widget used for binary fields). It offers a label showing
whether the blob field is empty or not, and if non-empty shows
the content size (in bytes/kb/etc).

A drop down menu button allows users to save the current binary
contents of the field out to a disk based file, clear the contents
of a blob field, or embed binary contents by picking a file
from their system.
2018-11-13 07:14:19 +10:00
Nyall Dawson
608d03c53d Add support for binary fields to QgsVectorFileWriter 2018-11-13 07:14:19 +10:00
Nyall Dawson
f3f1214df9 Unit test for creation of blob field in existing table 2018-11-13 07:14:19 +10:00
Nyall Dawson
17ced9186a Tweak behavior of new shapefile/gpkg browser actions 2018-11-13 07:14:19 +10:00
Nyall Dawson
d0622743ff Fix string 2018-11-13 07:14:19 +10:00
Nyall Dawson
36379307c4 [FEATURE][ogr] Allow creation of binary (blob) fields for compatible filetypes 2018-11-13 07:14:19 +10:00
Nyall Dawson
51587209ac Add comment on detach use 2018-11-13 07:14:19 +10:00
Nyall Dawson
a234bf7f4d Fix size of field icons (should be 16x16), minimize 2018-11-13 07:14:19 +10:00
Nyall Dawson
6d5188bdb2 Fix build on Travis 2018-11-13 07:14:19 +10:00
Nyall Dawson
be69dd8e52 Fix build 2018-11-13 07:14:19 +10:00
Nyall Dawson
a192dab9de Unit tests for extract binary algorithm 2018-11-13 07:14:19 +10:00
Nyall Dawson
62bdc28de8 Unit tests for updating OGR binary column 2018-11-13 07:14:19 +10:00