Dark and Light FreeCAD stylesheets (v1.8a)

Info about new community or project announcements, implemented features, classes, modules or APIs. Might get technical!
PLEASE DO NOT POST HELP REQUESTS OR OTHER DISCUSSIONS HERE!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by pablogil »

@Renato
I have just updated the styles to v1.2, it should fix the buttons alignment inside the toolbar, let me know, please.

@microelly2
Should you do anything in order to update them inside your plugin manager?

@wmayer
I still didn't have time for trying the patch, it's the next thing in my list. =)
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by microelly2 »

nothing to do for me, endusers always (re)install the top of the git,
one of my next steps will be an notification service to see when the git was updated

(my patch still works until the official patch mechanism is part of the daily builts)
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by pablogil »

microelly2 wrote:nothing to do for me, endusers always (re)install the top of the git,
one of my next steps will be an notification service to see when the git was updated

(my patch still works until the official patch mechanism is part of the daily builts)
Great then!
I hope you are able to make it compatible soon with Windows and OSX, that way the manager will be even more accesible to the rest of us that don't use Linux ;)
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
Renato Rebelo
Posts: 255
Joined: Mon May 19, 2014 1:14 pm
Location: Vouzela - Portugal

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by Renato Rebelo »

It is much better, but I think they are slightly misaligned.
what do you think?
2015-06-22 18_42_48.png
2015-06-22 18_42_48.png (32.61 KiB) Viewed 2612 times
thank you,
Renato
my native language is not English, please excuse me any incorrectness, I apologize for any inconvenience caused, thank you
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by microelly2 »

pablogil wrote: I hope you are able to make it compatible soon with Windows and OSX,
Qt is platform independent. It works already :D
Attachments
bn_691.png
bn_691.png (324.94 KiB) Viewed 2608 times
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by pablogil »

@Renato
I have uploaded a new version but it's only partially fixed because it's needed to apply vertical alignment to pushbuttons in the FreeCAD code... it's not possible to do it by stylesheets. Anyway it should work better than before =)

@microelly2
Umm, it's not working in OSX, I tried in Ubuntu and Win and you are right, it works but in OSX I get this error:
error.png
error.png (160.73 KiB) Viewed 2583 times
Any idea?
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
wmayer
Founder
Posts: 20243
Joined: Thu Feb 19, 2009 10:32 am
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by wmayer »

What does this give when entering into FreeCAD's Python console?

Code: Select all

App.getHomePath()
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.2)

Post by pablogil »

wmayer wrote:What does this give when entering into FreeCAD's Python console?

Code: Select all

App.getHomePath()
It gives me:

Code: Select all

u'/Applications/FreeCAD_016-20150611.app/Contents/'
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
User avatar
microelly2
Veteran
Posts: 4688
Joined: Tue Nov 12, 2013 4:06 pm
Contact:

Re: Dark and Light FreeCAD stylesheets (v1.3)

Post by microelly2 »

try please
menu -> tools -> edit parameters

Plugins -> configfile

change its value to the place where the pluginloaderconfig.yaml is installed on your computer.
and restart freecad

By the way - on your system the yaml module is installed !?
how did you install it?
there was a question yesterday and I was not able to help.
Jee-Bee
Veteran
Posts: 2566
Joined: Tue Jun 16, 2015 10:32 am
Location: Netherlands

Re: Dark and Light FreeCAD stylesheets (v1.3)

Post by Jee-Bee »

Probably mine question…
viewtopic.php?f=4&t=11483
Post Reply