-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to supported version #269
base: master
Are you sure you want to change the base?
Commits on May 20, 2015
-
Fix for QObject* ownership bugs
Due to returning QObject* in calls to C++ objects from QML (e.g. getItem(i)), those objects were changing ownership to QML and were subject to gc. That could've been noticed during switching between journey results and journey details results (instantly switch back and forth to create enough garbage). `var item = result.getItem(i);` `item` would be null after some time. So it was ending up in page showing loader and not doing anything or in a bit more rare cases with segfault.
Configuration menu - View commit details
-
Copy full SHA for 5c3d2f7 - Browse repository at this point
Copy the full SHA 5c3d2f7View commit details
Commits on May 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7591602 - Browse repository at this point
Copy the full SHA 7591602View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad91813 - Browse repository at this point
Copy the full SHA ad91813View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b8e77 - Browse repository at this point
Copy the full SHA f3b8e77View commit details
Commits on May 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d04434e - Browse repository at this point
Copy the full SHA d04434eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43dd963 - Browse repository at this point
Copy the full SHA 43dd963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b46f13 - Browse repository at this point
Copy the full SHA 2b46f13View commit details
Commits on May 31, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7b97514 - Browse repository at this point
Copy the full SHA 7b97514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b16f28 - Browse repository at this point
Copy the full SHA 3b16f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32243d8 - Browse repository at this point
Copy the full SHA 32243d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf3ad03 - Browse repository at this point
Copy the full SHA cf3ad03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 486eb79 - Browse repository at this point
Copy the full SHA 486eb79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a8675 - Browse repository at this point
Copy the full SHA 52a8675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8741cfa - Browse repository at this point
Copy the full SHA 8741cfaView commit details
Commits on Jun 1, 2015
-
Fix for QObject* ownership bugs
Due to returning QObject* in calls to C++ objects from QML (e.g. getItem(i)), those objects were changing ownership to QML and were subject to gc. That could've been noticed during switching between journey results and journey details results (instantly switch back and forth to create enough garbage). `var item = result.getItem(i);` `item` would be null after some time. So it was ending up in page showing loader and not doing anything or in a bit more rare cases with segfault.
Configuration menu - View commit details
-
Copy full SHA for 12260d3 - Browse repository at this point
Copy the full SHA 12260d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c01f35f - Browse repository at this point
Copy the full SHA c01f35fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90dc51c - Browse repository at this point
Copy the full SHA 90dc51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 491f62f - Browse repository at this point
Copy the full SHA 491f62fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c97540 - Browse repository at this point
Copy the full SHA 1c97540View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2363e - Browse repository at this point
Copy the full SHA ca2363eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab36b3 - Browse repository at this point
Copy the full SHA 6ab36b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f564acb - Browse repository at this point
Copy the full SHA f564acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e9d150 - Browse repository at this point
Copy the full SHA 4e9d150View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e23bd - Browse repository at this point
Copy the full SHA 88e23bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7411d - Browse repository at this point
Copy the full SHA 7f7411dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae0c3f5 - Browse repository at this point
Copy the full SHA ae0c3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9578c88 - Browse repository at this point
Copy the full SHA 9578c88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17bc132 - Browse repository at this point
Copy the full SHA 17bc132View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8d240c - Browse repository at this point
Copy the full SHA a8d240cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 253877b - Browse repository at this point
Copy the full SHA 253877bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6c564 - Browse repository at this point
Copy the full SHA bb6c564View commit details -
Configuration menu - View commit details
-
Copy full SHA for c766afa - Browse repository at this point
Copy the full SHA c766afaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2be213 - Browse repository at this point
Copy the full SHA d2be213View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a0b54 - Browse repository at this point
Copy the full SHA 26a0b54View commit details
Commits on Jun 13, 2015
-
Fix for QObject* ownership bugs
Due to returning QObject* in calls to C++ objects from QML (e.g. getItem(i)), those objects were changing ownership to QML and were subject to gc. That could've been noticed during switching between journey results and journey details results (instantly switch back and forth to create enough garbage). `var item = result.getItem(i);` `item` would be null after some time. So it was ending up in page showing loader and not doing anything or in a bit more rare cases with segfault.
Configuration menu - View commit details
-
Copy full SHA for adff4e2 - Browse repository at this point
Copy the full SHA adff4e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a2b76 - Browse repository at this point
Copy the full SHA b3a2b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98201ac - Browse repository at this point
Copy the full SHA 98201acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 35db43b - Browse repository at this point
Copy the full SHA 35db43bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfdeedc - Browse repository at this point
Copy the full SHA bfdeedcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02eff80 - Browse repository at this point
Copy the full SHA 02eff80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95604c5 - Browse repository at this point
Copy the full SHA 95604c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cea328 - Browse repository at this point
Copy the full SHA 2cea328View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc82fa0 - Browse repository at this point
Copy the full SHA bc82fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9076fb0 - Browse repository at this point
Copy the full SHA 9076fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a00949 - Browse repository at this point
Copy the full SHA 3a00949View commit details -
Configuration menu - View commit details
-
Copy full SHA for 420764f - Browse repository at this point
Copy the full SHA 420764fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe93c97 - Browse repository at this point
Copy the full SHA fe93c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a638d - Browse repository at this point
Copy the full SHA 57a638dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c88a8 - Browse repository at this point
Copy the full SHA 42c88a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43589c - Browse repository at this point
Copy the full SHA a43589cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92be2e1 - Browse repository at this point
Copy the full SHA 92be2e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6fcbb - Browse repository at this point
Copy the full SHA ea6fcbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4897391 - Browse repository at this point
Copy the full SHA 4897391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6930cf9 - Browse repository at this point
Copy the full SHA 6930cf9View commit details -
Merge branch 'qt-qml-fixing-ownership-rebased' of github.com:412b/fah…
…rplan into qt-qml-fixing-ownership-rebased
Configuration menu - View commit details
-
Copy full SHA for c301e1d - Browse repository at this point
Copy the full SHA c301e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1eb14 - Browse repository at this point
Copy the full SHA 1a1eb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 208ad3e - Browse repository at this point
Copy the full SHA 208ad3eView commit details -
Merge remote-tracking branch 'refs/remotes/upstream/master' into qt-q…
…ml-fixing-ownership-rebased
Configuration menu - View commit details
-
Copy full SHA for ab694db - Browse repository at this point
Copy the full SHA ab694dbView commit details
Commits on Jun 19, 2015
-
minor ownership fixes and memory leak fixes
(cherry picked from commit 177a939)
Configuration menu - View commit details
-
Copy full SHA for 6ab413e - Browse repository at this point
Copy the full SHA 6ab413eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db74e8 - Browse repository at this point
Copy the full SHA 4db74e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16fc039 - Browse repository at this point
Copy the full SHA 16fc039View commit details
Commits on Jun 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0479942 - Browse repository at this point
Copy the full SHA 0479942View commit details
Commits on Aug 28, 2016
-
Adding RMV.de for southern/central Hesse, Germany
Adding support for Rhein-Main-Verkehrsverbund (RMV), the transport network serving the Frankfurt metropolitan area in southern and central Hesse, Germany. The implementation is actually quite simple, as RMV uses HAFAS, inheriting and specializing the existing ParserHafasXml class.
Configuration menu - View commit details
-
Copy full SHA for 7c55711 - Browse repository at this point
Copy the full SHA 7c55711View commit details
Commits on Jan 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0290d60 - Browse repository at this point
Copy the full SHA 0290d60View commit details
Commits on Jan 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5847268 - Browse repository at this point
Copy the full SHA 5847268View commit details
Commits on Jan 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1ab4890 - Browse repository at this point
Copy the full SHA 1ab4890View commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0001b03 - Browse repository at this point
Copy the full SHA 0001b03View commit details -
- add icsId and naptanId to configuration
- add time table support and train restrictions
Configuration menu - View commit details
-
Copy full SHA for a488526 - Browse repository at this point
Copy the full SHA a488526View commit details
Commits on Jan 29, 2018
-
work on parseStationsByCoordinates(), findStationsByCoordinates(), ad…
…d shorter names for timetable train types
Configuration menu - View commit details
-
Copy full SHA for 405725b - Browse repository at this point
Copy the full SHA 405725bView commit details
Commits on Feb 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 70bc276 - Browse repository at this point
Copy the full SHA 70bc276View commit details
Commits on Feb 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fa50aee - Browse repository at this point
Copy the full SHA fa50aeeView commit details
Commits on Feb 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a6f1089 - Browse repository at this point
Copy the full SHA a6f1089View commit details
Commits on Feb 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ba809ab - Browse repository at this point
Copy the full SHA ba809abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de6357 - Browse repository at this point
Copy the full SHA 7de6357View commit details
Commits on Feb 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 60effd4 - Browse repository at this point
Copy the full SHA 60effd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ba0e5 - Browse repository at this point
Copy the full SHA 19ba0e5View commit details
Commits on Feb 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e19cff3 - Browse repository at this point
Copy the full SHA e19cff3View commit details
Commits on Feb 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0912bbb - Browse repository at this point
Copy the full SHA 0912bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 109ca6d - Browse repository at this point
Copy the full SHA 109ca6dView commit details
Commits on Mar 30, 2018
-
Chris Clime committed
Mar 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 3dc182f - Browse repository at this point
Copy the full SHA 3dc182fView commit details
Commits on May 9, 2018
-
change qml page headers for ubuntu (Ubuntu.Components 1.3 warnings re…
…moved) make it work with 'clickable --desktop' by changing the build folders
Configuration menu - View commit details
-
Copy full SHA for f0f2c6c - Browse repository at this point
Copy the full SHA f0f2c6cView commit details
Commits on May 10, 2018
-
Merge pull request #4 from balcy/london
change qml page headers for ubuntu (Ubuntu.Components 1.3 warnings re…
Chris Clime authoredMay 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 8a9e4d1 - Browse repository at this point
Copy the full SHA 8a9e4d1View commit details
Commits on May 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7c79f82 - Browse repository at this point
Copy the full SHA 7c79f82View commit details
Commits on May 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e27e23b - Browse repository at this point
Copy the full SHA e27e23bView commit details -
Merge branch 'qt-qml-fixing-ownership-rebased' of https://github.com/…
…412b/fahrplan into 412b-qt-qml-fixing-ownership-rebased
Configuration menu - View commit details
-
Copy full SHA for 366ca3a - Browse repository at this point
Copy the full SHA 366ca3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9433014 - Browse repository at this point
Copy the full SHA 9433014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463ff3e - Browse repository at this point
Copy the full SHA 463ff3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d251c0 - Browse repository at this point
Copy the full SHA 3d251c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f9b9e - Browse repository at this point
Copy the full SHA 69f9b9eView commit details -
Merge branch 'rmv' of https://github.com/thfi/fahrplan into 412b-qt-q…
…ml-fixing-ownership-rebased
Configuration menu - View commit details
-
Copy full SHA for de169b2 - Browse repository at this point
Copy the full SHA de169b2View commit details
Commits on May 21, 2018
-
ubuntu gui adaption for parsers that do not support timetable, correc…
…tion to london parser
Configuration menu - View commit details
-
Copy full SHA for 7296824 - Browse repository at this point
Copy the full SHA 7296824View commit details
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2aef7c6 - Browse repository at this point
Copy the full SHA 2aef7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaa1589 - Browse repository at this point
Copy the full SHA aaa1589View commit details -
Merge pull request #7 from balcy/412b-qt-qml-fixing-ownership-rebased
412b qt qml fixing ownership rebased
Chris Clime authoredJun 3, 2018 Configuration menu - View commit details
-
Copy full SHA for ccab3d6 - Browse repository at this point
Copy the full SHA ccab3d6View commit details
Commits on Sep 13, 2018
-
Change layout height to make full text visible on the About page's Cr…
…edits tab (Ubuntu Touch)
Configuration menu - View commit details
-
Copy full SHA for e35efbe - Browse repository at this point
Copy the full SHA e35efbeView commit details
Commits on Sep 23, 2018
-
Merge pull request #4 from ennedin/correct-aboutpage
Change layout height to make full text visible on the About page's …
Configuration menu - View commit details
-
Copy full SHA for 66bc527 - Browse repository at this point
Copy the full SHA 66bc527View commit details