aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-30avoid too long linesJonas Smedegaard
2025-04-30add abstract class StorageJonas Smedegaard
2025-04-30refactor constructor in graph to happen in called demo functionIan Valentin Christensen
2025-04-30improve separation of concerns between view and controllerJonas Smedegaard
2025-04-30fix drop legacy class WindowJonas Smedegaard
2025-04-30merge project portfolio2 into bachelorizer, except class myDBJonas Smedegaard
2025-04-30make instantiator for class MyDB publicJonas Smedegaard
2025-04-30add draft class Person and related dummy Database methodsJonas Smedegaard
2025-04-30rename internal variable con -> controlJonas Smedegaard
2025-04-30add origin URI for class MyDBJonas Smedegaard
2025-04-30rename class Control -> ControllerJonas Smedegaard
2025-04-30tighten public/private modifiersJonas Smedegaard
2025-04-30drop redundant public/private modifiersJonas Smedegaard
2025-04-30tidy whitespaceJonas Smedegaard
2025-04-30mark class parameters as finalJonas Smedegaard
2025-04-30drop superfluous importJonas Smedegaard
2025-04-30uppercase SQL commandsJonas Smedegaard
2025-04-30improve separation of concerns between view and controllerJonas Smedegaard
2025-04-30make column object available to callback helper functionsJonas Smedegaard
2025-04-30tie structural section to visual column in model class GUIJonas Smedegaard
2025-04-29fix SQL invert query for subject modules; rename method getAllModules() -> ↵Jonas Smedegaard
getAllSubjects()
2025-04-29add track UI sections in new model class UI via subclass GUI (not as strings ↵Jonas Smedegaard
in class Window)
2025-04-29fix javadoc descriptionJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29pass selection (not surrounding GUI object) in callback onCategorySelected()Jonas Smedegaard
2025-04-29resolve modules from SQL queryJonas Smedegaard
2025-04-29move hardcoded subject module list to class DatabaseJonas Smedegaard
2025-04-29add javadoc commentJonas Smedegaard
2025-04-29fix javadoc commentJonas Smedegaard
2025-04-29make nice little comments and javadocIan Valentin Christensen
2025-04-29restructure solution functionIan Valentin Christensen
2025-04-29add Ian as copyright holderJonas Smedegaard
2025-04-29add myself as copyright holder; add copyright yearJonas Smedegaard
2025-04-29fix conflictIan Valentin Christensen
2025-04-29wrap long linesJonas Smedegaard
2025-04-29move comment above codeJonas Smedegaard
2025-04-29simplify SQL queryJonas Smedegaard
2025-04-29add comments and avoid processing same pair of groups twiceIan Valentin Christensen
2025-04-29fix brutally embarassing errorsAnd typosIan Valentin Christensen
2025-04-29rename method onComboSelected -> onCategorySelected; refine commentsJonas Smedegaard
2025-04-29fix duplicate sets of groups as vertices in moduleGroupsIan Valentin Christensen
2025-04-29slight optimizationJonas Smedegaard
2025-04-29improve commentJonas Smedegaard
2025-04-29drop obsolete broken code; move comment above replacement codeJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29wrap long linesJonas Smedegaard
2025-04-29drop explicitly defined boolean used only once immediately afterJonas Smedegaard
2025-04-29move if-block to separate lineJonas Smedegaard
2025-04-29move comment above codeJonas Smedegaard
2025-04-29fix syntax errorJonas Smedegaard