View Single Post
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#471
Originally Posted by xerxes2 View Post
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.
No problem, man. Aren't we digging all day in the dark?
It feels here like that.


Originally Posted by xerxes2 View Post
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.
Is fixing this bug as dangerous has his promise?

I guess I need a new suit and a proper car for this mission.

Originally Posted by xerxes2 View Post
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.
I would say let's take the other way arround and call it "add new tacks only to playlist".
So this value has to be true to get the current behavior or false to get immediate playback. Hmm... what do you think?
Or is it more confusing than "immediate playback of new tracks"?

Originally Posted by xerxes2 View Post
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.
Perhaps a good place for:
Code:
            if platform.FREMANTLE:
It works at maemo, too. But it is confusing that the task manager appears as soon as you close the settings screen. It's a little bit different.

Originally Posted by xerxes2 View Post
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.
Yes, the menu looks great. And Qt does a great job.
The settings dialog works, too. But have a look at the screenshot. It's a little bit crowded. Perhaps a Vertical Scrollarea would be a good idea.
But Qt works good. It doesn't gave up and everything fit's in the screen.

[...]
Originally Posted by xerxes2 View Post
Edit: To clarify, if panucci is not running and I chose to play a file in gpodder it plays it automaticly.
If panucci is not running and I chose th play a file in gpodder it plays the last track automatically from the beginning (not the last position and not the new track) - The new track, chosen to play, is added at the end of the playlist.

Originally Posted by xerxes2 View Post
Edit2: Did you try gpodder from git? Better do that before I start looking for this bug as I can't reproduce it myself.
I'm using the last release of gpodder from extra devel. Not from git. I shied the effort to overwrite the gpodder code that is spread over several places on my device. It's hard for me to catch all parts and don't miss some old ones and to introduce a additional bug. It worked since more than a year. I thought the chance is very low that something has chance since thp has stopped working on the panucci part.

Originally Posted by xerxes2 View Post
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.
Do you mean the small black squares in the lower right corner? Yes, I mentioned this before. "Small defective appearance"
But this is only at the gtk code. The Qt part looks very good.

But additionally, have a look at the screenshot number 2. There are german umlauts in the track description (or title). Instead of the umlaut ü it shows 2 other characters (not able to type those at the moment)
Have you ensured to use QString instead of the String object everywhere in the code? There seems to be a problem using unicode characters.
Attached Images
  

Last edited by Helmuth; 2011-03-22 at 11:36.
 

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