Jonas Kvinge
|
02c30211a7
|
Call AbstractMessageHandler::AbortAll
|
2021-03-21 04:37:30 +01:00 |
Jonas Kvinge
|
5256d795b1
|
Fix tagreader process not starting on Windows in release build
|
2021-03-09 22:45:15 +01:00 |
Jonas Kvinge
|
49a0b0bff2
|
Show info logging when debugging is off
|
2021-03-04 01:06:02 +01:00 |
Jonas Kvinge
|
3a7cecac31
|
Change message reply ID's back to int32
Fixes #653
|
2021-02-20 16:16:17 +01:00 |
Jonas Kvinge
|
eb603e942f
|
Move semaphore release
|
2021-02-16 18:53:51 +01:00 |
Jonas Kvinge
|
b1e1c704b1
|
Use QTimer::singleShot() to delay signal from MessageReply
|
2021-02-16 18:50:43 +01:00 |
Jonas Kvinge
|
88874f0dcd
|
Remove NewClosure
|
2021-01-30 21:53:53 +01:00 |
Jonas Kvinge
|
477ee14b6d
|
Remove unused waitforsignal class
|
2021-01-30 16:17:11 +01:00 |
Jonas Kvinge
|
ebf6ba9ca1
|
Use new connect syntax in DoAfter()
|
2021-01-30 14:27:25 +01:00 |
Jonas Kvinge
|
bf7c8df353
|
Connection syntax migration (#637)
|
2021-01-26 16:48:04 +01:00 |
Jonas Kvinge
|
1b140535a8
|
Add worker debug
|
2020-12-24 20:44:16 +01:00 |
Jonas Kvinge
|
cf4856a0c9
|
Fix signal not always emitted from messagreply
|
2020-11-19 18:29:03 +01:00 |
Jonas Kvinge
|
1b791c82fc
|
Use qint64 for message request ID
|
2020-11-19 18:26:50 +01:00 |
Jonas Kvinge
|
3a27a3e868
|
Format code
|
2020-11-19 18:22:57 +01:00 |
Jonas Kvinge
|
23ee17594d
|
Simplify CMake Qt
|
2020-10-27 20:54:25 +01:00 |
Jonas Kvinge
|
b6693a71f9
|
Rename initialise to initialize
|
2020-10-17 17:29:09 +02:00 |
Jonas Kvinge
|
246e7018c3
|
Remove concurrentrun.h
|
2020-10-14 22:50:19 +02:00 |
Jonas Kvinge
|
ae6a50626d
|
Change Qt 5/6 option
|
2020-10-01 19:43:39 +02:00 |
Jonas Kvinge
|
bba7be99a3
|
Remove override.h
|
2020-09-10 23:41:53 +02:00 |
Jonas Kvinge
|
71dc47d6c9
|
Use deleteLater() when destroying lazy initialized objects
Fixes #530
|
2020-09-04 20:25:46 +02:00 |
Jonas Kvinge
|
425dac478e
|
Replace QProcess::error() with QProcess::errorOccurred()
|
2020-07-18 16:23:39 +02:00 |
Jonas Kvinge
|
f5b245c72d
|
Add option to compile with Qt 6
|
2020-07-18 04:47:54 +02:00 |
Jonas Kvinge
|
cbcc223150
|
Replace QRegExp with QRegularExpression
|
2020-07-18 04:21:19 +02:00 |
Jonas Kvinge
|
71a1ea481b
|
Replace some uses of static_cast with qobject_cast
|
2020-07-17 01:32:07 +02:00 |
Jonas Kvinge
|
837ae2932f
|
Add SYSTEM to system includes in target_include_directories
|
2020-06-26 23:26:04 +02:00 |
Jonas Kvinge
|
b51cc21140
|
Use override
|
2020-06-26 23:01:57 +02:00 |
Jonas Kvinge
|
dc36aee7ff
|
Change some explicit usage
|
2020-06-26 22:41:38 +02:00 |
Jonas Kvinge
|
3b58c02db0
|
Improve CMake files (#460)
|
2020-06-17 22:56:20 +02:00 |
Jonas Kvinge
|
72ede666d4
|
Replace use of C style casts
|
2020-06-15 17:59:02 +02:00 |
Jonas Kvinge
|
a68c249d4e
|
Use parentheses for macro arguments
|
2020-06-15 00:33:47 +02:00 |
Jonas Kvinge
|
56caab4461
|
Remove redundant initialization
|
2020-06-15 00:11:52 +02:00 |
Jonas Kvinge
|
13b60351a6
|
Replace use of deprecated C++ headers
|
2020-06-14 23:54:18 +02:00 |
Jonas Kvinge
|
082c9097e4
|
Fix parameter name mispatches
|
2020-06-14 18:58:24 +02:00 |
Jonas Kvinge
|
c35235371a
|
Replace QString::SkipEmptyParts with Qt::SkipEmptyParts on Qt 5.14.0 or higher
|
2020-05-29 17:40:11 +02:00 |
Jonas Kvinge
|
5d5723ad58
|
Replace qrand with QRandomGenerator when using Qt 5.10 or higher
|
2020-05-29 17:37:46 +02:00 |
Jonas Kvinge
|
8da4c88fd3
|
Fix compile warnings
|
2020-04-23 21:08:28 +02:00 |
Jonas Kvinge
|
ac40094d37
|
Update CMakeLists.txt files
|
2020-04-23 20:59:09 +02:00 |
Jonas Kvinge
|
0213b6556b
|
Add missing memory include
|
2020-03-08 19:13:13 +01:00 |
Jonas Kvinge
|
e55d9cafb6
|
Update logger
|
2020-03-08 18:40:39 +01:00 |
Jonas Kvinge
|
8e0d792bf0
|
Reduce includes
|
2020-02-08 03:40:30 +01:00 |
Daniel Kolesa
|
814bb3006c
|
libstrawberry-common: check for library/includes for backtrace() (#364)
This is a non-standard header, so it should be checked properly.
This fixes compilation with musl libc and possibly other C library
implementations.
|
2020-02-06 20:04:23 +01:00 |
Jonas Kvinge
|
793f6b00e6
|
Allow 4 tagreader workers
|
2019-11-27 22:57:51 +01:00 |
Jonas Kvinge
|
bbad45f1e7
|
Minor cmake fixes
|
2019-11-15 00:22:41 +01:00 |
Jonas Kvinge
|
cf5198ac64
|
Limit tagreader workers to 2
|
2019-10-19 15:09:18 +02:00 |
Jonas Kvinge
|
bdc089290d
|
Add fallthrough comments and remove -Wimplicit-fallthrough=0
Signed-off-by: Jonas Kvinge <jonas@jkvinge.net>
|
2019-09-16 21:20:12 +02:00 |
Jonas Kvinge
|
2d67279180
|
Fix minor code issues
|
2019-09-15 20:27:32 +02:00 |
Jonas Kvinge
|
b5eb13449b
|
Safely close database connections and delete backends
Also fix NewClosure leak caused by disconnected object signals
|
2019-07-24 19:16:51 +02:00 |
Jonas Kvinge
|
83d3725240
|
Fix MessageReply crash in tagreader
|
2019-07-10 22:40:30 +02:00 |
Jonas Kvinge
|
d5ca0ca283
|
Change compiler flags
|
2019-07-08 21:59:07 +02:00 |
Jonas Kvinge
|
732b37aca0
|
Use QMap::contains()
|
2019-07-01 19:20:57 +02:00 |