[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/kalzium/src
From:       BenoƮt Jacob <jacob () math ! jussieu ! fr>
Date:       2006-10-18 6:19:26
Message-ID: 1161152366.071775.17906.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 596666 by bjacob:

Add e-mail address (problem found by EBN)

Disable FPS counter for now, it puts a 99% CPU load so I'll
only enable it when I need to test performance.



 M  +1 -1      kalziumglhelperclasses.cpp  
 M  +9 -7      kalziumglhelperclasses.h  
 M  +1 -1      kalziumglwidget.cpp  
 M  +4 -3      kalziumglwidget.h  


--- trunk/KDE/kdeedu/kalzium/src/kalziumglhelperclasses.cpp #596665:596666
@@ -1,5 +1,5 @@
 /***************************************************************************
-    copyright            : (C) 2006 by Benoit Jacob
+    copyright            : (C) 2006 by Benoit Jacob <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
--- trunk/KDE/kdeedu/kalzium/src/kalziumglhelperclasses.h #596665:596666
@@ -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
--- trunk/KDE/kdeedu/kalzium/src/kalziumglwidget.cpp #596665:596666
@@ -1,6 +1,6 @@
 /***************************************************************************
     copyright            : (C) 2006 by Benoit Jacob
-    email                : cniehaus@kde.org
+    email                : cniehaus@kde.org <jacob@math.jussieu.fr>
  ***************************************************************************/
 
 /***************************************************************************
--- trunk/KDE/kdeedu/kalzium/src/kalziumglwidget.h #596665:596666
@@ -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>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic