summaryrefslogtreecommitdiff
path: root/firmal/src
AgeCommit message (Collapse)Author
2026-03-04Code Cleanup + Thread loadingHEADtrunkBenjamin Culkin
This reorganizes some of the code that will be used for parsing messages, as well as changing the loading of messages from JSON to use SwingWorker for loading
2026-01-28Add proper formatting for JSONBenjamin Culkin
Adds proper formatting/highlighting for the 'raw' message view
2026-01-28Minor tweak for future stuffBenjamin Culkin
2025-12-08Fix parallelizationBenjamin Culkin
Fix the parallelization so that it actually works. There is still future stuff to do (a way to see overall progress of the save, not just task-based progress would be nice) but it is certainly a start
2025-12-08Complete step two of DB refactor - parallelizationBenjamin Culkin
This refactors the app to actually use the parallelized DB support. Unfortunately, it doesn't actually work due to issues with the external batch support for NamedPreparedStatement. The next step is that, once NamedPreparedStatement has been reworked to actually have a working version of the feature, to adapt this to use that
2025-12-07Part one of DB updates - CentralizationBenjamin Culkin
Part one of the DB updates - switching to using a centralized source that uses a executor to parallelize. I'd imagine the performance would be more arse than it already was if I ran it now, which is why the next step is to change the save action to use SwingWorker and be parallelized per conversation. After that, set-up the UI for BatchTaskProgressPanel, and configure those SwingWorkers to use it
2025-12-07Checkpoint commit before fully moving DB connection to app-levelBenjamin Culkin
2022-09-27Minor changesBen Culkin
2020-11-10Rename some thingsBen Culkin
2020-10-06Info cleanupBen Culkin
2020-04-12Initial commitBen Culkin