aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in README.mdItay Grudev2016-11-041-4/+4
|
* 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
|
* Improved documentation for v3.0av3.0aItay Grudev2016-08-101-11/+104
|
* Added an example of an application raising the primary instance windowItay Grudev2016-08-101-1/+3
| | | | | | This example uses the Qt Calculator example released under the BSD license. Noted the license difference in the `README.md` and `LICENSE` files.
* SingleApplication v3.0aItay Grudev2016-08-101-38/+46
|
* Added CHANGELOG and version descriptionItay Grudev2016-07-041-0/+9
|
* Distributed a .pri file with the libraryItay Grudev2016-05-271-15/+2
|
* 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
|
* Updated documentationItay Grudev2016-05-041-19/+63
|
* Now handling all relevant signalsItay Grudev2016-05-041-8/+16
| | | | | | New handled signals are: SIGHUP, SIGQUIT, SIGBUS, SIGSYS, SIGPIPE, SIGALRM, SIGXCPU, SIGXFSZ
* Ensure backward compatibility and some cosmetic changes.Vlad Pyatnichenko2016-04-051-5/+6
|
* Adaptation to Qt's pimpl idiom design. Improved inheritance safety.Vlad Pyatnichenko2016-03-051-13/+12
| | | | | | | | | | | | | | | | | | | | | | 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.
* 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-041-1/+1
| | | | | 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-091-0/+18
|
* Fixed race condition #3! Library version 2.1; Explained implementation in READMEItay Grudev2015-06-061-6/+13
|
* Added known bug remarkItay Grudev2015-05-071-0/+7
| | | | This bug is related to issue #3. I expect to push a solution soon
* 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
|
* Added documentationItay Grudev2015-02-261-1/+31
|
* Completly rewritten and simplified sourceItay Grudev2015-02-261-7/+4
|
* Update README.mdItay Grudev2015-01-111-0/+7
|
* Add base filesItay Grudev2012-12-231-0/+0