View Single Post
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#488
Originally Posted by Helmuth View Post
I have a request regarding the playlist layout. Perhaps you could change the window height to about 400 or 380pixel?
Why? Isn't the window "maximized" already? Perhaps the "Dialog" flag didn't work that well after all? GTK works right? Try the window attribute thp talked about earlier.

Code:
self.main_window.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow )
Put that on line 46 in qtplaylist.py. And take away the Dialog flag from this commit:
https://github.com/xerxes2/panucci/c...357b541ce8c044

Originally Posted by Helmuth View Post
Thats great.
As far as I can see it works now here, too.

Perhaps we should look later at the ui translation. At the Qt version more buttons are not transtated than at the GTK version. But this has no priority.
Yes all strings must be finalized before 1.0. And the reason why some buttons are translated in gtk but not on qt is because they're gtk stock buttons and using system wide translation for gtk. I haven't figured out yet how qt handles stock stuff. My box seems to be half borked too because when I switched to using a gtk theme in qt the stock icons disappeared. Anyway, I'm happy that most stuff works now.

Edit: It's of course qtplaylist.py.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).

Last edited by xerxes2; 2011-03-25 at 12:43.
 

The Following User Says Thank You to xerxes2 For This Useful Post: