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

756 Commits

Author SHA1 Message Date
Samuel Bryner
fb2449503d Allow library to be used with add_subdirectory() in cmake.
Use ${PROJECT_*_DIR}, which is relative to the current project() instead
of ${CMAKE_*_DIR} which is relative to the top-level CMakeLists.txt
2020-07-15 15:59:03 +02:00
Look Skyworker
a0e1f2d7aa testing image index 2020-07-15 20:37:30 +09:00
Jay Two
dfeb703de2 testing code 2020-06-06 23:35:49 +09:00
Jay Two
1e176045d1 test code 2020-06-06 23:31:54 +09:00
Jay Two
a05c4b887f testing code v1.3.36 2020-06-05 23:05:18 +09:00
Jay Two
9946519d59 testing code 2020-06-05 22:57:28 +09:00
Jay Two
c2fc9a80d7 testing code 2020-06-05 22:53:10 +09:00
Jay Two
113bf500c1 testing code 2020-06-05 22:39:20 +09:00
Jay Two
72f6d869da testing code 2020-06-05 22:20:08 +09:00
Jay Two
14c468a0d9 update markdown 2020-06-03 23:03:50 +09:00
Jay Two
4268e5d1ec
Merge pull request #90 from QtExcel/dev91
Dev91
2020-05-31 22:02:57 +09:00
Jay Two
f8d2bdc447 Merge branch 'dev90.5' into dev91 2020-05-31 21:40:23 +09:00
Jay Two
ccee49dbbb Merge branch 'dev88' into dev91 2020-05-31 21:16:00 +09:00
Jay Two
7a17650afd Merge branch 'dev87' into dev91 2020-05-31 21:14:51 +09:00
Jay Two
04aac01915 issue #89 v1.3.55 2020-05-31 18:49:12 +09:00
Jay Two
d0e3bbcc9c
Merge pull request #88 from dantti/strict-qt
- clazy fixes
- merged to dev88 branch
2020-05-28 21:50:17 +09:00
Daniel Nicoletti
195dba17fe Fix clazy issues
Possibly fixing some of #80
2020-05-26 13:20:21 -03:00
Jay Two
b5acd4cfc3
Merge pull request #86 from dantti/strict-qt
Optimize lookups
2020-05-26 22:35:33 +09:00
Daniel Nicoletti
9fad942300 Optimize lookups
Using contains(foo) && .value(foo) results
in two lookups on the containers using
iterators with find() and it.value() is
more efficient
2020-05-25 17:33:58 -03:00
Jay Two
d46c34b5a3
Merge pull request #85 from dantti/strict-qt
Strict fixes
2020-05-25 23:13:16 +09:00
Daniel Nicoletti
5dc16e3da3 Strict fixes
This disable CMake for checking for a C compiler.
Doesn't quietly fails if Qt is not found.
Add strict definitions for correct usage of
QStrings and disables the deprecated foreach
loops and other deprecated usage of Qt classes.
2020-05-22 14:38:18 -03:00
Jay Two
a670636916 release qsharedpointer v1.3.54 2020-05-23 00:48:40 +09:00
Jay Two
d0d5501062 change ignorecase 2020-05-23 00:34:30 +09:00
Jay Two
2cd1fb0e9b set c++11 2020-05-23 00:22:58 +09:00
Jay Two
d4d5c8afea change sharedptr to Qt type and c++ version to old version 2020-05-21 21:36:30 +09:00
Jay Two
17566ad3c3 set cpp version and header files 2020-05-21 21:24:11 +09:00
Jay Two
86d0133903 Merge branch 'dev83' into dev84 2020-05-21 21:01:27 +09:00
Jay Two
fe40563762
Merge pull request #84 from huvic/feat_copy_style
- added "copy_style" function in document class
- merged to dev83 branch
2020-05-21 20:53:07 +09:00
halvarez
2335ba5332 added "copy_style" function in document class 2020-05-20 13:27:04 +02:00
Jay Two
f852ad5267
Merge pull request #83 from ZgblKylin/master
feat: support multithread tasks
-----------------------------------

Dear @ZgblKylin 

Thanks for reporting.

I merged this to dev82 branch.
2020-05-16 12:24:55 +09:00
ZgblKylin
aa31b87257 feat: support multithread tasks 2020-05-15 11:28:42 +08:00
ZgblKylin
5fabe4dab9 fix: incorrectly resolve relative path for .pri submodule 2020-05-15 11:28:37 +08:00
Jay Two
b204c0e811 issue #75 2020-04-15 21:00:20 +09:00
Jay Two
ad9378537a
Merge pull request #74 from antonyenergy-dev/master
Use QImage dotsPerMeter in insertImage.
- merged to dev80 branch
v1.3.53
2020-04-01 12:06:29 +09:00
antony
865c0de9f8 Use QImage dotsPerMeter in insertImage.
To be able to scale image in document use QImage dotsPerMeterX and dotsPerMeterY. Default qt dotsPerMeterX is 3780,
so new behavior will match previous. But can be changed setting different dotsPerMeterX and dotsPerMeterY.
2020-03-31 21:54:54 +03:00
Jay Two
878d96f09f
Merge pull request #73 from QtExcel/dev80
Dev80
v1.3.52
2020-03-29 21:00:13 +09:00
Jay Two
91037993e9
Merge pull request #72 from laurennlam/cmakification
CMakify the lib in order to be use as an external project
2020-03-24 21:04:53 +09:00
unknown
17fa9c5095 CMakify the lib in order to be use as an external project 2020-03-23 15:57:36 +01:00
Jay Two
aa5bc568ac
Merge pull request #71 from QtExcel/dev79
Pull Request 70
v1.3.51
2020-02-24 22:50:45 +09:00
Jay Two
65de2be077
Merge pull request #70 from Aries1989/master
Thank for reporting.
I merged into the [dev79](https://github.com/QtExcel/QXlsx/tree/dev79) branch.
I will later merge the dev79 branch into the master branch.
2020-02-22 22:37:05 +09:00
sunjingzhao
d29a128fc3 make hyperlink vertical alignment is vertical center 2020-02-22 19:20:02 +08:00
Jay Two
7584bc7557 update markdown 2020-02-07 21:01:34 +09:00
Jay Two
6b1adc6a35 add a example. ReadColor 2020-02-07 20:55:00 +09:00
Jay Two
f405ab35d0
Merge pull request #66 from QtExcel/dev76
Dev76
v1.3.50
2020-01-30 21:51:12 +09:00
Jay Two
dcc03bc73c
testing github actions (ubuntu) 2020-01-30 21:45:15 +09:00
Jay Two
7aaa6fb132 testing github actions 2020-01-29 20:26:13 +09:00
Jay Two
4112cbb86c testing github actions 2020-01-29 20:23:16 +09:00
Jay Two
47f273177b
Merge pull request #65 from GitterRalf/Autosizing
Autosizing
2020-01-23 20:53:31 +09:00
Ralf Tralow
6678918d1f Merge tag 'v1.3.49' into Autosizing 2020-01-23 08:49:37 +01:00
Jay Two
5052263cba update markdown v1.3.49 2020-01-14 21:48:06 +09:00