log

age author commit description
2023-01-07 Fox 85b392e8ba87 Using Linux-specific workarounds for URI opening if Java can't do it
2023-01-07 Fox 1d37914defe0 TabEdit: Fixed being able to add multiple tag buttons that represent the same internal tag-value
2023-01-06 Fox d1faf5db459c TabEdit: Started on tag context menu, and started on 'open as URI' option
2023-01-06 Fox 3f25b75e6dac TabSimpleSearch: Added a pupup menu for future options
2022-12-24 Fox dfedca84c36b Fixed up saving of tags with empty values and card hiding
2022-12-24 Fox fc040f668d55 Database: Added 'databaseResaveAll()' function
2022-12-24 Fox 6019854233a7 Minor: Edited tooltip for create card button
2022-12-24 Fox c6b1b4def7c1 Allowing to edit and create cards in a new window..
2022-12-24 Fox 3f0b4e44c6ef Hide cards with specific tags from search results
2022-12-23 Fox df652edb3c0e TabBoard: Don't record board tags if the board is empty
2022-12-23 Fox 4dd7d78e19a1 Moved recursive card deletion logic to Database class
2022-12-23 Fox e8d83f1a6100 Moved card identifier list parsing to newly created TagUtility class
2022-12-23 Fox 1304d3d5b4a4 Moved all Lucene exception handling to Database class
2022-12-23 Fox e28cb683c561 TabBoard: Improved card removal
2022-12-23 Fox 07a05c60abef TabBoard: Improved column removal
2022-12-23 Fox cda50e8f5135 TabBoard: Rough saving and loading
2022-12-23 Fox a2696310fa8c Default to TabSearch search, and added a way to get to TabBoard from TabEdit
2022-12-23 Fox 9cef3d27f2e8 Improved search
2022-12-23 Fox 99958b2e2a5a TabColumns: Redesigned button toolbar
2022-12-17 Fox edfeca7d5b45 TabColumns: Ability to rename Column Set
2022-12-14 Fox 154c07f4c23c TabColumns: Ability to edit column titles (double click)
2022-12-03 Fox 3d6f0e82beea TabColumns: Ability to move cards between columns
2022-11-30 Fox eed982f6d415 TabColumns: Ability to move cards within a column
2022-11-25 Fox 7cf2788649a7 Added some tooltips
2022-11-24 Fox da84f5a332f0 TabColumns: Now able to add columns via a button
2022-11-08 Fox 3431ab41f067 Main: Add initial window from event dispatching thread
2022-11-08 Fox a7df71cc80d9 TabColumns: Fixed columns not visually disappearing after removal unless GUI is repainted
2022-11-08 Fox e2e06241d69f TabColumns: Instead of adding struts, columns now have invisible border
2022-11-08 Fox bad4e8bb769e Minor: Edited comment
2022-10-30 Fox 487e560524c2 TabSimpleSearch: Simplified action listener usage