summaryrefslogtreecommitdiffstats
path: root/qt/TODO
diff options
context:
space:
mode:
authorfred <[email protected]>2011-03-14 20:23:27 (GMT)
committer fred <[email protected]>2011-03-14 20:23:27 (GMT)
commit459a450edeebf09184f8fb32bcd0db954a93a7c7 (patch)
tree7d1a4eb7be2d8e9428956e065110f7e31481a4d6 /qt/TODO
parentab65372e8a7b30017e4209914dff44b8340862b3 (diff)
fixes bug when rotates the Layer with the middle mouse button.
- In SpecialEventGet, now test if the mouse sens have changed, so rotates the other way.
Diffstat (limited to 'qt/TODO')
-rw-r--r--qt/TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/qt/TODO b/qt/TODO
index 094fdfb..721beb3 100644
--- a/qt/TODO
+++ b/qt/TODO
@@ -1,6 +1,5 @@
//move main window in accordance with the size
-//resize ViewPort in accordance to the biggest layer
-//fix the rotation sense when changing mouse direction.
+//resize ViewPort in accordance to the biggest layer .... (not sure it is good thing)
//be able to record the viewport, and replay it.
//replace slow button by a slider
//add a button in the textlayer to unfold text
@@ -10,12 +9,10 @@
//add a x:x ratio button, resizing to the closest width and lenght to obtain this ratio
//create a console for messages comming from func() warning() notice() act(). see Logger class
//see to integrate ogg skeleton config on the graphic interface
-//fix the streaming speed of a mono audio VideoLayer which is double the normal speed
//there is the amount of delay between audio and video if you open a video before creating
-the QJackClient of the time you waited to open the QJackClient .... see if a fix needed.
+the QJackClient of the time you waited to open the QJackClient .... see if a fix possible or needed.
//Jack server sample rate and buffer size is hard coded for the moment, provide a way to put is manualy
-//since Qfreej destructor change, see why it blocks while exited by the cross
-//fix the streaming audio parameters changes to be taken into account
//try to fix sound speed issue when opening several VideoLayer with audio
//verify how it works with different fps values
//add the capability to have a config file..... important :)
+//fix the SEGFAULT when closing with a TextLayer \ No newline at end of file