aboutsummaryrefslogtreecommitdiff
path: root/singleapplication_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide API for blocking sendMessage (#154)Christoph Cullmann2022-04-051-2/+8
* make it compile with Qt 6.2.x and stricter compile settingsChristoph Cullmann2022-04-031-4/+4
* fix deprecated warnings on Qt6.3+Moody2022-02-131-0/+4
* Fix crash when sending ack on removed connectionNicolas Werner2021-11-241-1/+3
* Update singleapplication_p.cppItay Grudev2021-09-201-1/+1
* Update singleapplication_p.cppItay Grudev2021-09-201-1/+1
* Update singleapplication_p.cppItay Grudev2021-09-201-2/+4
* Style and explanation improvementsItay Grudev2021-09-201-4/+4
* Compile fixMichael Klein2021-09-201-1/+1
* Use QByteArray instead of QStringMichael Klein2021-09-201-1/+1
* Use AppImage path for hash when running as AppImage.Michael Klein2021-09-201-1/+8
* Ensure data sent via SingleApplication::sendMessage is received completelyNils Jeisecke2021-06-011-25/+50
* Add simple acknowledge protocol to ensure the server has received all dataNils Jeisecke2021-05-311-10/+28
* Simplify randomSleep() for old Qt versionShatur952021-04-121-1/+1
* Fix signal-slot issuesJonas Kvinge2021-03-261-7/+7
* Update singleapplication_p.cppdail88592020-12-231-2/+1
* Remove ConnectionInfo after socket is destroyeddail88592020-12-221-3/+5
* Allow adding unique userdata to instancesLoren Burkholder2020-12-161-3/+16
* Merge pull request #114 from Shatur95/fix-clang-tidy-warningsItay Grudev2020-10-181-11/+9
|\
| * Remove unused marcoShatur952020-10-151-2/+0
| * Fix Clang Tidy warningsShatur952020-10-151-9/+9
* | Fix use of qChecksum with Qt 6Jonas Kvinge2020-10-181-5/+15
|/
* Fix implicit conversionShatur952020-10-151-2/+2
* Fix conversion from int to quint32Shatur952020-10-101-1/+1
* Fix build issue with MinGW GCC pedantic modeiakov2020-10-061-1/+3
* Fix return value of connectToPrimary() when connect is successfulJonas Kvinge2020-10-051-3/+2
* fixed build with Qt 5.9 MSVC2017Nick Korotysh2020-10-021-0/+1
* Removed debugging information for the instanceStarted signalItay Grudev2020-09-091-1/+0
* Improved the connectToPrimary() method and fixed issue with instanceStarted()...Itay Grudev2020-09-091-32/+41
* Moved the random sleep functionality to SingleApplicationPrivateItay Grudev2020-09-091-0/+18
* Removed extra qDebug statementsItay Grudev2020-09-091-5/+0
* Mitigated possible race condition during app startupItay Grudev2020-09-091-32/+41
* Use qstrncpyShatur952020-07-021-2/+1
* Fix Clang Tidy warningsShatur952020-05-171-5/+5
* Update singleapplication_p.cppItay Grudev2020-04-221-1/+1
* Fix a crash when exiting an application on Android and iOSEmeric2020-04-201-12/+14
* Add support for Qt < 5.10Leander Schulten2020-03-271-1/+10
* The codec for string from qgetenv and pw->pw_name is not necessarily utf8. So...Leander Schulten2020-03-271-8/+9
* v3.1.0a Added primaryUser()Itay Grudev2020-03-031-22/+38
* Fix compilation warning/error (#74)iakov2019-10-101-5/+3
* Use geteuid and getpwuid to get username on Unix, fallback to environment var...Jonas Kvinge2019-09-221-15/+18
* v3.0.143.0.14Itay Grudev2019-01-221-0/+2
* fixed build process below Qt 5.6 (#57)Patrizio Bekerle2018-12-141-0/+13
* Async socket processing (#49)3.0.13aFrancis Giraldeau2018-09-101-68/+108
* v3.0.12a Removed custom signal handling.3.0.12aItay Grudev2018-07-271-43/+0
* Proposed SA changes still containing a race condition (#48)3.0.11aItay Grudev2018-07-271-0/+392