-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from bigdataviewer/refactor_display_options
Refactor display options Heaving refactoring. A lot of the display customization is removed from this repository and goes into https://github.com/NicoKiaru/bigdataviewer_playground_display. We get a better separation of tasks, the same functionalities as before, and an easier and more flexible to extend them. This PR allows to solve, or provide an easier way to fix: #199 -> done in bigdataviewer_playground_display #196 -> done in bigdataviewer_playground_display with more flexibility #140 #136 #131 #117 #95 #94 Two main mecahnisms used to separates concerns: * using more scijava plugins extensibility mechanism * using gson serialization, in combination with scijava plugins This allows in particular the serialization of the suppliers of Bdv windows. User prefs (and dev prefs) are stored conveniently in the class that builds bdv windows, and is stored through serialization. Another kind of plugin is added, which allows to handle any sourceandconverter operation based on a tag of xml of spimdata objects, when spimdata objects are loaded or saved ( think displaysettings, projection, and also custom converters for label images).
- Loading branch information
Showing
131 changed files
with
2,537 additions
and
4,043 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# | ||
#Fri Feb 05 10:33:13 CET 2021 | ||
#Fri Apr 30 16:10:12 CEST 2021 | ||
scale-bar-bg-color=-16724788 | ||
show-text-overlay=true | ||
show-multibox-overlay=true | ||
show-multibox-overlay=false | ||
show-scale-bar-in-movie=true | ||
show-scale-bar=true | ||
scale-bar-color=-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
"BDV - Set Number Of Timepoints", | ||
"BDV - Show Sources (new Bdv window)", | ||
"BDV - Screenshot", | ||
"PopupLine", | ||
"BDV - Remove Sources From BDV", | ||
"Set Sources Color", | ||
"Set Sources Brightness", | ||
"Make Sources Invisible", | ||
"Set Sources Projection Mode", | ||
"PopupLine", | ||
"Create New Source (Set LUT)", | ||
"PopupLine", | ||
"Manual Sources Transformation", | ||
"Basic Transformation", | ||
"Make Global Source Group", | ||
"PopupLine", | ||
"Inspect Sources", | ||
"PopupLine", | ||
"Add Metadata To Sources", | ||
"PopupLine", | ||
"Export Sources to XML/HDF5 Spimdataset" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
[ | ||
"BDV - Show Sources", | ||
"BDV - Show Sources (new Bdv window)", | ||
"BDV - Zoom to source", | ||
"BDV - Show Sources In Multiple BDV Windows", | ||
"BDV - Set Number Of Timepoints", | ||
"BDV - Create empty BDV window", | ||
"BDV - Create Orthogonal Views", | ||
"BDV - Screenshot", | ||
"BDV - Synchronize Views", | ||
"BDV - Remove Sources From BDV", | ||
"PopupLine", | ||
"Create Empty BVV Frame", | ||
"Show Sources in BVV", | ||
"PopupLine", | ||
"Set Sources Color", | ||
"Set Sources Brightness", | ||
"Make Sources Invisible", | ||
"Make Sources Visible", | ||
"Set Sources Projection Mode", | ||
"Create New Source (Set LUT)", | ||
"Create New Source (Set Color)", | ||
"PopupLine", | ||
"Manual Sources Transformation", | ||
"Basic Transformation", | ||
"Make Global Source Group", | ||
"PopupLine", | ||
"Save BDVDataset", | ||
"Inspect Sources", | ||
"PopupLine", | ||
"Add Metadata To Sources", | ||
"Make Metadata Filter Node", | ||
"PopupLine", | ||
"Export Sources to XML/HDF5 Spimdataset", | ||
"Delete Sources", | ||
"PopupLine" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
<groupId>sc.fiji</groupId> | ||
<artifactId>bigdataviewer-playground</artifactId> | ||
<version>0.2.15-SNAPSHOT</version> | ||
<version>0.3.0-SNAPSHOT</version> | ||
|
||
<name>bigdataviewer-playground</name> | ||
<description>BigDataViewer Actions and GUI</description> | ||
|
@@ -92,7 +92,6 @@ | |
<connection>scm:git:git://github.com/bigdataviewer/bigdataviewer-playground</connection> | ||
<developerConnection>scm:git:[email protected]:bigdataviewer/bigdataviewer-playground</developerConnection> | ||
<url>https://github.com/bigdataviewer/bigdataviewer-playground/</url> | ||
<tag>bigdataviewer-playground-0.2.7</tag> | ||
</scm> | ||
|
||
<issueManagement> | ||
|
@@ -118,12 +117,12 @@ | |
<releaseProfiles>deploy-to-scijava</releaseProfiles> | ||
|
||
<scijava.deleteOtherVersions>true</scijava.deleteOtherVersions> | ||
<scijava.app.directory>C:/Users/nicol/Desktop/fiji-win64-bdv-playground/Fiji.app/</scijava.app.directory> | ||
<!-- <scijava.app.directory>C:/Users/nicol/Desktop/fiji-win64-bdv-playground/Fiji.app/</scijava.app.directory> --> | ||
|
||
<bigdataviewer-selector.version>0.1.8</bigdataviewer-selector.version> | ||
<bigvolumeviewer.version>0.2.0</bigvolumeviewer.version> | ||
<mastodon.version>1.0.0-beta-16</mastodon.version> | ||
<bigdataviewer-spimdata-extras.version>0.1.0</bigdataviewer-spimdata-extras.version> | ||
<mastodon.version>1.0.0-beta-17</mastodon.version> | ||
<bigdataviewer-spimdata-extras.version>0.1.1</bigdataviewer-spimdata-extras.version> | ||
<reflections.version>0.9.11</reflections.version> | ||
|
||
<!-- package version below are determined by the parent pom but need to be upgraded --> | ||
|
@@ -195,12 +194,6 @@ | |
<artifactId>imglib2</artifactId> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>ch.epfl.biop</groupId> | ||
<artifactId>bigdataviewer-spimdata-extras</artifactId> | ||
<version>${bigdataviewer-spimdata-extras.version}</version> | ||
</dependency> | ||
|
||
<!-- Test dependencies --> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.