about summary refs log tree commit diff
path: root/pkgs/applications/science/electronics/dataexplorer
AgeCommit message (Collapse)AuthorFilesLines
2024-03-21dataexplorer: make deterministic and clean upTomaSajt1-8/+24
2024-03-13dataexplorer: 3.8.3 -> 3.8.5R. Ryantm1-2/+2
2024-01-03dataexplorer: 3.8.0 -> 3.8.3R. Ryantm1-2/+2
2023-08-14dataexplorer: 3.7.9 -> 3.8.0R. Ryantm1-2/+2
2023-08-04dataexplorer: 3.7.8 -> 3.7.9Nicolas Benes1-2/+2
2023-06-06dataexplorer: 3.7.7 -> 3.7.8R. Ryantm1-2/+2
2023-05-19dataexplorer: 3.7.6 -> 3.7.7R. Ryantm1-2/+2
2023-04-15dataexplorer: 3.7.4 -> 3.7.6Nicolas Benes1-4/+4
2023-01-03Merge pull request #208523 from r-ryantm/auto-update/dataexplorermarkuskowa1-2/+2
dataexplorer: 3.7.3 -> 3.7.4
2023-01-01dataexplorer: pin jdk17Nicolas Benes1-3/+2
Since the default jdk changed to jdk19, DataExplorer fails at startup: ```console $ ./result/bin/DataExplorer java.lang.NullPointerException: Cannot read field "width" because the return value of "gde.config.Settings.getWindow()" is null at gde.ui.DataExplorer.execute(DataExplorer.java:406) at gde.GDE.main(GDE.java:544) ``` Therefore, pin to jdk17, which is also the latest recommended version by upstream: > The only requirement is the installation of a Java run-time of version > 8 to Java 17 for the 32 bit versions and Java 11 to 17 for the 64 bit > versions, such as IcedTea or open JDK. https://www.nongnu.org/dataexplorer/index.html#Introduction
2022-12-31dataexplorer: 3.7.3 -> 3.7.4R. Ryantm1-2/+2
2022-12-15dataexplorer: 3.6.2 -> 3.7.3Nicolas Benes1-5/+5
In v3.7.1, the `file.encoding=UTF-8` setting has been moved into the application itself. It is not needed any more to pass it via the `java` command line. The program builds incorrectly for non-x86_64-linux platforms, although they should be supported. Until the issue is understood and can be fixed, declare support for only the x86_64-linux platform.
2022-09-04dataexplorer: init at 3.6.2Nicolas Benes1-0/+67