Matthias Kuhn
ddca636ec7
Merge pull request #9450 from m-kuhn/raii
...
More RAII in PAL
2019-03-09 18:54:24 +01:00
Matthias Kuhn
db15465e94
Remove obsolete line
2019-03-09 17:16:35 +01:00
Matthias Kuhn
c0d528ee2c
More RAII in PAL
2019-03-09 15:53:03 +01:00
Juergen E. Fischer
7cc052885f
Del doesn't need to be translated. Qt translates it automatically, but a wrong translation breaks the key (eg. Löschen instead of Entf in German); fixes #17281
2019-03-09 13:36:59 +01:00
Matthias Kuhn
d3a12dc63a
Code style
2019-03-09 11:49:37 +01:00
Matthias Kuhn
e41766e5db
RAII
2019-03-09 11:49:37 +01:00
Matthias Kuhn
785dd7fc8f
Remove unrequired default values
2019-03-09 11:49:37 +01:00
Matthias Kuhn
cebfa7b2a8
Range based for loops in labeling
2019-03-09 11:49:37 +01:00
Alessandro Pasotti
6714819835
Merge pull request #9309 from elpaso/bugfix-21409-qgssettings-dont-store-unchanged
...
Do not store default values in user's QgsSettings
2019-03-08 14:46:36 +01:00
Juergen E. Fischer
768b3d4b05
fix windows build
2019-03-08 12:26:59 +01:00
Alessandro Pasotti
c732dfdcbe
Merge pull request #9422 from elpaso/bugfix-21511-rastercalc-multiband
...
Fix raster calculator with multiband rasters
2019-03-08 12:16:28 +01:00
Alessandro Pasotti
ec0ff4abb5
Merge pull request #9417 from elpaso/bugfix-21497-make-features-compatible
...
Fix makeFeatureCompatible wrong field count
2019-03-08 12:16:06 +01:00
Etienne Trimaille
8d3946db66
Update src/core/qgssettings.cpp
...
Co-Authored-By: elpaso <elpaso@itopen.it>
2019-03-08 12:15:35 +01:00
Denis Rouzaud
d0fceef23a
Merge pull request #9425 from 3nids/scope_base_enum
...
Scope based enum
2019-03-08 11:38:01 +01:00
Denis Rouzaud
1281bcc256
[sipify] add macro to explicitely ask for monkey patching
...
because new scope based enum should not do the monkey patching, it's only done for python API compatibility
2019-03-08 10:27:34 +01:00
Matthias Kuhn
237e13c08e
Merge pull request #9423 from saeri-ims/patch-1
...
adding explanation and information icon
2019-03-08 08:58:05 +01:00
Matthias Kuhn
99cedd6e10
Merge pull request #9421 from raymondnijssen/measuretoolfix
...
Hide orange measure line and points while measure tool is inactive
2019-03-08 08:24:35 +01:00
Nyall Dawson
cccf974211
[processing] Port enum widget wrapper to new API
...
Fixes:
- enum parameters set to "allow multiple" only allow a single
value selection when used in modeler
- optional enum parameters cannot be set to no value when
used outside of modeler
Fixes #20406
2019-03-08 15:46:59 +10:00
nirvn
160ca692b7
[plugin manager] Set view to all plugins when clicking a tag hyperlink
2019-03-08 10:38:06 +07:00
Denis Rouzaud
20883c9532
run sipify
2019-03-07 21:07:53 +01:00
Matthias Kuhn
f7b0e10ed9
Fix capitalization
2019-03-07 20:28:35 +01:00
SAERI
d04bfcf0a7
adding explanation and information icon
2019-03-07 18:58:33 +00:00
Alessandro Pasotti
c5ef988d08
Fix raster calculator with multiband rasters
...
Fixes #21151
2019-03-07 19:34:45 +01:00
Raymond Nijssen
16d96e9e6f
Hide orange measure line and points while measure tool is inactive
2019-03-07 18:15:37 +01:00
Matthias Kuhn
13ef23f27c
Indentation
2019-03-07 17:42:04 +01:00
Matthias Kuhn
ddce0c0543
expression function update
2019-03-07 17:41:27 +01:00
Rosa Aguilar
5a2e18084c
add paramaters list to expression functions
2019-03-07 17:27:12 +01:00
Denis Rouzaud
717ea437c1
use scope based enum for QgsAdvancedDigitizingDockWidget::AditionalConstraints
2019-03-07 16:34:16 +01:00
Alessandro Pasotti
0325a37ff9
Fix makeFeatureCompatible wrong field count
...
Fixes #21497 - Copying features from source layer to target layer - field values are not copied
2019-03-07 14:45:04 +01:00
Alessandro Pasotti
41cc02f691
Merge pull request #9381 from elpaso/gpkg-project-storage
...
Gpkg project storage
2019-03-07 12:41:17 +01:00
Nyall Dawson
12ba41750f
Fix paletted raster renderer does not respect correct band when rendering
...
Fixes #21505
2019-03-07 18:50:06 +10:00
Matthias Kuhn
686d21114b
Fix n:m relations in autogenerated attribute forms
...
Fix #16446
Fix #21491
2019-03-06 20:40:26 +01:00
Matthias Kuhn
825c240be3
Code cleanup ( #9392 )
...
* Make auth a Q_FOREACH free zone
* Code cleanup
* Add const
* Indentation
* Indentation
2019-03-06 20:21:58 +01:00
Harrissou Sant-anna
53a717a41b
Fix formatting in pyqgis documentation ( #9396 )
...
* Fix API documentation
* Fix sip doc
2019-03-06 20:09:26 +01:00
sklencar
288b5c18a1
[QgsQuick] Feature form improvements #2 ( #9388 )
...
TextEdit
* added radius property
QgsQuickFeatureFormStyling and ExternalResource widget - added optional color for trash icon
ExternalResource
* smaller icons
* preview available in read-only mode
FeatureForm
* fix of empty space for tabs which exists even if there are no tabs
Enabling widgets for interactions even in readOnly mode, still not edits! Changes due to introduction of a preview for externalResources widget, which should be available also in readOnly mode. Therefore the widget is always enabled.
NOTE: changed order of properties for widgets to keep the same order.
2019-03-06 18:03:09 +01:00
Alessandro Pasotti
e217693ad3
R.I.P. De Morgan
2019-03-06 15:44:24 +01:00
Alessandro Pasotti
5d404cbd53
Expose gpkg embedded project to the browser
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
46d5c4808b
Remove and rename gpkg-stored projects
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
60942cdf84
[feature][needs-docs] Store projects into geopackage
...
Store and load QGIS projects to/from geopackage.
(This is the same functionality previously available
only for postgis)
2019-03-06 15:39:23 +01:00
Alessandro Pasotti
0e98d1e82e
Load projects from storage at start
...
The check for qgs/qgs was preventing db-stored
project to be opened at start when option
to re-open last project is on
2019-03-06 15:38:55 +01:00
nirvn
9b9580d280
[plugin manager] Guard from overly wide layout for read-only plugins
2019-03-06 15:55:27 +07:00
nirvn
329c1e82f4
[plugin manager] Clean up description and about text by stripping HTML code
2019-03-06 15:55:27 +07:00
nirvn
0af4fc1a31
[plugin manager] Allow search by tags via clicking on individual tag
2019-03-06 15:55:27 +07:00
Juergen E. Fischer
fe5b399294
disable qt-unix-signals on windows (fixes build)
2019-03-06 09:08:46 +01:00
Nyall Dawson
63d648738d
[processing][needs-docs] By default, hide algorithms with known issues from toolbox
...
And add a Processing setting to allow these to be shown. When shown, they
are highlighted in red with a tooltip explaining that the algorithm
has known issues
2019-03-06 06:33:06 +10:00
Nyall Dawson
c0640c67b0
[processing] Add flag for algorithms with known issues
2019-03-06 06:33:06 +10:00
Juergen E. Fischer
6564da037c
avoid crash on retrieval extent from invalid vector data providers
2019-03-05 20:16:23 +01:00
Alexandre Neto
47f1f4c5bb
Fixed data-defined description for page sizes
2019-03-06 02:05:24 +10:00
Nyall Dawson
534ff68bbc
Handle sigint to terminate qgis app immediately
2019-03-05 18:43:02 +10:00
Matthias Kuhn
a33bf306f5
Merge pull request #9048 from troopa81/fix_20872_postgres_multidim_arrays
...
Manage postgres multidimensionnal array
2019-03-05 09:36:34 +01:00