]> git.sur5r.net Git - minitube/commitdiff
get ready for 0.7
authorFlavio Tordini <flavio.tordini@gmail.com>
Mon, 12 Oct 2009 18:29:13 +0000 (20:29 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Mon, 12 Oct 2009 18:29:13 +0000 (20:29 +0200)
CHANGES
TODO
src/Constants.h

diff --git a/CHANGES b/CHANGES
index dd5c13073e48efe4a68db69d00bc93ab507052d3..daaebb18bcc73deab8c472d1f522a8bf56d2094b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-0.7
+0.7 - October 12, 2009
 - Fixed "embedding disabled by request" message. All videos now play.
 - Slighly faster playlist painting
 - Fixed overflowing text in the playlist
diff --git a/TODO b/TODO
index 03cc650fee26b57cdbe428e92a2df83e50b14771..e144a06da9e138042237dbdecd6ef293ebd120e3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,5 +49,5 @@
 - Mac: Phonon freezes the GUI when loading a video
 - Phonon::MediaSource does not work with QIODevices
 - Cannot seek beyond the buffered part of the video
-- Linux: Seek does not work at all
-- Phonon does not report the buffering percent correctly
+- Linux: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
+- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
index 322f14897b199669a0d00154d2803cb7c4b6080d..01ebaf0ac58e24381a7b2a954dbeacc3b015dd3e 100755 (executable)
@@ -1,8 +1,10 @@
 #ifndef CONSTANTS_H
 #define CONSTANTS_H
 
+#include <QString>
+
 namespace Constants {
-    static const char *VERSION = "0.6.1";
+    static const char *VERSION = "0.7";
     static const char *APP_NAME = "Minitube";
     static const char *ORG_NAME = "Flavio Tordini";
     static const char *ORG_DOMAIN = "flavio.tordini.org";