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
There is no documentation about what this function is supposed to do or what it
should return, so I'm just guessing it's a success boolean, so it should be
returning true.
This commit takes the existing travis task list and attempts to split
it into multiple jobs for the sake of efficiency. Also properly
separates out the build/deploy of documentation.
This commit enables travis to automatically build doxygen documentation
on updates to the master branch. The documentation is accessible from
the qTox website under the URL: https://qtox.github.io/doxygen
Add OpenAL-specific define to fix `error: redefinition of 'struct timespec'` when compiling with MinGW.
`timespec` is already defined within MinGW, but probably detection does not work correctly.
Partially fixes#3372
This commit uncomments a previously removed line that creates OSX
binaries. Without creation of the dmg, OSX releases cannot be deployed
automatically by travis on release.