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
|
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
|
2022-10-30 |
Fox |
1cad42247892 |
TabEdit: Simplify shortcut logic
|
2022-10-30 |
Fox |
5aa3c7e36ff1 |
TabEdit: Simplify action listeners
|
2022-10-30 |
Fox |
0fa52bdb0673 |
TabColumns: Now able to remove columns via middle click.
|
2022-10-29 |
Fox |
a5bc0a1f173c |
TabColumns: Now able to remove cards by middle clicking them
|
2022-10-29 |
Fox |
101ad0b0ab6f |
TabColumns: Plus button now inserts new card
|
2022-10-21 |
Fox |
979e9183aac8 |
TabColumns: Layout progress
|
2022-10-20 |
Fox |
27f2a22399d1 |
README: Removed sentence mentioning 'run scripts'
|
2022-10-20 |
Fox |
2fab4ac14aaf |
TabColumns: Some visual progress
|
2022-10-19 |
Fox |
de1ba9325973 |
Started on TabColumns
|
2022-10-19 |
Fox |
11bf54badc99 |
Figured out JAR MANIFEST, removed operating system-specific run scripts
|
2022-08-18 |
Fox |
8cc09761cf18 |
Added 'Compiling / Packaging' section to the README file
|
2022-07-07 |
Fox |
06b4a235d4bc |
Commit database to disk on card save via CTRL+S
|
2022-05-11 |
Fox |
2c1f4dc0513f |
TabSimpleSearch: Use control + S keyboard shortcut to save changes to disk
|
2022-05-11 |
Fox |
6cbb34600e38 |
TabEdit: Cancel and save keyboard shortcuts
|
2022-05-10 |
Fox |
fb49a356458a |
Control + save button click to save card and stay in edit mode
|
2022-05-06 |
Fox |
91344832aa2a |
Lowercase database directory name
|
2022-05-06 |
Fox |
8db9285be2be |
Fix card title cutting off underscores
|
2022-05-06 |
Fox |
cbaf2bbb1775 |
Added ./local to .hgignore
|
2022-05-06 |
Fox |
14ba7a4ea7cd |
Make Linux run script function when called from different directory
|
2022-05-06 |
Fox |
03fb5ab2e0a6 |
Wrote a README file
|
2022-05-05 |
Fox |
64151d1c78b6 |
Package: Fix packing symlinks into TAR, add Windows run script
|
2022-05-05 |
Fox |
b66fc08656c1 |
TabEdit: commented out lines that seem to have no effect
|
2022-05-04 |
Fox |
222aafd9491b |
Package script: archive the resulting files into a TAR
|
2022-05-04 |
Fox |
a60e20304924 |
Added a packaging script
|
2022-05-04 |
Fox |
0e480624a38a |
TabEdit layout: introducted minimum height for content
|
2022-05-04 |
Fox |
981d634a05ac |
Started on my own layout manager for TabEdit
|
2022-04-10 |
Fox |
c9961a1e1479 |
Scroll to top on new search
|
2022-04-10 |
Fox |
60104bfcffff |
Fixed Card::tagGetAs()
|
2022-04-10 |
Fox |
e51c3c807650 |
Simple Search: Allow leading wildcard
|
2022-04-10 |
Fox |
736bcfba1d2d |
Hide internal tags from interface
|
2022-04-10 |
Fox |
4bb371496315 |
Tag editing
|
2022-04-09 |
Fox |
d90a9b1065d1 |
Rewrote 'Card' class with tag support
|
2022-04-09 |
Fox |
ecc0cb60b845 |
Scroll to top when opening a card to edit
|
2022-04-08 |
Fox |
b4fd74d0680d |
Card deletion button
|
2022-04-08 |
Fox |
587b69a38915 |
Editing cards
|
2022-04-08 |
Fox |
66d3fdffc3d2 |
Display search query in window title
|
2022-04-08 |
Fox |
dd51276f95a2 |
Dynamically change window title on card edit tab to reflect card title
|
2022-04-08 |
Fox |
9d3256f86803 |
Functional card creation and search
|
2022-04-07 |
Fox |
4ee26d904fe3 |
Added card identifier, move execution current directory to './run'
|
2022-04-05 |
Fox |
fbe307da953a |
Started on database
|
2022-04-04 |
Fox |
81608928a9db |
Separated window functionality off from the Main class into a Window class
|
2022-04-04 |
Fox |
1b754922d6af |
Started on button events
|
2022-04-01 |
Fox |
6e29262ee18c |
Added card widget
|
2022-03-31 |
Fox |
19b163992f3b |
Added scroll pane to simple search tab
|
2022-03-31 |
Fox |
3922b33bb764 |
Separated tabs into classes
|
2022-03-31 |
Fox |
4e9f2e87eb7b |
Repository start, basic interface mockups
|