Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improved QAPPLICATION_CLASS macro | Itay Grudev | 2015-11-04 | 2 | -2/+4 | |
| | | | | | Now it can be defined in the cpp file that include it (usually main.cpp). | |||||
* | Updated implementation description | Itay Grudev | 2015-06-09 | 1 | -2/+2 | |
| | ||||||
* | QApplication inherit macro | Itay Grudev | 2015-06-09 | 3 | -4/+27 | |
| | ||||||
* | Fixed race condition #3! Library version 2.1; Explained implementation in README | Itay Grudev | 2015-06-06 | 3 | -25/+115 | |
| | ||||||
* | Added known bug remark | Itay Grudev | 2015-05-07 | 1 | -0/+7 | |
| | | | | This bug is related to issue #3. I expect to push a solution soon | |||||
* | Client disconnect is not required | Itay Grudev | 2015-05-07 | 1 | -1/+0 | |
| | ||||||
* | Fixed memory leak | Itay Grudev | 2015-05-07 | 1 | -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.0 | Itay Grudev | 2015-04-07 | 2 | -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.md | Itay Grudev | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | Added quick description | Itay Grudev | 2015-02-26 | 1 | -1/+3 | |
| | ||||||
* | Update README.md | Itay Grudev | 2015-02-26 | 1 | -3/+4 | |
| | ||||||
* | Source Example C++ Highlighting | Itay Grudev | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | Fixed new line issue | Itay Grudev | 2015-02-26 | 2 | -12/+5 | |
| | ||||||
* | Added documentation | Itay Grudev | 2015-02-26 | 1 | -1/+31 | |
| | ||||||
* | License | Itay Grudev | 2015-02-26 | 1 | -0/+21 | |
| | ||||||
* | Using Regex to remove invalid Filename Charecters | Itay Grudev | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | Deleted unnecesarry files | Itay Grudev | 2015-02-26 | 2 | -185/+0 | |
| | ||||||
* | Completly rewritten and simplified source | Itay Grudev | 2015-02-26 | 6 | -239/+50 | |
| | ||||||
* | Update README.md | Itay Grudev | 2015-01-11 | 1 | -0/+7 | |
| | ||||||
* | Add base files | Itay Grudev | 2012-12-23 | 8 | -0/+456 | |