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

772 Commits

Author SHA1 Message Date
Dan Dees
1d62a7f919 Qt5::Core uneeded - already dep in Qt5::Gui target 2020-12-09 11:59:23 +07:00
Jay Two
b41daf8721
Merge pull request #122 from QtExcel/qt6beta
testing in qt6
2020-12-05 22:34:45 +09:00
Jay Two
fdbfeecb9c testing in qt6 2020-12-05 22:33:38 +09:00
Jay Two
4e09a95f51 tested in qt6 beta 2020-12-05 15:51:26 +09:00
Jay Two
c65d942c11 testing: remove build error. but there is codes to be fixed. 2020-11-29 00:39:22 +09:00
Jay Two
f339689aee testing on qt6b 2020-11-23 23:34:21 +09:00
Jay Two
58ee3ec6b9
Merge pull request #117 from Martijnve23/getimage
Get image by location
2020-10-24 22:01:21 +09:00
Martijn van Essen
52d6194bc7 Get image by location
Function to retrieve an image based on its row and column in the
document
2020-10-23 12:30:30 +02:00
Jay Two
c05921f2e1
Merge pull request #114 from DarthGandalf/install
Install the library, findable by find_package()
v1.3.57
2020-10-11 15:57:28 +09:00
Jay Two
147438bdda issue #108 2020-10-11 15:52:21 +09:00
Alexey Sokolov
e10727c3a5 Install the library, findable by find_package() 2020-09-28 02:17:38 +01:00
Jay Two
93989770f6 issue 102 2020-07-25 20:25:14 +09:00
Jay Two
565e08420e getImageCount v1.3.55.2 v1.3.56 2020-07-18 22:01:23 +09:00
Jay Two
55d3dd8f87
Merge pull request #98 from iliis/cmake_use_as_subdirectory
Allow library to be used with add_subdirectory() in cmake.
2020-07-18 21:04:44 +09:00
Jay Two
2aa74e16c0
Merge pull request #100 from QtExcel/dev92
- issue #95
2020-07-18 21:03:21 +09:00
Jay Two
bee1f3fc70 testing for issue #95 2020-07-18 21:01:58 +09:00
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