telltaya.blogg.se

Librecad 3
Librecad 3













  • Order can be saved and loaded by the user (saved in json format).
  • Ability to customize and order the toolbar buttons in the user’s desired order.
  • #Librecad 3 code#

    Loading of operation and generation and connection of the correct buttons, menu items, cli commands, context operations etc happen automatically by using the properties specified in the beginning of each lua operation file, making it easier to add new lua files without needing to change code elsewhere Updated unit tests for the widgets like layers, clicommand, toolbar and mainwindow unit tests.Lua GUI API Documentation added to the wiki.Added many dialog widget GUI classes, which allow the user to form his own gui widget for the user using a plugin.Added Lua GUI API to allow lua plugin scripts to interact with the gui elements like the mainwindow, toolbar buttons, menu buttons, layer, clicommand etc.All qt related code removed from qtbridge, now renamed to lua bridge.Created MainWindow class, updated layer,toolbar,clicommand classes.The GUI has been entirely shifted from lua to C++.Added Layer and MetaInfo properties to PropertyEditor #343.Property Editor changes and customize toolbar changes #333.Requested changes in customizable toolbar #331.Replaced XML settings with JSON settings #318.LibreCAD GUI shifted from Lua to C++ and GUI API implemented #304.I’d also like to thank members of the community like Rupak Bajgain, Guruprasad Rane and flywire for their help and advice. I’d like to thank my mentors Florian and Armin for their tremendous help and swift reply to my doubts.

    librecad 3

    I’ve finished all my tasks laid out in my proposal and also managed to get a few more tasks done.













    Librecad 3