Releases: oclero/qlementine
Releases Β· oclero/qlementine
v1.4.2
v1.4.1
v1.4.0
New features:
- Add tristate mode to
Switch(#93).
Bugfixes:
- Fix antialiased carret in text fields. It is now always aligned to pixel grid (by @anydream).
- Fix memory leak for the
FlashActionHelper(by @thierryba). - Fix
QTabBarscroll buttons enabled state (by @christophe-thiery-fw).
v1.3.0
New features:
- Add
NotificationBadgewidget (#109). - Switch to Ninja as the default CMake generator on macOS instead of Xcode.
- Replace
emitbyQ_EMITfor better compatibility.
Bugfixes:
- Fix
Popover's drop shadow and position pixel ratios on high-DPI screens. - Fix returned
QActionbyQMenu::exec(by @thierryba). - Fix missing border positions for
QToolBar(by ΠΠ²Π°Π½ΠΎΠ² ΠΠ°Π²Π΅Π» ΠΠ΅Π½Π½Π°Π΄ΡΠ΅Π²ΠΈΡ). - Fix loss
Popoverbinding on multiscreen (by @polamedev). - Fix loop animation restart when it is stopped (by @polamedev).
v1.2.2
v1.2.1
v1.2.0
The lib is now used by two more apps: Solarus Launcher and Solarus Editor!
- Fix tab bar scroll buttons enabled state.
- Improve Popover widget.
- Fix Font not found "InterDisplay" (#96).
- Fix Warning about negative minimum sizes (0,-1) (#98).
- Add missing widgets in docs (#95).
- Fix QLineEdit position in editable QComboBox (#63).
- Make clang-analyzer happy.
- Fix LoadingSpinner when not visible.
- QSplitter: don't draw too large lines in splitters
- Add support for QLineEdit without borders.
- Add new Qt6 PixelMetric sizes.
- Fix flat QPushButton background color.
- Improve QTableView/QTreeView headers aesthetics.
- Fix QToolButton icon size: it now uses the set size.
- Fix forwarding the AutoIconColor property to QMenu's child menus.
- Customize QPlainTextEdit's standard context menu icons.
- Fix compressed QCheckBox in QFormLayout.
- Fix huge fonts on Windows.
Thanks to everyone who contributed β€οΈ