aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Added missing "QMutex" dependenciesSvintsov Dmitry2016-08-222-1/+1
|/
* Fix bug (and compiler error) on Windows - wchar username supportItay Grudev2016-08-181-4/+5
* Improved documentation styling. Added HRs between API members.Itay Grudev2016-08-151-0/+14
* Improved `instanceStarted()` note in `README.md`.Itay Grudev2016-08-151-2/+4
* Disambiguation in `CHANGELOG.md`Itay Grudev2016-08-151-1/+1
* Fixed typo in `CHANGELOG.md`Itay Grudev2016-08-151-1/+1
* Improved documentation for v3.0av3.0aItay Grudev2016-08-101-11/+104
* Added an example of an application raising the primary instance windowItay Grudev2016-08-108-1/+754
* Added an example of an application sending it's arguments to the primary inst...Itay Grudev2016-08-104-0/+61
* Added a basic usage exampleItay Grudev2016-08-102-0/+14
* SingleApplication v3.0aItay Grudev2016-08-106-177/+512
* Fixed signal formattingItay Grudev2016-07-101-14/+14
* Added CHANGELOG and version descriptionItay Grudev2016-07-042-0/+50
* Updated license dates. Explicit license statement in the header and source filesItay Grudev2016-07-043-1/+45
* Distributed a .pri file with the libraryItay Grudev2016-05-272-15/+8
* SIGBUSS should be signal 10. Fixed commentItay Grudev2016-05-141-1/+1
* README: Better highlighing of exit code formula.Itay Grudev2016-05-111-4/+4
* Docmented changes and example usage with a .pri fileItay Grudev2016-05-091-11/+46
* QAPPLICATION_CLASS now defaults to QCoreApplicationItay Grudev2016-05-091-1/+1
* Code style improvementsv2.4Itay Grudev2016-05-042-9/+8
* Merge pull request #6 from itay-grudev/secondaryItay Grudev2016-05-043-77/+240
|\
| * Bugfix no showUp notification. Some minor improvementsItay Grudev2016-05-041-4/+10
| * Improved restoring QSharedMemory after crashItay Grudev2016-05-041-3/+8
| * Updated documentationItay Grudev2016-05-041-19/+63
| * Secondary instance implementationItay Grudev2016-05-042-55/+163
|/
* Bug fix possible situation in which memory is detachedItay Grudev2016-05-041-8/+5
* Now handling all relevant signalsItay Grudev2016-05-042-14/+30
* Merge pull request #5 from i7achi/modern_cppv2.3Itay Grudev2016-04-053-56/+76
|\
| * Ensure backward compatibility and some cosmetic changes.Vlad Pyatnichenko2016-04-053-6/+11
| * HOTFIX: use Q_Q instead of q_ptr directly.Vlad Pyatnichenko2016-03-221-1/+3
| * HOTFIX: added Qt's modules prefixes to #include statements.Vlad Pyatnichenko2016-03-061-4/+4
| * Adaptation to Qt's pimpl idiom design. Improved inheritance safety.Vlad Pyatnichenko2016-03-053-55/+68
|/
* Docs now imply Linux as wellItay Grudev2016-01-041-1/+1
* Updated documentationv2.2v2.1Itay Grudev2015-11-041-18/+18
* Improved QAPPLICATION_CLASS macroItay Grudev2015-11-042-2/+4
* 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
* Client disconnect is not requiredItay Grudev2015-05-071-1/+0
* Fixed memory leakItay Grudev2015-05-071-1/+3
* Bugfix: SingleApplication passing a copy of argc instead of referencev2.0Itay Grudev2015-04-072-2/+2
* 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