This website requires JavaScript.
Explore
Help
Sign In
qiurui
/
qt5compat
mirror of
https://github.com/qt/qt5compat.git
Watch
1
Star
0
Fork
You've already forked qt5compat
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
80ffb97660
qt5compat
/
tests
/
auto
/
core5
/
core5.pro
9 lines
115 B
Prolog
Raw
Normal View
History
Unescape
Escape
Move QLinkedList to Qt5Compat Created a new QtCore5Compat module for the unsupported APIs to be removed from Qt 6 Core. Added QLinkedList to QtCore5Compat and moved to Qt5 namespace. Added the test project and moved the QLinkedList tests there. Task-number: QTBUG-81630 Task-number: QTBUG-80312 Change-Id: I0346ca5d01a051f1cb9f3410d6aca6d3e1081763 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-01-29 10:30:04 +00:00
TEMPLATE
=
subdirs
SUBDIRS
+=
\
Move QTextCodec support into Qt5Compat Fixes: QTBUG-75665 Change-Id: Ibe2c1ea7606e04996c5098977304bf1a633e25d9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-06-24 09:07:32 +00:00
qlinkedlist
\
Move QRegExp into Qt5Compat Task-number: QTBUG-85235 Change-Id: I8875d8844785e823aaa50b2af5a7ee881ab8b6b7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-07-07 14:59:41 +00:00
qregexp
\
Move binary JSON feature to Qt5Compat module Moved the functionality for encoding and decoding QJsonDocument to and from JSON binary format to Qt5Compat. Added the following replacement APIs in the QBinaryJson namespace: - QJsonDocument::fromRawData(): was a static function, replaced by QBinaryJson::fromRawData() free function. - QJsonDocument::rawData(): was a member function, replaced by QBinaryJson::toRawData() free function. - QJsonDocument::fromBinaryData(): was a static function, replaced by QBinaryJson::fromBinaryData() free function. - QJsonDocument::toBinaryData(): was a member function, replaced by QBinaryJson::toBinaryData() free function. Moved the related tests as well. Task-number: QTBUG-85682 Change-Id: If70ef2c980173e625c2ec5462d0fae723de769aa Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-07-28 12:33:30 +00:00
codecs
\
Move QStringRef and remains into Qt5Compat Task-number: QTBUG-84437 Change-Id: Ia18737f63995164edf2857321070913969518cf1 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
2020-08-03 09:19:16 +00:00
serialization
\
text
\
io