Files
RedBear-OS/local/recipes/qt/qtbase/source/dist/changes-1.31
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

35 lines
1.1 KiB
Plaintext

1.31 is a bug-fix release of Qt and only contains minor changes compared
to Qt 1.30
Here is a list of the bug-fixes made in Qt from 1.30 to 1.31.
Changing the font of a QButton, QPushButton, QCheckBox or QRadioButton now
works correctly.
QRadiobutton: Correct toggling in a QButtonGroup when activated by an
accelerator.
QPopupMenu: Items updated correctly when activated by an accelerator.
QProgressBar: Base color is no longer fixed to white.
QProgressDialog: setLabel() and setCancelButton() now ensure that a given
widget is shown and is a child of QProgressDialog.
QWidget: setEnabled( FALSE ) now moves focus correctly.
QLineEdit and
QMultiLineEdit: In keyPressEvent() backspace no longer inserts an
unprintable character with some rare keyboard layouts.
QMenubar: Mouse presses on items without any popup menu are now
always recognized.
Changes to fix compile problems under IRIX.
Changes to fix compile problems on some versions of AIX.
Changes to fix compile problems with aCC on HP-UX.
Minor documentation fixes.