]> Git trees. - libqmvoc.git/commitdiff
Add e-mail address (problem found by EBN)
authorBenoît Jacob <jacob.benoit.1@gmail.com>
Wed, 18 Oct 2006 06:19:23 +0000 (06:19 +0000)
committerBenoît Jacob <jacob.benoit.1@gmail.com>
Wed, 18 Oct 2006 06:19:23 +0000 (06:19 +0000)
Disable FPS counter for now, it puts a 99% CPU load so I'll
only enable it when I need to test performance.

svn path=/trunk/KDE/kdeedu/kalzium/src/kalziumglwidget.h; revision=596666

kalzium/kalziumglhelperclasses.cpp
kalzium/kalziumglhelperclasses.h
kalzium/kalziumglwidget.cpp
kalzium/kalziumglwidget.h

index 1bb854b1647a715dec9810e563725e84540ed95e..f301c0512e8cfb143876b8c2cc3800eaf4ff0484 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-    copyright            : (C) 2006 by Benoit Jacob
+    copyright            : (C) 2006 by Benoit Jacob <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
index 46dc0fb7d8e5873b7a327a3ac354875ff9967c34..eb64d8b34788e42048d8087732d58d2f110fb802 100644 (file)
@@ -1,17 +1,19 @@
-#ifndef KALZIUMGLHELPERCLASSES_H
-#define KALZIUMGLHELPERCLASSES_H
 /***************************************************************************
-    copyright            : (C) 2006 by Benoit Jacob
+    copyright            : (C) 2006 by Benoit Jacob <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
- *         *
+ *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
  *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.   *
- *         *
+ *   (at your option) any later version.                                   *
+ *                                                                         *
  ***************************************************************************/
+
+#ifndef KALZIUMGLHELPERCLASSES_H
+#define KALZIUMGLHELPERCLASSES_H
+
 #include <math.h>
 #include <QGLWidget>
 #include <GL/glu.h>
@@ -28,7 +30,7 @@
  * counter. Use only for testing: this makes the GL Widget constantly
  * redraw, which under normal circumstances is a waste of CPU time.
  */
-#define USE_FPS_COUNTER
+//#define USE_FPS_COUNTER
 
 /** USE_DISPLAY_LISTS: if defined, the whole scene will be stored in
  * an OpenGL display list. The vertex arrays will then be converted into
index dc8a94b8197f1da640db426c5a5b8db1279c6542..7e2398f51fb96e53d0c1e5485a4ad4c2d31b3106 100644 (file)
@@ -1,6 +1,6 @@
 /***************************************************************************
     copyright            : (C) 2006 by Benoit Jacob
-    email                : cniehaus@kde.org
+    email                : cniehaus@kde.org <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
index 1179a10097cc0dc4acd5c095f075d063e8be6f1c..ea545f3c79dfb833d2cd104be6274aa63d0841a7 100644 (file)
@@ -1,7 +1,5 @@
-#ifndef KALZIUMGLWIDGET_H
-#define KALZIUMGLWIDGET_H
 /***************************************************************************
-    copyright            : (C) 2006 by Benoit Jacob
+    copyright            : (C) 2006 by Benoit Jacob <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
@@ -13,6 +11,9 @@
  *                                                                         *
  ***************************************************************************/
 
+#ifndef KALZIUMGLWIDGET_H
+#define KALZIUMGLWIDGET_H
+
 #include "kalziumglhelperclasses.h"
 
 #include <QGLWidget>