56378 Commits

Author SHA1 Message Date
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
Nyall Dawson
b84d294412 Dox++ 2019-07-11 13:03:12 +10:00
Nyall Dawson
b10fc70d37 Don't get distracted... 2019-07-11 13:03:12 +10:00
Nyall Dawson
22ae228a9d Dox 2019-07-11 13:03:12 +10:00
Nyall Dawson
837700a211 Fix travis build 2019-07-11 13:03:12 +10:00
Nyall Dawson
86facfb620 Unit tests for callouts 2019-07-11 13:03:12 +10:00
Nyall Dawson
9a506b5d29 Add configuration widget for manhattan lines style callout 2019-07-11 13:03:12 +10:00
Nyall Dawson
b944dd4d23 Ensure messagebar is available for use by callout widgets in dock mode 2019-07-11 13:03:12 +10:00
Nyall Dawson
7f33c6ef4d Remove leftover code 2019-07-11 13:03:12 +10:00
Nyall Dawson
7d02545dc0 Add callout classes to doxygen 2019-07-11 13:03:12 +10:00
Nyall Dawson
1aba19d8ba Add "draw callout" option to label property map tool dialog 2019-07-11 13:03:12 +10:00
Nyall Dawson
2cb8f72161 Data defined control over whether a callout is drawn 2019-07-11 13:03:12 +10:00
Nyall Dawson
a105f294cd Use registry to create correct callout widget 2019-07-11 13:03:12 +10:00
Nyall Dawson
1d2dfda254 Add minimum length property for callouts, setup framework for data
defined properties of callouts
2019-07-11 13:03:12 +10:00
Nyall Dawson
7308159b64 Ensure label expression context also has fields set 2019-07-11 13:03:12 +10:00
Nyall Dawson
af76025fe5 Unit tests for callout registry 2019-07-11 13:03:12 +10:00
Nyall Dawson
8575f95c89 Use a registry for callouts 2019-07-11 13:03:12 +10:00
Nyall Dawson
b298a197e7 Start on registry 2019-07-11 13:03:12 +10:00