| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit cde9d7e9428e90ce8ba0bb86802f85f186adf741)
|
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 3d5e557e4087bab76025f907faf3f3953a8f9988)
|
|
|
|
|
|
|
| |
remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 09659a5623bcb28a6234c0fe2357b8eca56c240f)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fef67fdc511ba55f4c9eff8e6451240fede2e94f)
|
|
|
|
|
|
|
|
| |
argument. This fixes FTBFS of examples caused by previous ambiguous
call and solves bug 3021.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 80dc1e5317f9bf799df2493381484b1b65e77b5f)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d63a113c5c0f9d43d71fc6486244b4382459a07a)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thread ID is opaque type pthread_t, it may not be compatible with integer,
and may integer with valid id `0`.
Change to store mutex owner thread ID as `pthread_t` type with valid flag
and compare with `pthread_equal()`,
and don't try to print it.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 7e4fc64d69e8211cbe6e6fed33998ecab29c873d)
|
|
|
|
|
| |
Signed-off-by: Emanoil Kotsev <[email protected]>
(cherry picked from commit 1c1b280b1f48e643a73bd3536d1a4ab0237ebdaf)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit e0d2f1e04906bee328fa71bf4eb98b9ec1904c19)
|
|
|
|
|
| |
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit cf770e66e5addc86fae6b6aeca08850627069a16)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0d60417c83fd2bd8b6fccb6dd7171b113296860a)
|
|
|
|
|
|
|
| |
g_thread_init() and g_thread_create().
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 43d7bc96c782afaf2e5047def508081b81815392)
|
|
|
|
|
|
|
| |
namely: dilos-g++, freebsd-clang, linux-g++-32 and linux-g++-64
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 1007a44d71862a322e703cbdb1b242515d64265d)
|
|
|
|
|
|
|
|
|
|
| |
- latin letter sharp s
- latin letter glottal stop
- greek lunate sigma symbol
- greek letter san
Signed-off-by: Ray-V <[email protected]>
(cherry picked from commit 2fbf9ffbc6c2da604d5e47801f83e4423a4dc2b3)
|
|
|
|
|
|
|
| |
TQ_FULL_TEMPLATE_INSTANTIATION).
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0f480dc43f6a3dc50b438a17fc2526ca444065ec)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2a00c1661bb3947e6342de813507d5a3c0729477)
|
|
|
|
|
|
|
|
|
|
| |
Avoid parsing over the buffer limit, or interpreting non-hex as hex.
This still leaves parsing of lines longer than 300 chars unreliable.
Based on Qt5 patch for CVE-2020-17507.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7441a646a8b452036daa42d85c98a2105412fd92)
|
|
|
|
|
|
|
| |
because they are not generated during build.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 66e96fca347628062ade0dd216696e2715168b7a)
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
|
|
|
|
|
|
| |
linux-g++-32 mkspecs config files.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 9afb3f4d91c02d38076e12035188b26e2ac12525)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b3c22b84ef1f3eb945aa9dee9ee09195518c82b4)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 250e6baa4c9f3a20628525e197fb48e85e73e65d)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 1335b2013b3b58621399874e0eea17bcd00b8d3f)
|
|
|
|
|
|
|
| |
It result in unwanted RPATH reference from installed binaries.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit a9d2c0bdd16dd850fcfe58c040c89c8a6a2268a3)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 8704c62dce2ad2218b77d4f74c20b39724aeca26)
|
|
|
|
|
|
|
| |
Prevent to build MIT_SHM related codes for !QT_MITSHM condition.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit ac500135785f34eebe8d9c077208a5dd0b494929)
|
|
|
|
|
|
|
| |
(completion of previous commit)
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit fa43c29899d22fa43c69bab7548ea18ede87e279)
|
|
|
|
|
|
|
| |
With GCC, it is valid for C++/ObjC++ but not for C.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit defac9d8a83feb47d3dcfbc688e96f35d4ec28cd)
|
|
|
|
|
|
|
|
| |
If `_POSIX_THREAD_PRIORITY_SCHEDULING == 0`, it must be checked
with sysconf(_SC_THREAD_PRIORITY_SCHEDULING) at runtime.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 48a9cf9a3c2866db8a68fd1ac6cce5627c507386)
|
|
|
|
|
|
|
| |
No reason to force to debug build.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit ecbbc92b782d07377d8b8130eb2dfc31f376578d)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 141af55cca0bad0492786479584e474b3285ab9b)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5449d37d879866e4193dded434382a71b33e0be2)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 12dcb88d29d09f1f913b88832db5b7fa01088939)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e6ce806b771adc9d963d760dfac46b2c62a57798)
|
|
|
|
|
|
|
|
| |
It should be either `path.right(path.length() - sep_pos - 1)` or
`path.mid(sep_pos + 1)`.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5c270c3e26e74609a1821ddd3bb17566ccc53396)
|
|
|
|
|
|
|
|
|
| |
Change to find two XrandR header files from invidual directory.
"Xrandr.h" is in `libXrandr`, and "randr.h" is in `xorgproto` (used to be
`randrproto`) package, so they may be installed into different prefix.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit a31f05cb8e90781228e9d6a60ef97cc1bca83345)
|
|
|
|
|
|
|
|
| |
`info_ptr->channels` will be set in the next called `png_set_IHDR()`,
so it is no effect.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit b6a4a5ec2001abed68c01d5c6baabbc2319214dc)
|
|
|
|
|
|
|
| |
It is suggested in png.h for applications.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5ce8516970925f9c41fd5a07905f546b7f00258b)
|
|
|
|
|
|
|
| |
It should be X11R7 on modern ports with recent releases.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit b55eac803aa1cad27111ab16519d4f9ec3ee5894)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e37e24181bafe0fe84f2491a2c47d7fd7e2d2275)
|
|
|
|
|
|
|
|
|
|
| |
`__RES` is usable to check release date of resolver library.
Such modern res API appeared in BIND-8.2.0 libbind with `__RES == 19980901`,
it was refrected as BIND-8.2.2-P5 to glibc at pre 2.3 release with
`__RES == 19991006`.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit b79f0a7caabbf6e3523dad0a284466a672bc9940)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit a92e2272b838de6cf3045eaf8307de07cfae57ac)
|
|
|
|
|
|
|
|
|
| |
Change to use usage of the command instead of copy from qembed's one for
"SYNTAX" section.
Fix fontdir path from source code.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 962abeeb8171e720748352c04edec8561f740dc9)
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 9470305f0e4d6756cec0611bdb98e3934a9d07ef)
|
|
|
|
|
|
|
|
| |
Adjust page name to the installed tool name and follow class name changes
in examples.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5a1d03de6b56d254662b5d3a57f809907359fff0)
|
|
|
|
|
|
|
| |
class.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f62146e0e61ca0dd15221907cc3747e0f06319de)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1d9b20af8c3c649bae4d0b75e0ada816428ba055)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4a8f6dd3c5aa6cce4f4b01fdce9692d6223baba8)
|
|
|
|
|
|
|
| |
unnecessary actions. This relates loosely to bug 2955.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f0869718763cd6d04c9b225db8966df08ddaef44)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 8520b59ce9d56978ff0d9e5242375cc33b4d5bf1)
|