5. Changes

5.1. 1.0.5 - Stable

  • Fixed the encoding related issues preventing sIBL_GUI to work properly.

5.2. 1.0.4 - Stable

  • Implemented an unhandled exceptions reporter connected to https://www.crittercism.com/
  • Implemented TraceUi Component.
  • Reloading a Component will reload its dependencies in componentsManagerUi Component.
  • Implemented command line support for modules execution tracing through -t, –traceModules parameter.
  • Implemented support for per instance logging file.
  • Views display user friendly default message.
  • Fixed various widgets classes, implemented small ui test cases.
  • Fixed inconsistent Ui startup verbose level.
  • Components are properly displayed in ComponentsManagerUi Component.

5.3. 1.0.3 - Stable

  • Added support for Python 2.6.

5.4. 1.0.2 - Stable

  • Updated package directory structure to be compliant with Python Package Index.
  • Added documentation / Api files.
  • Implemented TCPServerUi Component.
  • Implemented Script Editor Component file revert.
  • Implemented scriptEditor Component session store / restore.
  • Implemented scriptEditor Component project management through Projects Explorer Component.
  • Implemented a generic fileSystemWatcher class.
  • Loading a file in the Script Editor Component open the file browser at the current editor location.
  • Search In Files / Search And Replace dialogs search QComboBox have their text selected on dialog open.
  • Multiples files can be loaded at same time in Script Editor Component.
  • Ensure messageBox dialogs are centered on screen by default.
  • Fix issue where closing a tab in scriptEditor Component may trigger closing of the next tab.
  • Fix various other scriptEditor issues: https://github.com/KelSolaar/Umbra/issues?labels=Defect&milestone=2&page=1&state=closed

5.5. 1.0.1 - Beta

  • Implemented notifications manager code.
  • Implemented Search In Files in Script Editor Component.
  • Implemented matching symbols pairs highlighting in Script Editor Component.
  • Implemented occurences highlighting in Script Editor Component.
  • Implemented Duplicate Line(s) methods in Script Editor Component.
  • Implemented Delete Line(s) methods in Script Editor Component.
  • Implemented Move Up / Down methods in Script Editor Component.
  • Implemented Font Size Increase / Decrease methods in Script Editor Component.
  • Refactored the layouts management code.
  • Added support for command line files arguments.

5.6. 1.0.0 - Alpha

  • Initial release of Umbra.

Table Of Contents

Previous topic

4.59. umbra.ui.widgets.variable_QPushButton

Next topic

6. About

This Page