56395 Commits

Author SHA1 Message Date
nirvn
dded60611b [callouts] Add symbol-related variables to the expression context 2019-07-16 14:59:06 +07:00
luz.paz
604e66ba75 sipify_all 2019-07-16 11:29:42 +10:00
luz.paz
aa3480b717 Fix typos 2019-07-16 11:29:42 +10:00
Guillaume Pasero
05e267ae55 TEST: change to cdash 2.6 2019-07-16 09:13:27 +10:00
Harrissou Sant-anna
29523e9e2c Browsing features in attribute table does not require edit mode
In attribute table form view, since the buttons to pan to, zoom to and highlight the active feature are available regardless the layer edit mode, their tooltip should not refer to "currently edited feature".
2019-07-16 08:15:47 +10:00
Nyall Dawson
b01c5e1e0e Add test for other callout stacking option 2019-07-16 07:46:58 +10:00
Nyall Dawson
171f06447a [callouts] Ensure simple callouts are rendered below all map labels
...instead of being rendered on top of some. For this callout style,
we don't want callouts overlapping labels (rather the opposite). But
leave API in place to allow other callout styles to render below
their associated labels only, as this may be wanted for some styles
(e.g. balloon style callouts)
2019-07-16 07:46:58 +10:00
Nyall Dawson
c2ce430116 [processing] Don't append full traceback when a QgsProcessingException is
raised by a Python algorithm

This is too noisy for these expected exceptions -- instead, only
show the traceback for other exceptions (Which are likely a result
of Python coding errors, so they are useful for debugging)
2019-07-16 07:44:09 +10:00
Alexander Bruy
e45b62c6af re-enable some disabled test and fix broken r.describe algorithm 2019-07-16 06:20:23 +10:00
Alexander Bruy
807564a435 [processing] improve handling of the HTML outputs in GRASS provider (fix #30609) 2019-07-16 06:20:23 +10:00
Nyall Dawson
56d03f783f Ship a seperate srs.db file for proj >= 6 builds
It's too dangerous to reuse the existing one, as it breaks the
ability to run multiple versions of qgis (i.e. proj < 6 and proj >= 6)
on the same machine

Fixes #30569
2019-07-16 06:18:32 +10:00
Alexander Bruy
da8b574bf1
Merge pull request #30716 from alexbruy/fix-sip
fix SIP file
2019-07-15 19:11:22 +03:00
Matthias Kuhn
5f0447b397
Fix sip file (#30714) 2019-07-15 15:01:42 +02:00
Alexander Bruy
39124dad04 update SIP file 2019-07-15 15:59:25 +03:00
pmav99
fc19dffb90 Stop hardcoding "grass6" in GISRC path. (#30330)
References #30238
2019-07-15 13:29:59 +02:00
Matthias Kuhn
59e31df9bd
Merge pull request #30707 from rldhont/fix-db_manager-oracle-plugin-uniqueCol
[Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol
2019-07-15 13:26:05 +02:00
rldhont
7362faca02 [Bugfix] DB Mananger: Fix in Oracle plugin the way to strip uniqueCol 2019-07-15 10:37:36 +02:00
Alex
248af94ba9 Symbol aware legend expression (#9648) 2019-07-15 07:12:24 +02:00
nirvn
eb73702982 Fix exit crash in the plugin layer registry deconstructor (fixes #30681) 2019-07-15 11:15:20 +07:00
Nyall Dawson
d6ed4dcddd Fix initial state of news feed when no entries to show 2019-07-15 12:52:20 +10:00
Nyall Dawson
01b8c7d212 Add shell entries to qgis_global_settings.ini for controlling feed behavior 2019-07-15 12:52:20 +10:00
Nyall Dawson
e52b06eeb4 Unit test for feed language 2019-07-15 12:52:20 +10:00
Nyall Dawson
e783323fd7 Include lat/long in newsfeed url if available 2019-07-15 12:52:20 +10:00
Nyall Dawson
f4ea33fef1 Auto-prune expired news items on launch 2019-07-15 12:52:20 +10:00
Nyall Dawson
64ecc06fed Store publish_to field locally 2019-07-15 12:52:20 +10:00
Nyall Dawson
0a336d4c89 Adapt to upstream changes in feed 2019-07-15 12:52:20 +10:00
Nyall Dawson
21f7992a57 Allow News Feed to be enabled/disabled from QGIS options 2019-07-15 12:52:20 +10:00
Nyall Dawson
ff99b9d2ba Rename icon to generic name 2019-07-15 12:52:20 +10:00
Nyall Dawson
a1d116ebb6 More dox 2019-07-15 12:52:20 +10:00
Nyall Dawson
a0e41f98e8 Spelling and dox 2019-07-15 12:52:20 +10:00
Nyall Dawson
79a404a419 Send language argument when requesting news feed 2019-07-15 12:52:20 +10:00
Nyall Dawson
6791958674 Double clicking news items opens them in the browser 2019-07-15 12:52:20 +10:00
Nyall Dawson
b0258d65b6 Add dismiss overlay icon to news entries 2019-07-15 12:52:20 +10:00
Nyall Dawson
dc8ab9a8ca Implement right click menu for news items, allows feed to be disabled 2019-07-15 12:52:20 +10:00
Nyall Dawson
da601982e1 Add dismissAll API 2019-07-15 12:52:20 +10:00
Nyall Dawson
a8fdcc0550 Store news images locally to be bandwidth efficient 2019-07-15 12:52:20 +10:00
Nyall Dawson
fcb620d972 [FEATURE] Show news items on welcome page
The curated QGIS news feed is now shown on the welcome page. This finally gives
us a direct channel to push project news to ALL our users!
2019-07-15 12:52:20 +10:00
Nyall Dawson
4540685545 Add a proxy model to apply correct sorting to news feed entries 2019-07-15 12:52:20 +10:00
Nyall Dawson
298e2fe25e Add a model for news feeds 2019-07-15 12:52:20 +10:00
Nyall Dawson
da2e8fe38c Allow entries to be dismissed 2019-07-15 12:52:20 +10:00
Nyall Dawson
af365c6144 Create QgsNewsFeedParser class for parsing QGIS style news feeds
Designed to work with the server specs from https://github.com/elpaso/qgis-feed
2019-07-15 12:52:20 +10:00
Alexander Bruy
5709f84b2f [processing] add createByDefault argument to directory output
constructor
2019-07-15 08:51:01 +10:00
Alexander Bruy
9ed4d08d5b [processing] ignore hidden parameters when generating GDAL command (fix #30669) 2019-07-15 07:52:36 +10:00
Nyall Dawson
202af568cb [layouts] Avoid crash when layout map references a project layer
with a bad path
2019-07-15 06:36:34 +10:00
Nyall Dawson
e0093e1d11 [processing] Don't abort when an algorithm step fails in batch mode
Instead, record errors and report them all at the end of the batch
process. If we abort the remaining batch steps when encountering any
error, this blocks a useful use of the batch mode and prevents users
from running a batch process over a large number of input files, some
of which may be invalid.
2019-07-15 06:35:14 +10:00
Matthias Kuhn
94f8b65c56
Merge pull request #30620 from stev-0/clipboard-multiline
Add quotes around fields with linebreaks when copying to clipboard
2019-07-12 14:04:05 +02:00
Alessandro Pasotti
51ef42be15
Merge pull request #30676 from troopa81/fix_conditional_form
Emit valueChanged signal for value relation widget on setFeature
2019-07-11 17:59:29 +02:00
Julien Cabieces
540df6c0c0 fixes #30564 : Emit signal for value relation widget so other dependent widgets
could be updated
2019-07-11 16:00:52 +02:00
Juergen E. Fischer
73c96ee5c8 api doc: update release doc links 2019-07-11 13:12:44 +02:00
Nyall Dawson
956c6d694e Add python subclass code 2019-07-11 13:03:12 +10:00