40454 Commits

Author SHA1 Message Date
Alexander Bruy
49bfe69823 [processing] add parameter representing raster band 2017-08-04 11:27:35 +03:00
Matthias Kuhn
3c58599bd1 Remove what's this button 2017-08-03 13:59:52 +02:00
Nyall Dawson
97527466ab Fix tiny marker and ellipse symbol preview icons on HIDPI screens 2017-08-03 17:54:16 +10:00
Nyall Dawson
820e3422c8 Remove invalid return from API doc, remove some redundant inclusions 2017-08-03 06:46:41 +10:00
Nyall Dawson
fa1d2be25f Fix broken strings in expression function help 2017-08-03 04:47:50 +10:00
Nyall Dawson
dfac99626b Fix always disabled layout extent decoration widget 2017-08-03 01:05:09 +10:00
Nyall Dawson
082dafe22d Fix infinitely growing widgets
Fixes #16849
2017-08-03 00:46:33 +10:00
Nyall Dawson
a0010a1d9e Merge pull request #4949 from lbartoletti/inclination_help
add missing help for inclination
2017-08-02 18:04:02 +10:00
Nyall Dawson
1887cfffa8 Only grab tap-and-hold gestures on Android
We don't want to capture these on desktop environments - it
messes with dropdown menus and other click and drag type operations
2017-08-02 17:55:06 +10:00
lbartoletti
d88a7f4198 add missing help for inclination 2017-08-01 21:48:03 +02:00
Alexander Bruy
c373c8b32e Merge pull request #4948 from alexbruy/processing-raster
[processing] restore and improve some raster algorithms
2017-08-01 16:01:24 +03:00
Alexander Bruy
79adad7c8c indentation 2017-08-01 15:25:02 +03:00
Alexander Bruy
27f4d42b23 [processing] remove unused code 2017-08-01 14:52:25 +03:00
Alexander Bruy
14435907f6 [processing] adopt algs to use new API call to retrieve GDAL driver 2017-08-01 14:52:25 +03:00
Alexander Bruy
0476d4e2da [API] method to retrieve corresponding GDAL driver from a file
extension
2017-08-01 14:52:25 +03:00
Alexander Bruy
fef93fc751 [processing] limit pixel size values 2017-08-01 14:52:25 +03:00
Alexander Bruy
1f276a12bf [processing] port raster layer statistics 2017-08-01 14:52:25 +03:00
Alexander Bruy
fa0bb2e6dc [processing] improve Create constant raster algorithm 2017-08-01 14:52:25 +03:00
Nyall Dawson
0328b7af48 Merge pull request #4943 from nyalldawson/exp_layer_rel
Add items for project map layers and relations to expression builder
2017-08-01 19:30:58 +10:00
rldhont
a8f6dbc3b7 Merge pull request #4945 from pblottiere/server_smallclean
[server] Small clean-up in WMS renderer
2017-08-01 09:25:37 +02:00
Blottiere Paul
e44a5ce44a Add tests 2017-07-31 10:08:22 +01:00
Blottiere Paul
3ebad9a119 Small cleanups in WMS renderer 2017-07-31 10:07:37 +01:00
Matthias Kuhn
0db8a5816b Merge pull request #4944 from m-kuhn/PyOverrideCursor
Safer cursor overriding for python
2017-07-31 10:10:06 +02:00
Matthias Kuhn
1da9c607c9
[MetaSearch] Make dialog element size dynamic 2017-07-31 10:09:03 +02:00
Matthias Kuhn
3dc6daaffa
Fix typo 2017-07-31 09:35:28 +02:00
Nyall Dawson
917263a9a3 Allow setting project for QgsExpressionBuilderWidget
(still defaults to QgsProject::instance())
2017-07-31 08:18:09 +10:00
Nyall Dawson
e79bf3fb94 Add some unit tests for QgsExpressionBuilderWidget 2017-07-31 08:08:18 +10:00
Nyall Dawson
878ee5c067 Add items for project map layers and relations to expression builder
Allows easy insertion of map layer IDs and relation IDs into
expressions. Numerous expression functions now utilise these,
so it makes sense to allow them to be easily inserted.

Fix #11680, #16879

Sponsored by Andreas Neumann
2017-07-31 08:08:18 +10:00
Matthias Kuhn
b262604f7a
Add missing import 2017-07-30 22:42:57 +02:00
Matthias Kuhn
3ce6fcd31d
Even more endless hourglass avoidance 2017-07-30 22:36:51 +02:00
Matthias Kuhn
8473df562f
More endless hourglass protection 2017-07-30 22:18:25 +02:00
Matthias Kuhn
4b6b8434f4
Avoid endless wait cursors in console 2017-07-30 21:53:41 +02:00
Matthias Kuhn
973d3515d1
Avoid endless wait cursors 2017-07-30 21:51:22 +02:00
Matthias Kuhn
cf753e9ff4 Merge pull request #4942 from gacarrillor/relation_reference_widget_fixes
[needs-docs] Relation Reference Widget: Add option to show/hide Open Form Button
2017-07-30 14:15:25 +02:00
Nathan Woodrow
f6b8426b20 Profile menu naming 2017-07-30 21:07:08 +10:00
Nathan Woodrow
c819d13523 Hide profiles section if there is only one user profile 2017-07-30 21:02:13 +10:00
gacarrillor
91e39a7a95 [needs-docs] Relation Reference Widget: Add option to show/hide the Open Form Button
The option was already available in the API (QgsRelationReferenceWidget->setOpenFormButtonVisible), but couldn't be used from QgsEditorWidgetSetup nor from the config dialog. For the former, a 'ShowOpenFormButton' key is added, whereas for the latter, a new checkbox is available.

Being able to hide the Open Form Button is helpful when configuring lookup tables, where a single combo box should be shown in the edit form with no additional buttons.
2017-07-29 22:46:41 -05:00
Nathan Woodrow
45fc00aad7 Move profiles to settings menu 2017-07-29 19:55:31 +10:00
Nyall Dawson
ce92ff6158 Merge pull request #4938 from SrNetoChan/dialog_titles_2
More work on titles capitalization
2017-07-29 07:03:25 +10:00
Alexandre Neto
5281a3697f More work on titles capitalization 2017-07-28 13:18:15 +01:00
Matthias Kuhn
7f1bb72872 Merge pull request #4937 from m-kuhn/attributeTableCodeEnhancements$
Attribute table code enhancements
2017-07-28 13:08:14 +02:00
Matthias Kuhn
4705c97511
Fix typo in api_break.dox 2017-07-28 12:48:07 +02:00
Matthias Kuhn
f43df122ec
Pre-Qt 5.6 compatibility 2017-07-28 12:26:22 +02:00
Matthias Kuhn
a62b02699d
Q_FOREACH instead of non const iterator 2017-07-28 11:45:17 +02:00
Matthias Kuhn
cd83c3c6d1
Modernize connections to actions
Use function references rather than SLOTs
2017-07-28 11:45:17 +02:00
Ismail Sunni
b7a4366c40 Add {GP} to make the script use gsed in macos. 2017-07-28 10:35:43 +02:00
rldhont
b8616ec513 Merge pull request #4898 from tcoupin/master
Fix srsDimension parsing in GML, fixes #15721
2017-07-28 10:14:54 +02:00
Nyall Dawson
9763b602fc Merge pull request #4936 from nyalldawson/algs
Restore more processing algs
2017-07-28 16:30:00 +10:00
Nyall Dawson
e8290928dd Port Variable distance buffer to new API
Improvements:
- add cap style/join style/ miter limit setting from fixed distance buffer
2017-07-28 14:10:48 +10:00
Nyall Dawson
5763381cbd Port fixed distance buffer to new API 2017-07-28 13:58:52 +10:00