Commit Graph
37662 Commits
Author SHA1 Message Date
Pavel Emeliyanenko 329c14dd0e code refactoring 2008-06-25 16:55:02 +00:00
Pavel Emeliyanenko 8eb8fcb96f code refactoring 2008-06-25 16:49:38 +00:00
Sebastian Limbach 7acaf13b5e Added missing dereference operator. 2008-06-25 08:28:47 +00:00
Efi Fogel 2581e8a291 updated 2008-06-25 06:28:42 +00:00
Andreas Fabri d856f80d79 fixed typo in documentation 2008-06-24 19:00:46 +00:00
Fernando Cacciola 731f291bad Autotesting now using global reference release 2008-06-24 17:09:33 +00:00
Laurent Rineau 47bce71dcf New feature in QtNavigation: Ctrl+Shirt+RightButton moves the point under
mouse to the center of the viewport.
2008-06-24 14:32:59 +00:00
Laurent Rineau 519cb27584 A QtInput must be constructed with a parent (that can be 0).
Thus a QtPolylineInput must also be constructed with a parent!
2008-06-24 14:32:03 +00:00
Laurent Rineau 44e8f0fdc1 Remove Delaunay-Voronoi stuff. 2008-06-24 14:16:39 +00:00
Laurent Rineau c8b36d6419 I had switched left and right by error! 2008-06-24 14:16:22 +00:00
Andreas Fabri 23392f37b6 Short presentation 2008-06-24 13:57:55 +00:00
Laurent Rineau a1892acb54 Minor modifications:
- clear the mouse coordinates QLabel, at the very beginning,
  - turn the vertical axe upside down.
2008-06-24 13:55:41 +00:00
Sebastian Limbach dd60af4ba9 Missing assignment of vertex added. 2008-06-24 13:48:28 +00:00
Laurent Rineau 52c828657c - Store a Vertex_handle, as the hint, instead of a Face_handle: Vertex_handle
survive to insert(), Face_handle do not.
- vh->face() is used as the Face_handle hint, if vh!=Vertex_handle().
2008-06-24 12:52:27 +00:00
Laurent Rineau a162192fe8 bool drawEdges() was not used by QtConstrainedTriangulationGraphicsItem 2008-06-24 12:29:41 +00:00
Laurent Rineau 7d811a656b Display circumcircles even if the triangulation is contrained. 2008-06-24 12:26:31 +00:00
Laurent Rineau c15f290508 - Better test_results.log
- Fix the handling of cmake results.
2008-06-24 11:04:10 +00:00
Laurent Rineau a63fa00687 In testresults pages, fix the "select" used to select
the CGAL version to display.
One can now select the last one.
2008-06-24 11:03:34 +00:00
Laurent Rineau 38fbd5e5ad Fix a stupid bug in apply_to_range! 2008-06-24 10:56:57 +00:00
Efi Fogel 5ee0a8ed6f cleanup 2008-06-22 13:19:20 +00:00
Laurent Rineau 0b1d985e33 Code review in MainWindow:
- Add dgi and vgi at the beginning, and use show()/hide() instead of
    addItem/removeItem.
  - Merge connectActions() into MainWindow's constructor. That is clearer
    like that.
  - Add comments in the constructor.
  - Rewrite the two action handlers aboutCGAL and aboutDemo: use html file
    in a resource. That works! The "About CGAL" dialog now has a big shiny
    CGAL logo! :-)
2008-06-20 16:52:41 +00:00
Laurent Rineau 819de032cc Partially revert revision 43718:
once an item is added to a scene, the scene is responsible for its
  deletion!
2008-06-20 16:26:35 +00:00
Laurent Rineau c2cbb136dd Remove that empty directory. 2008-06-20 16:04:51 +00:00
Laurent Rineau 7e40e00fa4 Fix again the previous commit. I forgot to commit <CGAL/IO/QtInput.h>.
Sorry for the spam.
(QObjects must have parents!)
2008-06-20 15:50:24 +00:00
Laurent Rineau 32a5519e5f (Fix the previous commit.)
QObjects must have parents!
2008-06-20 15:49:27 +00:00
Laurent Saboret 9c331bfcb7 Surface Mesher's error_bound = 1e-3 * bounding sphere's radius (default value) 2008-06-20 15:46:50 +00:00
Laurent Rineau e51aa26320 QObjects must have parents! 2008-06-20 15:46:40 +00:00
Laurent Rineau f7eb596370 Do not eat the move event! 2008-06-20 15:41:46 +00:00
Laurent Rineau c115427e74 Code review:
- add a destructor to destroyed circle, which is not a QObject
  - use fh as a hint.
2008-06-20 15:39:18 +00:00
Samuel Hornus 153ceb6c26 Added @commentheading keyword 2008-06-20 15:33:49 +00:00
Laurent Rineau af51cec326 Code review:
- Use fh as an hint, to avoid to localize the moving point without hint
    each time it moves.
  - Code factorisation between mousePressEvent and mouseMoveEvent.
2008-06-20 15:03:49 +00:00
Laurent Saboret 1b3ed3a8c3 Added 2 items in Options dialog: Surface Mesher's dichotomy error and APSS projection error.
Default values are previous hard-coded values.

Use KNN from Options dialog in APSS. 
Default value is now 10 to match previous APSS KNN.
2008-06-20 14:04:47 +00:00
Laurent Rineau 0fb2c81d53 Update the TODO file. 2008-06-20 12:54:01 +00:00
Laurent Rineau 5cc6c3be9c Update svn:ignore properties. 2008-06-20 12:52:32 +00:00
Laurent Rineau 6f66801b11 Small updates to the documentation: fix typos, small corrections, add
headings where needed.
2008-06-20 12:46:38 +00:00
Laurent Saboret 370b493d3e Added comments 2008-06-20 10:56:50 +00:00
Laurent Rineau 78dffac531 - Merge/Move QtPolylineInput_non_templated_base.* files into
QtPolylineInput.*

  The need to split QtPolylineInput into a templated class and a
  non-template base class exists, but there is not need to split the header
  into two headers. QtPolylineInput_non_templated_base can be seen as an
  auxiliary class of QtPolylineInput.

- Turn Point_2<K> into K::Point_2 in <CGAL/IO/QtConverter.h>, to avoid the
  inclusion of <CGAL/Point_2.h>.

- Put most Qt Resource files into the CGALQt4 library, instead of linking
  them into the demo.
2008-06-20 10:10:44 +00:00
Laurent Rineau e2ba21fd83 Fix typos.
Add a html link to the Qt web page, at Trolltech.

I think that, in the HTML version, we should put links to the Qt
documentation.
2008-06-20 09:44:16 +00:00
Michael Hoffmann 542d69b351 Use boost::bind instead of CGAL::bind_1. 2008-06-20 08:47:12 +00:00
Michael Hoffmann 4c10de3424 Added parentheses to shut down nagging gcc. 2008-06-20 07:46:48 +00:00
Sylvain Pion b88a95e684 Towards Circle_3 and Lazy_kernel. 2008-06-19 15:39:11 +00:00
Sylvain Pion 26ec89566c Progress towards Circle_3 and Lazy_kernel. 2008-06-19 15:38:07 +00:00
Laurent Saboret f13c455085 Added Gyroviz "Remove outliers wrt cameras cone angle" algorithm. 2008-06-19 15:37:32 +00:00
Peter Hachenberger 118556d83f some more experiments 2008-06-19 15:04:19 +00:00
Peter Hachenberger 132e3de2dd removed some old stuff 2008-06-19 15:02:16 +00:00
Peter Hachenberger 69182801b3 Marks for Mink sum on arbitrary Nef polyhedra 2008-06-19 14:56:15 +00:00
Peter Hachenberger ad5cc4240a slightly extended, replaced figure 2008-06-19 14:18:11 +00:00
Peter Hachenberger 4a7e9998db replaced a figure 2008-06-19 14:17:50 +00:00
Andreas Fabri d7bb6d8884 yet another round of renaming 2008-06-19 13:13:04 +00:00
Andreas Fabri 61d95e05e5 Better names 2008-06-19 12:52:23 +00:00