Commit Graph

52 Commits

Author SHA1 Message Date
Eyck Jentzsch 97693cd0c4 [WIP ]reorganized dir structure 2020-06-01 22:01:00 +02:00
Eyck Jentzsch f8a177c9e0 Revert "update to Eclipse 2020-03 RCP base"
This reverts commit 077a6f8011.
2020-05-08 10:39:43 +02:00
Eyck Jentzsch 077a6f8011 update to Eclipse 2020-03 RCP base 2020-05-08 09:53:36 +02:00
Eyck Jentzsch ad2937c332 Merge branch 'master' into develop
Conflicts:
	com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/parts/WaveformViewer.java
	com.minres.scviewer.e4.application/src/com/minres/scviewer/e4/application/preferences/DefaultValuesInitializer.java
	com.opcoach.e4.preferences/src/com/opcoach/e4/preferences/internal/E4PreferenceRegistry.java
2020-03-25 23:20:15 +01:00
Eyck Jentzsch 0e8a757d6e fix settings handling
for this a common workspace is being created. To allow for multiple
instances the work space is being unlocked as soon as the application is
initialized
2020-03-25 23:01:28 +01:00
Eyck Jentzsch 8a66734279 fix #32 2020-03-24 08:09:52 +00:00
Eyck Jentzsch f6e2224651 fix preferences storage 2020-03-24 08:09:52 +00:00
Eyck Jentzsch f1d080983a fix #32 2020-03-24 06:43:10 +00:00
Eyck Jentzsch 767b083a22 fix preferences storage 2020-03-21 15:17:34 +01:00
Eyck Jentzsch 5933bcd512 configure the hover visibility from UI 2020-03-21 11:30:30 +01:00
Eyck Jentzsch 14ac6654b9 refactor ToolTipHandler to allow more control over content 2020-03-21 08:42:35 +01:00
Eyck Jentzsch cea11743eb clean up of ToolTip handler 2020-03-21 07:31:14 +01:00
Eyck Jentzsch 210d925987 add initial implementation of TX hover 2020-03-21 06:28:28 +01:00
Eyck Jentzsch e87e1791c3 fix drag-zoom visual 2020-03-14 15:31:51 +01:00
Eyck Jentzsch 306e20d14f fix compiler warnings 2020-03-13 22:25:42 +01:00
Eyck Jentzsch 669fd6a881 update version numbers 2020-03-13 22:11:39 +01:00
Eyck Jentzsch 674aa7d3ce add initial version of drag-zoom 2020-03-13 21:06:53 +01:00
Eyck Jentzsch 2b7c9a240f add drag area to wavefrom view 2020-03-13 19:52:55 +01:00
Brita Keller 3d043ce1b7 Fixed #20 - NPE gets caught when opening a damaged file and info popup
is shown
2020-01-13 12:26:56 +00:00
Brita Keller 7e2869b7ee Fixed # 18 - Fixed tree view and stream list after last tab is closed 2020-01-13 12:26:56 +00:00
Eyck Jentzsch 04f011e82f Fixed array out of bounds error 2019-09-11 13:05:26 +02:00
Brita Keller 4d4a6579c6 Fixed #13 - added transaction colors 2019-06-09 21:49:45 +02: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
Brita Keller 73e952faea Fixed #11 - No more display problems in waveforms when zooming in and
scrolling
2019-03-18 17:17:17 +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 97a806f9d9 Changed selection handling and fixed keycode handling 2018-10-15 21:55:35 +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 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 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 9d4c951e7f Added support for real valued signals in waveform UI 2018-10-11 14:44:41 +02:00
Brita Keller 021c2bceff Fixed ZoomFit and encoding issue 2018-09-17 17:06:57 +02:00
Brita Keller 23131e7527 Fixed ZoomFit 2018-09-17 16:38:26 +02:00
Eyck Jentzsch 2b33ea0c85 Fixed drawing issue for very long transactions 2018-08-27 23:46:06 +02:00
Eyck Jentzsch 0f133a3df6 Added UI support for real value signals 2018-08-27 23:13:19 +02:00
Eyck Jentzsch ed0558afdf Fixed compiler warnings and moved execution environment to Java 1.8 2017-01-23 23:25:28 +01:00
Eyck Jentzsch c8a213e985 Fixed windows icons, adjusted version numbers 2017-01-22 15:14:03 +01:00
Eyck Jentzsch 40a0137dfd Fixed compile warnings and performance bottlenecks in drawing 2017-01-22 10:28:49 +01:00
Eyck Jentzsch 5c784af74f 6: Add Load/Save state functionality
Task-Url: https://github.com/eyck/txviewer/issues/issue/6
2015-11-30 22:55:03 +01:00
Eyck Jentzsch ff4cb91aed 6: Add Load/Save state functionality
Task-Url: https://github.com/eyck/txviewer/issues/issue/6
2015-11-30 22:16:29 +01:00
Eyck Jentzsch 929cf21ff8 3: Zoom in/out should try its best to keep cursor at the same position
Task-Url: https://github.com/eyck/txviewer/issues/issue/3
2015-11-22 12:07:50 +01:00
Eyck Jentzsch 89fb6629d0 Finished version 1.0
- added relation navigation
- improved about dialog
2015-11-15 23:17:46 +01:00
Eyck Jentzsch ffc70664bd Added relation arrows 2015-11-13 23:44:44 +01:00
Eyck Jentzsch 41de99dd4b Fixed Styling and window system resource handling 2015-11-13 19:02:44 +01:00
Eyck Jentzsch 5680af1b45 - added preference dialog
- added preference handling
- added file monitor to automatically reload changed database
2015-11-12 23:35:13 +01:00