36246 Commits

Author SHA1 Message Date
Nyall Dawson
0ce30217f1 Implement some QGIS 3 TODOs for diagram API 2017-01-04 18:17:22 +10:00
Nyall Dawson
ff1bbfbdd4 [processing] Adjust margins, frame style in modeller to match main window style 2017-01-04 08:22:04 +10:00
Nyall Dawson
0bdc99000c Cosmetic improvements to procesing modeller
- always use a 1px outline around items, regardless of zoom
- don't change text color for selected items (too hard to read),
instead change outline/box color
2017-01-04 07:50:33 +10:00
Nyall Dawson
06baa97635 Merge pull request #3930 from nyalldawson/rename_qgsproject
Rename QgsProperty to QgsProjectProperty
2017-01-04 07:07:53 +10:00
Matthias Kuhn
d12c41f232 Don't add default actions multiple times
Fix #16013
2017-01-03 19:37:07 +01:00
rldhont
9fd65a236f Merge pull request #3906 from rldhont/server-wms-stretch-compliancy
[BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease
2017-01-03 15:13:48 +01:00
rldhont
8475fc36f3 Update [QGIS Server] CITE WMS 130 Test project 2017-01-03 14:55:00 +01:00
rldhont
454df31b17 [BUGFIX][Server] WMS compliance: stretched, distort, increase, decrease
The commit d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69 seems to break some WMS 1.3.0 client and WMS compliancy.
The commit d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69 has been written to fix an issue with QGIS WMS Client and to render image like other WMS Server.

This commit has been written to fix issue introduce by d44f1eba2fed18b3fef8d8865d79b3b6d8bc4d69.
It is based on MapServer code:
* https://github.com/mapserver/mapserver/blob/master/mapdraw.c#L115
* https://github.com/mapserver/mapserver/blob/master/HISTORY.TXT#L3768

And take account of axis invertion for output CRS.
2017-01-03 14:55:00 +01:00
Alexander Bruy
47130a6758 Merge pull request #3925 from alexbruy/shortcuts-search
[FEATURE] add search bar to the Configure Shortcuts dialog (fix #12681)
2017-01-03 10:40:17 +02:00
Alexander Bruy
a643f4b4a6 Merge pull request #3941 from nirvn/processing_options_freeze
[processing] fix app freeze when closing options dialog (fixes #15550)
2017-01-03 10:37:33 +02:00
nirvn
3dcf487485 [processing] fix app freeze when closing options dialog (fixes #15550) 2017-01-03 14:03:19 +07:00
Nyall Dawson
57917ab118 Compile some string functions 2017-01-03 15:32:57 +10:00
Nyall Dawson
30f498f006 Compile some supported functions for spatialite provider 2017-01-03 15:32:57 +10:00
Nyall Dawson
9615ac42b4 Handle division operator during expression compilation 2017-01-03 15:32:57 +10:00
Mathieu Pellerin
56d5a375a1 [FEATURE] Zoom in/out and fit items to view actions for the modeler (#3939) 2017-01-03 12:15:03 +07:00
nirvn
b3fddc79f6 [ui] re-order zoom-related composer toolbar buttons
to match the ordering on the main window
2017-01-03 11:57:29 +07:00
rldhont
f59acade4b Merge pull request #3863 from rldhont/postgres-compile-expression-functions
[Feature][PostgreSQL] Compile expression functions
2017-01-02 17:17:33 +01:00
rldhont
4bc06b18e9 [Feature][PostgreSQL] Tests: Compile expression functions 2017-01-02 16:25:33 +01:00
rldhont
904d26abd2 Sql Compiler: Add escape after IN operator 2017-01-02 16:25:32 +01:00
rldhont
735b1c359a [Feature][PostgreSQL] Compile expression functions 2017-01-02 16:25:32 +01:00
rldhont
cd970f2280 Merge pull request #3897 from dmarteau/removeBase64
Server: Remove base64 encoding supports in WMS responses
2017-01-02 15:32:54 +01:00
David Marteau
ddd5adf30a Remove base64 encoding supports in WMS responses 2017-01-02 13:02:17 +01:00
Juergen E. Fischer
3ba2f8e0f4 osgeo4w: update to grass72 2017-01-02 10:18:09 +01:00
Mathieu Pellerin
952e6fb17c Merge pull request #3931 from nirvn/processing_modeler_picture
[FEATURE] Export processing models as PDF/SVG
2017-01-02 15:50:54 +07:00
Nyall Dawson
48e72999ab Cleanup QgsProjectProperty headers and docs 2017-01-02 15:20:08 +10:00
nirvn
f54476cdda [FEATURE] Export processing models as PDF/SVG 2017-01-02 11:47:54 +07:00
Nyall Dawson
89cfa68369 Rename QgsProperty to QgsProjectProperty
and QgsPropertyKey/Value to QgsProjectPropertyKey/Value

The QgsProperty names are too generic to be used in this
context
2017-01-02 13:09:20 +10:00
nirvn
4603eb0f3d [processing] update color scheme and position of modeler elements 2017-01-02 09:30:17 +07:00
nirvn
d01e3feafc [processing] convert modeler icons to pictures to kill pixels when zoomed 2017-01-02 08:47:11 +07:00
Nyall Dawson
a05096d59a Add missing docs 2017-01-02 10:57:46 +10:00
Nyall Dawson
a4838e1a95 [processing] Don't abort heatmap if adding single feature fails 2017-01-02 10:05:33 +10:00
Nyall Dawson
ef0131dfe3 Optimise destructors (pt 3) 2017-01-02 09:54:33 +10:00
Nyall Dawson
6579c4ced6 Use c++11 '= delete' instead of private copy declarations
Switches the use of private copy constructors/copy assignment
operators to instead use public "=delete" declarations.
This results in clearer compile-time errors if these deleted
functions are used, vs obscure link-time errors.
2017-01-02 09:06:43 +10:00
Nyall Dawson
8ebc73b495 Merge pull request #3914 from nyalldawson/bye_singletons
Remove some singletons by moving instances to QgsApplication
2017-01-02 09:00:58 +10:00
Juergen E. Fischer
c6fb25375c allow limiting snapping to a given area 2017-01-01 18:40:14 +01:00
Juergen E. Fischer
4d6a535970 find GRASS 7.2 2017-01-01 18:21:33 +01:00
Juergen E. Fischer
784dfa284a remove qgis_eo.ts reference (will be pulled in automatically) 2017-01-01 13:14:58 +01:00
Jürgen Fischer
13990a20c9 Merge pull request #3904 from sikmir/i18n-eo
[i18n] integrate esperanto translation
2017-01-01 12:58:57 +01:00
Jürgen Fischer
0532976a8a Merge pull request #3927 from rduivenvoorde/bonn_splash
New splash from Bonn Hackfest image
2017-01-01 11:42:42 +01:00
Alexander Bruy
1fb9ef6ca5 [FEATURE] add search bar to the Configure Shortcuts dialog (fix #12681)
Supports search by action name and by shortcut
2017-01-01 11:29:20 +02:00
nirvn
248e7d1d5e Followup 8849e94: add missing svg file 2016-12-31 12:03:40 +07:00
nirvn
8849e94208 [processing] vectorize basic modeler images 2016-12-31 11:59:53 +07:00
nirvn
00ee2ad989 [processing] vectorize and improve menu icons (fixes #14474) 2016-12-31 11:59:46 +07:00
Nyall Dawson
d411b67b5c Re-add missing doc 2016-12-31 11:41:39 +10:00
Nyall Dawson
5b36dfcfb2 Remove some doxygen comments from overridden methods (pt 2) 2016-12-31 10:52:16 +10:00
Richard Duivenvoorde
5c06997a31 new splash 2016-12-30 15:39:04 +01:00
Mathieu Pellerin
46a69dfc6a [raster] re-compute min/max when band(s) changed (#3923) 2016-12-30 18:57:12 +07:00
Nyall Dawson
882878be6a Fix failing doc test 2016-12-30 21:18:48 +10:00
Nyall Dawson
d4a62b4663 Fix build 2016-12-30 20:41:49 +10:00
Alexander Bruy
f7a279674e don't select any field by default in Field Calculator's "Update existing field" combobox (fix #15970) 2016-12-30 11:13:01 +02:00