Age | Commit message (Expand) | Author |
2025-04-30 | add abstract class Storage | Jonas Smedegaard |
2025-04-30 | refactor constructor in graph to happen in called demo function | Ian Valentin Christensen |
2025-04-30 | improve separation of concerns between view and controller | Jonas Smedegaard |
2025-04-30 | fix drop legacy class Window | Jonas Smedegaard |
2025-04-30 | merge project portfolio2 into bachelorizer, except class myDB | Jonas Smedegaard |
2025-04-30 | make instantiator for class MyDB public | Jonas Smedegaard |
2025-04-30 | add draft class Person and related dummy Database methods | Jonas Smedegaard |
2025-04-30 | rename internal variable con -> control | Jonas Smedegaard |
2025-04-30 | add origin URI for class MyDB | Jonas Smedegaard |
2025-04-30 | rename class Control -> Controller | Jonas Smedegaard |
2025-04-30 | tighten public/private modifiers | Jonas Smedegaard |
2025-04-30 | drop redundant public/private modifiers | Jonas Smedegaard |
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 | uppercase SQL commands | Jonas Smedegaard |
2025-04-30 | improve separation of concerns between view and controller | Jonas Smedegaard |
2025-04-30 | make column object available to callback helper functions | Jonas Smedegaard |
2025-04-30 | tie structural section to visual column in model class GUI | 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 | resolve modules from SQL query | Jonas Smedegaard |
2025-04-29 | move hardcoded subject module list to class Database | Jonas Smedegaard |
2025-04-29 | add javadoc comment | Jonas Smedegaard |
2025-04-29 | fix javadoc comment | Jonas Smedegaard |
2025-04-29 | make nice little comments and javadoc | Ian Valentin Christensen |
2025-04-29 | restructure solution function | Ian Valentin Christensen |
2025-04-29 | add Ian as copyright holder | Jonas Smedegaard |
2025-04-29 | add myself as copyright holder; add copyright year | Jonas Smedegaard |
2025-04-29 | fix conflict | Ian Valentin Christensen |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | move comment above code | Jonas Smedegaard |
2025-04-29 | simplify SQL query | Jonas Smedegaard |
2025-04-29 | add comments and avoid processing same pair of groups twice | Ian Valentin Christensen |
2025-04-29 | fix brutally embarassing errorsAnd typos | Ian Valentin Christensen |
2025-04-29 | rename method onComboSelected -> onCategorySelected; refine comments | Jonas Smedegaard |
2025-04-29 | fix duplicate sets of groups as vertices in moduleGroups | Ian Valentin Christensen |
2025-04-29 | slight optimization | Jonas Smedegaard |
2025-04-29 | improve comment | Jonas Smedegaard |
2025-04-29 | drop obsolete broken code; move comment above replacement code | Jonas Smedegaard |
2025-04-29 | tidy whitespace | Jonas Smedegaard |
2025-04-29 | wrap long lines | Jonas Smedegaard |
2025-04-29 | drop explicitly defined boolean used only once immediately after | Jonas Smedegaard |
2025-04-29 | move if-block to separate line | Jonas Smedegaard |
2025-04-29 | move comment above code | Jonas Smedegaard |
2025-04-29 | fix syntax error | Jonas Smedegaard |
2025-04-29 | add {} | Ian Valentin Christensen |