aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide API for blocking sendMessage (#154)Christoph Cullmann2022-04-051-2/+3
* Add simple acknowledge protocol to ensure the server has received all dataNils Jeisecke2021-05-311-4/+1
* Mark getters as constShatur952021-01-251-13/+13
* Pass usedData by const referenceShatur952020-12-211-1/+1
* Allow adding unique userdata to instancesLoren Burkholder2020-12-161-1/+11
* Remove extra Q_DShatur952020-10-151-1/+0
* Fix Clang Tidy warningsShatur952020-10-151-3/+3
* Mitigated QSharedMemory initialization failures Itay Grudev2020-09-091-0/+4
* Improved the connectToPrimary() method and fixed issue with instanceStarted()...Itay Grudev2020-09-091-3/+4
* Moved the random sleep functionality to SingleApplicationPrivateItay Grudev2020-09-091-12/+1
* Removed extra qDebug statementsItay Grudev2020-09-091-6/+0
* Mitigated possible race condition during app startupItay Grudev2020-09-091-16/+56
* Bug Fix: Fixed situation in which the memory block is left unlockedItay Grudev2020-09-081-16/+19
* Updated code style and added inline documentation to public methodsItay Grudev2020-09-081-23/+56
* Fix Clang Tidy warningsShatur952020-05-171-2/+2
* Update singleapplication.cppItay Grudev2020-04-221-1/+1
* Add SingleApplication::currentUser()Leander Schulten2020-03-271-0/+6
* v3.1.0a Added primaryUser()Itay Grudev2020-03-031-0/+6
* Fix obsolete code warningsShatur952020-01-051-3/+11
* Fallback for iOS as wellItay Grudev2019-10-131-4/+4
* Disables SingleApplication support on Android. Fixes #52Itay Grudev2019-10-111-0/+7
* Fix return value of sendMessage() (#68)Jonas Kvinge2019-08-231-2/+2
* fixed a typo (#55)3.0.13Patrizio Bekerle2018-11-301-1/+1
* Proposed SA changes still containing a race condition (#48)3.0.11aItay Grudev2018-07-271-370/+59
* Fix sendmessage (#46)Francis Giraldeau2018-07-271-25/+42
* removed c style casts and eliminated all clang warnings, ... (#38)Jedidiah Buck McCready2017-12-031-50/+44
* Primary PID support (#36)v3.0.9Itay Grudev2017-10-021-4/+28
* bugfix - change QApplication to macro QAPPLICATION_CLASS (#34)BG44442017-08-201-1/+1
* Removed QMutex for thread safe behaviour and support for multiple SingleAppli...Itay Grudev2017-04-231-16/+1
* Fixed compilation error: cannot convert wchar_t* to LPSTR {aka char*} (#29)Vitaly Tonkacheyev2017-02-231-1/+1
* Remove magic chars from code - use more readable code style (#28)Evgeny2017-02-221-13/+17
* Reverted GetUserName API usage on Windows (#25)Itay Grudev2017-02-021-1/+14
* Refactored SingleApplicationPrivate destructor.Itay Grudev2017-01-301-17/+13
* Fix memory leak on SingleApplicationPrivate destruction (#23)retmas2017-01-301-0/+1
* Fixed shadow variable warning (#21)pjwhams2017-01-241-23/+23
* Removed Windows specific code for getting usernamev3.0.3aItay Grudev2017-01-241-16/+7
* Refactored slotConnectionEstablished()Itay Grudev2017-01-241-16/+14
* Fix crash when username contains Unicode characters on Windows (#17)Le Liu2016-11-271-3/+1
* Allow data exclusion for the server name hash and Windows fixes (#16)Le Liu2016-11-261-2/+21
* fix Windows warning about unused parameterSvintsov Dmitry2016-08-241-0/+1
* Added missing "QMutex" dependenciesSvintsov Dmitry2016-08-221-1/+0
* Fix bug (and compiler error) on Windows - wchar username supportItay Grudev2016-08-181-4/+5
* SingleApplication v3.0aItay Grudev2016-08-101-126/+278
* Fixed signal formattingItay Grudev2016-07-101-14/+14
* Updated license dates. Explicit license statement in the header and source filesItay Grudev2016-07-041-0/+22
* SIGBUSS should be signal 10. Fixed commentItay Grudev2016-05-141-1/+1
* Code style improvementsv2.4Itay Grudev2016-05-041-6/+6
* Bugfix no showUp notification. Some minor improvementsItay Grudev2016-05-041-4/+10
* Improved restoring QSharedMemory after crashItay Grudev2016-05-041-3/+8
* Secondary instance implementationItay Grudev2016-05-041-54/+159