Active Topics

 



Notices


Reply
Thread Tools
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#461
Don't you have pyside? I'm using pyside so pyqt will not work
__________________
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!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#462
Originally Posted by xerxes2 View Post
Don't you have pyside? I'm using pyside so pyqt will not work
I checked it, I have those packages installed:
  • libpyside0.3 (0.3.1-1maemo2)
  • pyside-qt4-core (0.3.1-1maemo2)
  • pyside-qt4-gui (0.3.1-1maemo2)


Edit: Oh, okay. It seems to be very old. But as far as I'm able to check the last stable release... hmm...

Last edited by Helmuth; 2011-03-20 at 23:17.
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#463
I don't know what you got (libpyside0.3 == 0.3?) but I'm using 1.0. http://www.pyside.org/2011/03/pyside...-1-0-released/
Maybe you have an older version? If you have you should tell the person that maintains pyside for maemo to upgrade it.
__________________
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!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#464
Originally Posted by xerxes2 View Post
I don't know what you got (libpyside0.3 == 0.3?) but I'm using 1.0. http://www.pyside.org/2011/03/pyside...-1-0-released/
Maybe you have an older version? If you have you should tell the person that maintains pyside for maemo to upgrade it.
I've simply searched for packages with pyside at the beginning. And this small list was the result. :-)

As you can see here the version 1.0 is aviable, but still in the unstable beta stage...
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#465
Just install it and enjoy, hopefully. I don't think it's called 1.0 without reason.
__________________
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!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#466
Yes, hopefully.
Or I have to fight with bugs from pyside.

You say it is 1.0 not without reason. And I would say it is still at extra-devel for some reasons. At testing and the stable repo is only the old version. And I don't know why.

Perhaps I will try it tomorrow after the work. It's almost after 1 o'clock at night over here. Will report how your qt gui looks like as soon as I got it running.

Last edited by Helmuth; 2011-03-21 at 00:14.
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#467
You should be fine with PySide 1.0. I've used it for a while, and it's quite stable
 

The Following User Says Thank You to thp For This Useful Post:
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#468
Originally Posted by xerxes2 View Post
Ok I made special menus for maemo now for qt. And as you say menus should work just fine in qt.
So,fast check. The Qt version works.

The gPodder Bug is a little bit different. The current track continues to playback while the new is added to the playlist.
At the GTK version the playback of the current track stops and starts from the beginnung again while the new file is added to the playlist.

I would say the playback of the new track should start immediately and perhaps we should add a bookmark on the last position of the old track. If the user press "playback" on gPodder he expects a prompt reaction regarding this clear command.

Furthermore the playlist is not a stacked, but a seperate window. Perhaps you should open it modal? With the main window as parent? (I'm not sure)

And the menu looks a little bit crowded.
Hard to serve on the small screen. But works so far... except the translations.

Perhaps it is a little bit cpu hungry. But perhaps I have at the moment simpy to much applications open. Will report if this problem persists.

Edit:
Ah, it's the git clone from sunday morning. Not from today.
Attached Images
   
 

The Following 2 Users Say Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#469
Originally Posted by Helmuth View Post
So,fast check. The Qt version works.
Hey man, thanks for testing and reporting bugs (and the scrots). Without you I'd be completely in the dark here. Take a look in About->Credits->Contributors.

Originally Posted by Helmuth View Post
The gPodder Bug is a little bit different. The current track continues to playback while the new is added to the playlist.
At the GTK version the playback of the current track stops and starts from the beginnung again while the new file is added to the playlist.
I haven't tested gpodder with qt version yet but I promise that I'll be fixing the problem. And as Frank Martin says in the Transporter, you shouldn't make promises you can't keep.

Originally Posted by Helmuth View Post
I would say the playback of the new track should start immediately and perhaps we should add a bookmark on the last position of the old track. If the user press "playback" on gPodder he expects a prompt reaction regarding this clear command.
Immediate playback is already implemented but currently disabled and I personally don't want it but if you want it I make a configuration option, just come up with a good name for it.

Originally Posted by Helmuth View Post
Furthermore the playlist is not a stacked, but a seperate window. Perhaps you should open it modal? With the main window as parent? (I'm not sure)
I think I fixed this problem with passing the "Tool" flag to the playlist window. Modal doesn't work on the desktop where you want to use both windows independently.

Originally Posted by Helmuth View Post
And the menu looks a little bit crowded.
Hard to serve on the small screen. But works so far... except the translations.
The menus should alreadfy be fixed and the settings dialog too. It seems that "normal" Qt should render just about everything perfectly on n900 without using anything else.

Originally Posted by Helmuth View Post
Perhaps it is a little bit cpu hungry. But perhaps I have at the moment simpy to much applications open. Will report if this problem persists.
I'll come back to this in a seperate post. Will have to investigate a bit more first.
__________________
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!!).
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#470
Hmm, you meant the playback from gpodder. Ok i tried with panucci qt now and it plays the file immediately on both panucci versions.

Edit: To clarify, if panucci is not running and I chose to play a file in gpodder it plays it automaticly.

Edit2: Did you try gpodder from git? Better do that before I start looking for this bug as I can't reproduce it myself.

Edit3: The buttons in the playlist window looks a bit weird. I took away some empty icons I had there now and if that doesn't help we may have to take away the clear button as that one already is in the menu anyway.
__________________
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-21 at 22:56.
 
Reply

Tags
barbiestrsand


 
Forum Jump


All times are GMT. The time now is 15:28.