-
画面描画をQGraphicsView/QGraphicsSceneベースからQML/Qt Quickベースに変更
-
仮想キーボードをQML/Qt Quickベースに変更し、Qt Graphics Scene(QGraphics*クラス)への依存を削除
-
仮想キーボードのキーリピートに対応
-
QML/Qt Quickへの移行に伴い、ハードウェアアクセラレーション設定とセーフモードを削除
-
(Android)Qtの仕様変更により使用できなくなっていた、スナップショットとTAPE(SAVE)のエクスポートを他のアプリに共有する機能を復活
-
Changed screen rendering from QGraphicsView/QGraphicsScene based implementation to QML/Qt Quick based implementation.
-
Changed the virtual keyboard to a QML/Qt Quick based implementation and removed dependency on Qt Graphics Scene (QGraphics* classes).
-
Added key repeat support to the virtual keyboard.
-
Removed the hardware acceleration setting and safe mode along with the migration to QML/Qt Quick.
-
(Android) Restored the ability to share snapshots and TAPE(SAVE) exports with other applications, which had been unavailable due to changes in Qt.