aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improved restoring QSharedMemory after crashItay Grudev2016-05-041-3/+8
|
* Secondary instance implementationItay Grudev2016-05-041-54/+159
|
* Bug fix possible situation in which memory is detachedItay Grudev2016-05-041-8/+5
|
* Now handling all relevant signalsItay Grudev2016-05-041-6/+14
| | | | | | New handled signals are: SIGHUP, SIGQUIT, SIGBUS, SIGSYS, SIGPIPE, SIGALRM, SIGXCPU, SIGXFSZ
* Ensure backward compatibility and some cosmetic changes.Vlad Pyatnichenko2016-04-051-1/+1
|
* 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-051-26/+40
| | | | | | | | | | | | | | | | | | | | | | Details: * Improved unsafe C-style macros inheritance approach to the project-wide DEFINES: it is unspecified in which order source files are being preprocessed ones, so in singleapplication.cpp the class might be inherent of default-specified base, while in main.cpp this can be a user-provided QAPPLICATION_CLASS definition. * Replace Qt's pseudo-keywords to more library-independent counterparts ('emit -> Q_EMIT', etc) * Indentation fixes (80 character column-width) * Rearragned #include statements: from most platform-independen to more app-specific. * Fixed some grammar typos. * README.md updated respectively.
* QApplication inherit macroItay Grudev2015-06-091-2/+2
|
* Fixed race condition #3! Library version 2.1; Explained implementation in READMEItay Grudev2015-06-061-14/+99
|
* 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-071-1/+1
| | | | | | | | 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
* Fixed new line issueItay Grudev2015-02-261-9/+4
|
* Using Regex to remove invalid Filename CharectersItay Grudev2015-02-261-1/+1
|
* Completly rewritten and simplified sourceItay Grudev2015-02-261-41/+32
|
* Add base filesItay Grudev2012-12-231-0/+61