Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/12/head
Michele Calgaro 2 months ago
parent 1ca6231ff7
commit 00a73f1dea
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -8,7 +8,7 @@
Playback finished message (amaroK statusbar code?)
Mouse move to show toolbar in fullscreen mode
People are likely to use "F" keyboard shortcut or escape after film ends in fullscreen mode
but the popup of the menu prevents this, as for some reason Qt stops handling keyboard
but the popup of the menu prevents this, as for some reason TQt stops handling keyboard
shortcuts. We need a solution. The escape issue makes the popup menu less useful. So
escape with the menu should exit fullscreen too. All shortcuts in the menu should work.
Shortcuts not in the menu shouldn't work as this is a modal menu! Could be dangerous.
@ -35,4 +35,4 @@
ACTION
xine config dialog is modal
REACTION
none, at least yet, it is far easier to maintain modal dialogs
none, at least yet, it is far easier to maintain modal dialogs

@ -49,7 +49,7 @@ application-specific options.
\*(T<\fB\-\-help\fR\*(T>
Show help about options
.TP
\*(T<\fB\-\-help\-qt\fR\*(T>
\*(T<\fB\-\-help\-tqt\fR\*(T>
Show TQt specific options
.TP
\*(T<\fB\-\-help\-tde\fR\*(T>

@ -178,7 +178,7 @@ yv12ToRgb( uint8_t *src_y, uint8_t *src_u, uint8_t *src_v, const int w, const in
const int uv_width = w / 2;
const int uv_height = h / 2;
uchar * const rgb = new uchar[(w * h * 4)]; //qt needs a 32bit align
uchar * const rgb = new uchar[(w * h * 4)]; //tqt needs a 32bit align
if( !rgb )
return 0;

Loading…
Cancel
Save