1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
ViTE 1.4 (July 2024)
------------------------------------------------------------------------
- Add scroll bar resizing to the current zoom (Issue #33)
- Add --version option
- Add long options support (Issue #55)
- Fix ruler precision (Issue #19)
- Fix spacing between state where there should be none (Issue #1)
- Add CTRL + click + drag shortcut to move the trace around
- Add buttons changing icon when on Y mode (Y mode accessed by pressing ALT)
- Add error message on Wayland (Wayland is not supported for now) (Issue #45)
- Fix parsing progress window not closing at the end of parsing (Issue #30)
- Add support for comments in Paje files (Issue #42)
- Fix vertical line checkbox having no effect (Issue #35)
- Fix export to .jpeg file that would export to .svg instead (Issue #40)
- Fix window not resizing properly when going out of fullscreen (Issue #32)
- Add distinct X and Y zoom boxes
- Fix interval selection range slider having no effect
- Split info window into two windows: "info window" and "select info window"
- Add in the selection information window tabs for each entity in a close range
- Add better error message when file can't be opened (Issue #28)
- Update to OpenGL 4
- Add option -T t1:t2 to only load trace between t1 and t2
- Bootstrap a renderer using Vulkan
- Update to Qt5
- Drop OTF support in favor of OTF2
ViTE 1.3 (August 2017)
------------------------------------------------------------------------
- Provide a second and faster render mode using VBOs (enable with -DVITE_ENABLE_VBO=ON at cmake)
- Improve the user experience with color settings
- Link and events can now be colored
- Head of link/event arrow can be changed for faster rendering
- Improved usability of color palette to save color settings and reapply to other traces.
- Fix issue with statistics.
ViTE 1.2 (September 2010)
------------------------------------------------------------------------
- Load time reduced for Pajé traces.
- Minimap. (Help to locate your current view position on the trace. Need to be enabled from the file menu.)
- Plugin interface added.
- Customisation for state colors using palettes
- Trace reload and recent files menu.
- Tau trace format parser started.
ViTE 1.1 (January 2010)
------------------------------------------------------------------------
- OTF file format supported.
- Extended Pajé format.
- CMake compilation available.
- Drag and drop of traces on ViTE.
- Load time reduced.
- More exports available (png, jpeg support and counter in raw format) .
ViTE 1.0 (June 2009)
------------------------------------------------------------------------
- Man page done.
- Statistics are now available.
- Progress bar giving you the time to wait for the end of the parsing.
- Export window improved.
ViTE 0.3 (May 2009)
------------------------------------------------------------------------
- Pajé format trace completely parsed and printable.
- Data structure implemented
- First correct version
|