nirvn
65ec9cd146
[symbology] Fix setSize(size) not working for ellipse markers
2019-05-08 13:18:02 +07:00
vsklencar
a067a334cd
[QgsQuick] Fix of value relation widget
...
Due to last changes in passing style object, styling property has been updated (widget had 0 height without fix).
Fixed case when (current) value is not matching value relation map (it generated error while creating component).
2019-05-07 12:31:56 +02:00
Daniele Viganò
5a43ee67f0
[RPM] Add missing gdal-python-tools dependency
...
Processing uses some python scripts that are part of gdal-python-tools package
2019-05-07 11:23:18 +02:00
Luigi Pirelli
0566f2c516
Merge pull request #9928 from cjmayo/app-icons
...
Install full set of application icons on Linux
2019-05-07 11:00:08 +02:00
Peter Petrik
435b594bbc
update to MDAL 0.3.2
2019-05-07 08:52:34 +02:00
Even Rouault
e48b64dee2
[GDAL provider] Fix opening of GeoPackage datasets with foreign key violation
2019-05-06 22:38:25 +02:00
Even Rouault
87f4410ee0
[OGR provider] Fix opening of GeoPackage datasets with foreign key violation
2019-05-06 22:33:37 +02:00
Marco Bernasocchi
e213bde9c1
Merge pull request #9935 from mbernasocchi/fix_profiles_profiles
...
remove redundant /profiles when QGIS_CUSTOM_CONFIG_PATH is set
2019-05-06 17:39:53 +02:00
Mathieu Pellerin
7376e6f82c
Add tests
2019-05-06 22:07:00 +07:00
Mathieu Pellerin
eacc506a5a
Add a REGEXP function in spatialite_connect() python function
...
This enables DB Manager and the Spatialite Execute SQL algorithm
to use the 'string REGEXP pattern' syntax.
2019-05-06 22:07:00 +07:00
Mathieu Pellerin
47faac5661
[FEATURE][spatialite] Add a REGEXP function to use for SQL filter et cie
2019-05-06 22:07:00 +07:00
Even Rouault
1148ecb1c1
Merge pull request #9932 from rouault/fix_build_without_qtwebkit
...
Fix build without WITH_QTWEBKIT
2019-05-06 16:47:33 +02:00
Marco Bernasocchi
b6ec94515f
remove redundant /profiles when QGIS_CUSTOM_CONFIG_PATH is set
...
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
2019-05-06 16:30:43 +02:00
Marco Bernasocchi
24259f92a8
Merge pull request #9931 from mbernasocchi/fix_log
...
fix wrong SVG PATHS logging on server startup
2019-05-06 15:50:10 +02:00
Even Rouault
6efe30c48f
Fix build without WITH_QTWEBKIT
2019-05-06 15:33:58 +02:00
Marco Bernasocchi
cfe4d8e1d3
fix wrong SVG PATHS logging on server startup
...
Signed-off-by: Marco Bernasocchi <marco@opengis.ch>
2019-05-06 14:52:58 +02:00
Alessandro Pasotti
425f67224d
Fix json comparison with indented reference files
2019-05-06 10:30:07 +02:00
Chris Mayo
56475c279e
Install full set of application icons on Linux
...
Icons were already available in linux/icons directory.
Tidy linux/CMakeLists.txt.
2019-05-05 19:16:48 +01:00
Alessandro Pasotti
ea0a70bd13
Merge branch 'qjson-nlohmann' of github.com:elpaso/QGIS into qjson-nlohmann
2019-05-03 20:15:24 +02:00
Alessandro Pasotti
bd3d75fce8
Indent on JSON export
2019-05-03 19:02:58 +02:00
vcloarec
fe39b26684
Add test for QgsMeshLayer::reload() and QgsMdalProvider()::reloadData()
...
Add test and data file for new test
2019-05-03 15:26:22 +02:00
vcloarec
109049ea86
Implementation of QgsMeshLayer::reload() and QgsMdalProvider::reloadData()
...
Implementation of this override method permit to reload mesh end dataset groups when the data changed outside of the QGIS application.
2019-05-03 15:26:22 +02:00
vcloarec
244bb5543a
Fix crash when open project containing a mesh with a extras dataset groups with incompatible mesh
...
QGis application crash when opening a project contain a mesh layer with a dataset groups wich has a incompatible mesh. It can happen when the dataset groups file change after first loading.
2019-05-03 15:26:22 +02:00
Marcel Dancak
9820bb4fa9
[processing] updated test files - tiles with transparent background
2019-05-03 13:43:15 +02:00
Marcel Dancak
b1106b9f1e
[processing] fix #21958 used sqlite3 module instead of GDAL/ORG's SQLite driver
2019-05-03 13:43:15 +02:00
Alessandro Pasotti
a8770b7380
Fix Travis quirks
2019-05-03 09:02:46 +02:00
Nyall Dawson
346cb388cf
Fix duplicate layers in custom layer order panel
...
Fixes #21955
2019-05-03 12:54:03 +10:00
Alessandro Pasotti
748a73ab80
Fix 3D build
2019-05-02 17:39:50 +02:00
Alessandro Pasotti
290909f9bb
Use json objects for server getfeatureinfo
2019-05-02 14:30:18 +02:00
vsklencar
9dcdbbcff4
[QgsQuick] Modified Checkbox widget
...
Replaced checkbox with switch.
Registered QVariant::Type to recognize field type. When value was empty/not set, it wasn't clear what is a type of field. It caused wrong behavior while setting default un/checked state.
2019-05-02 14:01:15 +02:00
Alessandro Pasotti
bbd836f4d3
Update tests for geometry classes
2019-05-02 13:52:46 +02:00
Nyall Dawson
1d258d53c6
Nicer behaviour of QgsCharacterSelectorDialog
2019-05-02 20:38:21 +10:00
Nyall Dawson
25f20f44c1
Fix resizing of QgsCharacterSelectorDialog
2019-05-02 20:38:21 +10:00
Nyall Dawson
bcb6183db0
Allow home/end to jump to first/last character
2019-05-02 20:38:21 +10:00
Nyall Dawson
dd47298090
Draw missing character backgrounds with different color
2019-05-02 20:38:21 +10:00
Nyall Dawson
57fa54763a
Nicer way of ensuring selected character is in view
2019-05-02 20:38:21 +10:00
Alessandro Pasotti
ba816459e1
Update tests
2019-05-02 10:16:00 +02:00
Nyall Dawson
c534f5f3ee
Don't draw background outside of character columns
2019-05-02 15:13:38 +10:00
Nyall Dawson
243acb328f
Dynamically set number of columns to show in character widget
...
based on widget width, and avoid unnecessary horizontal scroll bar
2019-05-02 15:13:38 +10:00
Nyall Dawson
ffe02c37b6
Allow QgsScrollArea to maintain horizontal width of area for
...
child widgets, and apply scroll area to vertical contents only
2019-05-02 15:13:38 +10:00
Nyall Dawson
5a57336880
Don't try to draw characters which don't exist in current font
2019-05-02 15:13:38 +10:00
Nyall Dawson
30f1c97341
Allow navigation of character widget with arrow cursor keys
2019-05-02 15:13:38 +10:00
Nyall Dawson
bd13c36061
Auto emit characterSelected signal
2019-05-02 15:13:38 +10:00
Matthias Kuhn
ac6ed1a18c
Doxygen for QgsSymbolLayer::setRenderingPass
2019-05-02 07:16:14 +10:00
Juergen E. Fischer
4ee40991a8
query builder: fix #21805 & #21966 & #21967
2019-05-01 21:21:47 +02:00
nirvn
107c7a8d54
[ui] Fix broken text annotation background color
2019-05-01 09:55:58 +07:00
nirvn
3747cf7870
[FEATURE][symbology] Unlock string as character for font markers
2019-04-30 18:32:03 +07:00
Luigi Pirelli
0f01359b90
Merge pull request #9880 from troopa81/fix_pointpick_precision
...
Fix point picking precision for point parameters in processing dialog
2019-04-30 12:33:11 +02:00
nirvn
a665eac175
Follow up dc7bfc5 : QString::back() too recent to use
2019-04-30 16:11:15 +07:00
nirvn
dc7bfc5cd3
[FEATURE][ui] Add a line edit to type character for the font marker
...
The line edit also supports pasting of unicode code in decimal or
hexadecimal format (i.e. 123 or 0x2713).
In addition, the character widget now grabs the keyboard
focus and will change the selected character based on
key stroke.
2019-04-30 15:42:20 +07:00