Menu

Commit [r1732]  Maximize  Restore  History

1. Renamed File-> Print postscript to File-> Export to Postscript / PDF File... dialog. 2. Renamed several labels in the dialog so they are more intuitive to the user. 3. Reorganized the options into the newly named <MSA options:> and <Column Number Panel Above MSA:> as this is a more intuitive grouping of their functions and facilitates the key functional change (described next). 4. Within the <Column Number Panel Above MSA:> row, the newly created <include panel> checkbox is the main option. When it is unchecked, the other checkboxes on the same row are disabled (even when they are checked). This is necessary as the disabled checkboxes represent components that are part of the top panel and will not be displayed when the <include panel> is unchecked. Prior to this fix, the user would be confused when these components were missing and it appeared that there was a bug as the print function was not behaving as expected. 5. A default output file is now provided in the current working directory. The file name is dervied from the msa file name e.g. ngf.pfaat but has the extension .ps e.g. ngf.ps as this ensures that the file is recognized by the main operating systems and facilitates conversion to pdf. 6. Added a help button for the user. 7. Renamed various methods and variables to reflect their actual function. TO DO: At some point a <column numbering> checkbox should be added to <Column Number Panel Above MSA>. This is somewhat involved as DisplayProperties does not have methods to handle this. For example, it does not have a <setVisibilityOfColumnNumberingTopPanel>. See TODO comment in PrintPSDialog.exportToFile

dcaffrey 2023-04-14

changed /trunk/pfaat/pfaatProperties/pfaat.properties
changed /trunk/pfaat/src/com/neogenesis/pfaat/Alignment.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/DisplayProperties.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/EditAnnotationsDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/EditSequenceAnnotationsDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/ExtractProfileDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/GroupComparisonDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/GroupDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/MutualInformationDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/RemoveGroupDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/RemoveRedundantSequencesDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/io/AlignmentLoader.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/io/AlignmentSaverWorker.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/io/MSFLoader.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/print/PrintGrid.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/print/PrintPSDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/sequence/FindDialog.java
changed /trunk/pfaat/src/com/neogenesis/pfaat/util/PathManager.java
/trunk/pfaat/pfaatProperties/pfaat.properties Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/Alignment.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/DisplayProperties.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/EditAnnotationsDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/EditSequenceAnnotationsDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/ExtractProfileDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/GroupComparisonDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/GroupDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/MutualInformationDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/RemoveGroupDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/RemoveRedundantSequencesDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/io/AlignmentLoader.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/io/AlignmentSaverWorker.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/io/MSFLoader.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/print/PrintGrid.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/print/PrintPSDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/sequence/FindDialog.java Diff Switch to side-by-side view
Loading...
/trunk/pfaat/src/com/neogenesis/pfaat/util/PathManager.java Diff Switch to side-by-side view
Loading...