Skip to content

First BBC - patch

Pre-release
Pre-release
Compare
Choose a tag to compare
@fer-rum fer-rum released this 13 Mar 11:16
· 52 commits to master since this release

This patch contains

  • Bugfixes
  • Beautification of code
  • Convenience features

Bugfixes

  • Loading and saving of documents (and thereby also projects) now works again
  • One can now only drag a wire in data flow direction i.e. from a data source (output port) to a data sink (input port)

Beautifications

  • Icons now use the Qt ressource system. This should ease deployment considerably. As a result, these ressouces now also have a fixed place to be put in and need no longer be installed by hand.
  • Replaced the port selection combo box + push button setup in the schematics tab by two tool buttons. Less clicking to achieve the same result and feels more intuitive to use.
  • The dialog displaying the results from a call to quantor now displays proper table headers.

Convenience Features

  • Elements in the model now have a better way to generate their tool tips. This is best to see, when hovering over ports before and after connecting them. Marvel, how the content of the tool tip provides you with an increasing amount of information. More will surely follow.
  • Functions of a component type are now displayed in the component descriptor hierarchy. Since the functions might be quite long, you can see the whole function as a tool tip when hovering over the function.