Search found 3367 matches

by PrzemoF
Fri May 08, 2015 8:00 am
Forum: FEM
Topic: CLOAD and DLOAD
Replies: 72
Views: 21747

Re: CLOAD and DLOAD

bernd wrote:[..] Instead of just taking the nodecount the face areas should be taken into account. Lets see after the DLOAD is finished ...
If there are no problems with the v2 version I'll send a pull-request later on today.
by PrzemoF
Thu May 07, 2015 4:23 pm
Forum: Help on using FreeCAD
Topic: Help/Verification request (graphical issues) ...
Replies: 9
Views: 2262

Re: Help/Verification request (graphical issues) ...

You get that problem consistently it might be worth to run git bisect.
by PrzemoF
Thu May 07, 2015 3:53 pm
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

Thanks! However I'll have to start a workbench from C++ which is the main part of the problem for me :)
by PrzemoF
Thu May 07, 2015 3:45 pm
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

What about this (see the screenshot):
1 - List of all workbenches
2 - Items that would show in the "Workbench" menu

That would allow to pick most often used workbenches, change order and (as menu item) assign keyboard shortcuts.
by PrzemoF
Thu May 07, 2015 3:18 pm
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

Quick & dirty, but working solution. Requires FreeCAD restart beacuse I don't know how to call WorkbenchGroup::refreshWorkbenchList() from src/Gui/DlgSettingsWorkbenchesImp.cpp [1] https://github.com/PrzemoF/FreeCAD_sf_master/tree/workbenches [1] https://github.com/PrzemoF/FreeCAD_sf_master/blob...
by PrzemoF
Thu May 07, 2015 12:44 pm
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

A simple Alt+number for the 10 most used workbenches would be a big improvement... If we implement this Start menu then you can customize your short cuts as with every command, too. I don't think it's within my current knowledge about FreeCAD/C++ ..... unless I get some help. I think I know how to ...
by PrzemoF
Thu May 07, 2015 11:35 am
Forum: Developers corner
Topic: Invalid code?
Replies: 4
Views: 858

Invalid code?

I need help with understanding what is that code doind or convirmation theh it's invalid (i should be index) [1] // if less workbenches than actions for (int index = numWorkbenches; index < workbenches.count(); index++) { workbenches[i]->setObjectName(QString()); workbenches[i]->setIcon(QIcon()); wo...
by PrzemoF
Thu May 07, 2015 11:02 am
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

What about being able to assign Keyboard Shortcuts to the different Workbenches ? As a user my aim would be to get a working speed advantage. Choosing from a pull-down-menu or clicking in a dockable window is imho no speed advantage (in that case i even would prefer the pull-down-menu as i am used ...
by PrzemoF
Thu May 07, 2015 8:14 am
Forum: Developers corner
Topic: Workbench drop down list is long, too long.
Replies: 52
Views: 9719

Re: Workbench drop down list is long, too long.

Lot of discussion... My C++ is not good enough to go for a substantial changes, so I'm going to to start small to alleviate the problem. New tab in General Preferences, hard coded checkbox list with all workbenches. A wb found -> checkbox enabled, a wb not found -> checkbox disabled. Then the dropdo...
by PrzemoF
Thu May 07, 2015 8:02 am
Forum: Help on using FreeCAD
Topic: Help with Modeling Tape
Replies: 5
Views: 1591

Re: Help with Modeling Tape

Sorry for confusion, the function is called offset, not outline. The icon looks a bit like a paperclip cut in half.