Commit Graph

190 Commits

Author SHA1 Message Date
Andreas Fabri c9e3b3416f disable drawing of circular arc as it breaks linear kernel demos 2008-09-22 14:30:39 +00:00
Andreas Fabri 138cac3cea Add support for circular arcs 2008-09-22 14:10:30 +00:00
Andreas Fabri 95dd6eb40f Add support for circular arcs 2008-09-22 14:09:55 +00:00
Andreas Fabri 15ad06b081 Add (buggy) IO for circular arcs 2008-09-22 13:59:26 +00:00
Laurent Rineau f1b56f9a11 Fix some CMakeLists.txt (that use Qt3 or Qt4). 2008-09-22 11:59:21 +00:00
Andreas Fabri d1bae6f176 fix minimal demo 2008-09-22 09:21:24 +00:00
Laurent Rineau b4adefbf2f Use "modern" find_package(CGAL). That simplifies a lot! 2008-09-11 13:56:30 +00:00
Laurent Rineau 5558487cad Fix: remove an unused non-commited but included header. 2008-09-10 18:41:33 +00:00
Laurent Rineau 3a825a09ae Fix a typo in CGALQt4's CMakeLists.txt: moc files where not created. 2008-09-10 11:02:36 +00:00
Laurent Rineau f81780b59c Small adjustments, so that CGAL-Qt4 can be built separately. 2008-09-10 09:49:45 +00:00
Laurent Rineau 808fa204cd Remove "/" from dont_submit. 2008-09-10 09:43:39 +00:00
Fernando Cacciola d8f5eaa9f0 Fixed typo in CGA-Qt4 basename 2008-09-09 21:12:10 +00:00
Fernando Cacciola cd00979002 Added explicit link directives from libCGAL* to libCGAL
Added OpenGL to CGALQt4
2008-09-09 18:53:02 +00:00
Laurent Rineau 14c207fee6 Remove a debug message. 2008-09-09 13:42:35 +00:00
Andreas Fabri ec6d54a8be added parent to the input tools 2008-09-09 12:25:48 +00:00
Andreas Fabri 7bc12af8e9 added parent to the input tools and fixed typos 2008-09-09 12:21:32 +00:00
Laurent Rineau d97c78b177 Include CGALQt4 in the libraries compilation stuff.
We need to create a (potentially incomplete) CGALConfig.cmake file after
the CGAL library has been built.
2008-09-09 12:19:41 +00:00
Andreas Fabri 3e087efec3 Added license header 2008-09-09 11:57:39 +00:00
Andreas Fabri a3d016def5 Added license header 2008-09-09 11:56:57 +00:00
Andreas Fabri 1c56306968 Add input tool for iso-rectangles 2008-09-09 11:48:15 +00:00
Andreas Fabri cbd3315b63 Added illustration 2008-09-09 09:18:54 +00:00
Andreas Fabri f215a5a1d2 don't submit the powerpoint on the design of the package 2008-09-09 09:06:38 +00:00
Andreas Fabri 6c0a6612be cleanup 2008-09-08 10:48:01 +00:00
Laurent Rineau 1266312e32 Followup of previous commit ("Add auto-link to libCGALQt4 files.").
Now use auto-link in demos that use CGAL Qt4 support.
2008-09-05 16:04:07 +00:00
Laurent Rineau b2525f2256 Add auto-link to libCGALQt4 files. 2008-09-05 15:34:53 +00:00
Laurent Rineau cd29a74c58 Submit the directories:
demo/GraphicsView/
  demo/icons/
  demo/resources/
but not:
  demo/Polygon/
  demo/Triangulation_2
2008-09-05 13:49:08 +00:00
Laurent Rineau 04a8b4ee14 Update CGALQt4's CMakeLists.txt, to add:
- soversion/soname,
  - mangled names
2008-09-01 18:36:52 +00:00
Laurent Rineau 3c337d4aea fix the minimalist GraphicsView application: min 2008-09-01 15:14:50 +00:00
Andreas Fabri 2a0f605128 Added dont_submit file 2008-09-01 14:56:54 +00:00
Andreas Fabri b9f817ff9a Added CGAL logo 2008-09-01 14:53:30 +00:00
Laurent Rineau e613317c65 Fix VCisms. 2008-09-01 14:01:19 +00:00
Andreas Fabri b4538d15a5 Incorporated reviewers remarks 2008-09-01 13:52:30 +00:00
Andreas Fabri b073a2356b Incorporated reviewers remarks 2008-09-01 13:50:09 +00:00
Andreas Fabri 2e7ab87ab7 Incorporated reviewers remarks 2008-09-01 12:42:20 +00:00
Andreas Fabri f6e9a54bb1 Incorporated reviewers remarks 2008-09-01 12:35:14 +00:00
Andreas Fabri e538557c4d Incorporated reviewers remarks 2008-09-01 12:07:38 +00:00
Sylvain Pion 44c185f1f4 Rename boost::array to CGAL::array. 2008-08-26 13:15:21 +00:00
Sylvain Pion 53f5c9679b Add a using directive "using std::array" in namespace CGAL to import either:
- C++0x's std:array from <array>
- TR1's std::tr1::array from <tr1/array>
- boost::array from <boost/array.hpp>
Motivation : GCC's std::array is faster than boost::array.

Move CGALi:make_array to namespace CGAL.

Document CGAL::array.
2008-08-26 13:08:16 +00:00
Laurent Rineau 4e43b40207 Fix three VC++-ismes (wrong uses of typenames, again). 2008-08-18 15:18:17 +00:00
Laurent Rineau c711f07c2d Change previoux revision 44999: QGraphicsView::matrix returns a *copy* of
its matrix! Hopefully, QGraphicsView has a member function scale(), similar
to the one of QMatrix.
2008-08-18 15:16:34 +00:00
Laurent Rineau dd033c1748 revert revision 44882: the matrix is modified in place, by its member function scale(). 2008-08-18 15:08:55 +00:00
Andreas Fabri 246f8230df We have to set the matrix and not only to modify a copy 2008-08-11 15:52:58 +00:00
Andreas Fabri c7b95de6af Added Lipschitz sizing field 2008-08-11 12:21:18 +00:00
Laurent Rineau 0242deacfe Minor modification: fix the first line (a comment). 2008-08-02 14:39:26 +00:00
Laurent Rineau f13d5d2a25 Update for cmake-2.6: moc files must be in source files. 2008-08-01 07:53:35 +00:00
Laurent Rineau 06c56223ef Fix compilation warnings (MSVC++ 2009) 2008-08-01 07:51:00 +00:00
Laurent Rineau 3d0c1d9937 One can now drop files on the Constrained_Delaunay_triangulation_2 window. 2008-07-30 18:28:58 +00:00
Laurent Rineau 9ad27e6e6e Add recent files from CGAL::Qt::DemosMainWindow. 2008-07-30 18:14:23 +00:00
Laurent Rineau cd3614b441 Add support for recent files in CGAL::Qt::DemosMainWindow 2008-07-30 18:01:51 +00:00
Laurent Rineau 1bca78d94e Update the qrc location. 2008-07-30 08:02:44 +00:00