Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Use this category to discuss anything related to the development of Guayadeque.
Locked
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

The MusicBrainz support is back. Now I will do some code cleanup and refactoring...
amarprabhu
Posts: 1
Joined: Mon May 30, 2016 6:57 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

Could you please post the whole build process ?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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.
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post 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...
Locked