Diadlo (5):
fix(videomode): Added ability to store negative coordinates
fix(avform): Added shift screen region
feat(avform): Added automatic screen rescan
feat(avform): Made warning and debug info more useful
refactor(avform): Changed combobox index checks on asserts
There have been numerous issues about it from confused users,
e.g. #2698, #2870, #3638. Clearly tooltip alone is not enough.
Could have been done long time ago in #2818, if not for naive belief
that tooltip will suffice.
Diadlo (10):
docs(chatlog): Added leading stars
docs(persistence): Added leading stars
docs(net): Added leading stars
docs(audio, video): Added leading stars
docs(core): Added leading stars
docs: Replaced simple on doxygen tag
docs(CONTRIBUTING): Changed docs format
docs(doxygen): Added graphs in documentation
docs(todo): Changed todo format
docs: Removed comments which will not be in api doc
This commit fixes missing scaling factors with desktop video to allow
desktop video under HiDPI scaling to work as intended. Also removes a
few obsolete lines of scaling that that was required for older Qt
versions.
Makes changes to settings application wide transparent. The properties section is optional in theory, but comes in very handy, if we decide to access settings e.g. from within a script context.
Regexp didn't actually restrict it, found by @iphydf.
Verification now treats commit & merge messages differently, since as
pointed out by @initramfs treating them the same could result in marking
as valid a non-merge commit that starts with `Merge`.
`s/Pls/Please/` as requested by @initramfs.
Also require a space between `Merge` word and rest of the commit
message.
initramfs (4):
chore(build): deploy doxygen documentation on master branch pushes
chore(build): parallelize travis and separate out doc build/deploy
chore(build): add an error message on failure to deploy documentation
chore(build): extract documentation build directory from doxygen config