This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Releases: wangwenx190/framelesshelper
Releases · wangwenx190/framelesshelper
2.3.0
For full change log, please refer to 2.2.1...2.3.0
2.2.1
Fixed some minor bugs that will rarely be triggered. Please check 2.2.0...2.2.1.
2.2.0
For full change log, please refer to 2.1.7...2.2.0.
2.1.7
For full change log, please refer to 2.1.6...2.1.7. Mostly bug fixes.
2.1.6
For full change log, please refer to 2.1.5...2.1.6. Mostly bug fixes.
2.1.5
Bug fixes
- Use
QPointer
instead of raw pointers in bothFramelessWidgetsHelper
andFramelessQuickHelper
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
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
Bug fixes
- [Windows only] Fixed crash on window destruction, again.
2.1.2
Bug fixes
- The controls inside the title bar area can't be hovered.
New features
- Introduced
useAlternativeBackground
property for theStandardTitleBar
widget/item. Set it totrue
if you want to use your own color/pixmap as the title bar background instead of system's accent color.
2.1.1
- Fixed crash on window destruction. Thanks to @JulienMaille !
- Removed the
setVisible
call for both QtWidgets and QtQuick implementations, fixed window geometry issue for some applications. Thanks to @JulienMaille ! - All the example projects gained the ability to record and restore the preivous window geometry. Thanks to @JulienMaille !
- Simplified QtQuick implementation. The three QtQuick system buttons now shared one same code base.
- Corrected some color calculation mistakes of the system buttons.
- Removed some unused bundled resources.
- Added function to retrieve the runtime version of FramelessHelper:
int FramelessHelper::Core::version()
. - Other internal refactorings and tweaks.