Search found 71 matches

by pPodest
Sun Aug 25, 2019 9:04 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

The icon that is looked for by the addon manager is ADDONNAME_workbench_icon.svg where ADDONNAME is the addon name as it appears in the Addon manager and on https://github.com/FreeCAD/FreeCAD-addons in your case BCFPlugin Ok thanks! I renamed the icon now, while leaving it still in the icons direct...
by pPodest
Wed Aug 21, 2019 3:28 pm
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Ok then, due to the few votes for option 2, the first icon will be selected! One little question regarding the icons: I looked briefly at the code of the addon manager on the current master branch and it looks to me like the icons being added to the source repo inside the Resources directory of the ...
by pPodest
Tue Aug 20, 2019 3:11 pm
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Ok thanks! I will wait still 24h for other opinions and then just take the majority vote.

My vote goes also to 1, btw.
by pPodest
Tue Aug 20, 2019 6:15 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Since we still needed a logo, I looked a bit on the internet, but didn't find anything where I could say for sure that we would be allowed to use it. That's why I created two versions of the logo with an online tool. It does not resemble the original logo really much, but I think it fits nonetheless...
by pPodest
Mon Aug 19, 2019 4:22 pm
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

yorik wrote: Mon Aug 19, 2019 3:17 pm It might be a problem specific to my theme here... Let me play with it until I find out.
Tomorrow I will read more into the colour stuff of Qt. Maybe I did something wrong.
yorik wrote: Mon Aug 19, 2019 3:17 pm Your BCF plugin is now in the addons manager BTW! We can open the champagne
Sweet, thank you! :D
champagne.gif
champagne.gif (885.77 KiB) Viewed 8627 times
by pPodest
Mon Aug 19, 2019 6:20 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Hi Yorik, thanks for the feedback! Code: Select all File "/home/yorik/.FreeCAD/Mod/BCFPlugin/bcfplugin/gui/plugin_view.py", line 213, in setupSplitter splitter.setOrientation(Qt.Vertical) <class 'NameError'>: name 'Qt' is not defined Same in gui/views/viewpointslist.py and snapshotlist.py ...
by pPodest
Fri Aug 16, 2019 11:27 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Here the probably last update of GSoC'19, since next week already the final evaluation round is taking place. I just released the final version of the plugin, you can check it out here . This release incorporates your suggestions about the text colours, which are not hardcoded anylonger ;) Not that ...
by pPodest
Mon Aug 12, 2019 4:43 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Thank you for your valuable feedback @yorik. Especially the registration of a new import type in FreeCAD seems like a real cool feature for the plugin, I will implement it tomorrow. Regarding the topic list, instead of the combo box: it will be switched then, to give the developer an impression of (...
by pPodest
Thu Aug 08, 2019 9:05 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

@saso: attached you find my second take on the list of topics to select from. It still needs a little polishing though. But first let's see what other people think of this design :)
by pPodest
Wed Aug 07, 2019 4:57 am
Forum: Google Summer of Code (GSoC)
Topic: BCF Support GSoC Proposal
Replies: 153
Views: 111961

Re: BCF Support GSoC Proposal

Well as I think about it, this implementation is actually a drop down list :lol: The constant open list is totally doable, but the I think it takes up too much of screen real estate, especially on small screens. On the other hand it could still be done in a vertical way, where the group containing t...