Merge branch 'releases/Release_2_11_3_Branch'
[jalview.git] / src / jalview / gui / JvOptionPane.java
2023-10-18 Ben SoaresJAL-4262 Fix the nonblockingdialog so that Jalview...
2023-10-12 Ben SoaresJAL-629 null check and neatening code
2023-10-11 Ben SoaresJAL-629 Add a timeout to modal dialogs for command...
2023-09-08 Ben SoaresJAL-4262 Dialog for GUI and WARN for CLI of old style...
2023-08-24 Ben SoaresMerge branch 'bug/JAL-4214_system_freeze_when_opening_f...
2023-08-18 Ben SoaresMerge branch 'bug/JAL-4214_system_freeze_when_opening_f...
2023-08-18 Ben SoaresMerge branch 'improvement/JAL-3830_remove_dock_icon_in_...
2023-08-18 Ben SoaresJAL-4242 null check on getValue() return bug/JAL-4242_exception_when_pressing_escape_in_fetch_from_URL_dialog
2023-08-10 Ben SoaresJAL-629 Change all stdout and stderr output to use...
2023-06-29 Ben SoaresJAL-4214 Linux only: Disable menus when internal modal... bug/JAL-4214_system_freeze_when_opening_file_using_gui_in_linux
2023-06-28 Ben SoaresJAL-4214 Make modal internal frame disappear when main...
2023-06-28 Ben SoaresJAL-4214 Close modal internal frame if JRootPane activi...
2023-05-25 Ben SoaresJAL-4186 Turn JvOptionPane Callable<Void> handlers...
2023-05-24 Ben SoaresJAL-4186 attempts to work in jalviewjs, still not working
2023-05-24 Ben SoaresJAL-4186 fix dialog. broken in JalviewJS
2023-02-27 Ben SoaresJAL-629 Fix Exceptions when running with CLI not headless
2023-02-09 Ben SoaresJAL-4125 Additions to JvOptionPane and QuitHandler...
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 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-08 Ben SoaresMerge branch 'bug/JAL-1988_JAL-3772_improved_quit_handl...
2022-11-08 Ben SoaresJAL-1988 JAL-3776 Formatting JvOptionPane
2022-11-08 Ben SoaresJAL-1988 JAL-3772 Fixes highlighted by tests
2022-11-04 Ben SoaresJAL-3416 Added logoIcon to quit (and potentially other...
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-11-03 Ben SoaresJAL-1988 JAL-3772 Tidying of unspecified Callable decla...
2022-10-28 Ben SoaresJAL-1988 JAL-3772 Removed 'Wait' button from waitDialog...
2022-10-27 Ben SoaresJAL-1988 Allow generic Container object in JvOptionPane...
2022-10-24 Ben SoaresJAL-1988 JAL-3772 wait timer working first time but...
2022-10-24 Ben SoaresJAL-1988 JAL-3772 Non-blocking modal dialogs for unsave...
2022-07-15 Ben SoaresJAL-4034 Allow request for non-modal JDialog, which...
2022-03-30 Ben SoaresJAL-360 JAL-3975 make AlignFrame the parent of FeatureE...
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-01-26 hansonrJalview.isJS() --> Platform.isJS(), DBRefEntry[] -...
2018-12-18 gmungocJAL-3048 DialogRunnerI reduced to minimal implementation
2018-12-10 gmungocJAL-3048 wip externalise trigger from RunResponse
2018-12-10 gmungocJAL-3048 DialogRunner changes (wip)
2018-12-06 gmungocJAL-3048 response() renamed addResponse(); checkstyle...
2018-07-18 Jim ProcterJAL-3048 add additional wrapper methods for JOptionPane...
2018-07-06 Jim ProcterJAL-3048 remove copied todo
2018-07-06 Jim ProcterJAL-3048 internalDialog with dialogRunner
2018-07-06 Jim ProcterJAL-3048 internalDialog with dialogRunner
2018-07-03 Jim ProcterJAL-3048 first pass at JvOptionDialog as property liste...
2018-06-28 hansonrJAL-3032 JvOptionPane summary of issues with boilerplat...
2018-06-27 hansonrJAL-3032 comments only - starting work on dialogs
2017-10-03 gmungocJAL-2738 copy to spikes/mungo
2017-08-16 Jim ProcterJAL-2418 source formatting
2016-11-24 tcofoegbuJAL-2326 updated references of JOptionPane to JvOptionPane
2016-11-24 tcofoegbuJAL-2326 added layer of abstraction between Jalview...