| ------------------------------------------------------------------------
| r57979 | lrineau | 2010-08-11 15:24:20 +0200 (Wed, 11 Aug 2010) | 1 line
|
| Global fix of all uses of qt4_generate_moc: the destination file path must be absolute.
| ------------------------------------------------------------------------
| r58026 | stayeb | 2010-08-12 17:40:41 +0200 (Thu, 12 Aug 2010) | 2 lines
|
| Bug fix: ensure that c3t3 contains no in complex cell when starting a new refinement process. We need this because the first refinement of the surface does not update the volume, so c3t3 can't know that in complex cells have been deleted.
|
| ------------------------------------------------------------------------
(That shows it is difficult to avoid to merge the release branch in the
trunk from time to time.)
include/CGAL/Qt/GraphicsViewCircularArcInput.h: In constructor 'CGAL::Qt::GraphicsViewCircularArcInput<K>::GraphicsViewCircularArcInput(QObject*, QGraphicsScene*) [with K = CGAL::Circular_kernel_2<CGAL::Cartesian<CGAL::Quotient<CGAL::MP_Float> >, CGAL::Algebraic_kernel_for_circles_2_2<CGAL::Quotient<CGAL::MP_Float> > >]':
cmake/platforms/i686_Linux-2.6_g++-4.1.2_CentOS-5.1/test/Circular_kernel_2_Demo/Circular_kernel_2.cpp:107: instantiated from here
include/CGAL/Qt/GraphicsViewCircularArcInput.h:73: warning: 'CGAL::Qt::GraphicsViewCircularArcInput<CGAL::Circular_kernel_2<CGAL::Cartesian<CGAL::Quotient<CGAL::MP_Float> >, CGAL::Algebraic_kernel_for_circles_2_2<CGAL::Quotient<CGAL::MP_Float> > > >::scene_' will be initialized after
include/CGAL/Qt/GraphicsViewCircularArcInput.h:68: warning: 'int CGAL::Qt::GraphicsViewCircularArcInput<CGAL::Circular_kernel_2<CGAL::Cartesian<CGAL::Quotient<CGAL::MP_Float> >, CGAL::Algebraic_kernel_for_circles_2_2<CGAL::Quotient<CGAL::MP_Float> > > >::count'
include/CGAL/Qt/GraphicsViewCircularArcInput.h:79: warning: when initialized here
test/Bounding_volumes_Demo/Bounding_volumes.cpp: In constructor `MainWindow::MainWindow()':
test/Bounding_volumes_Demo/Bounding_volumes.cpp:71: warning: `MainWindow::P' will be initialized after
test/Bounding_volumes_Demo/Bounding_volumes.cpp:120: warning: base `CGAL::Qt::DemosMainWindow'
test/Bounding_volumes_Demo/Bounding_volumes.cpp:120: warning: when initialized here
test/Bounding_volumes_Demo/Bounding_volumes.cpp: In member function `void MainWindow::update()':
test/Bounding_volumes_Demo/Bounding_volumes.cpp:247: warning: comparison between signed and unsigned integer expressions
| ------------------------------------------------------------------------
| r58013 | afabri | 2010-08-12 15:23:19 +0200 (Thu, 12 Aug 2010) | 1 line
| Changed paths:
| A /trunk/GraphicsView/demo/Bounding_volumes/icons/convex_hull.png
| A /trunk/GraphicsView/demo/Bounding_volumes/icons/min_ellipse.png
| A /trunk/GraphicsView/demo/Bounding_volumes/icons/min_parallelogram.png
| A /trunk/GraphicsView/demo/Bounding_volumes/icons/min_quadrilateral.png
| A /trunk/GraphicsView/demo/Bounding_volumes/icons/p_center.png
|
| more icons
| ------------------------------------------------------------------------
| r58014 | afabri | 2010-08-12 15:25:39 +0200 (Thu, 12 Aug 2010) | 1 line
| Changed paths:
| M /trunk/GraphicsView/demo/Bounding_volumes/Bounding_volumes.cpp
| M /trunk/GraphicsView/demo/Bounding_volumes/Bounding_volumes.qrc
| M /trunk/GraphicsView/demo/Bounding_volumes/Bounding_volumes.ui
|
| Added toggle buttons so that the different bounding_XX can be switched on and off
| ------------------------------------------------------------------------
| r58016 | afabri | 2010-08-12 15:46:50 +0200 (Thu, 12 Aug 2010) | 1 line
| Changed paths:
| M /trunk/GraphicsView/include/CGAL/Qt/PolygonGraphicsItem.h
|
| A GraphicsItem should not call itself show() and hide()
| ------------------------------------------------------------------------
| ------------------------------------------------------------------------
| r57993 | lrineau | 2010-08-11 18:02:00 +0200 (Wed, 11 Aug 2010) | 5 lines
|
| Massive change in all .qrc files: the attribute lang= must not be used. It
| must be only used to create an alternative for another lang. If a resource
| exists only with lang=, then that resource will not be found if the locale
| had not that language.
|
| ------------------------------------------------------------------------
must be only used to create an alternative for another lang. If a resource
exists only with lang=, then that resource will not be found if the locale
had not that language.
| ------------------------------------------------------------------------
| r57852 | afabri | 2010-08-06 15:03:15 +0200 (Fri, 06 Aug 2010) | 1 line
| Changed paths:
| M /trunk/GraphicsView/demo/Polygon/Polygon_2.cpp
|
| Having a rubberband polygon without a key modifier pressed needs mouseTracking switched on
| ------------------------------------------------------------------------