Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / io / JalviewFileChooser.java
2023-11-03 James ProcterJAL-4090 JAL-1551 spotlessApply
2023-08-18 Ben SoaresMerge branch 'improvement/JAL-4206_improve_JalviewFileC...
2023-08-10 Ben SoaresJAL-629 Change all stdout and stderr output to use...
2023-06-15 Ben SoaresJAL-4206 Use All Known Alignment Files as default until...
2023-06-14 Ben SoaresJAL-4026 if relative path in recently opened exists...
2023-06-14 Ben SoaresJAL-4206 unified dimensions
2023-06-14 Ben SoaresJAL-4206 Added recentlyOpenedCellRenderer to better...
2023-05-25 Ben SoaresJAL-4186 Turn JvOptionPane Callable<Void> handlers...
2022-11-09 Ben SoaresMerge branch 'improvement/JAL-3416_default_to_LIVE_DRAG...
2022-11-09 Ben SoaresJAL-3416 Add necessary logo to non-internal Frames
2022-11-09 Ben SoaresMerge branch 'improvement/JAL-3416_default_to_LIVE_DRAG...
2022-11-09 Ben SoaresJAL-3416 Remove all JFrame/JInternalFrame icons (set...
2022-11-04 Ben SoaresJAL-1998 JAL-3772 JAL-3416 Merge conflict resolution...
2022-11-03 Ben SoaresJAL-3416 File Chooser iconified, JvOptionPanes iconifie...
2022-10-24 Ben SoaresJAL-1988 JAL-3772 Non-blocking modal dialogs for unsave...
2022-03-08 Jim ProcterJAL-3438 spotless for 2.11.2.0
2019-04-03 hansonrreplacing @j2sNative with @j2sIgnore where appropriate...
2019-03-27 hansonrisJS cleanup
2019-03-13 gmungocJAL-3210 merge conflict tidying
2019-03-13 gmungocMerge branch 'develop' into trialMerge
2019-02-28 gmungocMerge branch 'feature/JAL-3169cancelOverwrite' into...
2019-01-30 Ben SoaresJAL-3141 Enabled the 'Include backpup files' checkbox...
2019-01-29 Ben SoaresJAL-3141 Found a good fix for updating the FileChooser...
2019-01-29 Ben SoaresJAL-3141 Found a (not ideal) fix for updating the FileC...
2019-01-26 hansonrJalview.isJS() --> Platform.isJS(), DBRefEntry[] -...
2019-01-25 Ben SoaresJAL-3141. This adds quite a lot of code to allow an...
2019-01-21 hansonrisAMac() -> isAMacAndNotJS(), isWindows() -> isWindowsA...
2018-12-21 gmungocJAL-3032 prefer Jalview.isJS() to j2sNative
2018-12-20 hansonrJalviewFileChooser back to original; synth. ref fixed...
2018-12-20 hansonrpreliminary hack fix for synthetic reference issue
2018-12-18 gmungocJAL-3048 fix NPE in file chooser callbacks map
2018-12-18 gmungocJAL-3048 DialogRunnerI reduced to minimal implementation
2018-12-17 gmungocMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
2018-12-17 gmungocMerge branch 'feature/JAL-3169cancelOverwrite' into...
2018-12-17 gmungocMerge branch 'Jalview-BH/JAL-3026-JAL-3063-JAXB' into
2018-12-13 hansonrSwingJS 3.2.4.05 should fix JFileChooser synthetic...
2018-12-10 gmungocJAL-3048 wip externalise trigger from RunResponse
2018-12-10 gmungocMerge branch 'feature/JAL-3169cancelOverwrite' into
2018-12-10 gmungocJAL-1421 added type to List and Vector feature/JAL-3169cancelOverwrite
2018-12-10 gmungocJAL-3169 leave file browser open on Cancel in overwrite...
2018-12-10 gmungocJAL-3048 DialogRunner changes (wip)
2018-12-06 gmungocJAL-3048 response() renamed addResponse(); checkstyle...
2018-11-08 gmungocJAL-3048 override showOpenDialog with JalviewJS compati...
2018-10-25 Ben SoaresJAL-3141 Ostensibly all backups working for alignment...
2018-10-22 Ben SoaresJAL-3141 Taken the backing up code out of FileChooser...
2018-10-22 Ben SoaresJAL-3141 Tidying
2018-10-19 Ben SoaresJAL-3141 Backup files being created with default suffix...
2018-10-17 Jim ProcterMerge branch 'feature/JAL-3063JAXB' into Jalview-BH...
2018-09-09 Jim ProcterJAL-3106 normalise extension before checking if it...
2018-09-07 Jim ProcterJAL-2988 if selected file is null (On Java 10/OSX ...
2018-09-07 Jim ProcterJAL-2988 workaround: overload getSelectedFile() because...
2018-08-22 Jim ProcterJAL-2988 workaround for jalview save as dialogs - clear...
2018-07-02 Jim ProcterJAL-3048 remove TODOs Jalview-BH/JAL-3048_dialogs
2018-07-02 Jim ProcterJAL-3048 don’t execute dialog runner after dialog shown...
2018-07-02 Jim ProcterJAL-3048 AlignFrame -> Save dialog refactored - patched...
2018-06-29 Jim ProcterJAL-3048 refactored Desktop->File->Open to use jalview...
2018-06-27 hansonrJAL-3032 part2 local file reading by JFileChooser
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-08-16 Jim ProcterJAL-2418 source formatting
2017-06-09 gmungocJAL-2446 merged to spike branch
2017-01-25 gmungocJAL-2344 push Cache.getProperty("LAST_DIRECTORY") insid...
2017-01-11 gmungocJAL-2344 FileFormats singleton for formats, FileFormatI...
2016-12-07 gmungocJAL-2344 handle null format, simplify JalviewFileChoose...
2016-11-28 gmungocMerge branch 'develop' into trialMerge
2016-11-25 gmungocJAL-2344 dynamically determine recognised extensions...
2016-11-25 gmungocJAL-2344 override to ignore (obsolete?) JalviewFileView
2016-11-24 tcofoegbuJAL-2326 updated references of JOptionPane to JvOptionPane
2016-11-24 gmungocFurther tweaks to get tests passing
2016-11-24 gmungocFileFormatI further tweaks, clean compile
2016-10-25 Jim ProcterJAL-2089 patch broken merge to master for Release 2... releases/Release_2_10_0_Branch
2016-08-30 gmungocMerge branch 'develop' into features/filetypeEnum
2016-07-12 gmungocFileFormat enum wip changes
2016-07-11 gmungocfile format enum wip changes
2015-10-16 Jim ProcterJAL-1925 update source version in license Release_2_9_0b2
2015-10-08 Jim ProcterJAL-1894 update year/version in copyright
2015-09-10 Jim ProcterJAL-1645 Version-Rel Version 2.9 Year-Rel 2015 Licensin...
2015-09-10 Jim ProcterJAL-1645 source formatting and organise imports
2015-03-06 Jim ProcterJAL-1683 replace year/version strings with tokens in...
2015-03-06 Jim ProcterMerge commit 'ab43013b7e357b84b4abade0dba949668dfb2a0e...
2015-02-04 Charles OfoegbuJAL-1643 modified jalviewFileChooser to retain default...
2015-02-04 Charles OfoegbuJAL-1643 Modified JalviewFileChooser to have a more...
2014-12-15 Jim ProcterJAL-1620 version bump and release notes
2014-10-06 Jim ProcterMerge branch 'Release_2_8_2_Branch' into JAL-429_phylip...
2014-10-03 Charles OfoegbuIntegration of David Corsars Phylip File support
2014-09-26 darolmarJAL-1355
2014-09-23 darolmarJAL-1355
2014-06-06 Jim ProcterJAL-1517 fix copyright for 2.8.2
2014-06-05 Jim ProcterJAL-1517 update copyright to version 2.8.2
2014-05-22 Jim ProcterJAL-1503 update version in GPL header
2014-04-21 Jim Procterfix for JAL-1438
2014-02-03 Jim ProcterMerge branch 'Release_2_8_1_Branch_i18n' into try_r20b1...
2014-01-29 Jim ProcterJAL-1432 updated copyright notices
2013-12-25 darolmarJAL-1355 (basic i18n support)
2012-11-15 jproctersource formatting
2012-11-15 jprocterMerge branch 'develop' into menard
2012-10-22 jprocterJalview 2.8 Source Header
2012-10-03 jprocterformatting
2012-07-05 Anne MenardAdd support RNAML format
2011-10-10 jprocterupdate author list in license for (JAL-826)
2011-10-04 jprocterMerge remote-tracking branch 'remotes/origin/2_5_1_rna_...
next