Maxime Gimeno
|
8645e59f00
|
Fix Qt5 COMPONENT installation and don't copy Qt/* at installation step.
|
2020-02-12 14:24:29 +01:00 |
Laurent Rineau
|
3b1f11dd0d
|
Merge pull request #4383 from gdamiand/Basic_viewer_bugfix-gdamiand
Basic viewer bugfix
|
2020-01-17 16:28:25 +01:00 |
Maxime Gimeno
|
8b30d9c752
|
remove obsolete hint fon antialiasing
|
2020-01-13 15:52:36 +01:00 |
Maxime Gimeno
|
1968f2cf20
|
Replace `QTime`s by `QElapsedTimer`s. It seems the header of QTime has been deprecated but it has not been documented...
|
2020-01-02 10:04:31 +01:00 |
Guillaume Damiand
|
1e93ad3579
|
Draw 2D objects in XY plane to have correct normal by default.
|
2019-11-29 08:46:16 +01:00 |
Guillaume Damiand
|
8ba7f76cd1
|
Bug fix in Buffer_for_vao.h
|
2019-11-29 08:35:47 +01:00 |
Sébastien Loriot
|
585bb8c7d6
|
fix license issues
|
2019-11-07 06:22:28 +01:00 |
Sébastien Loriot
|
9a0bff4008
|
remove BOOST_FOREACH added by recent PRs
|
2019-11-04 10:59:15 +01:00 |
Sébastien Loriot
|
1ef976e3a5
|
Remove license notice from libQGLviewer forked files
|
2019-10-19 16:09:56 +02:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
d0f23b56f6
|
update deprecated SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0$" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0$/SPDX-License-Identifier: GPL-3.0-only/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0$" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0$/SPDX-License-Identifier: LGPL-3.0-only/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0$" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0$/SPDX-License-Identifier: LGPL-2.0-only/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.1$" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.1$/SPDX-License-Identifier: LGPL-2.1-only/"
|
2019-10-18 22:08:05 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Laurent Rineau
|
47fcaf3d47
|
Merge pull request #4265 from lrineau/CGAL-really_header_only-GF
Do not require -DCGAL_HEADER_ONLY
|
2019-10-15 16:34:09 +02:00 |
Guillaume Damiand
|
0707d80d63
|
Update basic viewer to avoid conflict with another external function.
|
2019-10-15 11:16:02 +02:00 |
Laurent Rineau
|
24a099afc6
|
Fix CGAL_Qt5 in non-header-only
|
2019-10-14 11:24:13 +02:00 |
Maxime Gimeno
|
660ebe9e81
|
Add missing highp and remove unwanted highp
|
2019-08-05 14:16:02 +02:00 |
Maxime Gimeno
|
b462519b28
|
Merge remote-tracking branch 'cgal/master' into BasicViewer-Update_shaders-GF
|
2019-08-05 11:15:20 +02:00 |
Sebastien Loriot
|
9d20767816
|
Merge pull request #4080 from gdamiand/patch-1
Bug fix in is_empty method in Buffer_for_vao
|
2019-07-19 15:25:15 +02:00 |
Sébastien Loriot
|
2e747dd300
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD
|
2019-07-18 17:01:42 +02:00 |
Sebastien Loriot
|
667e4022f7
|
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
|
2019-07-18 16:26:43 +02:00 |
Guillaume Damiand
|
c57cbb6173
|
Bug fix in is_empty method in Buffer_for_vao
The fix is small; tested locally.
|
2019-07-12 16:16:40 +02:00 |
Maxime Gimeno
|
272b4360d0
|
Merge remote-tracking branch 'mine/CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
|
2019-07-11 10:23:39 +02:00 |
Maxime Gimeno
|
480256cbe1
|
Add a #if for screenat
|
2019-07-11 10:22:34 +02:00 |
Laurent Rineau
|
dc02598a5c
|
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
|
2019-07-10 14:22:50 +02:00 |
Maxime Gimeno
|
261c596cfc
|
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
|
2019-07-10 14:04:34 +02:00 |
Maxime Gimeno
|
1184530530
|
More warnings fixed
|
2019-07-10 14:02:06 +02:00 |
Maxime Gimeno
|
e6e8d232cb
|
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
|
2019-07-10 11:52:58 +02:00 |
Maxime Gimeno
|
6e1e8e9dc4
|
add missing modifications
|
2019-07-09 10:22:30 +02:00 |
Maxime Gimeno
|
243c7b1c75
|
Replace matrix with worldTransform
|
2019-07-08 14:05:42 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
32f80cbece
|
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
CMake>=3.13: opt for for new policies up to 3.15
|
2019-07-01 11:16:30 +02:00 |
Guillaume Damiand
|
012d44398f
|
Remove 2 warnings.
|
2019-06-24 09:24:37 +02:00 |
Laurent Rineau
|
33e7de45e9
|
Merge pull request #3919 from maxGimeno/Add_3mf_wrapper-GF
Stream_support: Add a 3mf wrapper
|
2019-06-20 14:21:11 +02:00 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Guillaume Damiand
|
cbdd2d536e
|
In 2D, the viewer should also fix the camera orientation (and not only contraint it)
|
2019-06-19 11:02:17 +02:00 |
Andreas Fabri
|
4581f1b7a8
|
Morte replacements
|
2019-06-05 08:39:55 +02:00 |
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
Maxime Gimeno
|
4b66010b75
|
Fix znear management in orthographic mode
|
2019-05-21 13:33:05 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Laurent Rineau
|
9cbfcee84f
|
Merge branch 'master' into CGAL-Exact_algebraic-GF
|
2019-05-13 18:11:00 +02:00 |
Andreas Fabri
|
ca301e95a9
|
The divide is only needed for drawing purposes so we call to_double
in case the number type is a ring type
|
2019-05-03 12:13:50 +02:00 |
Sebastien Loriot
|
c27e27d8ea
|
Merge pull request #3853 from afabri/CGAL-cleanup_CMakeLists-GF
CMakeLists.txt: Remove unnecessary include directories
|
2019-04-29 14:30:13 +02:00 |
Sebastien Loriot
|
b87db08b08
|
Merge pull request #3355 from maxGimeno/Demo-Multiple_viewers-GF
Polyhedron demo: Multiple Viewers
|
2019-04-23 10:34:26 +02:00 |
Maxime Gimeno
|
0ec9d7ec6b
|
Add misisng automoc
|
2019-04-23 09:01:15 +02:00 |
Maxime Gimeno
|
aef3c573a3
|
Fix moc include in P2T2_demo cpp
|
2019-04-19 15:14:40 +02:00 |
Maxime Gimeno
|
8860f12b25
|
Use automoc as much as possible
|
2019-04-18 16:11:08 +02:00 |
Andreas Fabri
|
ab0b6eae36
|
Remove unnecessary include directories
|
2019-04-15 12:54:37 +02:00 |