Commit Graph
100 Commits
Author SHA1 Message Date
Holt59 25e35b9bc4 Fix icons for Linux. 2018-03-14 21:27:36 +01:00
Holt59 f2f65b85d4 Fix issue with no drawing not updated due to its size. 2018-03-14 21:03:00 +01:00
Holt59 d5fcf036b9 Fix issue with backward arc having incorrect segments. 2018-03-14 21:02:26 +01:00
Holt59 ccd6d7d7af Merge master. 2018-03-13 23:32:35 +01:00
Holt59 e78ea25ab3 Merge master. 2018-03-13 23:07:30 +01:00
Holt59 c7d4dc8077 Merge master. 2018-03-13 22:58:27 +01:00
Mikael Capelle 38efb0ccea Update background color for BasicDrawing. 2018-03-13 18:29:21 +01:00
Mikael Capelle 72f08def1b Fix path name in Launch. 2018-03-13 17:49:34 +01:00
Mikael Capelle 44ae861fb8 Create a basic Launch class. 2018-03-13 17:48:54 +01:00
Mikael Capelle 73f1c6bd78 Update Path javadoc. 2018-03-13 17:27:20 +01:00
Mikael Capelle 2a2cf413ba Update README. 2018-03-13 15:42:46 +01:00
Mikael Capelle 7d39e3d00a Update README. 2018-03-13 15:38:55 +01:00
Mikael Capelle 2624681499 Add Path, ShortestPath, etc. without implementation. 2018-03-13 14:09:40 +01:00
Holt59 251dbbb074 Fix issue with ArcBackward being drawn. 2018-03-12 21:12:31 +01:00
Holt59 19220dc8a4 Add code to transpose graph. 2018-03-12 20:58:35 +01:00
Holt59 95b68f3e31 Length -> Float. Fix issue with duplicated backward arcs. 2018-03-12 20:43:32 +01:00
Holt59 ec7d18b1b2 Update .gitignore. 2018-03-12 20:00:49 +01:00
Holt59 59d5cd64ad Fix .project. 2018-03-12 19:58:40 +01:00
Mikael Capelle 9baae3b142 Update 'README.md' 2018-03-12 17:20:13 +00:00
Mikael Capelle f952b870ff Update 'README.md' 2018-03-12 17:16:28 +00:00
Mikael Capelle 3d9f0f8e4b Add README. 2018-03-12 17:58:32 +01:00
Mikael Capelle 3e93445e38 Move resources to class. 2018-03-12 17:32:44 +01:00
Mikael Capelle 17da90c32c Update javadoc. 2018-03-12 17:13:02 +01:00
Mikael Capelle 990b74bf1a Fix issue with drawing not being drawn when opening from central button. 2018-03-12 11:26:16 +01:00
Mikael Capelle fa7c65a6e6 Add new basic filter. 2018-03-12 11:25:49 +01:00
Holt59 8200497675 Fix issue with path taking too long to be drawn due to useless syncrhonization. 2018-03-11 22:51:34 +01:00
Holt59 4af68f9f93 Update folder for INSA. 2018-03-11 22:16:48 +01:00
Holt59 94cbeef58f Close stream when reading/writing is done. 2018-03-11 21:59:55 +01:00
Holt59 80df87ba51 Change default filename for paths. 2018-03-11 21:52:28 +01:00
Holt59 97775a9714 add information regarding number of arcs in graph. 2018-03-11 20:34:16 +01:00
Holt59 23b46fd4bc Fix inconsistence between path reader and writer. 2018-03-11 20:34:05 +01:00
Holt59 ca9a00ea97 Update color for BasicDrawing. 2018-03-11 16:15:30 +01:00
Holt59 f3964f1958 Use a better projection for BasicDrawing. 2018-03-11 15:50:54 +01:00
Holt59 0030ab7aef Create a FileUtils class to simplify file opening/saving. 2018-03-11 14:19:38 +01:00
Holt59 8661e63728 Disable checkbox for graphic visualization when drawing is mapview. 2018-03-11 00:19:50 +01:00
Holt59 a2d03a0857 Throw exception for non-implemented drawGraph methods. 2018-03-10 22:25:59 +01:00
Holt59 9e8457337e Remove useless method in interfaces. 2018-03-10 22:18:59 +01:00
Holt59 23341f1499 Clean code. 2018-03-10 20:45:55 +01:00
Holt59 094a2331af Clean code. 2018-03-10 20:39:21 +01:00
Holt59 84f01ce47e Add bounding-box in GraphStatistics. 2018-03-10 20:00:27 +01:00
Holt59 2a77c2d271 Add toString() for WWC input data. 2018-03-10 20:00:18 +01:00
Holt59 ee241b963a Add button when no drawing are loaded. 2018-03-10 19:47:55 +01:00
Holt59 23928b2c5b Fix issue with file dialog not showing when drawing mapsforge. 2018-03-09 21:36:19 +01:00
Holt59 e0268c80af Fix Arc and add @deprecated javadoc for students to implement. 2018-03-09 21:26:38 +01:00
Holt59 440dc48c6a Merge new-length. 2018-03-09 21:15:03 +01:00
Mikael Capelle f2bdc462a3 Fix .equals for Node. 2018-03-09 21:08:00 +01:00
Mikael Capelle 7dcbdcb408 Correct typing error. 2018-03-09 21:07:49 +01:00
Mikael Capelle a765e58f84 Fix issue with path test. 2018-03-09 21:07:08 +01:00
Mikael Capelle 3e6bcb0665 Start updating length (int -> float). 2018-03-09 14:12:21 +01:00
Holt59 1a536dd759 Minor code cleaning. 2018-03-08 23:18:51 +01:00
Mikael Capelle 85fb193808 Update javadoc and clean naming. 2018-03-07 17:10:02 +01:00
Mikael Capelle 17fb363493 Make ArcForward non-public (hide implementation). 2018-03-07 16:51:26 +01:00
Mikael Capelle 04bddb0d34 Update javadoc, clean Arc implementation. 2018-03-07 16:51:03 +01:00
Mikael Capelle 1454e651dc Update javadoc. 2018-03-07 15:24:50 +01:00
Mikael Capelle bcdaf54a63 Add algorithms for CarPooling and PackageSwitch. 2018-03-07 14:47:22 +01:00
Holt59 f1d74d8040 Fix issue with click not being enable when an input was empty in nodes input panel. 2018-03-06 11:57:34 +01:00
Holt59 e5d1b30cfd Clean code. 2018-03-06 10:30:43 +01:00
Holt59 825108d10e Improve 'clear' performance (only clear overlays if possible). 2018-03-05 22:59:47 +01:00
Holt59 bd01aadeb1 Remove one-time method from MaiNWindow. 2018-03-05 22:42:49 +01:00
Holt59 c4b4455287 Add panel for WCC like SP. 2018-03-05 22:40:32 +01:00
Holt59 426867a302 Change border color of PathPanel. 2018-03-05 22:04:02 +01:00
Holt59 0fb5bc2ae7 Improve solution panel. 2018-03-05 22:01:58 +01:00
Holt59 d73430759e Use icon instead of text for Paths panel buttons. 2018-03-05 21:46:13 +01:00
Holt59 0102277821 Update default path color in BasicDrawing. 2018-03-05 21:46:01 +01:00
Holt59 4b36838b26 Clean code. 2018-03-05 21:44:41 +01:00
Mikael Capelle ddcc6dc06f Update path panel. 2018-03-05 19:27:30 +01:00
Mikael Capelle b77a39e01b Allow modification of color for overlays. 2018-03-05 18:35:01 +01:00
Mikael Capelle 98aba8dd06 Improve arc memory management. 2018-03-05 17:58:59 +01:00
Mikael Capelle be1176c1e3 Clean code. 2018-03-05 17:58:20 +01:00
Mikael Capelle 3252a6faba Clean code + Fix issue with right-to-left map names. 2018-03-05 17:57:06 +01:00
Mikael Capelle 6be3493bba Clean code. 2018-03-05 17:55:51 +01:00
Mikael Capelle 3600752c43 Clean code, remove remaining debug attribute. 2018-03-05 17:55:32 +01:00
Holt59 7e06e1c4bf Create an ArcFilter factory. 2018-03-04 22:53:47 +01:00
Holt59 dc3a9b9860 Improve display of PathsPanel. 2018-03-04 21:54:58 +01:00
Holt59 e522eaa728 Add implementation comment for binary reader. 2018-03-04 21:41:47 +01:00
Holt59 a1be0fc586 Fix marker size. 2018-03-04 21:24:30 +01:00
Holt59 8acc13c7f6 Change the way restrictions on arc are managed. 2018-03-04 21:22:52 +01:00
Holt59 d5de1cf2ff Update acces 2018-03-04 13:24:40 +01:00
Holt59 c07b55a535 Update RoadType enum. 2018-03-04 13:18:06 +01:00
Holt59 3ee2984e52 Start modification restrictions. 2018-03-04 13:17:20 +01:00
Holt59 92af449178 Create new class to have better scaling for markers with MapView. 2018-03-03 23:55:53 +01:00
Holt59 55dfcbd0fe Improve markers rendering. 2018-03-03 23:25:48 +01:00
Holt59 2f1fa81a58 Resize path panel correctly when removing a path. 2018-03-03 22:44:30 +01:00
Holt59 1653558f94 Move BinaryHeap. 2018-03-03 22:17:02 +01:00
Holt59 85025f6189 Update panel. 2018-03-03 22:14:02 +01:00
Holt59 a5764948f9 Add path panel separated from solution panel. 2018-03-03 20:40:47 +01:00
Holt59 f22c1c93fa Make solution panel a bit more generic using reflections. 2018-03-03 20:06:38 +01:00
Holt59 6d8c2462ab Improve reflections to make the input panel more generic. 2018-03-03 19:26:56 +01:00
Holt59 738b23d253 Update MainWindow id. 2018-03-03 18:32:26 +01:00
Holt59 89b6bc5819 Fix issue with observers. 2018-03-03 18:21:16 +01:00
Holt59 bcfc8dac3d Change cursor above button. 2018-03-03 15:51:03 +01:00
Holt59 eb174d379d Move images to res/. 2018-03-03 15:46:26 +01:00
Holt59 701a94784e Merge branch 'zoom-controls' 2018-03-03 15:45:25 +01:00
Holt59 8e68377772 Fix issue with nodes input panel getting enabled by indavertance. 2018-03-03 15:45:21 +01:00
Holt59 f56d735d90 Add zoom controls to mapview drawing, avoid triggering drawingclick events with zoom control. 2018-03-03 15:36:35 +01:00
Holt59 dede97bc68 Add zoom controls to basic drawing. 2018-03-03 15:23:08 +01:00
Holt59 7827bfc63c Reorganize code. 2018-03-03 13:43:03 +01:00
Holt59 bc70c4267d Update polyline auto scaling width. 2018-03-03 12:48:55 +01:00
Holt59 6ae4e88d23 Add comments. 2018-03-03 00:43:38 +01:00
Holt59 0622f9fa83 Remove output in MapView. 2018-03-03 00:41:55 +01:00