Commit Graph

64524 Commits

Author SHA1 Message Date
Maxime Gimeno f1c3a3f51d collapsing problems fix + clean-up 2015-11-16 11:20:02 +01:00
Maxime Gimeno 836e9c5d65 Segfault Fix and clean-up 2015-11-16 10:00:17 +01:00
Maxime Gimeno 5a45c419ae Saving the expanded state of the groups when modifying the view. 2015-11-13 10:46:44 +01:00
Maxime Gimeno 0015b40e9d Bugs fix
- Manipulating items in sub_groups should work properly
- moving groups into other groups seems to work now
2015-11-12 10:30:30 +01:00
Maxime Gimeno ab4237cf8e Multiple selection handling implementation
- the drag and drop now supports multiple selection
2015-10-09 14:32:10 +02:00
Maxime Gimeno 2f4660fd7f Addition of a drag&drop feature 2015-10-08 09:48:36 +02:00
Maxime Gimeno 77a6f4af46 Remove item fix + group selection
- Removing an item does not kill the hirarchy anymore, thanks to recursivity
  in several functions.
- Selecting a group now adds all its children to the selected_items_list.
2015-10-05 15:58:38 +02:00
Maxime Gimeno 372865722b Merged in master 2015-10-02 11:43:17 +02:00
Maxime Gimeno e6765a68d3 Merge branch 'Polyhedron_demo-Hierarchic_view-GF-old' into Polyhedron_demo-Hierarchic_view-GF 2015-10-02 11:22:41 +02:00
Maxime Gimeno 5616734f26 Addition of removing features 2015-10-02 10:37:06 +02:00
Laurent Rineau da3d119acb CGAL-4.8... 2015-10-01 15:04:13 +02:00
Sebastien Loriot e58486a077 Merge pull request #351 from afabri/Intersections_3-snippet2example-GF
Convert <code> sections into cgalExamples
2015-10-01 14:41:12 +02:00
Sébastien Loriot 9b8b98c4d0 Merge branch 'Polyhedron_demo-Menu_organization-GF' 2015-10-01 11:59:13 +02:00
Sébastien Loriot e0e50010ab use suited overload
this also fix an issue with clang and virtual overload hidding
2015-10-01 11:55:59 +02:00
Sebastien Loriot 7500bb03aa Merge pull request #361 from maxGimeno/Polyhedron_demo-color_management-GF
Optimazing color handling
2015-10-01 11:08:45 +02:00
Sebastien Loriot 2243728001 Merge pull request #373 from efifogel/AOS-ccb_removal_optimization-efif
Aos ccb removal optimization efif
2015-10-01 11:02:10 +02:00
Sebastien Loriot d6fc659630 Merge pull request #377 from MoniqueTeillaud/patch-2
typo
2015-10-01 09:43:16 +02:00
Maxime Gimeno 887b6c5322 Groups drawing done
- The hierarchy display seems to be over.
- Remaining : group modifications management.
2015-10-01 09:21:40 +02:00
Monique Teillaud e252190efe typo
typo in a comment (mentioned by Paul Zimmermann)
2015-09-30 11:51:57 +02:00
Maxime Gimeno 2dbfc6b8a5 More warning fixes 2015-09-29 16:37:57 +02:00
Maxime Gimeno 7ea5f71c60 Warning suppression 2015-09-29 15:40:18 +02:00
Maxime Gimeno fee42307f7 (WIP) Addition of .h files 2015-09-29 14:06:11 +02:00
Sebastien Loriot 0100e321a3 Merge pull request #267 from sgiraudot/Scale_space_reconstruction_3-handle_non_manifold-sgiraudot
Scale space reconstruction 3 handle non manifold sgiraudot
2015-09-29 13:27:17 +02:00
Sébastien Loriot 6aceb13386 fix preconditions 2015-09-28 22:39:07 +02:00
Efi Fogel 511dfe7ea1 Enhanced with unit tests tha test removal of edges in arrangements that have isolated vertices 2015-09-28 22:02:45 +03:00
Simon Giraudot aff8634ec1 Merge branch 'Scale_space_reconstruction_3-handle_non_manifold-sgiraudot' of github.com:CGAL/cgal-dev into Scale_space_reconstruction_3-handle_non_manifold-sgiraudot 2015-09-28 17:47:29 +02:00
Jane Tournois a78fff4256 fix conversion warning 2015-09-28 16:58:20 +02:00
Sebastien Loriot 2e8115d053 Merge pull request #372 from afabri/Straight_skeleton-typos-GF
fix \sa  (see also)
2015-09-28 16:47:55 +02:00
Andreas Fabri 570e5d99fa fix \sa 2015-09-28 16:41:23 +02:00
Simon Giraudot 0ef66b49d0 Remove unused variable 2015-09-28 16:24:50 +02:00
Efi Fogel 9bfaa542d8 Introduced _move_all_isolated_vertices() and used it 2015-09-28 16:57:44 +03:00
Simon Giraudot 9ddb7ad2a3 Bugfix: invalid initialization of non-const reference 2015-09-28 15:50:43 +02:00
Efi Fogel 452444e704 Introduced _move_all_inner_ccb() and used it 2015-09-28 15:04:14 +03:00
Maxime Gimeno 06e885da4c Handling of the remove function 2015-09-28 12:47:34 +02:00
Efi Fogel 0f72382580 Pure aesthetic changes 2015-09-28 12:20:18 +03:00
Simon Giraudot cde66e8270 Fix testsuite warnings (conversion std::size_t to unsigned int) 2015-09-28 10:38:12 +02:00
Sebastien Loriot 81d65c9aa1 Merge pull request #349 from sgiraudot/Surface_mesh_parametrisation-OpenNL_Eigen-GF
Surface mesh parametrisation - Replace OpenNL by Eigen as default
2015-09-26 15:37:04 +02:00
Sébastien Loriot c36fe8c234 fix link in the doc 2015-09-26 13:31:41 +02:00
Sebastien Loriot 2c6b3780d7 Merge pull request #366 from sloriot/Spatial_searching-improve_iterators
make (Orthogonal_)incremental_nearest_neighbor a valid range
2015-09-26 10:02:07 +02:00
Sebastien Loriot 1891705d4e Merge pull request #346 from afabri/Advancing_front-examples-GF
Add the maximal perimeter as an argument to the executable
2015-09-26 09:59:49 +02:00
Sebastien Loriot 778dfb92ca Merge pull request #354 from lrineau/Polyhedron-fix_demo_CMakeLists-lrineau
Polyhedron demo: cleanup the CMakeLists.txt
2015-09-26 09:58:36 +02:00
Sebastien Loriot 8d3e06b7c4 Merge pull request #252 from bo0ts/Installation-remove_config_test-pmoeller
Delete CGAL_CFG_NO_WARNING_CPP_DIRECTIVE_BUG.cpp
2015-09-26 09:55:53 +02:00
Maxime Gimeno 0b810bc19d Delegate fix 2015-09-25 15:52:38 +02:00
Simon Giraudot 4b825deb29 Bugfix: removed forgotten conflict lines (HEAD, etc.) and deleted finalize_polygon_soup 2015-09-25 14:43:46 +02:00
Simon Giraudot 285ed31ec2 New .cmd file for example testing 2015-09-25 10:32:14 +02:00
Simon Giraudot 1c064e9552 Doc fix: remove parameters that were removed from code 2015-09-25 10:27:59 +02:00
Maxime Gimeno cc88c67983 Hierarchy operational.
- Must adapt the model so that data() returns the right value.
2015-09-25 10:08:20 +02:00
Sebastien Loriot 42d3edef2f Merge pull request #364 from sloriot/CGAL-split_packages-GF
Split packages with sub-packages
2015-09-25 08:19:51 +02:00
Sébastien Loriot 06704ceaee fix a typo 2015-09-24 13:55:57 +02:00
Simon Giraudot 9cc6982656 Merge branch 'Scale_space_reconstruction_3-handle_non_manifold-sgiraudot-old' into Scale_space_reconstruction_3-handle_non_manifold-sgiraudot 2015-09-24 12:48:15 +02:00