Releases: vsg-dev/vsgQt
Releases · vsg-dev/vsgQt
v0.3.0
What's Changed
- Changed vsgQt::Viewer so that the msecTimeInterval with a default of 0 is passed in, only we positive values will Viewer::setInterval() be called by the constructor. by @robertosfield in #36
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Refactored vsgQt to use custom vsgQt::Viewer and removed the deprecated intialize callbacks. by @robertosfield in #30
- Viewer mac by @rainergericke in #31
New Contributors
- @rainergericke made their first contribution in #31
Full Changelog: v0.1.0...v0.2.0
vsgQt 0.1.0
What's Changed
- Multi-window support and backend refactor. by @robertosfield in #27
Full Changelog: v0.0.0...v0.1.0
vsgQt beta release 0.0.0
What's Changed
- Building fixes by @rhabacker in #2
- fixed conflict with min/max macro on windows by @sbrkopac in #3
- Replaced vsgQt::ProxyWindow & vsgQt::ProxySurface with vsg::WindowAdapter and vsg::Surface. by @robertosfield in #5
- removed include that no longer exists by @sbrkopac in #6
- Added support for using vsg::Surface natively or QSurface::VulkanSurface/QSurface by @robertosfield in #7
- Implemented support for Qt5 versions prior to 5.10 by @robertosfield in #8
- Updated to use vsg::warn() etc. by @robertosfield in #12
- Implemented support for building vsgQt using CMake FetchContent by @robertosfield in #13
- Updated to build against changes to VSG. by @robertosfield in #14
- Drop obsolete including of vsgMacros.cmake by @rhabacker in #15
- Enable vsg_add_target_xxx macros also for submodule builds as vsg now supports this by @rhabacker in #16
- fix(KeyboardMap): add a couple of missing keys. by @valleymouth in #18
- Refactor for qt6 by @robertosfield in #24
- Refactored ViewerWindow so that it always uses QSurface rather than a use vsg::Surface support as fallback. Added support for wayland. Added support for using to modern vsg::WindowTraits capabilities. by @robertosfield in #26
New Contributors
- @rhabacker made their first contribution in #2
- @sbrkopac made their first contribution in #3
- @robertosfield made their first contribution in #5
- @valleymouth made their first contribution in #18
Full Changelog: https://github.com/vsg-dev/vsgQt/commits/v0.0.0