Prepared 0.3 release v0.3
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Sun, 27 Jun 2010 08:11:42 +0000 (10:11 +0200)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Sun, 27 Jun 2010 08:11:42 +0000 (10:11 +0200)
debian/changelog
src/de.ts
src/help_de.html
src/help_en.html
src/mainwindow.cpp

index 24f33f7..9c0ef9f 100644 (file)
@@ -1,3 +1,14 @@
+qcpufreq (0.3-1) unstable; urgency=low
+
+  * Do not freeze on sudo errors (more robust process handling)
+  * Unified helper scripts
+  * Minor UI tweaks
+  * Help viewer
+  * Internal cleanup
+
+ -- maintainer Daniel Klaffenbach <danielklaffenbach@gmail.com>  Sat, 27 Jun 2010 10:02:53 +0200
+
+
 qcpufreq (0.2-2) unstable; urgency=low
 
   * Another attempt to clear the sudoers file after uninstallation
index d51522c..577da8a 100644 (file)
--- a/src/de.ts
+++ b/src/de.ts
@@ -23,8 +23,8 @@
     <name>MainWindow</name>
     <message>
         <location filename="mainwindow.ui" line="14"/>
-        <location filename="mainwindow.cpp" line="141"/>
-        <location filename="mainwindow.cpp" line="270"/>
+        <location filename="mainwindow.cpp" line="142"/>
+        <location filename="mainwindow.cpp" line="271"/>
         <source>QCPUFreq</source>
         <translation>QCPUFreq</translation>
     </message>
@@ -38,7 +38,7 @@
         <location filename="mainwindow.ui" line="55"/>
         <location filename="mainwindow.ui" line="69"/>
         <location filename="mainwindow.ui" line="83"/>
-        <location filename="mainwindow.cpp" line="156"/>
+        <location filename="mainwindow.cpp" line="157"/>
         <source>Unknown</source>
         <translation>Unbekannt</translation>
     </message>
         <translation>Hilfe</translation>
     </message>
     <message>
-        <location filename="mainwindow.cpp" line="141"/>
+        <location filename="mainwindow.cpp" line="142"/>
         <source>There seems to be a problem with your sudo setup!</source>
         <translation>Es liegt offenbar ein Problem bei der sudo Einrichtung vor!</translation>
     </message>
     <message>
-        <location filename="mainwindow.cpp" line="270"/>
+        <location filename="mainwindow.cpp" line="271"/>
         <source>Could not get information from /sys!</source>
         <translation>Konnte Informationen aus /sys nicht lesen!</translation>
     </message>
         <translation type="obsolete">Aktiviert</translation>
     </message>
     <message>
-        <location filename="mainwindow.cpp" line="373"/>
+        <location filename="mainwindow.cpp" line="374"/>
         <source>SmartReflex support is known to be unstable on some devices and may cause random reboots.</source>
         <translation>SmartReflex kann auf einigen Geräten instabil sein und zu zufälligen Neustarts führen.</translation>
     </message>
index f840738..def925b 100644 (file)
@@ -9,7 +9,7 @@ WICHTIG:
  <li>Alle &Auml;nderungen sind <strong>NICHT dauerhaft</strong><br>
  Wenn die CPU Frequenz oder die SmartReflex™ Einstellungen dauerhaft ge&auml;ndert werden sollen, muss die Datei <em>/etc/pmconfig</em> angepasst werden. &Auml;ndern Sie diese Datei nur, wenn Sie genau wissen, was Sie machen!
  </li>
- <li>Nachdem das Akku-Ladeger&auml;t herausgezogen wird, verwendet die CPU wieder die Systemeinstellung f&uuml;r die maximaler Geschwindigkeit. Verwenden Sie nach dem Aufladen QCPUFreq, um diese wieder herabzusetzen!</li>
+ <li>Nachdem das Akku-Ladeger&auml;t herausgezogen wird, verwendet die CPU wieder die Systemeinstellung f&uuml;r die maximale Geschwindigkeit. Verwenden Sie nach dem Aufladen QCPUFreq, um diese wieder herabzusetzen!</li>
  <li>SmartReflex™ ist auf einigen Ger&auml;ten instabil und kann zu zuf&auml;lligen Neustarts f&uuml;hren.</li>
  <li>Ab PR 1.2 hat Nokia "VDD2 SR" deaktiviert, um das Ger&auml;t stabiler zu machen. Aus diesem Grund aktiviert QCPUFreq auf neueren Firmwareversionen nur VDD1 SmartReflex™.</li>
  <li>Es kann vorkommen, dass als Wert f&uuml;r die CPU-Temperatur "0" angezeigt wird. Es handelt sich hierbei um ein Kernel-Problem und stellt keine Fehlfunktion dieses Programmes dar.</li>
index c0cd4b0..671d3e2 100644 (file)
@@ -7,7 +7,7 @@ This might be useful for some applications (like emulators), which cause your CP
 IMPORTANT:
 <ul>
  <li>Changes are <strong>NON-permanent</strong><br>
- If you want to permanently change your CPU frequency or SmartReflex™ settings, you need to edit /etc/pmconfig. Only edit this file if you know what you are doing!
+ If you want to change your CPU frequency or SmartReflex™ settings permanently, you need to edit /etc/pmconfig. Only edit this file if you know what you are doing!
  </li>
  <li>After unplugging the charger from your device the CPU will always use the full maximum speed setting. Use QCPUFreq after charging for lowering the speed again!</li>
  <li>SmartReflex™ is known to be unstable on some devices and may cause random reboots.</li>
index 919292c..201e005 100755 (executable)
@@ -29,7 +29,7 @@
 
 
 #define APPNAME "QCPUFreq"
-#define APPVERSION "0.2"
+#define APPVERSION "0.3"
 
 MainWindow::MainWindow(QWidget *parent) :
     QMainWindow(parent),