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
/
com.example.portfolio2
/
com
/
example
Age
Commit message (
Expand
)
Author
13 days
fix drop legacy class Window
Jonas Smedegaard
13 days
merge project portfolio2 into bachelorizer, except class myDB
Jonas Smedegaard
13 days
make instantiator for class MyDB public
Jonas Smedegaard
13 days
add draft class Person and related dummy Database methods
Jonas Smedegaard
13 days
rename internal variable con -> control
Jonas Smedegaard
13 days
add origin URI for class MyDB
Jonas Smedegaard
13 days
tighten public/private modifiers
Jonas Smedegaard
13 days
drop redundant public/private modifiers
Jonas Smedegaard
13 days
tidy whitespace
Jonas Smedegaard
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
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
add myself as copyright holder; add copyright year
Jonas Smedegaard
2025-04-29
simplify SQL query
Jonas Smedegaard
2025-04-29
rename method onComboSelected -> onCategorySelected; refine comments
Jonas Smedegaard
2025-04-29
use record for private class ActivityColumn
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
always use brace in for- and if-construct
Jonas Smedegaard
2025-04-29
explicitly define magic numbers
Jonas Smedegaard
2025-04-29
tidy whitespace
Jonas Smedegaard
2025-04-29
declare variables final when possible
Jonas Smedegaard
2025-04-29
drop unused variable MyDB from view class Window
Jonas Smedegaard
2025-04-28
drop legacy commented out code
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
define class HelloApplication as final to ensure reliable initialization
Jonas Smedegaard
2025-04-28
generalize and tighten styling
Jonas Smedegaard
2025-04-28
make class MyDB public
Jonas Smedegaard
2025-04-28
fix rename file MyDb.java -> MyDB.java to match class name
Jonas Smedegaard
2025-04-28
add and improve javadoc
Jonas Smedegaard
2025-04-28
add dummy javadoc to silence warnings
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
fix drop copyright and licensing statements from code received from lecture
Jonas Smedegaard
2025-04-28
declare explicit import statements (not wildcard)
Jonas Smedegaard
[next]