Command panel

A forum for research and development of the user interface of FreeCAD
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Command panel

Post by triplus »

Commands.png
Commands.png (19.83 KiB) Viewed 6003 times
Command panel for FreeCAD.

Workbench aware and customizable command panel.

Code repository:

https://github.com/triplus/CommandPanel
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Command panel

Post by mlampert »

Where's the code?
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Command panel

Post by triplus »

Well the truth is when i opened this thread i was confident having the whole weekend of free time ahead is all that is needed to finalize things and do a release.

P.S. But unfortunately that didn't turned out to be it. It will happen in i guess near future time frame but there is still some work left to do first.
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Command panel

Post by pablogil »

@triplus needs to finish PieMenus 2 before paying attention to Command Panel :lol: ;)
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Command panel

Post by triplus »

Fortunately both efforts share around 70% of the challenges involved. ;)
User avatar
pablogil
Posts: 881
Joined: Wed Nov 26, 2014 3:19 pm
Location: Badajoz (Spain)
Contact:

Re: Command panel

Post by pablogil »

Gogogo
Dark and Light stylesheets v2.0 to theme your FreeCAD UI, more information here
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Command panel

Post by triplus »

Dock.png
Dock.png (7.4 KiB) Viewed 5781 times
I started the code release phase for command panel.

If anybody is interested to follow the progress and provide some feedback that is welcomed. Development effort went through a lot of phases. From ideas, prototypes, optimizations, simplifications to making final selections, ... I feel the result is settling. As i want to do some additional QA i will release the code/functionality in a few phases by using a release cycle where something gets released every few days.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Command panel

Post by Kunda1 »

@triplus perhaps adding instructions on how to install Command panel will encourage testing...?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Command panel

Post by triplus »

Kunda1 wrote: Wed Oct 11, 2017 12:30 am @triplus perhaps adding instructions on how to install Command panel will encourage testing...?
Good point. I will add more verbose installation instructions (README.md) in the next release phase.

P.S. If there is anybody that would like to start testing now and doesn't know how to do that. Look at the installation instructions for other modules on my GitHub (or just ask for help).
triplus
Veteran
Posts: 9471
Joined: Mon Dec 12, 2011 4:45 pm

Re: Command panel

Post by triplus »

Preferences.png
Preferences.png (62.43 KiB) Viewed 5691 times
  • More verbose installation instructions
  • Accessories menu entry
  • Preferences dialog
  • Available commands search bar
  • Available commands preferences panel
Post Reply