log

age author commit description
2023-04-06 Fox 33f090b497c8 TabEdit: Introduced 'ghosts', so recreated cards are properly linked
2023-04-06 Fox 144cb44cd75e TabEdit: Introduced dirty/unsaved marker '*'
2023-04-05 Fox 7a3fd865654a Spacing/Formatting/Indentation: Now using tabs exclusively, instead of a mix of tabs and spaces
2023-04-05 Fox a313eaea437a TabBoard/TabCalendarBoard: Fixed-up scrollbars starting position and step
2023-04-05 Fox 50af17182cd8 TabSimpleSearch: Added 'resave all cards' option to the popup menu
2023-04-05 Fox f52a4c112d79 Recording two card edit timestamps, one for user and one internal
2023-04-05 Fox 40f1ea8f49ef Hidden fields are not indexed into default search field anymore
2023-03-21 Fox 778130f1a4c4 F2 now opens a new window
2023-03-21 Fox babc1a1305fd TabCalendarBoard: Tooltip for column day-of-the-week and custom column title date format
2023-02-23 Fox d6953ebfbe7e TabBoard/TabCalendarBoard: Inserting cards that failed to resolve as empty, instead of skipping them
2023-02-23 Fox 666e6253fbdf TabBoard/TabCalendarBoard: Don't abort column cards loading even if one of the cards wasn't found
2023-02-22 Fox ce163f6cecdb TabBoard/TabCalendarBoard: Can now use ESCAPE to go back
2023-02-19 Fox 1df77c040218 Separated ColumnCardWidget into separate file (from TabBoard and TabCalendarBoard)
2023-02-19 Fox 0359e47f38c9 TabCalendarBoard: Added CTRL+S keybind for manual saving
2023-02-19 Fox 4979d5820624 TabCalendarBoard: Setting range to 7 days starting with current day
2023-02-19 Fox 3f068cb07fdf TabCalendarBoard: Date selection fixes
2023-02-18 Fox 355b3c6c6eb9 TabCalendarBoard: Made populateColumns() more careful
2023-02-18 Fox a22a6d60a669 TabCalendarBoard: Functional options
2023-02-07 Fox caae98448674 TabCalendarBoard: Working saving/loading of columns
2023-02-06 Fox 2a93d2a65b0f TabCalendarBoard: Saving and loading of calendar board card
2023-01-30 Fox 9eb88ddd4e94 TabCalendarBoard: Populating columns based on selected date range
2023-01-25 Fox 0be27b125634 TabCalendarBoard: Started on date range selection
2023-01-22 Fox 8759379a27a4 TabCalendarBoard: Minor progress
2023-01-18 Fox e476baaaab2c Started on TabCalendarBoard
2023-01-07 Fox b2a17ae9c9e2 Window: Changed default window width to 512 (from 384)
2023-01-07 Fox 0d4e996a5d99 Expanded generated 'readme.txt' and fixed minor mistake in 'README.md'
2023-01-07 Fox 2a6795772ed4 TabEdit: Added 'copy value' option to tag's context menu
2023-01-07 Fox f3fe8eebdcfd TabEdit: Ability to remove tags by middle-clicking them
2023-01-07 Fox f9b9c7b473b9 TabSimpleSearch: Moved 'add card' button right to the top-right corner for easier access
2023-01-07 Fox 7c5c9cd41b8f Minor comment spelling fix
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