index
:
singleapplication
master
upstream
replacement of QtSingleApplication for Qt5
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix - change QApplication to macro QAPPLICATION_CLASS (#34)
BG4444
2017-08-20
1
-1
/
+1
*
v3.0.7a
v3.0.7a
Itay Grudev
2017-04-23
1
-0
/
+10
*
Removed QMutex for thread safe behaviour and support for multiple SingleAppli...
Itay Grudev
2017-04-23
2
-19
/
+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
*
Removed version number from README.md
Itay Grudev
2017-02-02
1
-2
/
+0
*
v3.0.6a
v3.0.6a
Itay Grudev
2017-02-02
1
-0
/
+7
*
Bug Fix Calculator example not raising it's window on Windows
Itay Grudev
2017-02-02
1
-6
/
+4
*
Reverted GetUserName API usage on Windows (#25)
Itay Grudev
2017-02-02
2
-1
/
+19
*
Fixed typo in README.md
Itay Grudev
2017-02-01
1
-1
/
+1
*
v3.0.5a
v3.0.5a
Itay Grudev
2017-01-31
1
-0
/
+7
*
Refactored SingleApplicationPrivate destructor.
Itay Grudev
2017-01-30
2
-18
/
+13
*
Fix memory leak on SingleApplicationPrivate destruction (#23)
retmas
2017-01-30
1
-0
/
+1
*
v3.0.4a
v3.0.4a
Itay Grudev
2017-01-25
1
-0
/
+7
*
Fixed shadow variable warning (#21)
pjwhams
2017-01-24
1
-23
/
+23
*
Fixed typo in CHANGELOG.md
Itay Grudev
2017-01-24
1
-1
/
+1
*
Removed Windows specific code for getting username
v3.0.3a
Itay Grudev
2017-01-24
2
-16
/
+18
*
Refactored slotConnectionEstablished()
Itay Grudev
2017-01-24
1
-16
/
+14
*
Fixed typos in CHANGELOG.md
Itay Grudev
2016-12-02
1
-4
/
+4
*
Update CHANGELOG.md
Itay Grudev
2016-11-28
1
-1
/
+1
*
SingleApplication v3.0.2a
v3.0.2a
Itay Grudev
2016-11-27
2
-2
/
+10
*
Fix crash when username contains Unicode characters on Windows (#17)
Le Liu
2016-11-27
1
-3
/
+1
*
Single Application v.3.0.1a
v3.0.1a
Itay Grudev
2016-11-26
2
-14
/
+32
*
Allow data exclusion for the server name hash and Windows fixes (#16)
Le Liu
2016-11-26
2
-3
/
+24
*
Fixed typo in README.md
Itay Grudev
2016-11-04
1
-4
/
+4
*
Merge pull request #14 from uralbash/master
Itay Grudev
2016-08-24
1
-0
/
+1
|
\
|
*
fix Windows warning about unused parameter
Svintsov Dmitry
2016-08-24
1
-0
/
+1
|
/
*
Merge pull request #13 from uralbash/master
Itay Grudev
2016-08-22
2
-1
/
+1
|
\
|
*
Added missing "QMutex" dependencies
Svintsov Dmitry
2016-08-22
2
-1
/
+1
|
/
*
Fix bug (and compiler error) on Windows - wchar username support
Itay Grudev
2016-08-18
1
-4
/
+5
*
Improved documentation styling. Added HRs between API members.
Itay Grudev
2016-08-15
1
-0
/
+14
*
Improved `instanceStarted()` note in `README.md`.
Itay Grudev
2016-08-15
1
-2
/
+4
*
Disambiguation in `CHANGELOG.md`
Itay Grudev
2016-08-15
1
-1
/
+1
*
Fixed typo in `CHANGELOG.md`
Itay Grudev
2016-08-15
1
-1
/
+1
*
Improved documentation for v3.0a
v3.0a
Itay Grudev
2016-08-10
1
-11
/
+104
*
Added an example of an application raising the primary instance window
Itay Grudev
2016-08-10
8
-1
/
+754
*
Added an example of an application sending it's arguments to the primary inst...
Itay Grudev
2016-08-10
4
-0
/
+61
*
Added a basic usage example
Itay Grudev
2016-08-10
2
-0
/
+14
*
SingleApplication v3.0a
Itay Grudev
2016-08-10
6
-177
/
+512
*
Fixed signal formatting
Itay Grudev
2016-07-10
1
-14
/
+14
*
Added CHANGELOG and version description
Itay Grudev
2016-07-04
2
-0
/
+50
*
Updated license dates. Explicit license statement in the header and source files
Itay Grudev
2016-07-04
3
-1
/
+45
*
Distributed a .pri file with the library
Itay Grudev
2016-05-27
2
-15
/
+8
*
SIGBUSS should be signal 10. Fixed comment
Itay Grudev
2016-05-14
1
-1
/
+1
*
README: Better highlighing of exit code formula.
Itay Grudev
2016-05-11
1
-4
/
+4
*
Docmented changes and example usage with a .pri file
Itay Grudev
2016-05-09
1
-11
/
+46
*
QAPPLICATION_CLASS now defaults to QCoreApplication
Itay Grudev
2016-05-09
1
-1
/
+1
*
Code style improvements
v2.4
Itay Grudev
2016-05-04
2
-9
/
+8
*
Merge pull request #6 from itay-grudev/secondary
Itay Grudev
2016-05-04
3
-77
/
+240
|
\
|
*
Bugfix no showUp notification. Some minor improvements
Itay Grudev
2016-05-04
1
-4
/
+10
[next]