Laurent Rineau
26c4d0086d
Fix drap&drops: the graphicsview must not accept drops. By default,
...
graphics views accepts them.
2010-08-13 13:31:41 +00:00
Andreas Fabri
622eb3ce67
A GraphicsItem should not call itself show() and hide()
2010-08-12 13:46:50 +00:00
Andreas Fabri
c40a4eb1f1
Added toggle buttons so that the different bounding_XX can be switched on and off
2010-08-12 13:25:39 +00:00
Andreas Fabri
2f9a4cd565
more icons
2010-08-12 13:23:19 +00:00
Laurent Rineau
9204de7204
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.
2010-08-11 16:02:00 +00:00
Laurent Rineau
a968f82c31
Fix CMake error!
2010-08-10 15:12:49 +00:00
Andreas Fabri
9753c4b67b
Add a remark that users must think to enable mouse tracking for the polyline input tool
2010-08-06 13:12:54 +00:00
Andreas Fabri
fb6db200b5
Having a rubberband polygon without a key modifier pressed needs mouseTracking switched on
2010-08-06 13:03:15 +00:00
Laurent Rineau
1dfbb1f9a9
Fix the CMakeLists.txt:
...
- use CORE if available, do not fail otherwise
- fix an out-of-sources compilation error.
2010-08-06 12:35:32 +00:00
Laurent Rineau
d1fb311118
Fix LaTeX warnings about figure size
2010-08-05 14:56:05 +00:00
Fernando Cacciola
d631ea562f
Added ability to load weighted polygons (.wsl) and produce skeletons and offsets accordingly.
2010-07-29 07:06:22 +00:00
Laurent Rineau
edeb82169c
Remove the svn:executable property for C++ files.
2010-07-01 16:06:05 +00:00
Andreas Fabri
6b5efe3b9f
Throw QRectF::normalized() in as I don't understand what top left and bottom right means for Qt
2010-06-30 12:54:40 +00:00
Andreas Fabri
7c0663125c
A correct demo. TODO: Add buttons to enable/disable bounding_something
2010-06-30 12:53:46 +00:00
Andreas Fabri
d60f7b365e
atan ->atan2 (suggested by Laurent)
2010-06-30 08:12:38 +00:00
Andreas Fabri
6fb159f935
asin -> atan (Thank you Bernd)
...
Reactive drawing of all bounding_whatsover
2010-06-29 15:34:18 +00:00
Andreas Fabri
892f8e4e1b
draw only min circle and ellipse
2010-06-29 13:04:41 +00:00
Andreas Fabri
7271ce1e39
try to fix correct drawing of the p-centers
2010-06-29 12:29:32 +00:00
Andreas Fabri
0239fb8b68
Add actionShowMinEllipse
2010-06-22 16:44:56 +00:00
Andreas Fabri
9da3d00e19
int -> size_t
2010-06-22 09:53:36 +00:00
Andreas Fabri
d1b7a574a8
Added missing typename
2010-06-20 21:10:04 +00:00
Andreas Fabri
90c4a4f0e2
Rotate the min ellipse correctly
2010-06-17 16:09:07 +00:00
Andreas Fabri
039c5add9d
Added min ellipse
2010-06-17 15:32:37 +00:00
Andreas Fabri
7e1700df42
An Ellipse for Dummies
2010-06-17 15:30:57 +00:00
Andreas Fabri
0603ea69f7
Add PointsGraphicsItem
2010-06-17 06:29:45 +00:00
Andreas Fabri
c33b848256
Add rectangular 3-center
2010-06-16 21:10:02 +00:00
Andreas Fabri
a4f8cfc32a
Add rectangular 3-center
2010-06-16 21:03:06 +00:00
Andreas Fabri
5fa1b25916
Initial convex_hull/min_circle/min_rectangle/min_parallelogram demo
2010-06-16 15:10:07 +00:00
Andreas Fabri
24d6b58c5d
Add a Qt4 based demo for the Generator package
2010-06-16 09:47:31 +00:00
Andreas Fabri
169964dede
Add a Qt4 based demo for the Generator package
2010-06-16 09:46:51 +00:00
Sébastien Loriot
63ca9795b3
move missing file
...
rm void directory
2010-05-20 16:32:36 +00:00
Andreas Fabri
de80f0e8e5
Add a pen
2010-05-11 09:11:59 +00:00
Andreas Fabri
f5190693c1
Add 'this->' for ansi-compliance
2010-05-10 07:06:42 +00:00
Laurent Rineau
d11e6ea40a
Constify
2010-04-17 20:37:10 +00:00
Laurent Rineau
d856411edf
Fix an error (typo) of the following revision:
...
| ------------------------------------------------------------------------
| r55430 | nicokruithof | 2010-04-12 22:32:11 +0200 (Mon, 12 Apr 2010) | 3 lines
|
| Changed CGAL::Type<K> to K::Type to get derived kernels compiling.
| Exception: Didn't change Circular_arc_point_2 as it is not defined by the default kernel.
|
| ------------------------------------------------------------------------
2010-04-17 20:33:57 +00:00
Nico Kruithof
6b9ecd54d8
Changed more typedefs from CGAL::Type<K> to K::Type
2010-04-13 09:47:42 +00:00
Nico Kruithof
e87c43c1da
Changed CGAL::Type<K> to K::Type to get derived kernels compiling.
...
Exception: Didn't change Circular_arc_point_2 as it is not defined by the default kernel.
2010-04-12 20:32:11 +00:00
Guillaume Damiand
6641d9d8de
Move the demo
2010-04-08 16:21:35 +00:00
Andreas Fabri
675691a4f8
Move Qt4 based demo in the right package
2010-04-08 16:01:34 +00:00
Guillaume Damiand
5ee7c83207
Modification of name of method
2010-04-07 17:49:32 +00:00
Guillaume Damiand
3cc409abbb
Update the viewing method
2010-03-27 21:28:10 +00:00
Guillaume Damiand
2b8df3fe5f
Optimization of volume visualization
2010-03-27 18:50:21 +00:00
Guillaume Damiand
f9dae70f7c
Add different viewing modes
2010-03-27 18:04:04 +00:00
Guillaume Damiand
e24fa2e64e
* Add map characteristics in the status bar
...
* Add a creation of two volumes 3-sewn
2010-03-26 14:10:06 +00:00
Guillaume Damiand
55b961e1b6
Modification due to rename of classes
2010-03-24 11:54:25 +00:00
Laurent Rineau
9ea4b02db5
Curious typo!
2010-03-19 20:20:23 +00:00
Laurent Rineau
a01063fb02
Merged revisions 54354,54363,54365,54380,54389-54390 via svnmerge from
...
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r54354 | lrineau | 2010-03-01 09:23:05 +0100 (Mon, 01 Mar 2010) | 2 lines
Missing word!
........
r54363 | lrineau | 2010-03-01 11:35:39 +0100 (Mon, 01 Mar 2010) | 3 lines
Fix the issue with <boost/property_map.hpp>
<CGAL/property_map.h> checks for the Boost version.
........
r54365 | lrineau | 2010-03-01 14:01:18 +0100 (Mon, 01 Mar 2010) | 2 lines
Let's prepare CGAl-3.6 finale version, now.
........
r54380 | penarand | 2010-03-01 17:07:43 +0100 (Mon, 01 Mar 2010) | 3 lines
replaced macros reported by check_macro_names script
........
r54389 | lrineau | 2010-03-02 11:43:47 +0100 (Tue, 02 Mar 2010) | 3 lines
http://doc.qt.nokia.com/latest/ is the permanent URL to latest Qt version
documentation.
........
r54390 | lrineau | 2010-03-02 11:44:44 +0100 (Tue, 02 Mar 2010) | 2 lines
qpl.html no longer exists since Qt-4.4!
........
2010-03-02 15:21:52 +00:00
Eric Berberich
2275fd43f2
fixed name
2010-02-11 18:08:24 +00:00
Guillaume Damiand
8b3d041643
Add clear and subdivision operations
2010-02-10 14:49:32 +00:00
Guillaume Damiand
09a3786d7d
Add subdivision operation.
2010-02-09 20:17:33 +00:00