Commit Graph

5488 Commits

Author SHA1 Message Date
Simon Giraudot cea723cbff Add sequential qprogressdialog 2018-05-29 11:42:03 +02:00
Simon Giraudot 9851cd7856 Mechanism to lauch QProgressDialog either in thread or modal 2018-05-29 11:42:03 +02:00
Simon Giraudot ee0579d6e0 Callbacks in PSP plugins 2018-05-29 11:42:03 +02:00
Simon Giraudot 7313b64618 Make ASCII callback have the same constructor as Qt one 2018-05-29 11:42:03 +02:00
Simon Giraudot 31acf93a1d Fix include guard 2018-05-29 11:42:02 +02:00
Simon Giraudot a2fd0c7630 Callback for bilateral smoothing 2018-05-29 11:42:02 +02:00
Simon Giraudot e1dac37b74 Average spacing plugin: use Qt progress bar in sequential, ASCII in parallel 2018-05-29 11:42:02 +02:00
Simon Giraudot a01ee0c2a5 Use Qt progress bar in shape detection plugin 2018-05-29 11:42:02 +02:00
Simon Giraudot 5ddb92da98 Add a Qt progress bar (modal, no multithread mode) 2018-05-29 11:42:02 +02:00
Simon Giraudot 651b9d3e85 Move Progress_bar_callback out of plugin 2018-05-29 11:42:02 +02:00
Laurent Rineau 588cc67897 Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
2018-05-28 13:58:41 +02:00
Laurent Rineau 2ad4781a05 Merge pull request #3092 from maxGimeno/Travis-Check_including_all_headers-GF
Infrastructure : Test compilation of headers
2018-05-28 13:58:19 +02:00
Laurent Rineau 265a81bf76 Merge pull request #2967 from maxGimeno/CGAL-With_QGLViewer-GF
CGAL_Qt5: include QGLViewer
2018-05-28 13:58:10 +02:00
Laurent Rineau 851dfabd29 Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF
BGL:  Add a  FaceGraph validity check function
2018-05-28 13:58:07 +02:00
Andreas Fabri ee02f35888 Increase BOOST_PARAMETER_MAX_ARITY 2018-05-26 08:18:58 +01:00
Andreas Fabri 5af63b5893 Fix #include 2018-05-25 10:27:45 +01:00
Maxime Gimeno 754cb2c491 Fix switch case in shortest_path_item 2018-05-23 16:29:03 +02:00
Maxime Gimeno a6ffea9f58 Remove unused scene_c2t3_item 2018-05-23 16:28:51 +02:00
Maxime Gimeno e97d45d07d Update Classification Plugin 2018-05-23 16:21:57 +02:00
Mael Rouxel-Labbé b41f1d6272 Various deprecation-related improvements 2018-05-18 16:47:54 +02:00
Maxime Gimeno 5f9d01c37a Add includes to constraint.h 2018-05-17 10:38:35 +02:00
Maxime Gimeno a3f84409cd Fix after rebase 2018-05-17 10:20:57 +02:00
Maxime Gimeno f7d0fc72cd fix the <:: error 2018-05-17 10:20:57 +02:00
Maxime Gimeno f22c2864a0 Put qglviewer in the namespace CGAL 2018-05-17 10:20:56 +02:00
Andreas Fabri ff0836ec79 cleanup 2018-05-17 10:20:56 +02:00
Jane Tournois e9c7042c05 remove include of moc file (causes a warning on msvc) 2018-05-17 10:20:56 +02:00
Jane Tournois 3042d68fb1 remove code that depends on QGLViewer version 2018-05-17 10:20:56 +02:00
Maxime Gimeno 2779034aa1 Fix Triangulation_2 2018-05-17 10:20:56 +02:00
Maxime Gimeno 495b087c6f Finish snapshot implem 2018-05-17 10:20:56 +02:00
Maxime Gimeno 37c52e6bbc WIP SnapShot and SPDX LICENSE update. 2018-05-17 10:20:56 +02:00
Maxime Gimeno 0c74a68952 WIP Header_only 2018-05-17 10:20:55 +02:00
Maxime Gimeno cbc0ce1130 remove snapsjot functions and files from qglviewer 2018-05-17 10:20:55 +02:00
Maxime Gimeno 50c471253a Move context creation to qglviewer. Replace initializeGL() by init()in demo viewer 2018-05-17 10:20:55 +02:00
Maxime Gimeno 4c6546a558 Clean-up the viewer 2018-05-17 10:20:55 +02:00
Maxime Gimeno 39a0b8a8d5 Restore pivot point drawing 2018-05-17 10:20:55 +02:00
Maxime Gimeno 3995c80524 fix warning in camera and fix fps display in cgal_qt5 so we don't have to overwrite it in the viewer
Begin the implementation of the graphcal hints
2018-05-17 10:20:55 +02:00
Maxime Gimeno 6584abd90b Use integrated qglviewer for 3D demos 2018-05-17 10:20:55 +02:00
Sebastien Loriot 9938100097
Merge pull request #2955 from afabri/BGL-include_cleanup-GF
Do not include some BGL related header files
2018-05-15 22:21:42 +02:00
Sebastien Loriot a362d94106
Merge pull request #3026 from maxGimeno/Demo-Add_partiton_plugin-GF
Polyhedron demo: METIS Partition plugin
2018-05-07 12:02:48 +02:00
Andreas Fabri 991f3847e8 Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h 2018-05-03 13:23:50 +02:00
Maxime Gimeno 132cf694a0 remove is_valid() from the graph_traits 2018-05-03 12:03:14 +02:00
Maxime Gimeno 1e25019cb2 fix flat_shader 2018-04-25 10:21:17 +02:00
Laurent Rineau 7b44a7b681 Merge pull request #3002 from sgiraudot/Polyhedron_demo-Fix_selection_blinking_display-GF
Polyhedron demo: Fix selection blinking display
2018-04-24 17:34:13 +02:00
Laurent Rineau 935b40e266 Merge pull request #3034 from maxGimeno/Demo-Fix_orient_for_surface_mesh-GF
Polyhedron demo: Fix the orientation of polygon soup to surface_mesh
2018-04-24 17:33:46 +02:00
Laurent Rineau 7cf8c73b65 Merge pull request #3032 from sloriot/Demo-accelerate_offset_meshing
Accelerate distance queries for offset meshing plugin
2018-04-24 17:33:38 +02:00
Laurent Rineau d57df10832 Merge pull request #2991 from afabri/BGL-fix_add_vertex_and_face_to_border-GF
Fix Euler::add_vertex_and_face_to_border()
2018-04-24 17:33:13 +02:00
Laurent Rineau 03e68d8740 Merge pull request #2985 from afabri/CGAL-std_latest-GF
Support C++17 (Replace std::random_shuffle() with CGAL::random_shuffle(), and other adjustments)
2018-04-24 17:32:55 +02:00
Laurent Rineau 1c8da87ec5 Merge pull request #2979 from maxGimeno/Demo-add_a_verbose_option-GF
Polyhedron demo: Add a verbose option
2018-04-24 17:32:39 +02:00
Andreas Fabri 707de38534 Use CGAL::cpp98::random_shuffle 2018-04-24 16:23:56 +01:00
Maxime Gimeno a6531ca8ac add missing collect_garbage() 2018-04-20 09:04:46 +02:00