новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/src/qtsingleapplication
Clément Fauconnier 5e6e6b96cc added qtsingleapplication ported to Qt5 to main project 5 years ago
..
buildlib added qtsingleapplication ported to Qt5 to main project 5 years ago
doc added qtsingleapplication ported to Qt5 to main project 5 years ago
examples added qtsingleapplication ported to Qt5 to main project 5 years ago
src added qtsingleapplication ported to Qt5 to main project 5 years ago
INSTALL.TXT added qtsingleapplication ported to Qt5 to main project 5 years ago
README.TXT added qtsingleapplication ported to Qt5 to main project 5 years ago
common.pri added qtsingleapplication ported to Qt5 to main project 5 years ago
configure added qtsingleapplication ported to Qt5 to main project 5 years ago
configure.bat added qtsingleapplication ported to Qt5 to main project 5 years ago
qtsingleapplication.pro added qtsingleapplication ported to Qt5 to main project 5 years ago

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.