aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated documentationv2.2v2.1Itay Grudev2015-11-041-18/+18
|
* Improved QAPPLICATION_CLASS macroItay Grudev2015-11-042-2/+4
| | | | | Now it can be defined in the cpp file that include it (usually main.cpp).
* Updated implementation descriptionItay Grudev2015-06-091-2/+2
|
* QApplication inherit macroItay Grudev2015-06-093-4/+27
|
* Fixed race condition #3! Library version 2.1; Explained implementation in READMEItay Grudev2015-06-063-25/+115
|
* Added known bug remarkItay Grudev2015-05-071-0/+7
| | | | This bug is related to issue #3. I expect to push a solution soon
* Client disconnect is not requiredItay Grudev2015-05-071-1/+0
|
* Fixed memory leakItay Grudev2015-05-071-1/+3
| | | As described in issue #2 each new socket is not deallocated and creates a memory leak
* Bugfix: SingleApplication passing a copy of argc instead of referencev2.0Itay Grudev2015-04-072-2/+2
| | | | | | | | QApplication uses a reference of argc so it could modify it's value when it substitutes known arguments for example. Thanks to @Chocobozzz for reporting the issue. https://github.com/itay-grudev/SingleApplication/issues/1
* Update README.mdItay Grudev2015-02-261-1/+1
|
* Added quick descriptionItay Grudev2015-02-261-1/+3
|
* Update README.mdItay Grudev2015-02-261-3/+4
|
* Source Example C++ HighlightingItay Grudev2015-02-261-1/+1
|
* Fixed new line issueItay Grudev2015-02-262-12/+5
|
* Added documentationItay Grudev2015-02-261-1/+31
|
* LicenseItay Grudev2015-02-261-0/+21
|
* Using Regex to remove invalid Filename CharectersItay Grudev2015-02-261-1/+1
|
* Deleted unnecesarry filesItay Grudev2015-02-262-185/+0
|
* Completly rewritten and simplified sourceItay Grudev2015-02-266-239/+50
|
* Update README.mdItay Grudev2015-01-111-0/+7
|
* Add base filesItay Grudev2012-12-238-0/+456