Page 3 of 8

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 3:26 am
by anonbeat
The MusicBrainz support is back. Now I will do some code cleanup and refactoring...

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 7:01 am
by amarprabhu
Trying to build from source in Xubuntu 16.04.

When trying to build, following error occurs:

src/CMakeFiles/guayadeque.dir/build.make:62: recipe for target
src/CMakeFiles/guayadeque.dir/AlListBox.o' failed
make[2]: *** [src/CMakeFiles/guayadeque.dir/AlListBox.o] Error 1
CMakeFiles/Makefile2:181: recipe for target 'src/CMakeFiles/guayadeque.dir/all' failed
make[1]: *** [src/CMakeFiles/guayadeque.dir/all] Error 2
Makefile:116: recipe for target 'all' failed
make: *** [all] Error 2

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 9:13 am
by anonbeat
Could you please post the whole build process ?

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 2:24 pm
by anonbeat
Updated the player controls with a new look..
Please try it out and let me know what you think...

Thanks for your help
JRIos

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 4:32 pm
by kinggo
I think that you should change the hover over color from white to something else. The thing is, since those widgets are not themable, I prefer to use adwaita (or some other light theme) and white really looks out of place now.
Black looks bad on dark themes..... Don't know what to do but since player background is themable maybe you can make the controls also themable so that it won't matter which theme someone wants to use.

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Mon May 30, 2016 5:14 pm
by anonbeat
I have been checking some themes but Im using xubuntu 16.04. I downloaded some dark themes and even when I dont like the result 100% I think it is way better now than with the old buttons.

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Tue May 31, 2016 4:54 am
by kinggo
Sorry, don't know how exactly it was before...... I mostly use media keys on my laptop and light themes. I just checked that out since you mentioned it. Me personally, don't care much. But since I'm not the only user and you know how people today want "beautiful" software....
I liked the squeareish one from the early days more anyway.
Maybe disable that hover color since there is a description also. Or hardcode the whole player sincexwidgets are not themable anyway. Dark themes just make a mess.
http://i65.tinypic.com/2regmjk.jpg
It is way better with light theme
http://i64.tinypic.com/2d2dg02.jpg

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Tue May 31, 2016 11:13 am
by kinggo
Minimum radio allowed bit rate can't be adjusted with the mouse. It does go up but not down.
Player online buffer size can.

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Tue May 31, 2016 3:28 pm
by anonbeat
kinggo wrote:Minimum radio allowed bit rate can't be adjusted with the mouse. It does go up but not down.
Player online buffer size can.
[s]Will take a look asap...[/s] It works as expected here... can you give me more details about your system? can you try with keyboard?

Thanks for your help

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Posted: Tue May 31, 2016 3:29 pm
by anonbeat
kinggo wrote:Sorry, don't know how exactly it was before...... I mostly use media keys on my laptop and light themes. I just checked that out since you mentioned it. Me personally, don't care much. But since I'm not the only user and you know how people today want "beautiful" software....
I liked the squeareish one from the early days more anyway.
Maybe disable that hover color since there is a description also. Or hardcode the whole player sincexwidgets are not themable anyway. Dark themes just make a mess.
http://i65.tinypic.com/2regmjk.jpg
It is way better with light theme
http://i64.tinypic.com/2d2dg02.jpg

Yeahh it looks way better... I think it worth the change. Maybe I can check if the theme color is close enough for the button and invert colors...