index
:
singleapplication
master
upstream
replacement of QtSingleApplication for Qt5
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
singleapplication.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3.1.0a Added primaryUser()
Itay Grudev
2020-03-03
1
-0
/
+6
*
Fix obsolete code warnings
Shatur95
2020-01-05
1
-3
/
+11
*
Fallback for iOS as well
Itay Grudev
2019-10-13
1
-4
/
+4
*
Disables SingleApplication support on Android. Fixes #52
Itay Grudev
2019-10-11
1
-0
/
+7
*
Fix return value of sendMessage() (#68)
Jonas Kvinge
2019-08-23
1
-2
/
+2
*
fixed a typo (#55)
3.0.13
Patrizio Bekerle
2018-11-30
1
-1
/
+1
*
Proposed SA changes still containing a race condition (#48)
3.0.11a
Itay Grudev
2018-07-27
1
-370
/
+59
*
Fix sendmessage (#46)
Francis Giraldeau
2018-07-27
1
-25
/
+42
*
removed c style casts and eliminated all clang warnings, ... (#38)
Jedidiah Buck McCready
2017-12-03
1
-50
/
+44
*
Primary PID support (#36)
v3.0.9
Itay Grudev
2017-10-02
1
-4
/
+28
*
bugfix - change QApplication to macro QAPPLICATION_CLASS (#34)
BG4444
2017-08-20
1
-1
/
+1
*
Removed QMutex for thread safe behaviour and support for multiple SingleAppli...
Itay Grudev
2017-04-23
1
-16
/
+1
*
Fixed compilation error: cannot convert wchar_t* to LPSTR {aka char*} (#29)
Vitaly Tonkacheyev
2017-02-23
1
-1
/
+1
*
Remove magic chars from code - use more readable code style (#28)
Evgeny
2017-02-22
1
-13
/
+17
*
Reverted GetUserName API usage on Windows (#25)
Itay Grudev
2017-02-02
1
-1
/
+14
*
Refactored SingleApplicationPrivate destructor.
Itay Grudev
2017-01-30
1
-17
/
+13
*
Fix memory leak on SingleApplicationPrivate destruction (#23)
retmas
2017-01-30
1
-0
/
+1
*
Fixed shadow variable warning (#21)
pjwhams
2017-01-24
1
-23
/
+23
*
Removed Windows specific code for getting username
v3.0.3a
Itay Grudev
2017-01-24
1
-16
/
+7
*
Refactored slotConnectionEstablished()
Itay Grudev
2017-01-24
1
-16
/
+14
*
Fix crash when username contains Unicode characters on Windows (#17)
Le Liu
2016-11-27
1
-3
/
+1
*
Allow data exclusion for the server name hash and Windows fixes (#16)
Le Liu
2016-11-26
1
-2
/
+21
*
fix Windows warning about unused parameter
Svintsov Dmitry
2016-08-24
1
-0
/
+1
*
Added missing "QMutex" dependencies
Svintsov Dmitry
2016-08-22
1
-1
/
+0
*
Fix bug (and compiler error) on Windows - wchar username support
Itay Grudev
2016-08-18
1
-4
/
+5
*
SingleApplication v3.0a
Itay Grudev
2016-08-10
1
-126
/
+278
*
Fixed signal formatting
Itay Grudev
2016-07-10
1
-14
/
+14
*
Updated license dates. Explicit license statement in the header and source files
Itay Grudev
2016-07-04
1
-0
/
+22
*
SIGBUSS should be signal 10. Fixed comment
Itay Grudev
2016-05-14
1
-1
/
+1
*
Code style improvements
v2.4
Itay Grudev
2016-05-04
1
-6
/
+6
*
Bugfix no showUp notification. Some minor improvements
Itay Grudev
2016-05-04
1
-4
/
+10
*
Improved restoring QSharedMemory after crash
Itay Grudev
2016-05-04
1
-3
/
+8
*
Secondary instance implementation
Itay Grudev
2016-05-04
1
-54
/
+159
*
Bug fix possible situation in which memory is detached
Itay Grudev
2016-05-04
1
-8
/
+5
*
Now handling all relevant signals
Itay Grudev
2016-05-04
1
-6
/
+14
*
Ensure backward compatibility and some cosmetic changes.
Vlad Pyatnichenko
2016-04-05
1
-1
/
+1
*
HOTFIX: use Q_Q instead of q_ptr directly.
Vlad Pyatnichenko
2016-03-22
1
-1
/
+3
*
HOTFIX: added Qt's modules prefixes to #include statements.
Vlad Pyatnichenko
2016-03-06
1
-4
/
+4
*
Adaptation to Qt's pimpl idiom design. Improved inheritance safety.
Vlad Pyatnichenko
2016-03-05
1
-26
/
+40
*
QApplication inherit macro
Itay Grudev
2015-06-09
1
-2
/
+2
*
Fixed race condition #3! Library version 2.1; Explained implementation in README
Itay Grudev
2015-06-06
1
-14
/
+99
*
Client disconnect is not required
Itay Grudev
2015-05-07
1
-1
/
+0
*
Fixed memory leak
Itay Grudev
2015-05-07
1
-1
/
+3
*
Bugfix: SingleApplication passing a copy of argc instead of reference
v2.0
Itay Grudev
2015-04-07
1
-1
/
+1
*
Fixed new line issue
Itay Grudev
2015-02-26
1
-9
/
+4
*
Using Regex to remove invalid Filename Charecters
Itay Grudev
2015-02-26
1
-1
/
+1
*
Completly rewritten and simplified source
Itay Grudev
2015-02-26
1
-41
/
+32
*
Add base files
Itay Grudev
2012-12-23
1
-0
/
+61