YaFedImYaEatIm
|
7e94a272f0
|
Optimised Delete Flight Path Function and changed flight Analyser button from private to public
|
9 years ago |
YaFedImYaEatIm
|
7396ea1f04
|
Fixed up delete Flight Point so that it updates the flight path on delete as well as recalulating distances
|
9 years ago |
YaFedImYaEatIm
|
4582f4de61
|
Fixed Edit Dictionary key entries
|
9 years ago |
YaFedImYaEatIm
|
2f6a4a156f
|
Fixed pull merge Errors
|
9 years ago |
YaFedImYaEatIm
|
f220bd98aa
|
Added Key Comments
|
9 years ago |
Sunguin Peng
|
bd4ecd20a6
|
Fixed conflicts
|
9 years ago |
Sunguin Peng
|
960de77476
|
Did rd for airport and route
|
9 years ago |
Liam Beckett
|
5d6d35276b
|
Fixed for merge
|
9 years ago |
Liam Beckett
|
3091d8eb63
|
Fixed Some Dictionary Errors in Flightpoints
|
9 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
|
9 years ago |
Liam Beckett
|
aeae85b9e5
|
Fixed up some of the javadocs and did some refactoring removing unneccesary code.
|
9 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.
|
9 years ago |
Liam Beckett
|
df5721973f
|
Fixed the intial validation so any lower case name will be chnaged to uppercase
|
9 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.
|
9 years ago |
Sunguin Peng
|
a386d28ea1
|
Made edit function work for airlines
|
9 years ago |
YaFedImYaEatIm
|
f3ab8dfe14
|
Added Flight Point order switch JUnitTests
|
9 years ago |
Sunguin Peng
|
e237d058bd
|
Gets information for airlines
|
9 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
|
9 years ago |
Sunguin Peng
|
5f576595c0
|
Merge branch 'remaking_rd_gui'
|
9 years ago |
Sunguin Peng
|
586943ac29
|
Did same things to airports and routes
|
9 years ago |
Liam Beckett
|
f7d1e688fa
|
Changed the controller
|
9 years ago |
Liam Beckett
|
d31bf1d15c
|
Changed the controller
|
9 years ago |
Sunguin Peng
|
c3dca82a7a
|
Implemented multiple delete on airlines
|
9 years ago |
Liam Beckett
|
3d6dd0c2cb
|
Atempting to get the editor to work for the flight raw data points (Currently broken)
|
9 years ago |
YaFedImYaEatIm
|
b7950c1649
|
Deleted uneccessary Duplicates message for dataset
|
9 years ago |
YaFedImYaEatIm
|
4ef20aef0f
|
Removed uneccessary function call
|
9 years ago |
YaFedImYaEatIm
|
7ffe8dcea8
|
Added Calculation for Heading, Leg Distance and Total Distnace also added the appropriate functio nto commit these to database.
|
9 years ago |
Sunguin Peng
|
a4728ea35e
|
Finished airline serialising
|
9 years ago |
YaFedImYaEatIm
|
68277cb983
|
Added Some Doc String & Reset the Database from all changes
|
9 years ago |
YaFedImYaEatIm
|
42a0ecfb94
|
Added set Current Dataset Function
|
9 years ago |
YaFedImYaEatIm
|
30cf90bb40
|
Added Loading Datasets
|
9 years ago |
Sunguin Peng
|
ac7a4514d0
|
Updated add and filter for airlines. Working on serialisable file
|
9 years ago |
YaFedImYaEatIm
|
ed15c2bd76
|
Added Change Path Source and Destination Airports on changing the first or last entry in the flight points
|
9 years ago |
YaFedImYaEatIm
|
e19c59d66b
|
Initial Point Ordering Commit
|
9 years ago |
Sunguin Peng
|
5e2ba5af90
|
Remade Raw Data GUI and tried oit some things on Session
|
9 years ago |
Liam Beckett
|
753247b004
|
Implemented the same error messages that are used in other areas of the application
|
9 years ago |
Sunguin Peng
|
6b799789e4
|
Fixed conflicts
|
9 years ago |
Sunguin Peng
|
f82cf823d8
|
Seperated Controllers
|
9 years ago |
YaFedImYaEatIm
|
ab531fdcb1
|
Added popup loader and Scene AIRLINE_ADD
|
9 years ago |
Liam Beckett
|
c1df5bd066
|
Fixed the small bug in the Name validation and also improved the error messages when adding a new Flight path and inputting an incorrect ICAO code.
|
9 years ago |
Sunguin Peng
|
c6f5c41b7d
|
Initial Commit
|
9 years ago |
YaFedImYaEatIm
|
9568ed5522
|
replaced double quotes with 2 double quotes for SQL entries.
|
9 years ago |
YaFedImYaEatIm
|
68eb19f745
|
Added Flight POint edit function
|
9 years ago |
YaFedImYaEatIm
|
f59ab8e486
|
Add EditRoutes function
|
9 years ago |
YaFedImYaEatIm
|
82113d2544
|
Added Edit Airline and Edit Airport
|
9 years ago |
YaFedImYaEatIm
|
8f0619d20f
|
Made EntryParser which will parse a single entry
|
9 years ago |
Sunguin Peng
|
226cbbd0ce
|
Updated the read me file and also made a slight modification to the Flight summary fxml.
|
9 years ago |
Michael
|
bc0033fad9
|
Added javadocs.
|
9 years ago |
YaFedImYaEatIm
|
73cfca0ccc
|
fixed index out of array after deleting FlightPath for map
|
9 years ago |
YaFedImYaEatIm
|
ddac466879
|
Merge branch 'master' of https://eng-git.canterbury.ac.nz/fwy13/SENG202
|
9 years ago |
YaFedImYaEatIm
|
4a5d7392e5
|
Fixed Google Map bug and DeleteFLightPath()
|
9 years ago |
Sunguin Peng
|
d470d35a12
|
Updated ReadMe and removed help from menu bar
|
9 years ago |
Liam Beckett
|
fa729ee344
|
Removed no working menu buttons
|
9 years ago |
YaFedImYaEatIm
|
0f726bbaf4
|
Added new Sample file and change some parameters in FlightPathParser
|
9 years ago |
YaFedImYaEatIm
|
dec72c0272
|
Uncommented a few necessary functions and new Sample DataFile
|
9 years ago |
YaFedImYaEatIm
|
0fe8f450b0
|
Refreshed the Database to a clean state
|
9 years ago |
YaFedImYaEatIm
|
bb535a74bf
|
Added LOts of Brief Javadocs
|
9 years ago |
YaFedImYaEatIm
|
0672dfe86b
|
Merge branch 'unitTests'
|
9 years ago |
YaFedImYaEatIm
|
3519c52cb1
|
Added Airline FIlter Javadoc
|
9 years ago |
YaFedImYaEatIm
|
877e4b5b22
|
Made Filter Unit Tests
|
9 years ago |
YaFedImYaEatIm
|
121259626f
|
Added Session Unit Test
|
9 years ago |
YaFedImYaEatIm
|
c2bb5d2097
|
Dataset UnitTests Made
|
9 years ago |
YaFedImYaEatIm
|
ef3a3fc240
|
Added Testables to AppTest
|
9 years ago |
YaFedImYaEatIm
|
0de6bfafe5
|
Made Route Path Test.
|
9 years ago |
YaFedImYaEatIm
|
6e3ba9775a
|
Added Flight POint Test as well as some Exceptions
|
9 years ago |
YaFedImYaEatIm
|
548b5fe321
|
Added Flight Path Tests
|
9 years ago |
YaFedImYaEatIm
|
9391b31092
|
Made Unit Test for COuntry
|
9 years ago |
YaFedImYaEatIm
|
b232dcd7e6
|
Added some index checks and relavent Tests for them
|
9 years ago |
YaFedImYaEatIm
|
a0959e8de6
|
Added City JUnit Tests
|
9 years ago |
YaFedImYaEatIm
|
02c3e3ed99
|
Added delete Route Tests and toString test
|
9 years ago |
YaFedImYaEatIm
|
b62bf7f1b1
|
Added COuntry tests, alternative constructor and ID error tests
|
9 years ago |
YaFedImYaEatIm
|
960fdc3e96
|
Missing setID in coverage for routes
|
9 years ago |
YaFedImYaEatIm
|
60bcc0dbf2
|
Fixed toString Test and added getRoute Test
|
9 years ago |
YaFedImYaEatIm
|
739fce7ccf
|
Merge branch 'unitTests' of https://eng-git.canterbury.ac.nz/fwy13/SENG202 into unitTests
|
9 years ago |
YaFedImYaEatIm
|
80f4db950e
|
Added new functions to JUnitTest for Route Tests
|
9 years ago |
YaFedImYaEatIm
|
c92f8e5c54
|
Added test cases for missing Functiosn in Airport
|
9 years ago |
YaFedImYaEatIm
|
0adc57fc36
|
Airline Tests
|
9 years ago |
Sunguin Peng
|
8646e5864d
|
Changed some variable names for summary controller airport
|
9 years ago |
Sunguin Peng
|
ab90d060bb
|
Updated Javadoc and made a popup for not yet implemented button
|
9 years ago |
YaFedImYaEatIm
|
8c656d0672
|
Merge branch 'master' of https://eng-git.canterbury.ac.nz/fwy13/SENG202
|
9 years ago |
YaFedImYaEatIm
|
a857cfb7af
|
Added Redirection to SUmmary pages after Import.
|
9 years ago |
Michael Wilson
|
744b96c42a
|
Fixed some previously unknown issues from merging.
|
9 years ago |
YaFedImYaEatIm
|
8a4134ae4c
|
Made variables private
|
9 years ago |
YaFedImYaEatIm
|
65e05177e9
|
Merge branch 'master' of https://eng-git.canterbury.ac.nz/fwy13/SENG202
|
9 years ago |
YaFedImYaEatIm
|
57d2ed493c
|
Fixed Route Unit Test
|
9 years ago |
Michael Wilson
|
02b484917d
|
Fixed calculation bug.
|
9 years ago |
Michael Wilson
|
60b92d2170
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/main/java/seng202/group9/Controller/SceneCode.java
|
9 years ago |
Sunguin Peng
|
b2cba96dc1
|
Added javadoc for airline, airport and route raw data controller classes.
|
9 years ago |
YaFedImYaEatIm
|
724f63956a
|
Added Javadoc Strings for Some functions
|
9 years ago |
YaFedImYaEatIm
|
9e00e3666f
|
Fixed Conflicts when merging ConnectMaps
|
9 years ago |
Michael Wilson
|
ff79599c9b
|
Calculator Implimented.
|
9 years ago |
Sunguin Peng
|
37e712f734
|
Refactoring bugs fixed again
|
9 years ago |
YaFedImYaEatIm
|
5363cf8b4e
|
COnnected maps to airlines, Airports and ROutes
|
9 years ago |
Sunguin Peng
|
50cc5c6dfb
|
Merging filter complete GUI for Airport, Airline and Route Raw Data
|
9 years ago |
Liam Beckett
|
4d662be24a
|
Layout change
|
9 years ago |
Sunguin Peng
|
1feb1c9153
|
Added filter function to the Airline GUI
|
9 years ago |
Liam Beckett
|
bf33ec61c7
|
Merge fix
|
9 years ago |
Liam Beckett
|
1664a49623
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/seng202/group9/GUI/FlightSummaryController.java
|
9 years ago |
Liam Beckett
|
cd8e2b0c7f
|
Implemented the delete option for the flight paths on the Summary and Raw Data pages.
|
9 years ago |
YaFedImYaEatIm
|
44ed68ee7a
|
Added Google Maps API
|
9 years ago |