log

age author commit description
Wed, 19 Oct 2022 12:36:59 +0200 Fox 11bf54badc99 Figured out JAR MANIFEST, removed operating system-specific run scripts
Thu, 18 Aug 2022 20:12:22 +0200 Fox 8cc09761cf18 Added 'Compiling / Packaging' section to the README file
Thu, 07 Jul 2022 17:26:33 +0200 Fox 06b4a235d4bc Commit database to disk on card save via CTRL+S
Wed, 11 May 2022 02:43:31 +0200 Fox 2c1f4dc0513f TabSimpleSearch: Use control + S keyboard shortcut to save changes to disk
Wed, 11 May 2022 02:32:44 +0200 Fox 6cbb34600e38 TabEdit: Cancel and save keyboard shortcuts
Wed, 11 May 2022 01:33:40 +0200 Fox fb49a356458a Control + save button click to save card and stay in edit mode
Fri, 06 May 2022 17:18:54 +0200 Fox 91344832aa2a Lowercase database directory name
Fri, 06 May 2022 17:18:39 +0200 Fox 8db9285be2be Fix card title cutting off underscores
Fri, 06 May 2022 14:54:43 +0200 Fox cbaf2bbb1775 Added ./local to .hgignore
Fri, 06 May 2022 14:54:22 +0200 Fox 14ba7a4ea7cd Make Linux run script function when called from different directory
Fri, 06 May 2022 13:57:48 +0200 Fox 03fb5ab2e0a6 Wrote a README file
Thu, 05 May 2022 17:09:31 +0200 Fox 64151d1c78b6 Package: Fix packing symlinks into TAR, add Windows run script
Thu, 05 May 2022 05:05:50 +0200 Fox b66fc08656c1 TabEdit: commented out lines that seem to have no effect
Thu, 05 May 2022 00:59:37 +0200 Fox 222aafd9491b Package script: archive the resulting files into a TAR
Thu, 05 May 2022 00:45:16 +0200 Fox a60e20304924 Added a packaging script
Wed, 04 May 2022 23:47:55 +0200 Fox 0e480624a38a TabEdit layout: introducted minimum height for content
Wed, 04 May 2022 18:55:18 +0200 Fox 981d634a05ac Started on my own layout manager for TabEdit
Sun, 10 Apr 2022 19:50:45 +0200 Fox c9961a1e1479 Scroll to top on new search
Sun, 10 Apr 2022 05:37:05 +0200 Fox 60104bfcffff Fixed Card::tagGetAs()
Sun, 10 Apr 2022 03:38:26 +0200 Fox e51c3c807650 Simple Search: Allow leading wildcard
Sun, 10 Apr 2022 02:32:40 +0200 Fox 736bcfba1d2d Hide internal tags from interface
Sun, 10 Apr 2022 02:20:14 +0200 Fox 4bb371496315 Tag editing
Sat, 09 Apr 2022 16:40:55 +0200 Fox d90a9b1065d1 Rewrote 'Card' class with tag support
Sat, 09 Apr 2022 14:11:43 +0200 Fox ecc0cb60b845 Scroll to top when opening a card to edit
Fri, 08 Apr 2022 23:58:44 +0200 Fox b4fd74d0680d Card deletion button
Fri, 08 Apr 2022 13:13:31 +0200 Fox 587b69a38915 Editing cards
Fri, 08 Apr 2022 12:27:07 +0200 Fox 66d3fdffc3d2 Display search query in window title
Fri, 08 Apr 2022 12:09:57 +0200 Fox dd51276f95a2 Dynamically change window title on card edit tab to reflect card title
Fri, 08 Apr 2022 11:48:17 +0200 Fox 9d3256f86803 Functional card creation and search
Thu, 07 Apr 2022 21:47:36 +0200 Fox 4ee26d904fe3 Added card identifier, move execution current directory to './run'
Tue, 05 Apr 2022 02:20:25 +0200 Fox fbe307da953a Started on database
Tue, 05 Apr 2022 00:45:42 +0200 Fox 81608928a9db Separated window functionality off from the Main class into a Window class
Tue, 05 Apr 2022 00:15:07 +0200 Fox 1b754922d6af Started on button events
Fri, 01 Apr 2022 03:03:43 +0200 Fox 6e29262ee18c Added card widget
Fri, 01 Apr 2022 01:32:38 +0200 Fox 19b163992f3b Added scroll pane to simple search tab
Fri, 01 Apr 2022 01:10:24 +0200 Fox 3922b33bb764 Separated tabs into classes
Fri, 01 Apr 2022 00:32:11 +0200 Fox 4e9f2e87eb7b Repository start, basic interface mockups