57261 Commits

Author SHA1 Message Date
Nyall Dawson
6de34d472e Add missing SIP_DEPRECATED 2019-09-03 10:35:21 +10:00
Nyall Dawson
bf61a94b4a Don't pass doubles by reference, pass lists by reference 2019-09-03 10:35:21 +10:00
Áron Gergely
eef953b41a Add README and QGIS model for world_map.gpkg 2019-09-03 08:46:04 +10:00
Áron Gergely
7004d8e51b Update GeoPackage layers:
Updated data:
    - countries(poly): Admin 0 level boundaries
    - states_provinces(poly): Admin 1 level boudnaries
    Updated styling:
    - disputed_borders(line): Disputed Admin 0 level borders.
      New styling to make these borders stand out less.

    Attribute tables of all layers contain the name and identification codes fields.
    The geometries of of countries and states_provinces has both been processed
    from the same source data (NE admin level 1 borders);
    Geometries vere generalized and attribute tables were cleaned in order to reduce size.
    For the countries layer, attribute table fields have been joined in from the original
    admin level 0 dataset.

    Data source: Natural Earth 1:10m generalization level, admin level 0 and level 1 datasets
    (version 4.1.0)
2019-09-03 08:46:04 +10:00
arongergely
9eb51218bc Update GeoPackage with 3 layers and corresponding default stylings:
- countries(poly): Admin 0 level boundaries: Now Correct topology, higher level of detail
- states_provinces(poly): Admin 1 level boudnaries of the top 15 largest countries by area:
	Russia, Antarctica, Canada, United States, China, Brazil,
	Australia, India, Argentina, Kazakhstan,
	Dem. Republic Of Congo, Algeria, Greenland, Mexico, Saudi Arabia
- disputed_borders(line): Disputed Admin 0 level borders

Attribute tables of all layers contain the name and identification codes fields.
Source: Natural Earth 1:10m generalization level - version 4.1.0 datasets.
2019-09-03 08:46:04 +10:00
arongergely
f7aa1864be Replaced data path to GeoPackage 2019-09-03 08:46:04 +10:00
arongergely
d58340004f Remove the now redundant world_map shapefile and its .qml styling 2019-09-03 08:46:04 +10:00
arongergely
c76110ab4e Updated the 'world' easter egg to work with GeoPackage.
The new GeoPackage contains the features + styling of the pre-existing world_map.shp and world_map.qml.
2019-09-03 08:46:04 +10:00
Nyall Dawson
d4e22be2c6 Fix warnings 2019-09-03 05:16:09 +10:00
Nyall Dawson
ef854b1d2f Ensure QgsRasterMinMaxOrigin works OK with invalid raster sources 2019-09-03 05:16:09 +10:00
Nyall Dawson
9576e26654 More unit tests 2019-09-03 05:16:09 +10:00
Nyall Dawson
c9d0efcb18 Improve QgsRasterBandComboBox handling of invalid layers
If a layer is invalid, don't try to populate the combo box with
available bands. Instead, fallback to a free-form text entry
mode, allowing users to manually type a band.

Avoids loss of band information when a combo box is linked to
an invalid raster
2019-09-03 05:16:09 +10:00
Denis Rouzaud
b3d52df67b
Merge pull request #31500 from 3nids/refactor_classification
Refactor graduated symbol renderer
2019-09-02 14:57:18 +02:00
Juergen E. Fischer
3d4dcd6317 crashhandler: fix build and keep it independant of core 2019-09-02 13:55:38 +02:00
Juergen E. Fischer
4cbcae3a58 osgeo4w: detect proj library name 2019-09-02 13:55:37 +02:00
Denis Rouzaud
180c605787
src/gui/processing/models does not exist (#31532) 2019-09-02 13:28:41 +02:00
Denis Rouzaud
9a089132a3 remove Q_DECL_DEPRECATED as Doxygen throws a warning 2019-09-02 12:59:58 +02:00
Denis Rouzaud
b2dd626959 use flags to defined classification method properties 2019-09-02 12:57:34 +02:00
Denis Rouzaud
734e99e1e0 add classification methods to API docs 2019-09-02 10:16:21 +02:00
Denis Rouzaud
0cb0f6ef7a do not use a pointer 2019-09-02 09:48:33 +02:00
Denis Rouzaud
68a9ea5d70 move src/core/symbology/classification to src/core/classification 2019-09-02 09:46:40 +02:00
Denis Rouzaud
d58be2814d missing SIP_FACTORY, addMethod returns bool, and minor fixes 2019-09-02 09:40:34 +02:00
Denis Rouzaud
7f98f79bd7 exclude QgsGraduatedSymbolRenderer::Mode from API docs 2019-09-02 09:40:34 +02:00
Nyall Dawson
65a3f81486 Add some missing Python repr overloads 2019-09-02 16:40:46 +10:00
Nathan Woodrow
e9200e17c7
Show message when stack trace can't be generated from missing symbols (#31516)
* [crash handler] Show message when stack trace can't be generated from missing symbols

* [crash handler] Tweak wording on crash dialog

* [crash handler] Fix wording spaces on dialog

* [crash handler] add more wording for report details

* [crash handler] Grammer fix

* [crash handler] grammer fixes
2019-09-02 09:22:33 +10:00
Alex
8fb43bd20e [API] Cache feature ids for each symbol in the QgsVectorLayer (#31061) 2019-09-01 06:31:40 +10:00
Denis Rouzaud
5d26ff3b6a patch for statx calls on Docker should not be required anymore on Bionic 2019-08-31 12:14:31 +02:00
Denis Rouzaud
65df88b211
Use Bionic on Travis (#31514)
* Use Bionic on Travis

To get newer Doxygen

* newer Python
2019-08-31 12:12:37 +02:00
Denis Rouzaud
c20e3a1475 make variables private, correclty initalize label format 2019-08-31 10:53:03 +02:00
Denis Rouzaud
d10f8ce2a0 a bit more API doc 2019-08-31 10:31:50 +02:00
Denis Rouzaud
b7fe71d774 fix cloning of standard deviation method 2019-08-31 10:17:32 +02:00
Denis Rouzaud
f55dd95531 fix enum doc 2019-08-31 09:50:38 +02:00
Peter Petrik
5effed47d9 fix building without qt' printer 2019-08-31 09:49:12 +10:00
Peter Petrik
0d5d6ca97d fix showing picture widget on ios 2019-08-31 09:49:12 +10:00
Sandro Santilli
c4c22db2a0 [make check] Use xvfb with screen number 0
This fixes make check for me, and it is already what debian/rules
uses (and scripts/jenkins-run.sh)

Closes #31473
2019-08-31 01:20:40 +02:00
Sandro Santilli
7e3b539a6d Fix typo in xvfb package name comment 2019-08-31 01:20:40 +02:00
Etienne Trimaille
e7c058ed82 make the crash ID clickable on github 2019-08-31 07:30:44 +10:00
nirvn
c1e8c4e39a [layout] Fix PDF epxort dialog vertical widget distribution 2019-08-31 07:30:11 +10:00
nirvn
42839d107f [layout] Put the geopdf vector feature widget in the right stack 2019-08-31 07:30:11 +10:00
Keith Jenkins
5b1f2f2c12 correct acres abbreviation to "ac" 2019-08-31 07:29:29 +10:00
Denis Rouzaud
8792c4954d fix missing lower bound in ranges 2019-08-30 16:41:39 +02:00
Denis Rouzaud
b6278aeb25 correctly set method when updating classes 2019-08-30 15:36:19 +02:00
Denis Rouzaud
ac1ce4f4ed better naming of methods and API documentation 2019-08-30 15:35:53 +02:00
Denis Rouzaud
b580242aef fix deprecated methods and remove leftovers 2019-08-30 13:12:43 +02:00
Denis Rouzaud
41495058d1 run sipify 2019-08-30 12:45:37 +02:00
Denis Rouzaud
9ae54eaafa fix deprecated methods in tests 2019-08-30 12:45:37 +02:00
Denis Rouzaud
e4c775663d complete CMakeLists.txt 2019-08-30 12:45:37 +02:00
Denis Rouzaud
e2967b7b37 modification to UI
use an editable combobox instead of a spin or combobox
2019-08-30 12:45:27 +02:00
Denis Rouzaud
fa7850bff1 refactor QgsGraduatedSymbolRendererWidget (gui) 2019-08-30 12:45:26 +02:00
Denis Rouzaud
38f62f2276 refactor QgsGraduatedSymbolRenderer (core) 2019-08-30 12:45:26 +02:00