Ben Soares [Wed, 8 Jul 2020 11:25:26 +0000 (12:25 +0100)]
Merge branch 'task/JAL-3609_HiDPI_support_in_java' into task/JAL-3608_and_JAL-3609_merged_for_Release_2_11_1_Branch
Ben Soares [Tue, 7 Jul 2020 23:02:18 +0000 (00:02 +0100)]
JAL-3608 Changes from code review CR-JAL-236
Ben Soares [Tue, 7 Jul 2020 19:58:03 +0000 (20:58 +0100)]
JAL-3608 ex stacktraces now go to Cache.log.debug
Ben Soares [Tue, 7 Jul 2020 19:42:23 +0000 (20:42 +0100)]
JAL-3628 System.out/err -> Cache.log.info/error
Ben Soares [Tue, 7 Jul 2020 19:39:04 +0000 (20:39 +0100)]
Merge branch 'bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows' into task/JAL-3608_property_set_laf_and_tests_from_Release_2_11_1_Branch
Ben Soares [Tue, 7 Jul 2020 19:35:39 +0000 (20:35 +0100)]
JAL-3628 System.out/err -> Cache.log.info/error
Ben Soares [Tue, 7 Jul 2020 00:50:05 +0000 (01:50 +0100)]
JAL-3685 Fixed single quotes in formatMessage messages
Ben Soares [Tue, 7 Jul 2020 00:30:23 +0000 (01:30 +0100)]
JAL-3628 Fixed oddly worded and non-formatted error popups when saving fails
Ben Soares [Mon, 6 Jul 2020 15:42:40 +0000 (16:42 +0100)]
Merge branch 'bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows' of https://source.jalview.org/git/jalview into bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows
Ben Soares [Mon, 6 Jul 2020 15:40:25 +0000 (16:40 +0100)]
Merge branch 'bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows' of https://source.jalview.org/git/jalview into bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows
Ben Soares [Mon, 6 Jul 2020 14:54:52 +0000 (15:54 +0100)]
JAL-3676 improvement for visual selection of console text - fg color change if required
Ben Soares [Mon, 6 Jul 2020 15:27:36 +0000 (16:27 +0100)]
Merge branch 'bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows' of https://source.jalview.org/git/jalview into bug/JAL-3628_Unable_to_save_update_to_existing_file_in_Windows
Ben Soares [Mon, 6 Jul 2020 14:54:52 +0000 (15:54 +0100)]
JAL-3628 improvement for visual selection of console text - fg color change if required
Ben Soares [Mon, 6 Jul 2020 14:43:37 +0000 (15:43 +0100)]
JAL-3628 Fix for slightly incorrect boolean usage to determine success when rolling backup files
Ben Soares [Mon, 6 Jul 2020 13:48:59 +0000 (14:48 +0100)]
JAL-3628 Even more Cache.log.debug statements
Ben Soares [Sat, 4 Jul 2020 12:17:42 +0000 (13:17 +0100)]
JAL-3628 More Cache.log.debug statements
Ben Soares [Thu, 2 Jul 2020 14:36:41 +0000 (15:36 +0100)]
JAL-3676 code review -- added non-listed Level into dropdown list
Ben Soares [Tue, 30 Jun 2020 15:04:00 +0000 (16:04 +0100)]
JAL-3676 Added Log Level ComboBox and Copy to Clipboard button in Java Console
Ben Soares [Wed, 24 Jun 2020 22:29:40 +0000 (23:29 +0100)]
JAL-3667 Fixed single backupfile error deleting the backupfile. Changed console output to Cache.log....
Ben Soares [Sun, 21 Jun 2020 00:24:10 +0000 (01:24 +0100)]
JAL-3609 Report when scale setting used.
Ben Soares [Sun, 21 Jun 2020 00:23:37 +0000 (01:23 +0100)]
JAL-3609 New auto-scale 'formula' for linux HiDPI. Tested to work for UHD screen in various OS display settings.
Ben Soares [Wed, 22 Apr 2020 19:18:27 +0000 (20:18 +0100)]
JAL-3608 non-JS cherry-pick
Cleaned up Look and Feel selection and enabled specific selections via "laf" property or .jalview_properties property "PREFERRED_LAF".
Default behaviour is the same as before for all platforms except Linux which will now always default to "Metal" (ignoring the property 'swing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' that is set by the system in Ubuntu [and plausibly other OSes, though not Kubuntu]). If a laf property is set then this obviously gets used if possible.
Also added an optional gradle 'testLaf' property (e.g. gradle -PtestLaf=metal test) which will set the laf property during tests. Possibly handy to spot differences to test results between mac and build server (which will default to Metal).
Recognised values of "laf" are:
(specific LaFs) "metal", "gtk", "quaqua", "vaqua", "nimbus",
(best guess LaFs) "mac", "system", "crossplatform"
Ben Soares [Tue, 16 Jun 2020 12:51:05 +0000 (13:51 +0100)]
JAL-3608 formatting save only
Ben Soares [Tue, 16 Jun 2020 12:49:33 +0000 (13:49 +0100)]
JAL-3608 formatting save only
Ben Soares [Mon, 15 Jun 2020 19:22:29 +0000 (20:22 +0100)]
JAL-3628 Changed other calls to renameTo to use BackupFiles.moveFileToFile
Ben Soares [Mon, 8 Jun 2020 23:49:34 +0000 (00:49 +0100)]
JAL-3628 Changed all file1.renameTo(file2) calls to Files.move(path1,path2,REPLACE_EXISTING) in jalview.io.BackupFiles. This fixes a problem in Windows with renameTo when destination file already exists.
soares [Fri, 22 May 2020 11:56:04 +0000 (12:56 +0100)]
JAL-3609 corrected maxdimension to mindimension. Adjusted tallscreen limit
Ben Soares [Wed, 20 May 2020 17:25:34 +0000 (18:25 +0100)]
JAL-3609 removed debugging prints
Ben Soares [Tue, 19 May 2020 19:32:27 +0000 (20:32 +0100)]
JAL-3609 changed property names to something more palatable and catered for portrait screens
Ben Soares [Tue, 19 May 2020 17:15:01 +0000 (18:15 +0100)]
JAL-3609 system properties to force a scale, or automatically choose based on OS, Screen DPI and Screen height in pixels
Ben Soares [Tue, 19 May 2020 00:38:58 +0000 (01:38 +0100)]
JAL-3609 Added a -DforceHiDPISetting=true option mainly for testing, and updated getdown HiDPISetting
gmungoc [Mon, 18 May 2020 08:39:55 +0000 (09:39 +0100)]
JAL-3613 remove debug code committed in error
Ben Soares [Fri, 15 May 2020 20:04:39 +0000 (21:04 +0100)]
JAL-3609 HiDPI scale setting done via system prop in getdown or halview.bin.Launcher
gmungoc [Fri, 1 May 2020 11:41:00 +0000 (12:41 +0100)]
Merge branch 'bug/JAL-3613emblCDSTracking' into releases/Release_2_11_1_Branch
gmungoc [Fri, 1 May 2020 11:36:58 +0000 (12:36 +0100)]
JAL-3613 check sequence overlap when matching search results
Jim Procter [Wed, 22 Apr 2020 10:43:00 +0000 (11:43 +0100)]
Merge branch 'releases/Release_2_11_1_Branch'
Jim Procter [Tue, 21 Apr 2020 23:07:33 +0000 (00:07 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 23:07:21 +0000 (00:07 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into develop
Jim Procter [Tue, 21 Apr 2020 23:06:07 +0000 (00:06 +0100)]
JAL-3407 add GPL license to Jalview source files
Jim Procter [Tue, 21 Apr 2020 23:03:25 +0000 (00:03 +0100)]
JAL-3407 release notes - JAL-247 - for auto-set-ID, and revise wording for transferring virtual features in chimera
Jim Procter [Tue, 21 Apr 2020 20:19:35 +0000 (21:19 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 20:19:16 +0000 (21:19 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into develop
Jim Procter [Tue, 21 Apr 2020 20:18:56 +0000 (21:18 +0100)]
JAL-3407 fix JAL-3574 - remove from known issues for 2.11.1.0
Jim Procter [Tue, 21 Apr 2020 17:23:57 +0000 (18:23 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 17:23:46 +0000 (18:23 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into develop
Jim Procter [Tue, 21 Apr 2020 17:23:11 +0000 (18:23 +0100)]
JAL-3574 JAL-3407 release notes
Jim Procter [Tue, 21 Apr 2020 17:06:17 +0000 (18:06 +0100)]
Merge branch 'bug/JAL-3574filterByPOS' into documentation/JAL-3407_2.11.1_release
Jim Procter [Tue, 21 Apr 2020 17:04:40 +0000 (18:04 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 17:04:33 +0000 (18:04 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 17:03:45 +0000 (18:03 +0100)]
Merge branch 'documentation/JAL-3407_2.11.1_release' into develop
Jim Procter [Tue, 21 Apr 2020 16:39:33 +0000 (17:39 +0100)]
JAL-3407 add and document ComputePeptideVariants.groovy
Ben Soares [Tue, 21 Apr 2020 14:37:32 +0000 (15:37 +0100)]
JAL-3577 changed default RELEASE dir in build.gradle to use absolute path to help buildship when importing project for first time
Jim Procter [Tue, 21 Apr 2020 13:16:50 +0000 (14:16 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 13:16:17 +0000 (14:16 +0100)]
Merge branch 'develop' of source.jalview.org/git/jalview into develop
Jim Procter [Tue, 21 Apr 2020 13:15:07 +0000 (14:15 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 21 Apr 2020 13:10:22 +0000 (14:10 +0100)]
JAL-3567 JAL-3407 document sequence features report and the additional info provided for virtual features. Also bumped release date to 22st April
Ben Soares [Tue, 21 Apr 2020 11:07:53 +0000 (12:07 +0100)]
JAL-3577 Added newer install dirs to the deletion list in the uninstaller and tidied the list
Jim Procter [Tue, 21 Apr 2020 10:58:30 +0000 (11:58 +0100)]
Merge branch 'bug/JAL-3567virtualFeatureCoordinates' into develop
Jim Procter [Tue, 21 Apr 2020 10:48:44 +0000 (11:48 +0100)]
JAL-367 code tidy
Jim Procter [Tue, 21 Apr 2020 10:48:35 +0000 (11:48 +0100)]
JAL-3567 translated rather than imputed peptide
gmungoc [Fri, 17 Apr 2020 13:00:10 +0000 (14:00 +0100)]
JAL-3567 unit tests for linked feature tooltips
gmungoc [Thu, 16 Apr 2020 17:43:21 +0000 (18:43 +0100)]
JAL-3567 adjust layout of linked feature report, unit test
gmungoc [Thu, 16 Apr 2020 16:37:46 +0000 (17:37 +0100)]
JAL-3567 added 'imputed by Jalview' to protein consequence in report
gmungoc [Thu, 16 Apr 2020 15:11:23 +0000 (16:11 +0100)]
JAL-3567 report mapped location for virtual features in tooltip etc
Jim Procter [Tue, 14 Apr 2020 15:39:04 +0000 (16:39 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 14 Apr 2020 15:38:39 +0000 (16:38 +0100)]
JAL-3407 JAL-3529 release notes
Jim Procter [Tue, 14 Apr 2020 15:33:50 +0000 (16:33 +0100)]
Merge branch 'bug/JAL-3529_uniprotidsinstockholm' into develop
Jim Procter [Tue, 14 Apr 2020 15:33:22 +0000 (16:33 +0100)]
JAL-3529 revert ordering of DBRef addition so it reflects situation after Pfam import </picky>
Jim Procter [Tue, 14 Apr 2020 15:09:51 +0000 (16:09 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 14 Apr 2020 12:50:54 +0000 (13:50 +0100)]
JAL-3597 improved Memory test suite by detecting base memory usage rather than assuming it is constant for each release.
Jim Procter [Tue, 14 Apr 2020 12:24:46 +0000 (13:24 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Tue, 14 Apr 2020 12:21:38 +0000 (13:21 +0100)]
JAL-3407 release date set to 16th April, known issue report for JAL-3574
Jim Procter [Tue, 14 Apr 2020 11:25:20 +0000 (12:25 +0100)]
Merge branch 'testing/JAL-3577_jalviewversion_autoset_fixed' into develop
gmungoc [Mon, 13 Apr 2020 15:42:42 +0000 (16:42 +0100)]
JAL-3574 test coverage corners
gmungoc [Mon, 13 Apr 2020 11:45:38 +0000 (12:45 +0100)]
JAL-3574 Matcher with integer/long value pattern (e.g. VCF POS locus)
gmungoc [Sun, 12 Apr 2020 14:43:21 +0000 (15:43 +0100)]
JAL-3596 change redacted
gmungoc [Sun, 12 Apr 2020 12:24:24 +0000 (13:24 +0100)]
JAL-3596 don't draw text over features if Show Text is unselected
Ben Soares [Thu, 9 Apr 2020 13:32:03 +0000 (14:32 +0100)]
JAL-3588 Remove Examples folder in windows Program Group for all CHANNEL values
Jim Procter [Thu, 9 Apr 2020 11:04:07 +0000 (12:04 +0100)]
JAL-3577 automatically configure JALVIEW_VERSION for builds using jalview.version property in RELEASE file
Ben Soares [Tue, 7 Apr 2020 13:24:02 +0000 (14:24 +0100)]
JAL-3577 improvement to non-release DMG background and source SVG. Updated docs on image specification/creation.
Ben Soares [Tue, 7 Apr 2020 00:30:12 +0000 (01:30 +0100)]
Merge branch 'task/JAL-3577_Jalview_Test_installers' into develop
Ben Soares [Tue, 7 Apr 2020 00:29:33 +0000 (01:29 +0100)]
JAL-3577 Added DEVELOP DMG styling. Improved TEST-RELEASE and NON-RELEASE styling
Ben Soares [Mon, 6 Apr 2020 21:34:06 +0000 (22:34 +0100)]
JAL-3577 Fixed Jalview Programme Group in Windows menu. Added examples folder for RELEASE channel only and Examples folder in Jalview Programme Group in Windows.
Jim Procter [Mon, 6 Apr 2020 16:48:32 +0000 (17:48 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Mon, 6 Apr 2020 16:47:45 +0000 (17:47 +0100)]
JAL-3407 redact java 8 incompatible type inference
Jim Procter [Mon, 6 Apr 2020 16:27:29 +0000 (17:27 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Jim Procter [Mon, 6 Apr 2020 16:25:35 +0000 (17:25 +0100)]
JAL-3407 updated release date to Thursday 9th April, and release notes for JAL-3577 JAL-3581 JAL-3571
gmungoc [Mon, 6 Apr 2020 14:58:33 +0000 (15:58 +0100)]
JAL-3581 no hidden sequence marker if hidden markers not shown
Ben Soares [Mon, 6 Apr 2020 14:49:30 +0000 (15:49 +0100)]
JAL-3577 Moved application Categories for freedesktop menus into correct place in install4j
Ben Soares [Mon, 6 Apr 2020 12:32:30 +0000 (13:32 +0100)]
JAL-3577 removed debugging
Ben Soares [Mon, 6 Apr 2020 12:29:40 +0000 (13:29 +0100)]
Merge branch 'task/JAL-3577_Jalview_Test_installers' into develop
Ben Soares [Mon, 6 Apr 2020 12:27:56 +0000 (13:27 +0100)]
JAL-3577 Added existing and new Application IDs for Windows. Fixed Desktop shortcut and Menu entry.
gmungoc [Mon, 6 Apr 2020 09:18:17 +0000 (10:18 +0100)]
JAL-3579 no Feature Editor if features not shown
Jim Procter [Mon, 6 Apr 2020 08:20:49 +0000 (09:20 +0100)]
Merge branch 'develop' into releases/Release_2_11_1_Branch
Ben Soares [Mon, 6 Apr 2020 08:20:35 +0000 (09:20 +0100)]
JAL-3577 Changed shortName to INTERNAL_ID
Ben Soares [Sun, 5 Apr 2020 09:50:46 +0000 (10:50 +0100)]
JAL-3577 Changed Windows internal ID to a new value which is backward compatible with the 2.11.0 installation. i.e. release versions will have internal ID 'Jalview'
Ben Soares [Sun, 5 Apr 2020 09:50:12 +0000 (10:50 +0100)]
JAL-3577 Changed Windows internal ID to a new value which is backward compatible with the 2.11.0 installation. i.e. release versions will have internal ID 'Jalview'
Ben Soares [Sat, 4 Apr 2020 00:01:39 +0000 (01:01 +0100)]
JAL-3577 Added DS_Store for Test release to look like proper installer
Ben Soares [Fri, 3 Apr 2020 16:04:30 +0000 (17:04 +0100)]
JAL-3577 Added a jalviewt scheme ONLY to TEST-RELEASE and TEST-LOCAL channels so that a test jvl can be made to ONLY open in the Test installation
Ben Soares [Fri, 3 Apr 2020 15:44:56 +0000 (16:44 +0100)]
JAL-3577 cleaned up old DMG files. Added NON-RELEASE DMG files. Changed how Jalview name propogates through install4j -- now dynamically created depending on the CHANNEL