JAL-1601 Move job class as inner task class
[jalview.git] / src / jalview / ws2 / gui /
2023-10-17 Mateusz WarownyJAL-1601 Create alignment copying method in AlignmentUtils
2023-10-16 Mateusz WarownyJAL-1601 Propagate hidden columns to the output alignment
2023-10-16 Mateusz WarownyJAL-1601 Propagate representative sequence to the final...
2023-10-13 Mateusz WarownyJAL-1601 Load and display JPred4 service in AlignFrame
2023-07-31 Mateusz WarownyJAL-4241 Fix annotation and feature alignment with...
2023-07-17 Mateusz WarownyJAL-4232 Disable menu items for RNA services for proteins. patch/JAL-4232-disable-unavailable-services
2023-07-14 Mateusz WarownyMerge branch 'feature/JAL-3954-ebi-phmmer' into mmw... mmw/JAL-4199-task-execution-update
2023-07-12 Mateusz WarownyJAL-4199 Fix cancel button not appearing on progress bar
2023-07-12 Mateusz WarownyJAL-4199 Remove viewport reference from AnnotationTask
2023-07-12 Mateusz WarownyJAL-4199 Fix interactive jobs not being stopped
2023-07-12 Mateusz WarownyJAL-4199 Schedule tasks for execution from MenuManager
2023-07-12 Mateusz WarownyJAL-4199 Update gui handler for annotation tasks
2023-07-12 Mateusz WarownyJAL-4199 Remove taskRestarted from task events
2023-06-02 Mateusz WarownyJAL-3954 reuse spinner dialog to show search task status
2023-05-30 Mateusz WarownyJAL-3954 create primitive gui handler for search service
2023-05-10 Mateusz WarownyJAL-3954 Create fallback for handling unknown actions
2023-02-22 Mateusz WarownyJAL-4130 Replace Collection#forEach call with for loop
2023-02-22 Mateusz WarownyJAL-4130 Avoid using thenComparing of the Comparator...
2023-02-17 Mateusz WarownyJAL-4131 Replace usages of requireNonNullElse
2023-02-16 Mateusz WarownyJAL-4130 Workaround the j2s issue with final variables...
2023-02-06 Mateusz WarownyJAL-3878 Change Cache.log calls to Console
2022-04-25 Mateusz WarownyJAL-3878 Fix edit settings dialog prompting to discard...
2022-04-11 Mateusz WarownyJAL-3878 Build interactive services menu
2022-04-11 Mateusz WarownyJAL-3878 Implement gui elements for annotation servicces
2022-03-25 Mateusz WarownyJAL-3878 Change align frame added to desktop to correct one
2022-03-25 Mateusz WarownyJAL-3878 Wrap infoPanel updates with SwingUtilities...
2022-03-15 Mateusz WarownyJAL-3878 Connect alignment services with gui
2022-03-11 Mateusz WarownyJAL-3878 Create web service menu manager.