Liam Beckett
|
e51aaaa7f2
|
Fixed bug with flight pages and an empty dataset
|
9 years ago |
Liam Beckett
|
04481661c4
|
Removed the via column in the table
|
9 years ago |
Liam Beckett
|
6ec38bcb87
|
Fixed the error when the user clicks on empty path fields in the flight path list view
|
9 years ago |
Liam Beckett
|
e17bf9b055
|
Fixed the move up and down bugs on for the first and last points in a path.
|
9 years ago |
Liam Beckett
|
805eee58af
|
Updated the path so that it will update when the 2nd point becomes the 1st point
|
9 years ago |
Liam Beckett
|
b7990a3507
|
Merge remote-tracking branch 'remotes/origin/master' into WIP_Flight_Order
# Conflicts:
# res/userdb.db
|
9 years ago |
YaFedImYaEatIm
|
262547e590
|
Fixed JUnitTests as well as added a few tweaks to the flight point moving
|
9 years ago |
YaFedImYaEatIm
|
e0d074af19
|
Made the Dataset chooser not mess with the menu and fixed merge problems
|
9 years ago |
YaFedImYaEatIm
|
94fc6a8921
|
Open, delete and add dataset now work
|
9 years ago |
Sunguin
|
8891c2148b
|
Merge branch 'getting_started'
|
9 years ago |
Sunguin
|
138b5cae46
|
Improved the help menu item.
|
9 years ago |
YaFedImYaEatIm
|
b94fcb6c29
|
Fixed some merge rollback RAWRgit add .git add .
|
9 years ago |
Liam Beckett
|
70645e7307
|
Started work on the ordering of flight points
|
9 years ago |
YaFedImYaEatIm
|
683c89622d
|
Initial commit for Dataset Controller
|
9 years ago |
YaFedImYaEatIm
|
dd2045d147
|
Fixed Filter Data Dictionary Key error from the GUI
|
9 years ago |
Liam Beckett
|
7229ac5211
|
Added java doc
|
9 years ago |
Liam Beckett
|
eae3c34be2
|
Implemented the Summary information on the flight data summary page
|
9 years ago |
Sunguin
|
c799c722b8
|
Added a help pop up pane.
|
9 years ago |
YaFedImYaEatIm
|
79b73f845e
|
Reverted Merge Error where changes were deleted
|
9 years ago |
YaFedImYaEatIm
|
5c1dbe775e
|
Reverted some merge error
|
9 years ago |
Sunguin
|
b7308f1920
|
Added a controller and a fxml file for getting started.
|
9 years ago |
Sunguin Peng
|
d485176967
|
Trialing some push pull stuff
|
9 years ago |
Sunguin Peng
|
ad8d796c89
|
Javadoc added for airline raw data
|
9 years ago |
YaFedImYaEatIm
|
7e94a272f0
|
Optimised Delete Flight Path Function and changed flight Analyser button from private to public
|
10 years ago |
YaFedImYaEatIm
|
7396ea1f04
|
Fixed up delete Flight Point so that it updates the flight path on delete as well as recalulating distances
|
10 years ago |
YaFedImYaEatIm
|
4582f4de61
|
Fixed Edit Dictionary key entries
|
10 years ago |
YaFedImYaEatIm
|
2f6a4a156f
|
Fixed pull merge Errors
|
10 years ago |
YaFedImYaEatIm
|
f220bd98aa
|
Added Key Comments
|
10 years ago |
Sunguin Peng
|
bd4ecd20a6
|
Fixed conflicts
|
10 years ago |
Sunguin Peng
|
960de77476
|
Did rd for airport and route
|
10 years ago |
Liam Beckett
|
5d6d35276b
|
Fixed for merge
|
10 years ago |
Liam Beckett
|
3091d8eb63
|
Fixed Some Dictionary Errors in Flightpoints
|
10 years ago |
Liam Beckett
|
b1864b6467
|
Merge remote-tracking branch 'remotes/origin/master' into WIP_Flight_Editor
# Conflicts:
# res/userdb.db
# src/main/java/seng202/group9/Controller/App.java
# src/main/java/seng202/group9/Controller/Dataset.java
# src/main/java/seng202/group9/Controller/SceneCode.java
# src/main/java/seng202/group9/Controller/Session.java
# src/main/java/seng202/group9/Core/FlightPath.java
|
10 years ago |
Liam Beckett
|
aeae85b9e5
|
Fixed up some of the javadocs and did some refactoring removing unneccesary code.
|
10 years ago |
YaFedImYaEatIm
|
9e21e32cd8
|
Fixed Some Errors with Editting Airports with non existing Cities and Countries. Also made it so that if they are new cities they will be added to the database.
|
10 years ago |
Liam Beckett
|
df5721973f
|
Fixed the intial validation so any lower case name will be chnaged to uppercase
|
10 years ago |
Liam Beckett
|
5f8e2f2481
|
Got the basic functionally done on the flight point editor. Currently will change the vaule although a few bugs in the validation aspects.
|
10 years ago |
Sunguin Peng
|
a386d28ea1
|
Made edit function work for airlines
|
10 years ago |
YaFedImYaEatIm
|
f3ab8dfe14
|
Added Flight Point order switch JUnitTests
|
10 years ago |
Sunguin Peng
|
e237d058bd
|
Gets information for airlines
|
10 years ago |
YaFedImYaEatIm
|
267a08ce68
|
Fixed Maven Error where ID wasn't set as the database did not establish the index before the creation of the table
|
10 years ago |
Sunguin Peng
|
5f576595c0
|
Merge branch 'remaking_rd_gui'
|
10 years ago |
Sunguin Peng
|
586943ac29
|
Did same things to airports and routes
|
10 years ago |
Liam Beckett
|
f7d1e688fa
|
Changed the controller
|
10 years ago |
Liam Beckett
|
d31bf1d15c
|
Changed the controller
|
10 years ago |
Sunguin Peng
|
c3dca82a7a
|
Implemented multiple delete on airlines
|
10 years ago |
Liam Beckett
|
3d6dd0c2cb
|
Atempting to get the editor to work for the flight raw data points (Currently broken)
|
10 years ago |
YaFedImYaEatIm
|
b7950c1649
|
Deleted uneccessary Duplicates message for dataset
|
10 years ago |
YaFedImYaEatIm
|
4ef20aef0f
|
Removed uneccessary function call
|
10 years ago |
YaFedImYaEatIm
|
7ffe8dcea8
|
Added Calculation for Heading, Leg Distance and Total Distnace also added the appropriate functio nto commit these to database.
|
10 years ago |