Age | Commit message (Expand) | Author |
2025-04-30 | tidy whitespace | Jonas Smedegaard |
2025-04-30 | mark class parameters as final | Jonas Smedegaard |
2025-04-30 | drop superfluous import | Jonas Smedegaard |
2025-04-30 | improve separation of concerns between view and controller | Jonas Smedegaard |
2025-04-29 | fix SQL invert query for subject modules; rename method getAllModules() -> ge... | Jonas Smedegaard |
2025-04-29 | add track UI sections in new model class UI via subclass GUI (not as strings ... | Jonas Smedegaard |
2025-04-29 | fix javadoc description | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | pass selection (not surrounding GUI object) in callback onCategorySelected() | Jonas Smedegaard |
2025-04-29 | move hardcoded subject module list to class Database | Jonas Smedegaard |
2025-04-29 | add myself as copyright holder; add copyright year | Jonas Smedegaard |
2025-04-29 | rename method onComboSelected -> onCategorySelected; refine comments | Jonas Smedegaard |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | declare variables final when possible | Jonas Smedegaard |
2025-04-28 | rename class Model -> Database; rename variable model -> store | Jonas Smedegaard |
2025-04-28 | split class HelloApplication into classes Main and Window | Jonas Smedegaard |
2025-04-28 | add and improve javadoc | Jonas Smedegaard |
2025-04-28 | define parameterized type for ComboBox (not later cast type) | Jonas Smedegaard |
2025-04-28 | tidy: avoid redundant cast to String | Jonas Smedegaard |
2025-04-28 | move comments above code | Jonas Smedegaard |
2025-04-28 | add SPDX license notices: GPL-3+ | Jonas Smedegaard |
2025-04-28 | add SPDX copyright notices | Jonas Smedegaard |
2025-04-28 | use TAP-indentation | Jonas Smedegaard |
2025-04-28 | split classes into separate files | Jonas Smedegaard |