summaryrefslogtreecommitdiff
path: root/libs/qtsingleapplication/README.TXT
diff options
context:
space:
mode:
authorAlex <b0ris@b0ris-satellite.localdomain>2011-11-05 19:03:04 +0200
committerAlex <b0ris@b0ris-satellite.localdomain>2011-11-05 19:03:04 +0200
commitc34e933ae10ac5ffd7c0e06cf5fa62aa95eb536a (patch)
tree8b93a20f8d5bafb4672a788c64ed5352e848f252 /libs/qtsingleapplication/README.TXT
parentf1889d6c4b2c658177bfce08f41b6e1c337aec5e (diff)
parent544c4714a4e1f6b5bedf7b58d07080c5a6dee860 (diff)
Fix conflicting Config.cpp
Diffstat (limited to 'libs/qtsingleapplication/README.TXT')
-rwxr-xr-xlibs/qtsingleapplication/README.TXT33
1 files changed, 33 insertions, 0 deletions
diff --git a/libs/qtsingleapplication/README.TXT b/libs/qtsingleapplication/README.TXT
new file mode 100755
index 0000000..06abb09
--- /dev/null
+++ b/libs/qtsingleapplication/README.TXT
@@ -0,0 +1,33 @@
+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.
+