[implemented] Add icon or change name for tooltip

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
demonlibra
Posts: 79
Joined: Tue Jan 21, 2020 1:11 pm

[implemented] Add icon or change name for tooltip

Post by demonlibra »

Good day.
Try to get more compact toolbar.
Is it possible to change name or replace with icon?
2023-03-07_20-13.png
2023-03-07_20-13.png (6.58 KiB) Viewed 936 times
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: Add icon or change name for tooltip

Post by chrisb »

I see what you mean, and I'm sorry that I can't help, but did you consider to use the keyboard shortcuts? Since I discovered them I don't use the toolbar at all - which results in even more space.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Add icon or change name for tooltip

Post by Syres »

demonlibra wrote: Tue Mar 07, 2023 6:17 pm Is it possible to change name or replace with icon?
I've submitted a Pull Request https://github.com/FreeCAD/FreeCAD/pull/8793 but this is subject to approval and not every command has to have an icon but in this case I believe it's a good case as we have one for Recent Files, therefore Recent Macros isn't out of order IMHO.
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: Add icon or change name for tooltip

Post by Syres »

This has been merged and therefore will be available in the next Weekly 0.21dev build probably this Sunday afternoon.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: [implemented] Add icon or change name for tooltip

Post by adrianinsaval »

unfortunately the weekly builds are not working right now: https://github.com/looooo/freecad-feeds ... 1872717414
User avatar
onekk
Veteran
Posts: 6146
Joined: Sat Jan 17, 2015 7:48 am
Contact:

Re: [implemented] Add icon or change name for tooltip

Post by onekk »

adrianinsaval wrote: Thu Mar 09, 2023 2:43 pm unfortunately the weekly builds are not working right now: https://github.com/looooo/freecad-feeds ... 1872717414
looo has corrected something, but it seem that something is failing during compilation:

https://dev.azure.com/sppedflyer/feedst ... 2e683d1642

Code: Select all

In file included from $SRC_DIR/src/Mod/Fem/App/FemMeshShapeNetgenObject.cpp:38:
2023-03-09T06:47:32.8834215Z $SRC_DIR/src/Base/Console.h:730:12: error: 'msgTypes' was not declared in this scope
2023-03-09T06:47:32.8834681Z   730 |     return msgTypes.at(static_cast<std::size_t>(style));
2023-03-09T06:47:32.8835032Z       |            ^~~~~~~~
2023-03-09T06:47:35.1090713Z [2194/4065] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemAnalysis.cpp.o
2023-03-09T06:47:40.8712439Z [2195/4065] Building CXX object src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMesh.cpp.o
2023-03-09T06:47:40.8713533Z FAILED: src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMesh.cpp.o 
That probably is triggering

Code: Select all

subprocess.CalledProcessError: Command '['/bin/bash', '-o', 'errexit', '/home/conda/feedstock_root/build_artifacts/freecad_1678343056159/work/conda_build.sh']' returned non-zero exit status 1.
##[error]Bash exited with code '1'.
Finishing: Run docker build
All the error reports seem to end with same error


As example for OSX.

Code: Select all

2023-03-09T07:06:06.4453970Z FAILED: src/Mod/Fem/App/CMakeFiles/Fem.dir/FemMeshShapeNetgenObject.cpp.o 

But I can't be so precise as I'm not a C++ expert.

Regards

Carlo D.
GitHub page: https://github.com/onekk/freecad-doc.
- In deep articles on FreeCAD.
- Learning how to model with scripting.
- Various other stuffs.

Blog: https://okkmkblog.wordpress.com/
Post Reply