32094 Commits

Author SHA1 Message Date
Juergen E. Fischer
ab5f06b9fb processing: base grass path on OSGEO4W_ROOT where available 2016-03-31 22:51:56 +02:00
Matthias Kuhn
18cdad9956 Convert print function to py3 style in tests 2016-03-31 17:20:53 +02:00
Matthias Kuhn
3c01f513b8 Remove some python tests from Qt5 blacklist 2016-03-31 17:20:52 +02:00
Tom Kralidis
26ebc83681 [MetaSearch] fix version referencing 2016-03-31 11:13:18 -04:00
Tom Kralidis
a88fcf1d54 Merge pull request #2959 from geopython/master
reuse core icons
2016-03-31 11:11:07 -04:00
Marco Hugentobler
1e85772e03 Fix layer order in GetPrint 2016-03-31 16:30:27 +02:00
Tom Kralidis
3dffb7b743 reuse core icons 2016-03-31 10:14:08 -04:00
Marco Hugentobler
6c6e983890 Replace calls to deprecated method 2016-03-31 13:23:35 +02:00
Marco Hugentobler
19120f40cf Keep old method signature in wms config parser for compatibility 2016-03-31 13:23:35 +02:00
Matthias Kuhn
ec17e3cc8e Fix expression "if" documentation 2016-03-31 13:13:32 +02:00
Harrissou Sant-anna
b3edfa8080 Fix if function example 2016-03-31 13:12:35 +02:00
Marco Hugentobler
332c1632f3 Adapt qgswmsconfigparser.sip 2016-03-31 10:52:22 +02:00
Matthias Kuhn
625be7a9ab Merge pull request #2958 from mbernasocchi/master
Protect process_contexthelp.py from IOError
2016-03-31 10:21:36 +02:00
Marco Bernasocchi
2fb71b02c4 Protect process_contexthelp.py from IOError 2016-03-31 10:18:57 +02:00
Marco Hugentobler
afa20ec28d [FEATURE:] Redlining in QGIS server (GetMap and GetPrint). Funded by canton of Solothurn 2016-03-31 09:38:54 +02:00
Nyall Dawson
befa962b30 Update legend test mask images for Windows build 2016-03-31 16:46:30 +11:00
Nyall Dawson
9e759efc2c Fix PyQgsVirtualLayerDefinition test on Windows 2016-03-31 16:46:11 +11:00
Nyall Dawson
cb149107b6 Fix qgis_coordinatereferencesystemtest with GDAL >= 2.0 2016-03-31 16:45:44 +11:00
Nyall Dawson
810fb5b165 Fix qgsrasterlayer tests under GDAL >= 2.0 2016-03-31 16:45:29 +11:00
Nyall Dawson
6545746fc6 [FEATURE] Add extra resampling methods to align raster tool which are
available in GDAL >= 2.0 (max, min, median, q1 and q3)
2016-03-31 16:45:16 +11:00
Nyall Dawson
a30bf95c4b Drop precision of some processing tests to pass on Windows 2016-03-31 16:44:57 +11:00
Nyall Dawson
9dd791da01 Fix composer_label tests under Windows 2016-03-31 16:44:43 +11:00
Nyall Dawson
47cc4473c7 Fix generate_test_mask_image script 2016-03-31 16:44:32 +11:00
Alessandro Pasotti
897cd3cd17 Merge pull request #2957 from boundlessgeo/wfs-t-fixes-14139
Fix for simple geometries insert error in WFS-T
2016-03-30 19:05:16 +02:00
elpaso
768416340f Fix for simple geometries insert error in WFS-T
Fixes #14139 Error inserting feature in WFS-T server
2016-03-30 17:29:25 +02:00
Juergen E. Fischer
dccd731070 debian packaging: no need for downgraded cmake on xenial anymore 2016-03-30 16:45:25 +02:00
Matthias Kuhn
a438bda7b8 Followup ad8ee31: inverted usage of identifyable layer config 2016-03-30 14:21:17 +02:00
Matthias Kuhn
46162f2145 Remove expected failure from test 2016-03-30 13:47:38 +02:00
Tom Chadwin
2eb660a00c Bump Doxygen to support HTML_EXTRA_STYLESHEET
This is the minimum version required - happy to bump it higher if
preferred
2016-03-30 12:10:32 +01:00
Tom Chadwin
03da61ddd4 Move CSS to /doc, clarify comment 2016-03-30 11:32:10 +01:00
Nyall Dawson
9104704f59 [composer] Set base stylesheet of composer labels to match the
label font and margins when rendering as HTML.

This allows interactive choice of font, margins and colors and
avoids the need to manually set these with CSS within the
label HTML code.
2016-03-30 19:35:34 +11:00
Nyall Dawson
6526cf5a86 New QgsFontUtils::asCSS method for converting a QFont to a CSS
string representation (as close as possible)
2016-03-30 19:35:34 +11:00
Juergen E. Fischer
567b4be12b fix windows build 2016-03-30 08:59:41 +02:00
Juergen E. Fischer
c9438a4144 use wait cursor when zooming to layers and groups from layer tree 2016-03-30 08:41:14 +02:00
Juergen E. Fischer
1cc82af899 oracle provider: also try sdo_filter on queries 2016-03-30 08:41:14 +02:00
Juergen E. Fischer
d690d721c2 store and restore layer extents in projects 2016-03-30 08:41:14 +02:00
Nyall Dawson
402ee9d4cf Fix missing features when combining FilterExpression requests with
subsets of attributes and the filter expression requires fields
which are not included in the attribute subset

Note: I've only fixed the providers which implement the vector
provider conformance unit tests. Other providers (eg GRASS) should
also implement a similar fix.
2016-03-30 16:31:55 +11:00
Nyall Dawson
62c86f038e Highlight today's date in date time calendar popup 2016-03-30 10:14:31 +11:00
Nyall Dawson
692a17efd6 Merge pull request #2952 from rouault/fix_indentation
Fix indentation in src/app/qgisapp.cpp
2016-03-30 09:37:55 +11:00
Nyall Dawson
4ece916728 Fix layer extent was not invalidated for certain geometry editing
operations (eg move feature, add/delete/move vertex) (fix #14573)
2016-03-30 09:19:14 +11:00
Nyall Dawson
59d4b85c73 Avoid some unnecessary detachments in memory provider
Should speed up the provider slightly and also refs #14559 (I can
no longer reproduce that crash with this change)
2016-03-30 08:28:20 +11:00
Even Rouault
8c3155fbe8 Fix indentation in src/app/qgisapp.cpp
The indentation error was added in
d732d845f1
but went unnoticed in the Travis builds after merge in master.

However my working branch rebased on top of master detected the issue whereas
I never modified this file...
https://travis-ci.org/rouault/Quantum-GIS/jobs/119308048

There must be some shortcoming or subtelty in the working of scripts/verify-indentation.sh
2016-03-29 20:49:07 +02:00
Juergen E. Fischer
f7c28f60ef txt2doc run (followup 9b198f1) 2016-03-29 20:25:30 +02:00
Tom Chadwin
7b80ced486 Line break at end of file 2016-03-29 16:50:29 +01:00
Tom Chadwin
53f49b021d Revert historic Travis change 2016-03-29 16:42:58 +01:00
Tom Chadwin
888b158d46 Doxyfile clarification/format tweak 2016-03-29 16:40:59 +01:00
Tom Chadwin
b2cbbe45e4 Edit Doxyfile to change colour scheme and use CSS
Also moved custom CSS to /cmake_templates
2016-03-29 16:39:44 +01:00
Tom Chadwin
218144d6c3 Remove colour declarations
Use doxygen HTML_COLORSTYLE_HUE = 113 instead
2016-03-29 16:31:04 +01:00
Matthias Kuhn
755b5b69ce Merge pull request #2950 from rouault/INSTALL_note_about_msinttypes
INSTALL: mention not to install msinttypes package in OSGeo4W
2016-03-29 17:03:32 +02:00
Tom Chadwin
72b6b2e03a Further blue > green palette changes
Confirmed working with doxygen, using HTML_EXTRA_STYLESHEET - tested
locally
2016-03-29 15:19:25 +01:00