log

age author commit description
16 months ago Fox e11d32e296d2 Cleaned-up option card code a bit, and functional 'save' and 'discard' buttons in TabOptions
16 months ago Fox 290101988622 Functional checkbox options, and saving options to a card
18 months ago Fox 652027516bd6 Database, TabSimpleSearch: Now storing and displaying total results found
19 months ago Fox 85d38a6a2349 Card: Started on option functions
19 months ago Fox d63c1d41f364 Fixed-up formatting all over
19 months ago Fox 14506c250461 TabOptions: Made action options work
19 months ago Fox 5c74293fb41a Cards are now secondarily sorted by modification timestamp when searching
22 months ago Fox 9bf9fd26bb33 TabOptions: Started on visual representations of categories, checkboxes and actions
22 months ago Fox b93c6236c6cb TabOptions: Minor progress
22 months ago Fox 487ba392d38a Open options tab in a new window
22 months ago Fox c5bd33a186fa Changed 'Cancel' button to just 'Back' if no changes were made
22 months ago Fox 7852a62809ba Minor formatting
2023-04-07 Fox e4588b8a8ddc Started on TabOptions
2023-04-06 Fox 9ece57b1895d Database: Getting non-string-typed tag values back in a better way, and better sorting for cards without 'last edit' timestamp
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