Maxime Gimeno
|
243c7b1c75
|
Replace matrix with worldTransform
|
2019-07-08 14:05:42 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01: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 |
Andreas Fabri
|
f864b0a8e8
|
fix line width in demos using GraphicsView
|
2015-07-28 15:46:11 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Laurent Rineau
|
369498d1e5
|
Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
| r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
|
| Merged feature-branch Aos_2-new_functors-tau into next
| ------------------------------------------------------------------------
|
2011-07-06 11:11:58 +00:00 |
Sébastien Loriot
|
69b97b4ad2
|
remove unsed var warnings
|
2011-06-08 09:56:42 +00:00 |
Andreas Fabri
|
622eb3ce67
|
A GraphicsItem should not call itself show() and hide()
|
2010-08-12 13:46:50 +00:00 |
Andreas Fabri
|
37d13c151a
|
Reorder member initialization
|
2008-11-26 09:07:41 +00:00 |
Andreas Fabri
|
07653abffc
|
reorder member initialization
|
2008-11-25 18:44:19 +00:00 |
Andreas Fabri
|
a3d016def5
|
Added license header
|
2008-09-09 11:56:57 +00:00 |
Andreas Fabri
|
e165edec50
|
Add Polygon Demo
|
2008-07-08 21:44:43 +00:00 |