45193 Commits

Author SHA1 Message Date
Juergen E. Fischer
31d8deab49 debian packaging: add bionic 2018-01-13 23:00:27 +01:00
Juergen E. Fischer
0c4e8d57be translation string fix 2018-01-13 16:05:24 +01:00
Denis Rouzaud
4568bcdf1f [sipify] prevent creation of param list when not necessary 2018-01-12 21:10:16 -04:00
Denis Rouzaud
6d94ac9c6c run sipify 2018-01-12 21:10:16 -04:00
Denis Rouzaud
ba951893f3 [sipify] fix multiline note or warning 2018-01-12 21:10:16 -04:00
David
75efd51d21 write correct tooltip 2018-01-12 16:31:26 +01:00
David
9ca48f577c tooltip for cardinality in relationedit
write tooltip in the attributesformproperties on cardinality in relationedit that the user gets more info about many to many relation.
2018-01-12 16:31:26 +01:00
David
8eaecd1c22 relation cardinality bugfix
relation cardinality was handled with it's name as QString instead of it's value as QVector and this leaded to problems in the attribute form.

Fix #17805
2018-01-12 16:31:26 +01:00
Denis Rouzaud
8074dc4cbf
[options search] do not show widget when text is found (#6052)
fix #17812
2018-01-12 09:53:57 -04:00
Etienne Trimaille
2156b5a938 make link clickable in metadata widget 2018-01-12 14:42:48 +01:00
Mathieu Pellerin
9a14e8dfcb
[snapping] fix missing layers in snapping config dialog (fixes #17792) (#6026) 2018-01-12 16:17:54 +07:00
Mathieu Pellerin
f3ced09632
improve sorting of field values for the query builder (#6046) 2018-01-12 15:48:02 +07:00
Matthias Kuhn
074db04f27
Merge pull request #6040 from signedav/crashfix
mapLayerActions as members - avoiding crash on closing QGIS

Fix #17839
2018-01-12 09:44:28 +01:00
David
ff96e1d3b0 not passing parent to duplicate actions
and removed the QString
2018-01-12 08:45:29 +01:00
Mathieu Pellerin
d6ef2b60c1
[need-docs] reduce width of the meters (at map scale) unit label (#6034) 2018-01-12 14:19:14 +07:00
Mathieu Pellerin
796b8cca57
sort 10 sample / all unique values list in the expression builder widget (#6045) 2018-01-12 14:02:04 +07:00
Matthias Kuhn
0dda6e76ad
Merge pull request #6035 from m-kuhn/uxfixcomment
Fix long comments clutter in form configuration
2018-01-12 00:00:06 +01:00
Alessandro Pasotti
545ac27e33 [layout] Import guides from 2.x composition 2018-01-12 07:45:18 +10:00
rldhont
0a17c370f7
Merge pull request #6038 from rldhont/server-qgis3-imagequality
[BUGFIX][Server] imageQuality has to be used for JPEG images not PNG
2018-01-11 22:25:39 +01:00
Alessandro Pasotti
90c07ef045 [layout][need-docs] Renamed GUI elements from composer to layouts
Also renamed some .ui variables
2018-01-12 07:17:25 +10:00
rldhont
0bc3d68162 [BUGFIX][Server] imageQuality has to be used for JPEG images not PNG
During the server refactoring, the imageQuality has been applied to all format even if this option has been defined only for JPEG.

This bugfix respects the initial proposition https://github.com/qgis/QGIS/pull/1403
QGIS Server - new project option imageQuality used for JPEG images #1403
2018-01-11 15:10:43 +01:00
David
5cd88270b1 mapLayerActions as members - avoiding crash
mDuplicateFeatureAction and mDuplicateFeatureDigitizeAction are member pointers now.
Means they are deleted when the object QgisApp is destructed (when going out of scope) and there is no crash anymore on closing QGIS.
2018-01-11 14:59:07 +01:00
Alessandro Pasotti
5522f10eb6
Merge pull request #6036 from elpaso/server-getprint-two-maps-test
[server][test] GetPrint test with two maps template
2018-01-11 12:47:10 +01:00
Alessandro Pasotti
d63f4c7658 [server][test] GetPrint test with two maps template
This is to test that map0 and map1 actually refer to the
correct maps
2018-01-11 11:20:08 +01:00
Matthias Kuhn
92739453f2
Linebreaks on long comments 2018-01-11 11:09:36 +01:00
Matthias Kuhn
b4146888f4
Remove leftover file 2018-01-11 11:09:26 +01:00
Alexander Bruy
3f55bba535 [processing] don't close algorithm dialog after execution 2018-01-11 11:55:08 +02:00
Matthias Kuhn
f76421db4e
Merge pull request #5900 from m-kuhn/layerPropsStyleInTitle
Show style name in layer properties dialog title
2018-01-11 09:03:47 +01:00
Harrissou Sant-anna
e137ea8a9d Add lpad truncate test (#5947) 2018-01-11 12:29:25 +07:00
Nyall Dawson
fa2aff18e5 [layouts] Middle mouse click in pan tool should recenter view
Port missing functionality from composer
2018-01-11 08:00:00 +10:00
Nyall Dawson
322f2e8c38 Drop composer class from gui library 2018-01-11 08:00:00 +10:00
Alessandro Pasotti
073275479b
Merge pull request #6031 from elpaso/layouts-server
[layouts][server] Composition -> layout
2018-01-10 22:55:00 +01:00
Alessandro Pasotti
f61a5f2f63 [layout][server] Rename some vars composer->layout 2018-01-10 22:18:45 +01:00
Alessandro Pasotti
ba5b88c2cc [layout][server] Const correctnes and typos 2018-01-10 22:00:25 +01:00
Alessandro Pasotti
a117b6b9ea [layout][server] Update tests and mask images 2018-01-10 21:25:24 +01:00
Alessandro Pasotti
c3cac49521 [layout][server] Get layout size in mm 2018-01-10 21:24:29 +01:00
Alessandro Pasotti
902dfb859c Disable diff image encoded output 2018-01-10 20:11:56 +01:00
Alessandro Pasotti
0c93eabdc8 [layout][server] Re-enable WMS server tests 2018-01-10 18:05:10 +01:00
Alessandro Pasotti
eedb7c795f [layout][server] composer -> layout in getprint 2018-01-10 18:03:08 +01:00
Alessandro Pasotti
3df284fb64 [layout][server] composer -> layout in getcapabilities 2018-01-10 18:03:08 +01:00
Alessandro Pasotti
6f7b60ba17 [layout] Fix setKeepLayerSet in map composer import 2018-01-10 18:03:08 +01:00
Alessandro Pasotti
f868bcc691 [layout] Add printLayouts to return all print layouts contained in the manager 2018-01-10 18:03:08 +01:00
Denis Rouzaud
880d853e9f
detect SIP version to add DefaultDocstringSignature directive (#6030)
* detect SIP version to add DefaultDocstringSignature directive

SIP doesn't handle any kind of preprocessing, so there's no better solution than configuring the SIP files from CMake.
SIP 4.19.7+ supports %DefaultDocstringSignature to prepend auto-generated Python signature to existing Docstrings
2018-01-10 10:32:21 -04:00
Mathieu Pellerin
d6b2749e3b
[layouts] fix layout designer restore window state / geometry 2018-01-10 17:17:37 +07:00
Nyall Dawson
55a3edaf53 Fix mouse cursor size on lo-dpi Windows builds 2018-01-10 19:01:25 +10:00
Nyall Dawson
1402f76e85 Show item size in status bar when creating a new item 2018-01-10 18:16:08 +10:00
Nyall Dawson
b95363c5b6 Drop composer from app 2018-01-10 14:46:57 +10:00
Denis Rouzaud
d87c60512c [sipify] fix bad handling of \see within sentences
and other docstrings improvements
2018-01-09 21:40:10 -04:00
Nyall Dawson
0a3f9f60ff
Merge pull request #5807 from nyalldawson/alg_background
[processing] Add flag to indicate whether an algorithm is safe
2018-01-10 11:37:35 +10:00
Denis Rouzaud
6894c8e1cd
get me out of Europe 2018-01-09 21:18:56 -04:00