diff --git a/App/main.cpp b/App/main.cpp index 8b89a6f..ee5f48d 100644 --- a/App/main.cpp +++ b/App/main.cpp @@ -1,3 +1,5 @@ +// 作者:康 林 + #include #if defined(Q_OS_ANDROID) && QT_VERSION >= QT_VERSION_CHECK(5, 7, 0) && QT_VERSION < QT_VERSION_CHECK(6, 0, 0) #include diff --git a/App/mainwindow.cpp b/App/mainwindow.cpp index 92e6cdb..5949d36 100644 --- a/App/mainwindow.cpp +++ b/App/mainwindow.cpp @@ -1,3 +1,5 @@ +// 作者:康 林 + #include "mainwindow.h" #include "ui_mainwindow.h" #include diff --git a/App/mainwindow.h b/App/mainwindow.h index 203ced4..89a7520 100644 --- a/App/mainwindow.h +++ b/App/mainwindow.h @@ -1,3 +1,5 @@ +// 作者:康 林 + #ifndef MAINWINDOW_H #define MAINWINDOW_H diff --git a/ChangeLog.md b/ChangeLog.md index ce55519..f968ae9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +- v1.1.2 + - Modify author format + - Use [RabbitCommon v2.2.6](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.6) + - v1.1.1 - Modify share/org.Rabbit.SerialPortAssistant.desktop to Categories - Fix debian/rules in aarch64 diff --git a/ChangeLog_zh_CN.md b/ChangeLog_zh_CN.md index a065f86..2d76367 100644 --- a/ChangeLog_zh_CN.md +++ b/ChangeLog_zh_CN.md @@ -1,5 +1,10 @@ +- v1.1.2 + - 修改作者格式 + - 使用 [RabbitCommon v2.2.6](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.6) + - v1.1.1 - 修复 debian/rules 并行错误 + - 修复 debian/rules in aarch64 - 使用 [RabbitCommon v2.2.5](https://github.com/KangLin/RabbitCommon/releases/tag/v2.2.5) - v1.1.0 diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt index c8e3f2c..84e6200 100644 --- a/Src/CMakeLists.txt +++ b/Src/CMakeLists.txt @@ -1,4 +1,4 @@ -# 作者:康林 +# 作者:康 林 project(TransformCoordinate) diff --git a/Src/GpxModel/CMakeLists.txt b/Src/GpxModel/CMakeLists.txt index 993c503..4b7456b 100644 --- a/Src/GpxModel/CMakeLists.txt +++ b/Src/GpxModel/CMakeLists.txt @@ -1,4 +1,4 @@ -# 作者:康林 +# 作者:康 林 cmake_minimum_required(VERSION 2.8) diff --git a/Src/TransformCoordinate.cpp b/Src/TransformCoordinate.cpp index 817f189..5a3a2f8 100644 --- a/Src/TransformCoordinate.cpp +++ b/Src/TransformCoordinate.cpp @@ -1,4 +1,4 @@ -// 作者:康林 +// 作者:康 林 #include #include @@ -773,7 +773,7 @@ int TransformCoordinateFiles(const char* szSrc, const char* szDst, gpx.metadata.desc = "Transform coordinate from " + gCoordinateDescription[from] + " to " + gCoordinateDescription[to]; GPX_linkType linkType; linkType.href = "https://github.com/KangLin/coordtrans"; - linkType.text = "Transform coordinate project. Author: Kang Lin "; + linkType.text = "Transform coordinate project. Author: Kang Lin (kl222@126.com)"; linkType.type = "text/html"; //* gpx.metadata.author.link = linkType; diff --git a/Src/TransformCoordinate.h b/Src/TransformCoordinate.h index 4aba750..749cdf7 100644 --- a/Src/TransformCoordinate.h +++ b/Src/TransformCoordinate.h @@ -1,4 +1,4 @@ -// 作者:康林 +// 作者:康 林 #ifndef _COORDTRANS #define _COORDTRANS