Commit Graph

315 Commits

Author SHA1 Message Date
Andreas Fabri 740040e5a9 Add the resource file 2008-12-11 11:05:02 +00:00
Andreas Fabri 8310960e97 Add 'About' 2008-12-10 15:18:33 +00:00
Laurent Rineau 4309e29f6e Add icon 2008-12-08 16:51:01 +00:00
Andreas Fabri 39ae0c680a Remove debug output 2008-12-05 16:34:18 +00:00
Andreas Fabri e44aaafac0 Read weighted point instead of bare point 2008-12-05 16:33:43 +00:00
Andreas Fabri 092b565600 Remove debug output 2008-12-05 16:33:38 +00:00
Andreas Fabri 353b5d4c1b Remove debug output 2008-12-05 16:33:34 +00:00
Laurent Rineau 88cc6becf4 Fix the tooltip of input weighted point 2008-12-05 13:10:13 +00:00
Laurent Rineau a3b4c9226c new input point icon 2008-12-05 13:09:59 +00:00
Laurent Rineau c64c0df177 The polygon demo needs Core. 2008-12-05 13:09:44 +00:00
Andreas Fabri 27fa91ac1e Remove an action equivalent to 'Clear' 2008-12-03 18:30:40 +00:00
Andreas Fabri ab60784714 Comment a not yet implemented feature 2008-12-02 09:47:06 +00:00
Andreas Fabri 26a94ae897 Reorder member initialization 2008-11-28 08:01:56 +00:00
Laurent Rineau 46b70b7c25 Fix again FindQGLViewer.cmake so that it deals with debug and release
libraries, even on Linux where only the release one exists.

Rename QGLVIEWER_LIBRARY to QGLVIEWER_LIBRARIES (-IES), to mimic other
CMake packages.
2008-11-27 15:20:46 +00:00
Laurent Rineau 17002f641f Fix auto-linking. 2008-11-26 13:08:15 +00:00
Andreas Fabri 37d13c151a Reorder member initialization 2008-11-26 09:07:41 +00:00
Andreas Fabri 9a8936c392 Reorder member initialization 2008-11-26 09:03:57 +00:00
Andreas Fabri 04e8e4f1d0 reorder member initialization 2008-11-25 18:45:03 +00:00
Andreas Fabri 07653abffc reorder member initialization 2008-11-25 18:44:19 +00:00
Andreas Fabri d243727585 Added PkgHowToCiteCgal 2008-11-21 09:03:27 +00:00
Laurent Rineau 5d49d36127 - Fix conditionnal compilation: test CGAL_Qt4_FOUND.
- Re-indentation.
- Use ${QT_USE_FILE} *after* QT4_FOUND is tested.
2008-11-20 13:28:52 +00:00
Laurent Rineau d040b51a80 Use QT4_FOUND instead of QT_FOUND. FindQt4.cmake provides both.
As we have QT3_FOUND, in FindQt3-patched.cmake, that makes more sens to use
the versionned variable.
2008-11-20 13:25:42 +00:00
Laurent Rineau 4032eade9a Massive removale of "QUIET" in find_package calls (except for
FindVTK.cmake, which has a bug). Let's see if that can help us to find out
why we still have problems with demos on MacOS and Windows.
2008-11-19 13:58:43 +00:00
Laurent Rineau 226b66183b Check all CGAL components.
Remove QUIET.
Re-indent.
2008-11-19 13:19:19 +00:00
Laurent Rineau ef8ef25311 Followup to revision 46867:
Swap initializers to avoid a warning from gcc: "n_ will be initialized
  after closed_".
2008-11-14 14:08:29 +00:00
Laurent Rineau 2795375b05 Swap two initializers to avoid a warning from gcc: "n_ will be initialized
after closed_".
2008-11-13 10:25:42 +00:00
Andreas Fabri 40e63c3bde Removed textoutput, Edit, and renamed Tools to Algorithms 2008-11-09 15:56:06 +00:00
Fernando Cacciola 547bffecd9 Put CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS in the right place for cmake 2.4 2008-11-06 13:03:41 +00:00
Fernando Cacciola 29000b40d1 Removed more obsoloted cmake modules 2008-11-04 12:56:36 +00:00
Fernando Cacciola 70fa9503fd Added CMP0003 policy 2008-11-04 12:30:29 +00:00
Fernando Cacciola 6bae1045df Fixed handling of flags when defined interactively 2008-11-03 21:00:22 +00:00
Andreas Fabri 051aa10937 include header files 2008-11-02 21:02:29 +00:00
Andreas Fabri 37ad6aab1a use older functions 2008-11-02 20:13:03 +00:00
Laurent Rineau cd96b8cfbc Patch to allow the use of Qt-4.2. Previoulsy we used a constructor of
QRectF, which was introduced in Qt-4.3.
2008-10-31 13:48:01 +00:00
Laurent Rineau dc947c0c0c Fix a warning. 2008-10-30 11:18:10 +00:00
Laurent Rineau b067e9a122 Fix conforming functions. 2008-10-27 21:31:12 +00:00
Laurent Rineau 45ce44736c Attempt to be compatible with CGAL-4.2.1 2008-10-27 10:45:55 +00:00
Andreas Fabri 13f3e2bf65 lowercased file name 2008-10-25 09:15:08 +00:00
Fernando Cacciola d70bdaea18 Prefixed cmake variables with CGAL_ 2008-10-23 14:59:02 +00:00
Andreas Fabri 408c91201a Add load/save polygon 2008-10-17 18:28:22 +00:00
Andreas Fabri 822bd15b47 Add fitting of a line through segments 2008-10-17 18:12:58 +00:00
Andreas Fabri 9f149a3ab5 fix bounding rect 2008-10-17 17:13:29 +00:00
Andreas Fabri 39d715d75f fix bounding rect 2008-10-17 17:13:06 +00:00
Laurent Rineau fa27da4d5c Normalize the bounding rect, so that its height is non negative if the y
axis has been turned upside down.
2008-10-15 15:17:12 +00:00
Andreas Fabri 2cbb027eb3 Add PCA (Atttention it is buggy) 2008-10-15 15:01:18 +00:00
Andreas Fabri e0e9dcff18 A GraphicsItem for CGAL::Line_2 2008-10-15 15:00:17 +00:00
Laurent Rineau 988e6d0429 Add writeState()/readState() to CGAL::Qt::DemosMainWindow, so that one can
save and restore the state of a main window: size, position, and position
of sub-widgets (toolbars and dock widgets, mainly).
2008-10-14 20:51:49 +00:00
Laurent Rineau df58898190 Add support to draw parabolic arcs with CGAL::Qt::PainterOStream. 2008-10-14 10:43:45 +00:00
Laurent Rineau 4d288eef9e Fix in demo/Triangulation_2/Delaunay_triangulation_2: the input tool was
not  working if dimension()==1.
2008-10-13 09:23:44 +00:00
Laurent Rineau 8fc1ad743d Fix all auto-link names!
(Followup of revision 46204.)
2008-10-12 10:31:12 +00:00