-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
efbc285
commit 49523fc
Showing
4 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,6 @@ tmp/ | |
*.rpm | ||
*.gz | ||
libQt5Pas* | ||
libqt5pas.spec-just-used | ||
libqt5pasdevel.spec-just-used | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
libqt5pas (1.2.16) unstable; urgency=medium | ||
|
||
* Release of new version. | ||
* Fixed bug in cbindings (21-11-2024) | ||
* Please see Lazarus at gitlab for further change details. | ||
|
||
-- David Bannon <[email protected]> Sun, 24 Nov 2024 19:04:27 +1100 | ||
|
||
libqt5pas (1.2.15) unstable; urgency=medium | ||
|
||
* Release of new version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
removed QTimer_singleShot4() overload because it cannot be used with Qt5 < 5.10 | ||
use QTimer::singleShot() with QObject context from Qt 5.9.0 | ||
fixed Qt documentation inconsistency about QTimer::singleShot() overload. | ||
Fixed bug in cbindings (21-11-2024) |