Jonas Kvinge
3dd0c6dfbd
Merge pull request #120 from Shatur95/master
...
Add Qt6 CI builds
2020-10-27 20:26:05 +01:00
Shatur95
ab58a29cab
Enable checks for warnings
2020-10-24 14:31:53 +03:00
Shatur95
6c97f3e80d
Add Qt6 configuration
2020-10-24 14:20:37 +03:00
Itay Grudev
c6227ee2cd
Merge pull request #118 from Shatur95/improve-qt6-support
...
Use QT_DEFAULT_MAJOR_VERSION
2020-10-21 20:27:27 +01:00
Shatur95
dccc37e9d4
Use QT_DEFAULT_MAJOR_VERSION
2020-10-21 20:48:51 +03:00
Itay Grudev
7983644b83
Update README.md
2020-10-19 13:50:54 +01:00
Itay Grudev
2f44044c32
v3.2.0 Changelog
2020-10-18 10:42:09 +01:00
Itay Grudev
b835987b59
Update build-cmake.yml
...
Disabled Qt 6 build specs temporarily
2020-10-18 10:33:30 +01:00
Itay Grudev
cd18cd378f
Added Qt 6.0 to the build tests
2020-10-18 09:47:17 +01:00
Itay Grudev
a627bc24fa
Merge pull request #114 from Shatur95/fix-clang-tidy-warnings
...
Fix Clang Tidy warnings
2020-10-18 09:44:21 +01:00
Itay Grudev
ba6388d47c
Merge pull request #116 from jonaski/qt6-cmake
...
Update CMake to support Qt 6
2020-10-18 09:44:07 +01:00
Itay Grudev
ad9c7a6d32
Merge pull request #117 from jonaski/qt6-checksum
...
Fix use of qChecksum with Qt 6
2020-10-18 09:43:50 +01:00
Jonas Kvinge
82f28549e6
Update CMake to support Qt 6
2020-10-18 01:02:09 +02:00
Jonas Kvinge
b5e6e2ba75
Fix use of qChecksum with Qt 6
2020-10-18 00:58:52 +02:00
Shatur95
f3de0114f4
Remove extra Q_D
...
No longer needed as getUsername() is now static.
2020-10-15 23:16:21 +03:00
Shatur95
199defc4dd
Remove unused marco
...
No longer needed since applicationPid() now is static.
2020-10-15 23:06:50 +03:00
Shatur95
e17c715faf
Fix Clang Tidy warnings
...
readability-convert-member-functions-to-static
readability-static-accessed-through-instance
readability-make-member-function-const
readability-inconsistent-declaration-parameter-name
2020-10-15 21:41:00 +03:00
Itay Grudev
5d837262f4
Merge pull request #113 from Shatur95/fix-conversion-warning
...
Fix conversion from int to quint32
2020-10-15 09:22:43 +01:00
Shatur95
3d30f4f776
Update install-qt-action
2020-10-15 01:56:14 +03:00
Shatur95
a8fb6b49f5
Fix implicit conversion
2020-10-15 01:29:25 +03:00
Shatur95
fae8a8a65f
Fix conversion from int to quint32
2020-10-10 20:31:47 +03:00
Itay Grudev
0e42d86cec
Merge pull request #112 from iakov/patch-1
...
Fix build issue with MinGW GCC pedantic mode
2020-10-06 16:20:38 +01:00
iakov
800bb858a8
Fix build issue with MinGW GCC pedantic mode
...
Without guard this define from 3230430311 (diff-35c7c4188004bde084344a3aa8eeab6dR60)
introduced compilation warning/error, and can break compilation
2020-10-06 13:56:20 +03:00
Itay Grudev
224f1d1734
Merge pull request #111 from jonaski/connecttoprimary
...
Fix return value of connectToPrimary() when connect is successful
2020-10-06 10:16:09 +01:00
Jonas Kvinge
a121f61ca1
Fix return value of connectToPrimary() when connect is successful
2020-10-05 22:13:03 +02:00
Itay Grudev
26ed3486f9
Merge pull request #110 from Kolcha/qt59-msvc
...
fixed build with Qt 5.9 MSVC2017
2020-10-04 02:01:38 +01:00
Nick Korotysh
3230430311
fixed build with Qt 5.9 MSVC2017
...
define NOMINMAX before <Windows.h> inclusion to disable min/max macros
defined in it. these macros conflict with any min/max functions and it
is common practice to disable them adding NOMINMAX define.
2020-10-02 14:17:34 +03:00
Itay Grudev
9a408690ce
Fixed typo in the CHANGELOG
2020-09-09 02:50:55 +01:00
Itay Grudev
0a7c90e0a6
v3.1.5
2020-09-09 02:34:16 +01:00
Itay Grudev
ca8e9aaa9e
Removed debugging information for the instanceStarted signal
2020-09-09 02:30:43 +01:00
Itay Grudev
be013eff5c
Mitigated QSharedMemory initialization failures
...
Mitigated QSharedMemory initialization failures due to large amount of processes attempting to get hold of the shared memory block at the same time
2020-09-09 02:29:00 +01:00
Itay Grudev
3e83f5ce13
Improved the connectToPrimary() method and fixed issue with instanceStarted() not getting emitted
2020-09-09 02:28:07 +01:00
Itay Grudev
eca5803665
Moved the random sleep functionality to SingleApplicationPrivate
2020-09-09 02:23:42 +01:00
Itay Grudev
fb9c0bd2ef
Removed extra qDebug statements
2020-09-09 00:48:55 +01:00
Itay Grudev
e4282f2476
Mitigated possible race condition during app startup
2020-09-09 00:28:02 +01:00
Itay Grudev
81052d9a61
Bug Fix: Fixed situation in which the memory block is left unlocked
2020-09-08 23:15:17 +01:00
Itay Grudev
a136c734c9
Updated code style and added inline documentation to public methods
2020-09-08 23:08:14 +01:00
Itay Grudev
e93c12ab69
Added examples
2020-07-02 05:31:38 +01:00
Itay Grudev
2637ea2afb
v3.1.4
2020-07-02 03:24:59 +01:00
Itay Grudev
b2e2c1a0ff
Merge pull request #109 from itay-grudev/qt-5.15-build-test
...
Build Test on Qt 5.15
2020-07-02 03:19:50 +01:00
Itay Grudev
5c9793a908
Update build-cmake.yml
...
Build Test on Qt 5.15
2020-07-02 03:16:01 +01:00
Itay Grudev
6c08403cad
Merge pull request #108 from Shatur95/use-qstrncpy
...
Fixes an MSVC C4996 warning that suggests using `strncpy_s`.
2020-07-02 03:14:01 +01:00
Shatur95
c5042727ae
Use qstrncpy
...
Fixes MSVC C4996 warning.
2020-07-02 02:36:54 +03:00
Itay Grudev
bae7c331ca
Restored state as it was before install-qt-action#38
...
5.15.0 is removed for the time being
2020-06-02 10:56:57 +01:00
Itay Grudev
2c25b74158
Workaround attempt 3 for install-qt-action#38
2020-06-02 10:53:24 +01:00
Itay Grudev
8870624c3b
Workaround attempt 2 for install-qt-action#38
2020-06-01 20:55:32 +01:00
Itay Grudev
746ac94d5f
Upgraded install-qt-action version
2020-06-01 20:46:17 +01:00
Itay Grudev
e0864f78dc
Workaround for install-qt-action#38
2020-06-01 20:35:33 +01:00
Itay Grudev
c6bc056623
No longer testing against 5.9, but added 5.15
...
Since Qt 5.9's life has now ended there is no longer a requirement to support it for SingleApplication purposes as well.
2020-06-01 20:22:18 +01:00
Itay Grudev
318e893073
Update CHANGELOG.md
2020-05-25 07:10:19 +01:00