Christian Gagneraud
2dcf80c99a
[WIP] GraphicsView: Add General_polygon_2 to QPainterPath converter. Closes #2021
2017-04-16 16:13:27 +12:00
Sébastien Loriot
50510c05ea
add include directive for license of all GPL header files
...
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Aurelien Vialon
c3aaf0bffe
Some modification of CGAL Graphic view to a better compatibility of Windows with the Qt5 version of CGAL (especially about dll import and export stuff).
2014-07-17 01:55:07 +02:00
Alex Tsui
f27e1c2c7f
Circular_arc_traits example compiles and runs, but just barely.
...
* Currently errors out on attempting to insert intersecting arcs.
2012-08-02 21:00:08 +00:00
Alex Tsui
09857e2e74
Used sfinae to use circular and non-circular kernels with Converter.
2012-07-30 21:03:25 +00:00
Alex Tsui
7ba8b08c4d
Implemented insertion and removal of segments to arrangements.
2012-06-15 05:28:38 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Andreas Fabri
6b5efe3b9f
Throw QRectF::normalized() in as I don't understand what top left and bottom right means for Qt
2010-06-30 12:54:40 +00:00
Laurent Rineau
d11e6ea40a
Constify
2010-04-17 20:37:10 +00:00
Laurent Rineau
d856411edf
Fix an error (typo) of the following revision:
...
| ------------------------------------------------------------------------
| r55430 | nicokruithof | 2010-04-12 22:32:11 +0200 (Mon, 12 Apr 2010) | 3 lines
|
| Changed CGAL::Type<K> to K::Type to get derived kernels compiling.
| Exception: Didn't change Circular_arc_point_2 as it is not defined by the default kernel.
|
| ------------------------------------------------------------------------
2010-04-17 20:33:57 +00:00
Nico Kruithof
6b9ecd54d8
Changed more typedefs from CGAL::Type<K> to K::Type
2010-04-13 09:47:42 +00:00
Nico Kruithof
e87c43c1da
Changed CGAL::Type<K> to K::Type to get derived kernels compiling.
...
Exception: Didn't change Circular_arc_point_2 as it is not defined by the default kernel.
2010-04-12 20:32:11 +00:00
Laurent Rineau
9ea4b02db5
Curious typo!
2010-03-19 20:20:23 +00:00
Laurent Rineau
17002f641f
Fix auto-linking.
2008-11-26 13:08:15 +00:00
Laurent Rineau
4f36fa9cad
Use global class templates CGAL::Type<K>, instead of K::Type.
2008-10-01 13:09:56 +00:00
Andreas Fabri
91b3bd47ad
Add circular arc
2008-10-01 11:12:58 +00:00
Andreas Fabri
a3d016def5
Added license header
2008-09-09 11:56:57 +00:00
Andreas Fabri
b073a2356b
Incorporated reviewers remarks
2008-09-01 13:50:09 +00:00
Andreas Fabri
2e7ab87ab7
Incorporated reviewers remarks
2008-09-01 12:42:20 +00:00
Andreas Fabri
834ca71ffa
more low level conversion and drawing
2008-06-26 12:46:19 +00:00
Laurent Rineau
bbaa078d3f
Fix compilation errors.
2008-06-26 11:52:39 +00:00
Laurent Rineau
13d8e38b82
Fix some compilations errors.
2008-06-26 10:28:21 +00:00
Andreas Fabri
48b005732f
Put the clipping in the Converter
2008-06-26 10:17:51 +00:00
Andreas Fabri
132153d513
after presentation at Inria
2008-06-25 19:41:13 +00:00
Andreas Fabri
08847b08b0
after presentation at Inria
2008-06-25 19:24:33 +00:00