Releases: ArsMasiuk/qvge
QVGE 0.6.3
QVGE 0.6.2
Mainly bugfix release with some number of improvements:
- import of GraphML in SocNetV format supported
- GraphViz accessibility and version can be checked out of the Options dialog
- if GraphViz layout engine happens to freeze, it can be aborted by user via GUI (no need to call Task Manager anymore)
Bugfixes:
- fixed crash when pressing Escape after creating of a node and immediately editing of a text label (#123)
- fixed issue with forwarding keyboard events during editing of a text label (#124)
- fixed importing default GraphML attributes
- fixed a typo in the default attribute name (#125)
- fixed loading edge id from DOT format
- fixed moving nodes via keyboard
- fixed nodes snapping after transformation
- fixed restoring windows & panels layout
- Fedora 32, Qt 5.14: too big font on startup buttons (#120)
Windows:
- GraphViz 2.44 binaries are shipped together
QVGE 0.6.1
- Tighter integration with GraphViz (reading of DOT format, layout via GraphViz engines)
- OGDF is no more shipped together due to its instability (can be linked as 3rdparty-library hovewer)
- boost is no more shipped together (can be linked as 3rdparty-library hovewer)
- Various bugfixes and minor improvements
QVGE 0.6 (sources only)
QVGE 0.6
Significant new features are:
- Support of polyline edges
- Export to SVG format
- Better support of DOT/GraphVIZ format
- Improved selection & drawing of the edges
- Improved nodes transformation mode
- Portable distributions for Windows platform
- OGDF updated to the most recent version (v.2020-02)
- read_proc replaced by QProcessInfo
A lot of bugs and issues have been fixed as well (full change log attached).
QVGE 0.5.5
New minor release of QVGE introduces bug fixes and some new functionality and improvements.
Significant changes are:
-
support of Qt 5.13
-
support of MSVC 2017
-
support of MinGW 7
-
label editing can be finished with Enter (#77)
-
when exporting to image, a resolution can be customized (#73)
-
added export to GraphML format; node ports supported now (#28)
-
nodes & edges editor UI improved
-
"tooltip" attribute is shown as a popup tooltip
QVGE 0.5.4
Changes in this release:
-
added shortcuts for quick node resizing (Ctrl+Up, Ctrl+Down)
-
added mini help panel (#15)
-
added "restore zoom after fit" feature (#65)
-
added nodes transformation mode (#24)
-
auto scroll during drag implemented (#56)
-
some labels drawing optimizations
-
fixed crash after editing a node port
-
fixed drawing direction arrows when nodes are too close
-
fixed some edge drawing issues
-
fixed crash on reading *.xgr files in 32-bit versions
-
fixed regression on opening main window in maximized mode
-
fixed issue of scaling of the recent files list on the start page
QVGE 0.5.3
Changes in this release:
-
default paste behavior modified: items will be preferably pasted into a visible scene's area
-
selection copied to clipboard can be pasted as an image to any software
-
DOT export: scene background attribute exported as well
-
DOT export: extended to optionally export only the topology (#63)
-
added more action hints
-
added fast movement of the selected items by Shift + Arrow keys
-
added start page with common file actions (#59)
-
added exit out of the complete application (with all windows)
-
fixed crash on deleting items via Cut or Delete actions (#55)
-
fixed some item selection issues
-
fixed export of image and PDF documents (auto crop added as well)
QVGE 0.5.2
-
View Menu: added Toolbars & Panels submenu (#52)
-
View Menu: item ids can be shown/hidded separately from labels (#47)
-
added in-place label editing (by double click)
-
added node port colors
-
added timed auto backups (#60)
-
added basic import from GraphViz/DOT format via OGDF (#53)
-
added Sugiyama graph layout (via OGDF)
-
more diagnostic shown if file reading failed
-
selection of global attributes made more convenient
-
logic of movement of the selected items made more intuitive (#48)
-
snap to grid enabled by default (#45)
-
label font editor extended a little
-
item painting optimizations and corrections
-
item ids are now editable via context menu only (by right click)
-
double click on a node port shows its properties
-
newly started application instance now overtakes the parent's instance settings
-
Commutation Table: when adding a column, a list with available attribute ids is shown
-
Commutation Table: added button bar
-
fixed font reading/setting issue
-
fixed bug with changing style of selected items after applying a new scheme
-
fixed drawing of transparent items
-
fixed storing/applying of grid snap properties (#49)
-
fixed placement of edge labels (#50)
-
fixed some GEXF-related issues (#51)
-
fixed canvas expansion after changing item IDs (#44)
-
(32-bit-version): fixed crash while cloning the selection
-
fixed issue with storing DOT format if ids include spaces