Commit Graph

202 Commits

Author SHA1 Message Date
Andreas Fabri aa58744394 Added missing parenthesis 2008-09-24 16:23:32 +00:00
Laurent Rineau 49a57069fd Fix a MSVCism: in a class template, when one use a member data from a base
class, one need to use this->...
2008-09-24 13:24:24 +00:00
Andreas Fabri 7af1c89e97 require Qt4 2008-09-24 12:58:10 +00:00
Andreas Fabri bfdb6cdd09 Add resource file 2008-09-24 12:57:37 +00:00
Laurent Rineau b52c7a09e9 - Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
  if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
  Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
    - use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
    - add a comment about FindQt3-patched,
    - wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script
2008-09-24 10:32:44 +00:00
Andreas Fabri 27160bcce5 A Qt4 based demo of the Circular Kernel 2008-09-23 13:46:15 +00:00
Andreas Fabri 5081742ee6 many fixes concerning the circular arcs 2008-09-23 13:11:22 +00:00
Laurent Rineau 6b15cdb91e New header <CGAL/Qt/utility.h> that contains miscellaneous global
functions.
2008-09-23 12:16:00 +00:00
Andreas Fabri 8291bffe10 Handle el and Esc key 2008-09-23 09:35:45 +00:00
Andreas Fabri 299d43db88 typo 2008-09-23 09:35:09 +00:00
Andreas Fabri f3c0ffc206 fix emit of circular arc input tool 2008-09-23 09:05:29 +00:00
Andreas Fabri f870cb8d38 fix IO for circular arcs 2008-09-23 09:03:13 +00:00
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