1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-02-06 05:08:22 +08:00

780 Commits

Author SHA1 Message Date
Jay Two
0c22c4b3e8 testing actions 2020-01-12 00:26:00 +09:00
Jay Two
6ecea248b4 testing actions 2020-01-12 00:19:27 +09:00
Jay Two
544299caae testing actions 2020-01-12 00:17:02 +09:00
Jay Two
dfada442ac testing actions 2020-01-12 00:12:39 +09:00
Jay Two
76b5e7f377 testing actions 2020-01-12 00:08:40 +09:00
Jay Two
e3fe8c5b55 testing actions 2020-01-12 00:03:44 +09:00
Jay Two
3fa8e1a1a0 testing actions 2020-01-12 00:01:59 +09:00
Jay Two
05076f50ab testing actions 2020-01-11 23:51:03 +09:00
Jay Two
999e44bbf1 testing actions 2020-01-11 23:10:02 +09:00
Jay Two
346350198a testing actions 2020-01-11 23:05:19 +09:00
Jay Two
e9159e4be4 update readme 2020-01-11 22:50:35 +09:00
Jay Two
af527d7f5b update readme 2020-01-11 22:47:04 +09:00
Jay Two
e946e64cdd append github actions. testing issue57. and so on. 2020-01-11 22:37:41 +09:00
j2doll
c2f7197864 issue 63 https://github.com/QtExcel/QXlsx/issues/63 2020-01-02 16:46:49 +09:00
Ralf Tralow
b326ee038a + Autosizing of columns 2019-12-28 20:36:25 +01:00
Jay Two
a7841116df
Ubuntu 18 x64 2019-12-14 17:17:57 +09:00
Jay Two
3d6870ac34
Update ubuntu.yml 2019-12-14 17:12:45 +09:00
Jay Two
aaf580e577
Update ubuntu.yml 2019-12-14 17:00:46 +09:00
Jay Two
6048e5fbcd
Update ubuntu.yml 2019-12-14 16:58:10 +09:00
Jay Two
e6f88b3176
Update ubuntu.yml 2019-12-14 16:51:25 +09:00
Jay Two
3186caf63f
Update and rename ubuntu-16-18.yml to ubuntu.yml 2019-12-14 16:46:20 +09:00
Jay Two
df09910fc8
Update ubuntu-16-18.yml 2019-12-14 16:41:03 +09:00
Jay Two
a1e6fb2270 update github actions 2019-12-14 16:29:48 +09:00
Jay Two
2a27eb153d update readme 2019-12-12 22:09:57 +09:00
Jay Two
dd5b39fa7a update readme 2019-12-12 22:07:58 +09:00
Jay Two
3d9ff03569
Update build.yml 2019-12-11 22:11:18 +09:00
Jay Two
d5a3dcc3e2
Update build.yml 2019-12-11 22:06:24 +09:00
Jay Two
5d7cee4cc1
Update build.yml 2019-12-11 21:59:28 +09:00
Jay Two
6c5a2748ec
Update build.yml 2019-12-11 21:53:17 +09:00
Jay Two
fb66ed747c
Update build.yml 2019-12-11 21:48:10 +09:00
Jay Two
7c69d3b8c5
Create build.yml
- initial commit
- testing now
2019-12-11 21:43:53 +09:00
Jay Two
fd4c90e2ff fixed for old(<5.x) gcc compiler v1.3.48 2019-12-11 21:32:40 +09:00
Jay Two
3575f2f6ae fixed for old(<5.x) gcc compiler 2019-12-11 21:26:29 +09:00
Jay Two
dd01b5a28f add an image 2019-12-11 21:22:28 +09:00
Jay Two
38d7ca3491 fixed for old(<5.x) gcc compiler 2019-12-11 21:16:04 +09:00
Jay Two
010ab2a45c fixed for old(<5.x) gcc compiler 2019-12-11 21:07:47 +09:00
Jay Two
d0b1d583a6
Merge pull request #62 from GitterRalf/Extended_BarChart
Extended handling of the headers in a BarChart
v1.3.47
2019-12-09 22:53:33 +09:00
Ralf Tralow
49347a26b5 + Extended handling of the headers in a BarChart
+ Added enabling of legend in a BarChart
+ Added enabling of Grid lines in a BarChart
+ Added test class for extended BarChart
2019-12-08 16:16:25 +01:00
Jay Two
45e8fe1def xlsxfactory is tested. ~testing now. v1.3.46 2019-12-02 20:33:17 +09:00
Jay Two
246a85a419
Update Example.md 2019-11-23 23:37:13 +09:00
jopebot
f6398bfa63 Update README.ko.md 2019-11-18 08:14:25 +09:00
jopebot
a950f3f63e Update README.ko.md 2019-11-18 08:14:25 +09:00
jopebot
9bb7cc0775 Update HowToSetProject.ko.md 2019-11-18 08:14:25 +09:00
jopebot
4926eee671 Update README.ko.md 2019-11-18 08:14:25 +09:00
Jay Two
1ba38b370c set check point of EG_Anchor and sub-objects v1.3.45 2019-11-01 19:44:58 +09:00
Jay Two
78001b33de append whattype example v1.3.44 2019-10-22 22:08:12 +09:00
Jay Two
8706994b11 check point 3 v1.3.43 2019-10-16 23:03:25 +09:00
Jay Two
9c275fcf3a check point 2 2019-10-16 22:51:13 +09:00
Jay Two
a3135c57e8 check point 1 2019-10-16 22:39:14 +09:00
Marco Busemann
1254cae434 Replace QStringLiteral by QLatin1String for Qt < 5
In Qt 4 there is no class QStringLiteral. A less performant replacement is QLatin1String. But this class does not have an arg() method. Therefore, some occurences of QStringLiteral had to be replaced by QString. All other occurences of QStringLiteral are replaced by QLatin1String globally using a define. In addition, we need some more defines to tell the moc compiler of Qt 4 about the namespaces.
2019-10-08 21:01:38 +09:00