1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-16 04:42:53 +08:00

826 Commits

Author SHA1 Message Date
Jay Two
6ae592acf7
Update ios.yml 2021-06-21 20:48:53 +09:00
Jay Two
582b4cc153
Update android.yml 2021-06-21 20:48:33 +09:00
Jay Two
77506c5b9d
Update windows.yml 2021-06-21 20:48:10 +09:00
Jay Two
5d7313ab42
Update macos.yml 2021-06-21 20:41:51 +09:00
Jay Two
1261ecd6d0 Merge branch 'dev97' into 210620 2021-06-20 21:00:23 +09:00
Jay Two
46e6d41b7b issue #162 2021-06-06 21:58:20 +09:00
Jay Two
1018fe6e33
Merge pull request #157 from QtExcel/qt61
update qxlsx.pri for dll(so) project
v1.4.2.2
2021-05-07 23:58:10 +09:00
Jay Two
4f66153d39 update qxlsx.pri for dll(so) project 2021-05-07 23:57:34 +09:00
Jay Two
17e4722ed0
Update HowToSetProject-cmake.ko.md 2021-05-05 23:45:43 +09:00
Jay Two
0ee2c6e70c
Update HowToSetProject-cmake.md 2021-05-05 23:45:24 +09:00
Jay Two
b7b3d96fc7
Merge pull request #148 from QtExcel/qt6beta
Qt6beta
v1.4.2.1
2021-03-13 19:34:34 +09:00
Jay Two
e67147ea36 update webserver example for qt6 2021-03-13 19:25:05 +09:00
Jay Two
ee99dd959c update github actions 2021-03-12 21:00:53 +09:00
Jay Two
b1b374a458
Merge pull request #145 from QtExcel/qt6beta
Qt6beta
v1.4.2
2021-03-07 18:22:46 +09:00
Jay Two
d341197a35 update cmake markdown 2021-03-07 18:15:54 +09:00
Jay Two
f66e9b15e5
sudo apt-get update -y 2021-02-13 13:46:21 +09:00
Jay Two
7bbf191055
apt-get update 2021-02-13 13:39:56 +09:00
Jay Two
2bdd541d70 update qmake 2021-02-13 13:14:35 +09:00
Jay Two
fb3c2cf565
Merge pull request #141 from QtExcel/qt6beta
- testing in Qt 6.0.1
v1.4.1
2021-02-12 23:53:56 +09:00
Jay Two
4608840b59 update markdown 2021-02-12 23:52:03 +09:00
Jay Two
38add268a0 update markdown 2021-02-12 22:11:11 +09:00
Jay Two
c8ca4f5bba
Merge pull request #140 from QtExcel/qt6beta
Qt6beta
2021-02-12 01:36:37 +09:00
Jay Two
8eeaf17508 testing cmake 2021-02-12 01:34:25 +09:00
Jay Two
87afa71f44 set new cmake file for lib & console application 2021-02-11 23:38:37 +09:00
Jay Two
dddf63eb48 update cmake for Qt5/6 2021-02-11 21:19:27 +09:00
Jay Two
03b931d2b7 Merge branch 'master' into qt6beta 2021-02-11 19:33:17 +09:00
Jay Two
5e81f85959 remove cmake dir 2021-02-11 15:02:54 +09:00
Jay Two
f1c4bdb98d update gitignore 2021-02-11 15:01:17 +09:00
Jay Two
42578db7b0 Merge branch 'master' into qt6beta 2021-02-06 20:22:58 +09:00
Jay Two
71e9fac7c6 Merge branch 'richstring' into qt6beta 2021-02-06 14:08:27 +09:00
Jay Two
78a7bf80bb
Update macos.yml 2021-01-03 20:40:53 +09:00
Jay Two
f8a6030814
Update ios.yml 2021-01-03 20:40:07 +09:00
Jay Two
031fed6e59
Update android.yml 2021-01-03 20:39:44 +09:00
Jay Two
7f28ed86a0
Merge pull request #135 from dand-oss/improve-rich-string
- improve RichString
2020-12-31 19:42:25 +09:00
Dan Dees
096ac57b24 improve RichString 2020-12-29 10:13:25 +07:00
Jay Two
ea24a7ca29
Merge pull request #133 from QtExcel/revert-129-clean-headers
- Revert "cleanup headers"
2020-12-24 16:08:18 +09:00
Jay Two
a46fc2e5c2
Revert "cleanup headers" 2020-12-24 16:07:30 +09:00
Jay Two
eb4da6f3c7
Merge pull request #129 from dand-oss/clean-headers
- cleanup headers
2020-12-24 09:16:24 +09:00
Dan Dees
91655e70de improve RichString 2020-12-20 15:39:35 +07:00
Dan Dees
eb4a2c5be3 cleanup cpp includes
- modules should include its header first
- module include should be "self-contained"
- drop unneeded include files
2020-12-20 15:39:35 +07:00
Dan Dees
42407280ce prefer #pragma once
to wrapping headers in macros
2020-12-20 15:39:35 +07:00
Dan Dees
42a2f7fcfd clean headers
- redundant includes
- unused includes
- prefer forward declare for mere class references
2020-12-20 14:37:25 +07:00
Jay Two
e2d82afb52
Merge pull request #131 from QtExcel/qt6beta
- merge qt6beta
2020-12-19 20:27:58 +09:00
Jay Two
806ac8b041 update markdown 2020-12-19 20:27:05 +09:00
Jay Two
ba99e03606
Merge pull request #128 from dand-oss/automoc-target
- modern cmake - prefer AUTOMOC target property to global setting
- NOTE: Android or iOS is not supported.
2020-12-19 20:12:32 +09:00
Jay Two
87a516b520
Merge pull request #127 from dand-oss/shared-lib
- support shared and static libraries
- Thanks for reporting. 😄
2020-12-19 20:10:50 +09:00
Dan Dees
158ef09812 support shared and static libraries 2020-12-15 14:37:27 +07:00
Dan Dees
6d4e78683c modern cmake - prefer AUTOMOC target property to global setting 2020-12-15 14:32:49 +07:00
Jay Two
b78cf0cc94
Merge pull request #126 from QtExcel/qt6beta
Qt6beta
v1.4.0
2020-12-13 20:28:42 +09:00
Jay Two
bfea4c6bac
Merge pull request #124 from dand-oss/qt6-simplify
QT 6 refactor - prefer const auto& reference to macros and hard coded types
2020-12-13 11:58:23 +09:00