aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* v3.0.12a Removed custom signal handling.3.0.12aItay Grudev2018-07-271-29/+7
|
* Primary PID support (#36)v3.0.9Itay Grudev2017-10-021-1/+14
| | | | | | | | | | | * Added the ability to bring the primary application window to the foreground on Windows systems by adding an option flag. THis option can only be used in Windows development and in applications derived from QApplication with a QMainWindow object. Because the primary application needs to be instructed to go to the foreground, the option SecondaryNotification must also be set to use this functionality * Changed the ability to bring the primary application window to the front as discussed in itay-grudev/SingleApplication#31. Now the process ID of the primary application get stored and is accessible for other instances of the application. It is to the developer to bring the applications windows to the front. For convenience the accompanying readme now contains a paragraph with example of how to do this on Windows systems. * v3.0.9 Added SingleApplicationPrivate::primaryPid()
* Removed version number from README.mdItay Grudev2017-02-021-2/+0
|
* Fixed typo in README.mdItay Grudev2017-02-011-1/+1
|
* SingleApplication v3.0.2av3.0.2aItay Grudev2016-11-271-1/+1
|
* Single Application v.3.0.1av3.0.1aItay Grudev2016-11-261-3/+8
| | | | Signed-off-by: Itay Grudev <itay@grudev.com>
* 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