Commit Graph

78 Commits

Author SHA1 Message Date
Eyck Jentzsch 732bd82034 fix #29 cannot delete VCD signals
comparison of objects were done by idendity not .equals()
2020-03-13 16:01:16 +01:00
Eyck Jentzsch d73b01f77d fix #27 'Add filter to hierarchy viewer' 2020-03-12 18:17:47 +01:00
Eyck Jentzsch 4f097e7f59 update version numbers 2020-03-11 07:51:09 +01:00
Eyck Jentzsch 594a71a9ba add try-catch to filter application 2020-03-11 07:35:31 +01:00
Eyck Jentzsch c3486eb6c8 Updated version numbers 2020-03-09 18:00:15 +01:00
Brita Keller 0623b8de4a Fixed #25 - TransactionDetails vanish when setting filter for streamlist 2020-02-28 21:19:40 +01:00
Brita Keller 8b55548cca Fixed #16 - Setting and deleting filter removes properties 2020-02-17 19:43:27 +01:00
Eyck Jentzsch e034d1faad Updated version numbers 2020-02-10 07:03:24 +01:00
Brita Keller ca02c92a18 Fixed #23 - Fix sync of properties 2020-02-03 21:30:44 +01:00
Brita Keller 44ac32359f Fixed #19 - Fixed sync of streamlist 2020-01-27 20:37:53 +01:00
Brita Keller c7c1f97b0c Fixed #21 - IllegalStateException when closing SCViewer 2019-12-18 17:16:20 +01:00
Brita Keller 7b2db09585 Fixed #20 - NPE gets caught when opening a damaged file and info popup
is shown
2019-12-03 22:19:56 +01:00
Brita Keller 52f3f7b348 Fixed # 18 - Fixed tree view and stream list after last tab is closed 2019-11-25 17:46:28 +01:00
Brita Keller 3a6ed3ce7e Fixed 'Save Settings' #4 2019-09-04 20:50:34 +02:00
Eyck Jentzsch 4ea841cc7b Fixed Part Stack issue and updated About Dialog 2019-07-08 18:38:53 +02:00
Brita Keller 15c24f0925 Fixed #15 - no more ArrayOutOfBounds exception when deleting last stream 2019-06-25 22:21:10 +02:00
Eyck Jentzsch b648dccfd8 Fixed NPE in case of detached waveform 2019-04-11 06:24:47 +00:00
Eyck Jentzsch f9425834a3 Merge branch 'develop' of https://eyck@git.minres.com/VP/SCViewer.git into develop 2019-04-11 06:09:46 +00:00
Eyck Jentzsch e0d00e6402 Settings update 2019-04-11 06:09:35 +00:00
Eyck Jentzsch b5e408595b Updated version numbers 2019-03-19 19:14:39 +01:00
Eyck Jentzsch f15930682e Merge branch 'develop' of https://git.minres.com/VP/SCViewer.git into develop 2019-03-19 18:46:56 +01:00
Brita Keller f8765518bc Fixed #10 -all status bar parts now visible after starting program 2019-03-18 17:17:18 +01:00
Eyck Jentzsch 701733e69d Updated version numbers and display in about dialog 2019-03-15 08:50:12 +01:00
Eyck Jentzsch 6b4a9c1e14 Fixed handling of TransactionDetails view state 2019-03-15 07:31:13 +00:00
Eyck Jentzsch e25f56a8a9 Fixed NPE 2019-03-14 21:23:39 +01:00
Eyck Jentzsch 8a8691a889 Merge branch 'release/2.0.2' 2019-03-14 21:11:51 +01:00
Eyck Jentzsch a49842a119 Added logic to keep the same element revealed in transaction details
view
2019-03-14 19:28:38 +01:00
Eyck Jentzsch b332eca891 Fixed about dialog handling 2018-11-06 12:36:25 +01:00
Eyck Jentzsch 22e7bb04f0 Updated documentation 2018-11-06 12:07:23 +01:00
Eyck Jentzsch d8c5b7d9c3 Merge branch 'develop' of https://git.minres.com/VP/SCViewer into
develop

# Conflicts:
#	com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/WaveformViewer.java
2018-11-06 08:35:00 +01:00
Eyck Jentzsch f81e830e93 Updated UI to reflect database changes esp. in VCD 2018-11-06 08:26:39 +01:00
Eyck Jentzsch bcf4e1a274 Adapted application to data model changes 2018-11-05 18:23:17 +01:00
Eyck Jentzsch 42660c7a2e Fixed some warnings 2018-10-15 22:01:44 +02:00
Eyck Jentzsch 97a806f9d9 Changed selection handling and fixed keycode handling 2018-10-15 21:55:35 +02:00
Eyck Jentzsch 60185fbaee Version inconsitency fixes 2018-10-15 10:09:51 +02:00
Eyck Jentzsch 5745ab4f2c Fixed cli options and NaN handling in VCD loader 2018-10-15 09:13:41 +02:00
Eyck Jentzsch 4a17108ccc Moved commonly used constants to own class 2018-10-15 09:10:10 +02:00
Eyck Jentzsch 0107c423a3 Fixed warnings in Java files and MANIFESTS.MF, updated version numbers 2018-10-14 21:29:09 +02:00
Eyck Jentzsch e41b7e25ed Updated reading/writing of scview files, added command line argument to
load config file
2018-10-14 20:44:17 +02:00
Eyck Jentzsch dba8b2731d Added keyboard navigation to scroll, move selection, move selected and
zoom
2018-10-14 17:30:37 +02:00
Eyck Jentzsch 6cc5597c25 Added handler and configurability of wavefrom view 2018-10-14 08:59:17 +02:00
Eyck Jentzsch 694423be3b [WIP] extended application to configure waveform display 2018-10-11 15:23:07 +02:00
Eyck Jentzsch 0634b9cfd5 Merge branch 'develop' of https://git.minres.com/VP/SCViewer.git into
develop

Conflicts:
	com.minres.scviewer.database.test/inputs/simple_system.vcd
	com.minres.scviewer.database.test/src/com/minres/scviewer/database/test/DatabaseServicesTest.java
	com.minres.scviewer.database.text/.settings/org.eclipse.jdt.groovy.core.prefs
	com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/SignalPainter.java
	com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/WaveformCanvas.java
	com.minres.scviewer.database.ui.swt/src/com/minres/scviewer/database/swt/internal/WaveformViewer.java
	com.minres.scviewer.database.ui/src/com/minres/scviewer/database/ui/WaveformColors.java
	com.minres.scviewer.database.vcd/src/com/minres/scviewer/database/vcd/VCDDbLoader.java
	com.minres.scviewer.database.vcd/src/com/minres/scviewer/database/vcd/VCDFileParser.java
	com.minres.scviewer.e4.application/plugin.xml
	com.minres.scviewer.e4.product/scviewer.product
	com.minres.scviewer.target/neon.target
	com.minres.scviewer.target/photon.target
	com.minres.scviewer.ui/.settings/org.eclipse.jdt.groovy.core.prefs
2018-10-11 15:22:10 +02:00
Eyck Jentzsch bda2a84532 Fixed #6 Implement right-click menue for signal names 2018-10-11 14:48:36 +02:00
Brita Keller 9862c14040 Additional files missing in the last commit 2018-09-17 16:38:27 +02:00
Brita Keller 23131e7527 Fixed ZoomFit 2018-09-17 16:38:26 +02:00
Eyck Jentzsch 1cf00ec882 Updated to Photon platform 2018-09-17 16:38:24 +02:00
Eyck Jentzsch dff41eceb2 Updated version numbers 2018-09-17 16:26:49 +02:00
Eyck Jentzsch 792dcd55f3 Fixed rendering of integral transaction attributes and updated version
numbers
2018-09-17 16:26:48 +02:00
Eyck Jentzsch 0f133a3df6 Added UI support for real value signals 2018-08-27 23:13:19 +02:00