OSDN Git Service

move xml and animation cruft out of core component
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 7 May 2019 19:08:52 +0000 (19:08 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 7 May 2019 19:08:52 +0000 (19:08 +0000)
commitd4a0fe76ef9f21e3b3cb448d09e44c958b5e1c28
treee838047d59a1575f9f6df5994a49025b1fd4a66c
parent43eb1fe6c386da81920ed14595fec76a85cd6e71
move xml and animation cruft out of core component

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
70 files changed:
CMakeLists.txt
scripts/incfsck.py
src/core/CMakeLists.txt
src/core/animation/animation.cmake [deleted file]
src/core/xml/xml.cmake [deleted file]
src/declarative/util/qdeclarativeanimation_p.h
src/declarative/util/qdeclarativeanimation_p_p.h
src/declarative/util/qdeclarativebehavior_p.h
src/declarative/util/qdeclarativetimeline_p_p.h
src/declarative/util/qdeclarativetimer.cpp
src/declarative/util/qdeclarativetimer_p.h
src/declarative/util/qdeclarativeview.cpp
src/designer/components/formeditor/formwindow.cpp
src/designer/components/formeditor/qdesigner_resource.cpp
src/designer/components/widgetbox/widgetboxtreewidget.h
src/designer/shared/deviceprofile.cpp
src/designer/shared/filterwidget.cpp
src/designer/shared/pluginmanager.cpp
src/designer/shared/qdesigner_widgetbox.cpp
src/designer/shared/richtexteditor.cpp
src/gui/CMakeLists.txt
src/gui/animation/animation.cmake
src/gui/animation/qabstractanimation.cpp [moved from src/core/animation/qabstractanimation.cpp with 100% similarity]
src/gui/animation/qabstractanimation.h [moved from src/core/animation/qabstractanimation.h with 97% similarity]
src/gui/animation/qabstractanimation_p.h [moved from src/core/animation/qabstractanimation_p.h with 98% similarity]
src/gui/animation/qanimationgroup.cpp [moved from src/core/animation/qanimationgroup.cpp with 100% similarity]
src/gui/animation/qanimationgroup.h [moved from src/core/animation/qanimationgroup.h with 96% similarity]
src/gui/animation/qanimationgroup_p.h [moved from src/core/animation/qanimationgroup_p.h with 100% similarity]
src/gui/animation/qguivariantanimation.cpp
src/gui/animation/qparallelanimationgroup.cpp [moved from src/core/animation/qparallelanimationgroup.cpp with 100% similarity]
src/gui/animation/qparallelanimationgroup.h [moved from src/core/animation/qparallelanimationgroup.h with 96% similarity]
src/gui/animation/qparallelanimationgroup_p.h [moved from src/core/animation/qparallelanimationgroup_p.h with 100% similarity]
src/gui/animation/qpauseanimation.cpp [moved from src/core/animation/qpauseanimation.cpp with 100% similarity]
src/gui/animation/qpauseanimation.h [moved from src/core/animation/qpauseanimation.h with 96% similarity]
src/gui/animation/qpropertyanimation.cpp [moved from src/core/animation/qpropertyanimation.cpp with 100% similarity]
src/gui/animation/qpropertyanimation.h [moved from src/core/animation/qpropertyanimation.h with 96% similarity]
src/gui/animation/qpropertyanimation_p.h [moved from src/core/animation/qpropertyanimation_p.h with 100% similarity]
src/gui/animation/qsequentialanimationgroup.cpp [moved from src/core/animation/qsequentialanimationgroup.cpp with 100% similarity]
src/gui/animation/qsequentialanimationgroup.h [moved from src/core/animation/qsequentialanimationgroup.h with 96% similarity]
src/gui/animation/qsequentialanimationgroup_p.h [moved from src/core/animation/qsequentialanimationgroup_p.h with 100% similarity]
src/gui/animation/qvariantanimation.cpp [moved from src/core/animation/qvariantanimation.cpp with 100% similarity]
src/gui/animation/qvariantanimation.h [moved from src/core/animation/qvariantanimation.h with 97% similarity]
src/gui/animation/qvariantanimation_p.h [moved from src/core/animation/qvariantanimation_p.h with 97% similarity]
src/gui/itemviews/qcolumnview_p.h
src/gui/itemviews/qtreeview_p.h
src/gui/text/qtextodfwriter_p.h
src/gui/widgets/qwidgetanimator.cpp
src/imports/particles/qdeclarativeparticles.cpp
src/scripttools/debugging/qscriptxmlparser.cpp
src/shared/qclass_lib_map.h
src/svg/CMakeLists.txt
src/svg/qsvgrenderer.h
src/svg/qsvgtinydocument_p.h
src/tools/uic/CMakeLists.txt
src/tools/uic/ui4.h
src/tools/uic/uic.cpp
src/tools/uic/uic.h
src/uitools/ui4_p.h
src/xml/CMakeLists.txt
src/xml/kernel/.gitignore [moved from src/core/xml/.gitignore with 100% similarity]
src/xml/kernel/kernel.cmake [new file with mode: 0644]
src/xml/kernel/make-parser.sh [moved from src/core/xml/make-parser.sh with 100% similarity]
src/xml/kernel/qxmlstream.cpp [moved from src/core/xml/qxmlstream.cpp with 98% similarity]
src/xml/kernel/qxmlstream.g [moved from src/core/xml/qxmlstream.g with 100% similarity]
src/xml/kernel/qxmlstream.h [moved from src/core/xml/qxmlstream.h with 97% similarity]
src/xml/kernel/qxmlstream_p.h [moved from src/core/xml/qxmlstream_p.h with 100% similarity]
src/xml/kernel/qxmlutils.cpp [moved from src/core/xml/qxmlutils.cpp with 100% similarity]
src/xml/kernel/qxmlutils_p.h [moved from src/core/xml/qxmlutils_p.h with 99% similarity]
src/xml/qxmlcommon_p.h [new file with mode: 0644]
src/xml/sax/qxml.cpp