~ubuntu-oi/xpad:master

Last commit made on 2024-12-29
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-oi/xpad
Only Emmanuel can upload to this branch. If you are Emmanuel please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ubuntu-oi/xpad

Recent commits

61b092d... by Arthur Borsboom <email address hidden>

Changelog: add 3 fixes

48bc657... by Arthur Borsboom <email address hidden>

xpad-app: do not shutdown the application when all pads are hidden even if there is no app indicator. The application will remaining running, giving the possiblity to execute CLI commands. Fixes lp:2084343

8bbae75... by Arthur Borsboom <email address hidden>

xpad-pad: load-info - change conditional to always sizing the pad by remove confusing code that is only triggered when the toolbar is enabled and not auto hiding. Fixes lp:2027603

f99e048... by Arthur Borsboom <email address hidden>

xpad-pad: pad load info - update coding style of resize pad

d0f71b0... by Arthur Borsboom

xpad-settings: use constants for default pad widht and height

be25c6e... by Arthur Borsboom

constants: add xpad default width and height

e353f18... by Arthur Borsboom <email address hidden>

xpad-text-view: prevent crashes by using non null color values

c88daad... by Arthur Borsboom <email address hidden>

xpad-text-view: prevent crash cause by freeing a string literal

dc2ea6d... by Arthur Borsboom <email address hidden>

xpad-textview: initialize colors to null; deal with null values; prevent setting colors multiple times; prevent setting colors on setting follow color style; only set colors after object construction lp:2083321

bad707a... by Arthur Borsboom <email address hidden>

xpad-pad: fix comment; coding style