lp:~michihenning/thumbnailer/gcc-5-fixes

Created by Michi Henning and last modified
Get this branch:
bzr branch lp:~michihenning/thumbnailer/gcc-5-fixes
Only Michi Henning can upload to this branch. If you are Michi Henning please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michi Henning
Project:
Thumbnailer
Status:
Merged

Recent revisions

242. By Michi Henning

Fixes for changes in boost 1.58 (required by gcc 5 transition).

241. By James Henstridge

If applications do not specify a size for their thumbnails, return a 128x128 thumbnail. This is what the old thumbnailer did by accident.

Approved by PS Jenkins bot, Xavi Garcia, Michi Henning.

240. By Michi Henning

Added work-around for QNetworkAcessManager problems when device is in flight mode. Fixes: https://bugs.launchpad.net/bugs/1470284.

Approved by PS Jenkins bot, James Henstridge.

239. By Michi Henning

If max-extractions == 0:
    - if hardware == BQ, adjust to 1
    - else if hardware == Arm, adjust to 2
    - else leave at 0
If max-extractions != 0, use it as set.

This deals with the gstreamer problems, where BQ can't handle
more than one vs-thumb, and other Arm phones can't handle more than 2.

If max-extractions != 0, it is used unchanged, so we can still force
a set number of concurrent extractions for testing.

Approved by PS Jenkins bot, Michi Henning, James Henstridge.

238. By James Henstridge

Fix up the permission bit constants used in the aa_query_label permission check.

Approved by Michi Henning, PS Jenkins bot.

237. By Michi Henning

Use EnableCoverageReport from cmake-extras. Fixed warning in clang build.

Approved by James Henstridge, PS Jenkins bot.

236. By Michi Henning

Emit warning for invalid QSize passed by QML, in preparation for turning this into an error. (Lazy applications end up hammering the cache with full-size thumbnails when passing an invalid QSize.).

Approved by James Henstridge, PS Jenkins bot.

235. By Michi Henning

invalidate() now implicitly clears the ephemeral stats too. It doesn't make sense to keep them around after wiping the cache.

Approved by James Henstridge, PS Jenkins bot.

234. By James Henstridge

Set finish_time within the Handler::sendThumbnail and sendError methods so it is guaranteed to be set before the finished signal is emitted. Fixes: https://bugs.launchpad.net/bugs/1467751.

Approved by PS Jenkins bot, Michi Henning.

233. By Michi Henning

Picked some more low-hanging coverage fruit (mostly suppressions). Improved diagnostics in a few places and fixed a few incorrect error message.

Approved by James Henstridge, PS Jenkins bot.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:thumbnailer
This branch contains Public information 
Everyone can see this information.

Subscribers