~ci-train-bot/compiz/+git/compiz-ubuntu-groovy-4074:compiz-ubuntu-groovy-4074

Last commit made on 2020-05-26
Get this branch:
git clone -b compiz-ubuntu-groovy-4074 https://git.launchpad.net/~ci-train-bot/compiz/+git/compiz-ubuntu-groovy-4074
Only CI Train Bot Account can upload to this branch. If you are CI Train Bot Account please log in for upload directions.

Branch merges

Branch information

Name:
compiz-ubuntu-groovy-4074
Repository:
lp:~ci-train-bot/compiz/+git/compiz-ubuntu-groovy-4074

Recent commits

364c6cb... by CI Train Bot Account

Releasing 1:0.9.14.1+20.10.20200526-0ubuntu1

71ffc5d... by Daniel Kondor

Use dbus_bool_t instead of bool.

Approved by: Alberts Muktupāvels

7a327f3... by Daniel Kondor

Make annotate plugin D-Bus interface working, and clean up code. (LP: #1878545)

Approved by: Alberts Muktupāvels, Dmitry Shachnev

7945c64... by Daniel Kondor

dbus: need to use dbus_bool_t instead of bool

Passing the address of a bool variable to a C function is undefined behavior.
Notably, the dbus library expects a dbus_bool_t, which is an alias for uint32_t,
but checks that the value is either zero or one. On the other hand, the C++
compiler is free to use a smaller size object to represent a bool and also
free to use any value for true.

939cb14... by Daniel Kondor

annotate: Avoid updating the screen in AnnoScreen::draw() if the requested tool is unknown.

05f0ba0... by Daniel Kondor

annotate: AnnoScreen::draw () should use strokeColor for drawing lines

It was using fillColor. This behavior is more consistent with functionality to
draw other shapes and drawing lines with AnnoScreen::initiateLine () and
AnnoScreen::initiateFreeDraw ()

e2b1d40... by Daniel Kondor

annotate: remove unused code

19898aa... by Daniel Kondor

annotate: calls needed for AnnoScreen::draw() to actually draw on the screen

 - need to call glPaintOutputSetEnabled() to draw on screen
 - need to call damageRegion() to make changes appear

note: need to calculate region that changed, for the text case, this has to be
returned from the AnnoScreen::drawText() function

556ac7e... by Daniel Kondor

annotate: fix handling of string options in AnnoScreen::draw()

f0be0e6... by CI Train Bot Account

Releasing 1:0.9.14.1+20.10.20200514-0ubuntu1