Commit Graph

69287 Commits

Author SHA1 Message Date
Simon Giraudot eeebf10c15 Merge pull request #1343 from maxGimeno/Polyhedron_demo-Snapshot_to_clipboard-GF
Polyhedron_demo: Snapshot to clipboard
2016-08-17 08:06:53 +02:00
Maxime Gimeno 141517fbc8 Set the 'Recenter Scene' shortcut to Ctrl+R. 2016-08-12 14:40:15 +02:00
Maxime Gimeno d9e7a4c46a Fix the shortcuts for saveSnapshot() and sendSnapshotToClipBoard. 2016-08-11 15:46:27 +02:00
Maxime Gimeno 8af1edec81 Implement a snapshot to clipboard. Bind it to Ctrl+Print Screen. 2016-08-11 15:45:31 +02:00
Simon Giraudot 061dd8ce08 Merge pull request #1334 from maxGimeno/Polyhedron_demo-Edit_point_size-GF
Polyhedron_demo : make the point size of a point set editable.
2016-08-11 14:47:33 +02:00
Simon Giraudot 8c1571a494 Merge pull request #1338 from maxGimeno/Polyhedron_demo-Transparent_background_for_snapshots-GF
Polyhedron_demo: Transparent background for snapshots
2016-08-11 14:46:42 +02:00
Simon Giraudot b7e1e07d7d Merge pull request #1336 from maxGimeno/Polyhedron_item-Affine_transform_for_point_sets-GF
Polyhedron_demo: Affine transformation for point_sets.
2016-08-11 14:46:17 +02:00
Simon Giraudot aea9f94d69 Merge pull request #1337 from sgiraudot/Number_types-Handle_MinGW_align-GF
Fix warning for MinGW: check _MSC_VER instead of _WIN32
2016-08-11 14:41:56 +02:00
Laurent Rineau 1b92cd1c4f Merge pull request #1335 from janetournois/PMP-hole_filling_doc-jtournois
PMP triangulate_hole : doc improvement
2016-08-10 16:18:46 +02:00
Maxime Gimeno b6d71b47f1 Fix the fastDraw. 2016-08-10 14:24:31 +02:00
Maxime Gimeno dfd29640b8 Fixes the decay in case the original point set is not centered on (0,0,0). 2016-08-10 14:14:16 +02:00
Maxime Gimeno 9f7a30ba36 Implement transparent background. 2016-08-10 12:57:07 +02:00
Simon Giraudot 9f48f3406a Fix warning for MinGW: check _MSC_VER instead of _WINC32 2016-08-10 12:33:55 +02:00
Maxime Gimeno 971b259c26 Change the option "use white background" into a Combox proposing use current background color, use transparent background and choose background color.
Implement choose background color.
2016-08-10 12:27:28 +02:00
Maxime Gimeno 6240e76a46 Make the transform_polyhedron_plugin able to transform point_sets too and rename it. 2016-08-10 12:10:15 +02:00
Jane Tournois 0baa89452d add info about self-intersections 2016-08-10 09:45:40 +02:00
Maxime Gimeno 2a2c350520 Add a slider for the point size (between 1 and 25). 2016-08-09 15:38:05 +02:00
Laurent Rineau ce8e65b10f Next release might be CGAL-4.9-beta2 2016-08-04 16:59:30 +02:00
Laurent Rineau 4ed7fc52ea updated crontab (automated commit) 2016-08-03 12:17:45 +02:00
Laurent Rineau 6a29112393 Prepare beta1 2016-08-03 11:59:57 +02:00
Laurent Rineau 1c16ae9a52 Merge pull request #1309 from lrineau/CGAL-fix_HEADER_ONLY-lrineau
Hack to fix a bug with CGAL_HEADER_ONLY
2016-07-28 16:44:58 +02:00
Laurent Rineau bc2ad27d82 Merge pull request #1308 from lrineau/CGAL-CMP0056-lrineau
Set CMP0056 if CMake>=3.2
2016-07-28 16:41:06 +02:00
Laurent Rineau acf339d27f Hack to fix a bug with CGAL_HEADER_ONLY
If a `CMakeCache.txt ` is first created without `CGAL_HEADER_ONLY`, and
then `CGAL_HEADER_ONLY` is set, then CMake displays error messages like:
```
CMake Error: Target CGAL has dependency information when it shouldn't.
Your cache is probably stale. Please remove the entry
  CGAL_LIB_DEPENDS
from the cache.
```

The problem comes from the fact that the target `CGAL` was first created as
a library target, and then turned into an "interface library" target.

This patch fixes the error the simplest way: remove the aforementioned
variable from the cache if it is present.
2016-07-28 16:40:04 +02:00
Laurent Rineau b9465c31ec Fix the indentation 2016-07-28 16:33:41 +02:00
Laurent Rineau 78749cfc9d Deactivate VLD on picasso
We found out with Jane @jtournois that a testsuite with VLD was a lot
slower than the same testsuite without it. That can explain why picasso
can no longer process 7 or 8 testsuites per day, but only barely 3 or 4.

Picasso will no longer use VLD, and Jane's machine, Sosno, will use it
only once per week, on Saturdays.
2016-07-28 14:32:52 +02:00
Laurent Rineau 4a8602b49e Set CMP0056 if CMake>=3.2 2016-07-27 16:26:55 +02:00
Laurent Rineau 1ec30bd830 Merge branch 'releases/CGAL-4.8-branch'
This merge imports:
> Merge pull request #1304 from sloriot/Installation-remove_config_test
2016-07-27 16:18:33 +02:00
Laurent Rineau a421223d01 Merge pull request #1303 from janetournois/Mesh_3-fix_criteria_doc-jtournois 2016-07-27 16:17:29 +02:00
Laurent Rineau c0b6b0b304 Merge pull request #1305 from lrineau/Mesh_3-fix_Polyhedral_mesh_domain_with-features-lrineau
bugfix for master: used the copied polyhedron
2016-07-27 16:14:15 +02:00
Laurent Rineau de7b1c5cba Merge pull request #1304 from sloriot/Installation-remove_config_test
Replace library compile time test
2016-07-27 16:13:55 +02:00
Laurent Rineau 611c5cd721 Merge pull request #1303 from janetournois/Mesh_3-fix_criteria_doc-jtournois
Mesh 3 - doc fix for facet_distance criterion
2016-07-27 16:13:12 +02:00
Laurent Rineau 6b10040f16 Proposal of announcement mail for 4.9-beta1 2016-07-26 16:47:59 +02:00
Laurent Rineau 35093e1c28 alpha2 2016-07-26 16:47:19 +02:00
Laurent Rineau e7c52f3b82 Merge pull request #1301 from maxGimeno/Polyhedron_demo-Fix_image_item-GF
Polyhedron_demo: Fix the image item
2016-07-26 16:26:04 +02:00
Laurent Rineau 762f22961f Merge pull request #1299 from maxGimeno/Polyhedron_demo-Light_for_point_sets-GF
Polyhedron_demo: Light for Point_set_items
2016-07-26 16:25:42 +02:00
Laurent Rineau 426f6e623b bugfix for master: used the copied polyhedron
As `Polyhedral_mesh_domain_with_features_3` copies the polyhedra, the
aabb tree should used the copy (with the assigned patch ids!)

cc @jtournoi
2016-07-26 12:36:21 +02:00
Laurent Rineau f96b186445 prepare 4.9-alpha1 2016-07-26 12:33:39 +02:00
Sébastien Loriot 98121af143 replace library compile time test 2016-07-26 11:58:03 +02:00
Jane Tournois 4efb8994ea doc : the documentation was displaying the name of the anchor
instead of the name of the section
2016-07-26 11:51:25 +02:00
Jane Tournois 90fc548186 fix the doc of facet_distance 2016-07-26 11:51:24 +02:00
Jane Tournois b20f934e13 use \param and improve the display 2016-07-26 11:51:23 +02:00
Laurent Rineau a3d05c1ac6 Merge pull request #1300 from sloriot/BGL-concept_checking_surface_mesh
enable concept checking for Surface_mesh
2016-07-25 10:37:55 +02:00
Laurent Rineau 8a58bbe6d3 Merge pull request #1298 from maxGimeno/Polyhedron_demo-Fix_cut_plugin-GF
Polyhedron_demo: Fix cut plugin
2016-07-25 10:37:37 +02:00
Laurent Rineau de22b8d3ca Merge pull request #1296 from maxGimeno/Polyhedron_demo-Fix_for_some_plugins-GF
Polyhedron_demo: Fix for some plugins
2016-07-25 10:37:09 +02:00
Laurent Rineau 890e1e0acb Merge pull request #1293 from sloriot/Combinatorial_map-remove_deprecated_api
remove old API deprecated since CGAL 4.4
2016-07-25 10:36:52 +02:00
Laurent Rineau 92c43080c8 Merge pull request #1292 from sloriot/Operations_on_polyhedra-cmap_new_api
use the latest CMap API
2016-07-25 10:36:13 +02:00
Laurent Rineau 6a57e0e96e Merge pull request #1283 from sgiraudot/Polyhedron_demo-Point_set_algorithms_on_selection-GF
Polyhedron demo: apply PSP algorithms to selection only
2016-07-22 18:38:17 +02:00
Laurent Rineau 2cd9a15bb9 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch'
Merge the following merge commits:
> 12b92f5 Merge pull request #1271 from lrineau/Mesh_3-distance_criterion_sizing_field-GF
> 9c3d0b0 Merge pull request #1295 from lrineau/CGAL-add_test-GF

Conflicts:
	Maintenance/release_building/BUGFIX_NUMBER
	Maintenance/release_building/public_release_name
2016-07-22 18:31:02 +02:00
Laurent Rineau 12b92f51e3 Merge pull request #1271 from lrineau/Mesh_3-distance_criterion_sizing_field-GF
Allow a sizing field for the distance criterion
2016-07-22 18:29:54 +02:00
Laurent Rineau 9c3d0b0d55 Merge pull request #1295 from lrineau/CGAL-add_test-GF
Add minimal support for CTest
2016-07-22 18:29:50 +02:00