index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
13 days
mark class parameters as final
Jonas Smedegaard
13 days
drop superfluous import
Jonas Smedegaard
13 days
uppercase SQL commands
Jonas Smedegaard
13 days
improve separation of concerns between view and controller
Jonas Smedegaard
13 days
make column object available to callback helper functions
Jonas Smedegaard
13 days
tie structural section to visual column in model class GUI
Jonas Smedegaard
14 days
fix SQL invert query for subject modules; rename method getAllModules() -> ↵
Jonas Smedegaard
getAllSubjects()
14 days
add track UI sections in new model class UI via subclass GUI (not as strings ↵
Jonas Smedegaard
in class Window)
14 days
fix javadoc description
Jonas Smedegaard
14 days
tidy whitespace
Jonas Smedegaard
14 days
pass selection (not surrounding GUI object) in callback onCategorySelected()
Jonas Smedegaard
14 days
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
2025-04-29
fix implementation of disjoint
Ian Valentin Christensen
2025-04-29
use record for private class ActivityColumn
Jonas Smedegaard
2025-04-29
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
This reverts commit 41bccd9e2c0ad169670a1206e4f9c0c1d4b084dd.
2025-04-29
set variable LABEL_STYLE final
Jonas Smedegaard
2025-04-29
adjust disjoint to always return 11 sets
Ian Valentin Christensen
2025-04-29
tidy: define variables separately
Jonas Smedegaard
2025-04-29
tidy: declare method modifiers ordered according to Java Language ↵
Jonas Smedegaard
Specification (JLS)
2025-04-29
tidy whitespace
Jonas Smedegaard
2025-04-29
wrap long lines
Jonas Smedegaard
2025-04-29
tidy whitespace
Jonas Smedegaard
2025-04-29
set methods final to avoid uncertain subclassing
Jonas Smedegaard
2025-04-29
drop superfluous import
Jonas Smedegaard
2025-04-29
always use brace in for- and if-construct
Jonas Smedegaard
[next]