Skip to content

CEED v1.1.0

Compare
Choose a tag to compare
@niello niello released this 03 Oct 14:39
· 23 commits to master since this release

Features

  • All properties now have appropriate editors in the inspector window
  • TabControl editing support, including special commands in the layout visual mode context menu
  • Dropping into the layout editor with Shift held inserts dropped widgets as siblings to the currently selected one. If dropped on top of some sibling, inserts widgets before the one under cursor. Useful for filling layout containers.
  • Checking for updates on application start and via the menu command
  • A command to open the screenshot folder
  • A command to duplicate selected widgets
  • Status bar tips now explain a majority of keys useful in the current context
  • Help overlays in layout and imageset visual editors (F1 or UI button)
  • Command line argument for opening a specified project
  • An option to restore session on start (load last loaded project, restore tabs and active view)
  • Improved keyboard workflow, e.g. better focus switching after certain operations
  • Numeric property inspectors support both dot and comma as a decimal separator. Fast number typing with a numpad is now possible.
  • Better current directory guessing in save and load dialogs
  • Better tooltip previews for basic non-skinned widgets like DefaultWindow
  • More visible drag&drop receiver outline in a layout editor
  • Rotation property support
  • Windows: automatic ".ceed" file association with the most recently launched CEED 1.1.0 executable
  • Windows: update installation right from an application (to be implemented for Linux & Mac)

Bugfixes

  • Rendering of windows with imagery cache (own rendering surface)
  • Resizing a widget beyond limits no longer shifts its rect in an unexpected way
  • Positioning of nested and newly created widgets
  • Problems with serializing some widgets for copy-pasting or dragging
  • Widget hierarchy not sorted after loading
  • The next widget moving after Ctrl+Drag happened with unwanted shift
  • Right click on the selected widget no longer changes the current selection
  • Anchor preset menu now always fits completely into the screen
  • All known rendering bugs related to incorrect OpenGL context
  • All known crashes

Known issues

  • Manipulators for rotated widgets are not rotated
  • Widget specific commands are not available in the hierarchy window context menu
  • Check for updates doesn't inform if we have the latest version
  • Vertical and horizontal anchor guidelines and numeric percentage items may be misplaced when scene is zoomed
  • 'Unlock widgets' command is useless in a visual editor context menu
  • Project window still has no purpose

Other notes

  • Executable is renamed from "Editor" to "ceed"
  • QtnProperty is updated to v2.0.3+ (latest develop with features made for us)
  • Dependencies attached in CEGUI-Win-x86.zip are built with VS 2019 (16.11.x)
  • From this release CEED includes QNetwork, OpenSSL 1.1.0, zlib and minizip-ng, therefore it is a bit bigger than the previous one