From 9ea45fb687a4d5aef3997118849332a8b0cdd896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E4=B8=87=E8=8B=8D?= Date: Fri, 21 Oct 2022 09:33:11 +0000 Subject: [PATCH] =?UTF-8?q?!1252=20Qt=20SIG=20Commiters=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=8CQt=20SIG=E4=BF=A1=E6=81=AF=E5=AE=8C?= =?UTF-8?q?=E5=96=84=20*=20Qt=20SIG=20Commiters=E4=BF=A1=E6=81=AF=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=EF=BC=8CQt=20SIG=E4=BF=A1=E6=81=AF=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sig/sig-qt/OWNERS | 12 ++++++++---- sig/sig-qt/sig_qt.md | 28 ++++++++++++++++++---------- sig/sig-qt/sig_qt_cn.md | 15 ++++++++------- 3 files changed, 34 insertions(+), 21 deletions(-) diff --git a/sig/sig-qt/OWNERS b/sig/sig-qt/OWNERS index 0bee88d..cb8d351 100644 --- a/sig/sig-qt/OWNERS +++ b/sig/sig-qt/OWNERS @@ -4,20 +4,24 @@ "gitee_email": "caiwc@sinux.com.cn" }], "Committers": [{ - "gitee_id": "wei.zhu", + "gitee_id": "zhuwei12345678", "gitee_email": "wei.zhu@huawei.com" }, { - "gitee_id": "xiecy", + "gitee_id": "xiecyong", "gitee_email": "xiecy@sinux.com.cn" }, { - "gitee_id": "wanglz", + "gitee_id": "wanglz1988", "gitee_email": "wanglz@sinux.com.cn" }, { - "gitee_id": "wangh", + "gitee_id": "CplusCplus", "gitee_email": "wangh@sinux.com.cn" + }, + { + "gitee_id": "honglianglin" + "gitee_email": "linhongliang@hisilicon.com" } ] } \ No newline at end of file diff --git a/sig/sig-qt/sig_qt.md b/sig/sig-qt/sig_qt.md index 65e0d73..6303c49 100644 --- a/sig/sig-qt/sig_qt.md +++ b/sig/sig-qt/sig_qt.md @@ -3,13 +3,13 @@ English | [简体中文](./sig_qt_cn.md) Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md). -## SIG group work objectives and scope +## SIG Group Work Objectives And Scope -### work goals +### Work Goals -The Qt SIG is responsible for completing the transplantation and adaptation of the Qt (http://qt.io) software development framework in OpenHarmony, and provides the OpenHarmony application development template and supporting development tools based on Qt Creator to realize the application migration and development based on Qt research and development. The R&D ecological supplement of OpenHarmony. +The Qt SIG is responsible for completing the transplantation and adaptation of the Qt (https://qt.io) software development framework in OpenHarmony, and provides the OpenHarmony application development template and supporting development tools based on Qt Creator to realize the application migration and development based on Qt research and development. The R&D ecological supplement of OpenHarmony,submit the Qt code adapted to the OpenHarmony platform to the Qt community. -### work scope +### Work Scope - Qt SDK modules adaptation and porting - Qt Creator supporting development tool plug-in @@ -18,14 +18,14 @@ The contributions of the Qt Framework Porting and Adaptation Plan are as follows ![Qt Framework Porting and Adaptation Program Contributions](figures/qt_oh_framework.png) -### Work Deliverables and Work Plans +### Work Deliverables And Work Plans - October 2022 ~ December 2022: Completion of the transplantation and adaptation of core modules such as Qt Core, Qt GUI, and Qt QML - December 2022~March 2023: Porting Qt-related tools to match Qt-related project projects; Complete Qt additional module porting - March 2023~June 2023: Qt examples and Demos porting adaptation verification; Qt unit test porting adaptation verification; Qt Creator Hongmeng application template development - From June 2023 to December 2023: Based on the Qt API to package the OpenHarmony system feature library, and introduce system features such as the OpenHarmony soft bus; Qt Creator OpenHarmony application deployment and development; Qt Creator Hongmeng simulator development -### The repository +### The Repository - project name: - Qt Source Code: https://gitee.com/openharmony-sig/qt @@ -36,7 +36,15 @@ The contributions of the Qt Framework Porting and Adaptation Plan are as follows - @cwc1987(https://gitee.com/cwc1987) ### Committers -- @zhu.wei(https://gitee.com/zhu.wei) -- @xiecy(https://gitee.com/xiecy) -- @wanglz(https://gitee.com/wanglz) -- @wangh(https://gitee.com/wangh) \ No newline at end of file +- @zhu.wei(https://gitee.com/zhuwei12345678) +- @xiecy(https://gitee.com/xiecyong) +- @wanglz(https://gitee.com/wanglz1988) +- @wangh(https://gitee.com/CplusCplus) +- @honglianglin(https://gitee.com/honglianglin) + +### Meeting + - Meeting Time:Bi-weekly meeting, Tuesday 10:00-10:30 + - Meeting Proposal:[Qt SIG Metting Proposal](https://shimo.im/sheets/vVqRVBewOBUx7oqy/MODOC) + - Meeting Link:[WeLink](https://bmeeting.huaweicloud.com:36443/#/j/989208653) + - Meeting Notification: [Subscribe to](https://lists.openatom.io/postorius/lists/dev.openharmony.io) mailing list dev@openharmony.io for the meeting link + - Meeting Summary:[Archive Link Address](https://gitee.com/openharmony-sig/sig-content/tree/master/qt/meetings) \ No newline at end of file diff --git a/sig/sig-qt/sig_qt_cn.md b/sig/sig-qt/sig_qt_cn.md index 41dd054..ec3d3fa 100644 --- a/sig/sig-qt/sig_qt_cn.md +++ b/sig/sig-qt/sig_qt_cn.md @@ -7,7 +7,7 @@ ### 工作目标 - Qt SIG负责完成在OpenHarmony的Qt(http://qt.io)软件开发框架的移植及适配,同时提供基于Qt Creator的OpenHarmony应用程序开发模板及配套开发工具,实现基于Qt研发的应用迁移及OpenHarmony的研发生态补充。 +Qt SIG负责完成在OpenHarmony的Qt (https://qt.io) 软件开发框架的移植及适配,同时提供基于Qt Creator的OpenHarmony应用程序开发模板及配套开发工具,实现基于Qt研发的应用迁移及OpenHarmony的研发生态补充,将适配OpenHarmony平台的Qt代码提交到Qt社区。 ### 工作范围 @@ -34,15 +34,16 @@ Qt框架移植与适配计划贡献内容如下所示: - @cwc1987(https://gitee.com/cwc1987) ### Committers列表 -- @zhu.wei(https://gitee.com/zhu.wei) -- @xiecy(https://gitee.com/xiecy) -- @wanglz(https://gitee.com/wanglz) -- @wangh(https://gitee.com/wangh) +- @zhu.wei(https://gitee.com/zhuwei12345678) +- @xiecy(https://gitee.com/xiecyong) +- @wanglz(https://gitee.com/wanglz1988) +- @wangh(https://gitee.com/CplusCplus) +- @honglianglin(https://gitee.com/honglianglin) ### 会议 - - 会议时间:双周例会,周二 10:00-11:00 + - 会议时间:双周例会,周二 10:00-10:30 - 会议申报:[Qt SIG议题申报](https://shimo.im/sheets/vVqRVBewOBUx7oqy/MODOC) - - 会议链接:腾讯会议或其他会议 + - 会议链接:[WeLink](https://bmeeting.huaweicloud.com:36443/#/j/989208653) - 会议通知:请[订阅](https://lists.openatom.io/postorius/lists/dev.openharmony.io)邮件列表 dev@openharmony.io 获取会议链接 - 会议纪要:[归档链接地址](https://gitee.com/openharmony-sig/sig-content/tree/master/qt/meetings) -- GitLab