Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Releases: wangwenx190/framelesshelper

2.3.0

31 Oct 01:42
78638a3
Compare
Choose a tag to compare

For full change log, please refer to 2.2.1...2.3.0

2.2.1

01 Sep 08:50
Compare
Choose a tag to compare

Fixed some minor bugs that will rarely be triggered. Please check 2.2.0...2.2.1.

2.2.0

31 Aug 08:40
Compare
Choose a tag to compare

For full change log, please refer to 2.1.7...2.2.0.

2.1.7

25 Jun 11:40
Compare
Choose a tag to compare

For full change log, please refer to 2.1.6...2.1.7. Mostly bug fixes.

2.1.6

01 Jun 07:06
Compare
Choose a tag to compare

For full change log, please refer to 2.1.5...2.1.6. Mostly bug fixes.

2.1.5

20 May 09:43
Compare
Choose a tag to compare

Bug fixes

  • Use QPointer instead of raw pointers in both FramelessWidgetsHelper and FramelessQuickHelper to avoid possible null pointer accesses. Currently no bug reports of this kind of crashes are received, but it makes the library more robust than before.

2.1.4

18 May 01:38
Compare
Choose a tag to compare

Bug fixes

  • [Windows] Suppress a useless and misleading warning message when the user canceled the system menu.

Doc

  • Add one more entry in the FAQs section.

2.1.3

16 May 02:21
Compare
Choose a tag to compare

Bug fixes

  • [Windows only] Fixed crash on window destruction, again.

2.1.2

15 May 08:00
Compare
Choose a tag to compare

Bug fixes

  • The controls inside the title bar area can't be hovered.

New features

  • Introduced useAlternativeBackground property for the StandardTitleBar widget/item. Set it to true if you want to use your own color/pixmap as the title bar background instead of system's accent color.

2.1.1

13 May 09:44
Compare
Choose a tag to compare
  1. Fixed crash on window destruction. Thanks to @JulienMaille !
  2. Removed the setVisible call for both QtWidgets and QtQuick implementations, fixed window geometry issue for some applications. Thanks to @JulienMaille !
  3. All the example projects gained the ability to record and restore the preivous window geometry. Thanks to @JulienMaille !
  4. Simplified QtQuick implementation. The three QtQuick system buttons now shared one same code base.
  5. Corrected some color calculation mistakes of the system buttons.
  6. Removed some unused bundled resources.
  7. Added function to retrieve the runtime version of FramelessHelper: int FramelessHelper::Core::version().
  8. Other internal refactorings and tweaks.