30028 Commits

Author SHA1 Message Date
Nyall Dawson
19dcd21b6d Add icons to geometry generator type list 2015-12-11 11:58:34 +11:00
Matthias Kuhn
7daca216b3 Ignore bounds for generated geometries
And guard many other static_casts to avoid crashes.
2015-12-11 01:35:30 +01:00
Nathan Woodrow
d021100e5e [FEATURE] Allow hiding paths from the browser panel 2015-12-11 10:21:07 +10:00
Matthias Kuhn
d1c063419b Rename geometry generator types 2015-12-11 00:50:05 +01:00
Juergen E. Fischer
595f24e40d astyle.sh: skip E265 (block comments should start with '# ') 2015-12-11 00:15:06 +01:00
Matthias Kuhn
8a9399095b Indentation update 2015-12-11 00:07:37 +01:00
Nyall Dawson
c854d05f2e Update doc and sip coverage test thresholds 2015-12-11 08:36:36 +11:00
Nyall Dawson
b23ddfe2b4 Fix taking attribute values in merge attributes dialog (fix #13971)
Also fix handling of long feature ids in tool.
2015-12-11 08:07:10 +11:00
Nyall Dawson
f93fce7390 Avoid warnings 2015-12-11 07:32:38 +11:00
Nyall Dawson
c6c076b082 Implement provider side feature IDs filtering for mssql 2015-12-11 07:14:03 +11:00
Nyall Dawson
a6cf5475c6 [FEATURE] Expression compiler for mssql provider
Also make mssql provider handle requests which cannot be executed
gracefully (was crashing before)
2015-12-11 07:14:03 +11:00
Nyall Dawson
8602a91a1d Add provider test for mssql 2015-12-11 07:14:03 +11:00
Juergen E. Fischer
c9645e478c indentation fix 2015-12-10 20:41:07 +01:00
rldhont
f27e6c27b5 [FEATURE][QGIS-Server] showFeatureCount in GetLegendGraphic
Add non standard parameter 'ShowFeatureCount' to add feature count in the legend.
2015-12-10 16:28:19 +01:00
Matthias Kuhn
ac5ff0c2ca Fix doxymentation also in sip 2015-12-10 15:57:21 +01:00
Matthias Kuhn
0fdfad4283 [ogr] compatibility for 64 bit integers -> ifdefd
GDAL 2 related
2015-12-10 12:59:10 +01:00
Matthias Kuhn
e3a57a358d [ogr] compatibility for 64 bit integers
GDAL 2 related
2015-12-10 12:33:43 +01:00
Matthias Kuhn
aa4f28882d Add geometry generator tests 2015-12-10 12:33:43 +01:00
Matthias Kuhn
c423d64a8e Reduce wkb parsing 2015-12-10 12:33:43 +01:00
Matthias Kuhn
123a60e651 [sip, doxygen] Geometry modifier bindings
and lots of doxymentation
2015-12-10 12:33:43 +01:00
Matthias Kuhn
17f9d554f8 [FEATURE] Add geometry generator symbols 2015-12-10 12:33:43 +01:00
Matthias Kuhn
554b41d28a Symbol rendering engine does not rely on guaranteed types 2015-12-10 12:33:43 +01:00
Matthias Kuhn
68b52094ff Symbol creates geometry instead of the renderer 2015-12-10 12:33:43 +01:00
Juergen E. Fischer
29a3c64c8d wms provider: ignore cache on getcapabilities request with forced refresh (followup 9c340d7) 2015-12-10 11:39:41 +01:00
Nyall Dawson
89b9b67974 Handle type conversion failures for compiled expressions 2015-12-10 20:49:17 +11:00
Nyall Dawson
038646170f Fix spatialite provider test data (was missing primary key) 2015-12-10 16:18:30 +11:00
Nyall Dawson
54776ebd79 Better debugging for provider tests 2015-12-10 16:18:00 +11:00
Nyall Dawson
0a84fbd6b5 Use QgsFields::fieldNameIndex when preparing column refs in expressions 2015-12-10 16:17:46 +11:00
Matthias Kuhn
28cabbe4d0 [Expression] radians and degrees 2015-12-10 00:41:42 +01:00
Juergen E. Fischer
9d67849f85 also set application icon on windows and osx 2015-12-09 22:15:19 +01:00
Nyall Dawson
7d59be880a Fix coverity issues 2015-12-10 08:13:21 +11:00
Alessandro Pasotti
0287daf8ab Merge pull request #2555 from elpaso/bugfix-pg-inherits
Additional tests for tables with inherits
2015-12-09 12:03:59 +01:00
Matthias Kuhn
50092ebbb3 [Travis] Show proper clang version 2015-12-09 11:05:27 +01:00
Matthias Kuhn
c9423c1ac7 [Travis] Don't build with debug info 2015-12-09 10:44:11 +01:00
elpaso
94b5e609de Fixed comment base_table_good 2015-12-09 09:41:08 +01:00
Juergen E. Fischer
70e35ff24c missed a string in 6c3141b 2015-12-09 09:18:58 +01:00
Juergen E. Fischer
6c3141b605 fix #13964 2015-12-09 08:56:15 +01:00
Nathan Woodrow
478b6b95e7 Fix win build 2015-12-09 16:23:47 +10:00
Nyall Dawson
e8e785c5e9 Try to fix Travis by reverting to legacy build environment 2015-12-09 16:13:21 +11:00
Nyall Dawson
c7c5c007be [FEATURE] Double clicking a legend node opens symbol editor directly 2015-12-09 16:07:39 +11:00
Nyall Dawson
2026fce135 [FEATURE] Directly set class symbol color from context menu in legend
Shows a color wheel widget in the menu, which allows you to
interactively edit the color for a classes' symbol.
2015-12-09 16:07:31 +11:00
Nyall Dawson
2377688c6c Add QgsColorWidgetAction for easily inserting QgsColorWidgets in menus 2015-12-09 16:07:22 +11:00
nirvn
a5d670233b [FEATURE] add darker() and lighter() expression functions 2015-12-09 15:50:59 +11:00
Nathan Woodrow
e9ef51341c Use geometry by default on custom expression functions
Got burnt by my own code. Them feels.
2015-12-09 13:02:58 +10:00
Nyall Dawson
6e140b97fd [FEATURE] Edit legend symbols directly from layer tree
This adds a new "edit symbol" item to the right-click menu for a
renderer child legend item (eg categories for the categorised
renderer). Selecting it opens a symbol editor dialog which allows
for directly editing the classes symbol. It's much faster than
opening the layer properties and going through the style tab.
2015-12-09 07:25:03 +11:00
Nyall Dawson
83e139a550 Add method for retrieving legend nodes by layer ID and legend rule key 2015-12-09 06:01:12 +11:00
Matthias Kuhn
197ee6cb3a Fallback to pure PyQt4 for the moment
Fix #13948

Will probably require some packaging adjustments when reintroducing this.
2015-12-08 16:19:53 +01:00
Matthias Kuhn
85e9f785a8 Expected failure for some tests
Waiting for travis to recover before looking into it.
They pass locally.
2015-12-08 15:49:02 +01:00
Matthias Kuhn
84b3a15c6a API cleanup 2015-12-08 15:49:02 +01:00
Matthias Kuhn
86abb26b62 Add sip bindings 2015-12-08 15:49:02 +01:00