Skip to content

Releases: NIA/seismoreg

v2.1.1: Hotfix release

31 Mar 13:37
@NIA NIA
Compare
Choose a tag to compare
  • Fix XP crash
  • Change output file separator

v.2.1.0: Directory check + translations

31 Mar 11:29
@NIA NIA
Compare
Choose a tag to compare
Pre-release
  • Now output directory is checked for writing
  • Output file strings are translatable as well

⚠️ A regression was introduced for Windows XP (see issue #10)

v.2.0.0: Multithreading

31 Mar 11:17
@NIA NIA
Compare
Choose a tag to compare

Worker, FileWriter and GUI (MainWindow) work in different threads. Avoids hangs in GUI and improves performance.

All communications between these classes is now via signals-slots

v1.1.0: GPS and settings improvements

31 Mar 11:13
@NIA NIA
Compare
Choose a tag to compare
  • Detect corrupted GPS packets to avoid incorrect date setting
  • Get device id from config.ini on desktop

v1.0.1: little GUI fixes

31 Mar 11:09
@NIA NIA
Compare
Choose a tag to compare
Renamed some buttons and fixed zoom/move logic a bit

Now when zooming in auto scale it does fixCurrent first
(before this fix it used last fixed scale values which may be unexpected)

Also removed connect to setFixedScale from zoom actions: instead
call setFixedScale in onZoomChanged

v1.0.0: Master thesis

31 Mar 10:45
@NIA NIA
Compare
Choose a tag to compare

The version of application that finally appeared in Master Thesis.

main

v.0.8.0: Optimization

31 Mar 10:36
@NIA NIA
Compare
Choose a tag to compare
v.0.8.0: Optimization Pre-release
Pre-release

1 000 000 points/sec finally available! 🎉

Major optimizations included:

  1. Skipping points in TimePlot
  2. QByteArray::number (locale-independent) instead of QString::number (locale-aware)
  3. double instead of QDateTime for TimeStampType

v0.7.0: GPS protocol implemented

31 Mar 10:30
@NIA NIA
Compare
Choose a tag to compare

Get time and position from GPS, including:

  • split packets (between sendings)
  • multiple packets per sending
  • refactored source code

v0.6.0: Version for author's certificate

31 Mar 10:20
@NIA NIA
Compare
Choose a tag to compare
Optimizing plotting: plot less data

Only plot the part of last data, enough for HISTORY_SIZE., which is
stored in internal buffer maintained by TimePlot.

Also fixed bug with unnecessary ++i in loop, which skipped every second
point.

v.0.5.1: Hotfix after course work

31 Mar 10:12
@NIA NIA
Compare
Choose a tag to compare
Fixed working via real COM-port

Implemented assembling the "packet" from parts into which it decays
while transmitting

Added packet size input, and corresponding parameter to protocol