Commit Graph

62 Commits

Author SHA1 Message Date
Itay Grudev
7332ec4bd7
Update CHANGELOG.md 2023-10-13 00:57:59 +03:00
Itay Grudev
ca8b561502
Update CHANGELOG.md 2023-09-28 20:21:47 +03:00
Itay Grudev
1e3cb7776d
Update CHANGELOG.md 2023-09-11 18:00:49 +03:00
Itay Grudev
1b95264286
Update CHANGELOG.md 2023-09-11 17:58:53 +03:00
Itay Grudev
dd1061913f
Update CHANGELOG.md 2023-06-13 01:29:27 +03:00
Itay Grudev
131199602c
v3.4.0 2023-06-12 11:48:00 +03:00
Itay Grudev
e9fdcaabc6 Doxygen styling 2022-04-06 13:28:38 +03:00
Hennadii Chernyshchyk
efdfa507dd
Switch to Doxygen to avoid documentation duplication
I also had to fix syntax a little in markdown and the header file.
Now checked on CI.
2022-04-06 00:32:30 +03:00
Hennadii Chernyshchyk
4a9a480094
Update CHANGELOG.md 2022-04-05 23:48:46 +03:00
Itay Grudev
cc26916c98
Updated CHANGELOG.md
Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
2022-04-04 01:19:56 +03:00
Itay Grudev
bed39cc40b
v3.3.4 Changelog 2022-04-03 22:24:04 +03:00
Itay Grudev
150c26ad04
v3.3.3 changelog patch 2022-02-14 02:35:40 +02:00
Itay Grudev
3f68a1668f
Update CHANGELOG.md 2021-11-24 11:24:29 +02:00
Itay Grudev
a8aa298aa1
v3.3.1 2021-09-20 16:25:15 +03:00
Itay Grudev
266e6de20b
Update CHANGELOG.md
Co-authored-by: Hennadii Chernyshchyk <genaloner@gmail.com>
2021-06-02 20:27:50 +03:00
Itay Grudev
bdbb09b5f2
v3.3.0 2021-06-02 10:57:30 +03:00
Itay Grudev
aede311d28
Update CHANGELOG.md 2020-11-23 12:03:51 +00:00
Itay Grudev
2f44044c32
v3.2.0 Changelog 2020-10-18 10:42:09 +01:00
Itay Grudev
9a408690ce Fixed typo in the CHANGELOG 2020-09-09 02:50:55 +01:00
Itay Grudev
0a7c90e0a6 v3.1.5 2020-09-09 02:34:16 +01:00
Itay Grudev
2637ea2afb
v3.1.4 2020-07-02 03:24:59 +01:00
Itay Grudev
318e893073
Update CHANGELOG.md 2020-05-25 07:10:19 +01:00
Itay Grudev
b02e72de22
Update CHANGELOG.md 2020-05-15 16:53:03 +01:00
Itay Grudev
06a67308d2
v3.1.3 2020-05-12 01:56:59 +01:00
Itay Grudev
92d501c62b
Update CHANGELOG.md 2020-04-22 10:23:58 +01:00
Itay Grudev
d89f0043ac
Update CHANGELOG.md 2020-04-22 10:23:45 +01:00
Itay Grudev
8956e06ece
Update CHANGELOG.md 2020-04-22 10:23:25 +01:00
Itay Grudev
aef39834a1
Update CHANGELOG.md 2020-04-22 01:01:11 +01:00
Itay Grudev
5fbe3531b3
v3.1.2 2020-04-21 11:47:33 +01:00
Leander Schulten
5fff2202b5 Add SingleApplication::currentUser() 2020-03-27 08:00:14 +01:00
Itay Grudev
81cc2719be v3.1.0a Added primaryUser()
Closes #95
2020-03-03 01:24:55 +00:00
Itay Grudev
3d152b03d8
v3.0.19 2020-01-24 01:05:21 +00:00
Itay Grudev
69873cba97
Update CHANGELOG.md 2020-01-03 17:49:52 +00:00
Itay Grudev
c5b4d4028d v3.0.18 2019-10-13 10:35:50 +03:00
Itay Grudev
33975c1743
Update CHANGELOG.md 2019-10-11 16:35:03 +03:00
Itay Grudev
e18babe559
Update CHANGELOG.md 2019-09-22 20:41:33 +03:00
Itay Grudev
fec44d13d5
v3.0.15 2019-08-23 23:08:44 +03:00
Itay Grudev
acdc141d9d
v3.0.15 2019-08-23 23:08:07 +03:00
Itay Grudev
71e83871ae
Update CHANGELOG.md 2019-08-23 23:07:43 +03:00
Jonas Kvinge
791f6b1cae Fix spelling and typos (#70) 2019-08-23 22:57:28 +03:00
Itay Grudev
adac9a30aa
v3.0.14 2019-01-22 12:23:51 +00:00
Itay Grudev
c6bc2a3e52
v3.0.13a 2018-10-04 14:29:21 +00:00
Itay Grudev
9357d19042
v3.0.12a Removed custom signal handling. 2018-07-27 12:59:31 +03:00
Itay Grudev
46b2204a3f
Proposed SA changes still containing a race condition (#48) 2018-07-27 04:29:55 +03:00
Itay Grudev
c03d32ec17 v3.0.10 Code cleanup 2017-12-03 17:15:45 +00:00
Itay Grudev
4f03651072 Primary PID support (#36)
* 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()
2017-10-02 12:17:41 +01:00
Itay Grudev
6fbf6bffc8
Fixed typo in the CHANGELOG.md 2017-08-20 20:41:00 +03:00
Itay Grudev
ec5123f56e
v3.0.8
Signed-off-by: Itay Grudev <itay@grudev.com>
2017-08-20 20:37:03 +03:00
Itay Grudev
00a0da8b00 v3.0.7a 2017-04-23 14:31:52 +03:00
Itay Grudev
51b7ecc524
v3.0.6a 2017-02-02 04:35:46 +00:00