juhovh-shairplay/AirTV-Qt/qtsingleapplication
Ville Ranki f41fdad301 Fix compilation on gcc => 4.7.0 by including unistd.h
Same issue as here: http://code.google.com/p/photivo/issues/detail?id=99
2013-03-20 13:52:12 +02:00
..
buildlib Initial commit to the repository 2012-05-17 00:31:57 +03:00
doc Initial commit to the repository 2012-05-17 00:31:57 +03:00
examples Initial commit to the repository 2012-05-17 00:31:57 +03:00
src Fix compilation on gcc => 4.7.0 by including unistd.h 2013-03-20 13:52:12 +02:00
INSTALL.TXT Initial commit to the repository 2012-05-17 00:31:57 +03:00
README.TXT Initial commit to the repository 2012-05-17 00:31:57 +03:00
common.pri Initial commit to the repository 2012-05-17 00:31:57 +03:00
configure Initial commit to the repository 2012-05-17 00:31:57 +03:00
configure.bat Initial commit to the repository 2012-05-17 00:31:57 +03:00
qtsingleapplication.pro Initial commit to the repository 2012-05-17 00:31:57 +03:00

README.TXT

Qt Solutions Component: Single Application

The QtSingleApplication component provides support for
applications that can be only started once per user.



Version history:

2.0: - Version 1.3 ported to Qt 4.

2.1: - Fix compilation problem on Mac.

2.2: - Really fix the Mac compilation problem.
     - Mac: fix crash due to wrong object releasing.
     - Mac: Fix memory leak.

2.3: - Windows: Force creation of internal widget to make it work
     with Qt 4.2.

2.4: - Fix the system for automatic window raising on message
     reception. NOTE: minor API change.

2.5: - Mac: Fix isRunning() to work and report correctly.

2.6: - - initialize() is now obsolete, no longer necessary to call
     it
     - - Fixed race condition where multiple instances migth be started
     - - QtSingleCoreApplication variant provided for non-GUI (console)
     usage
     - Complete reimplementation. Visible changes:
     - LGPL release.