aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.pri
Commit message (Collapse)AuthorAgeFilesLines
* Added qdep supportSamson Close2020-02-201-1/+2
|
* Proposed SA changes still containing a race condition (#48)3.0.11aItay Grudev2018-07-271-1/+2
|
* replace -lAdvapi32 with -ladvapi32 which broke the build on mxe (#43)Karl G2018-07-271-1/+1
| | | This should not break any windows builds as the windows filesystem is case-insensitive.
* Primary PID support (#36)v3.0.9Itay Grudev2017-10-021-0/+5
| | | | | | | | | | | * 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()
* Reverted GetUserName API usage on Windows (#25)Itay Grudev2017-02-021-0/+5
| | | | | | | | | | * Added back support for getting username on Windows * Fixed typo in singleapplication.pri * Compiler specific Advapi32.lib links * Removed username debug statement
* SingleApplication v3.0aItay Grudev2016-08-101-3/+5
|
* Distributed a .pri file with the libraryItay Grudev2016-05-271-0/+6