Skip to content
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

Open
wants to merge 96 commits into
base: master
Choose a base branch
from
Open

Update to supported version #269

wants to merge 96 commits into from

Commits on May 20, 2015

  1. 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.
    412b committed May 20, 2015
    Configuration menu
    Copy the full SHA
    5c3d2f7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2015

  1. added missed parents

    412b committed May 24, 2015
    Configuration menu
    Copy the full SHA
    7591602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad91813 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3b8e77 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. added missing destructors

    412b committed May 28, 2015
    Configuration menu
    Copy the full SHA
    d04434e View commit details
    Browse the repository at this point in the history
  2. fixing leaks

    412b committed May 28, 2015
    Configuration menu
    Copy the full SHA
    43dd963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b46f13 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2015

  1. Configuration menu
    Copy the full SHA
    7b97514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b16f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32243d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf3ad03 View commit details
    Browse the repository at this point in the history
  5. fixing ninetwo memory leaks

    412b committed May 31, 2015
    Configuration menu
    Copy the full SHA
    486eb79 View commit details
    Browse the repository at this point in the history
  6. fixing resrobot memory leaks

    412b committed May 31, 2015
    Configuration menu
    Copy the full SHA
    52a8675 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8741cfa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. 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.
    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    12260d3 View commit details
    Browse the repository at this point in the history
  2. added missed parents

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    c01f35f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dc51c View commit details
    Browse the repository at this point in the history
  4. added missing destructors

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    491f62f View commit details
    Browse the repository at this point in the history
  5. fixing leaks

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    1c97540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca2363e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ab36b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f564acb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e9d150 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    88e23bd View commit details
    Browse the repository at this point in the history
  11. fixing ninetwo memory leaks

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    7f7411d View commit details
    Browse the repository at this point in the history
  12. fixing resrobot memory leaks

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    ae0c3f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9578c88 View commit details
    Browse the repository at this point in the history
  14. added missed parents

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    17bc132 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8d240c View commit details
    Browse the repository at this point in the history
  16. fixing leaks

    412b committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    253877b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bb6c564 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c766afa View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d2be213 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    26a0b54 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

  1. 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.
    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    adff4e2 View commit details
    Browse the repository at this point in the history
  2. added missed parents

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    b3a2b76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98201ac View commit details
    Browse the repository at this point in the history
  4. added missing destructors

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    35db43b View commit details
    Browse the repository at this point in the history
  5. fixing leaks

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    bfdeedc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02eff80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95604c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cea328 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc82fa0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9076fb0 View commit details
    Browse the repository at this point in the history
  11. fixing ninetwo memory leaks

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    3a00949 View commit details
    Browse the repository at this point in the history
  12. fixing resrobot memory leaks

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    420764f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe93c97 View commit details
    Browse the repository at this point in the history
  14. added missed parents

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    57a638d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    42c88a8 View commit details
    Browse the repository at this point in the history
  16. fixing leaks

    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    a43589c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92be2e1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea6fcbb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4897391 View commit details
    Browse the repository at this point in the history
  20. upstreaming

    Kirill Plyashkevich authored and 412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    6930cf9 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'qt-qml-fixing-ownership-rebased' of github.com:412b/fah…

    …rplan into qt-qml-fixing-ownership-rebased
    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    c301e1d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a1eb14 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    208ad3e View commit details
    Browse the repository at this point in the history
  24. Merge remote-tracking branch 'refs/remotes/upstream/master' into qt-q…

    …ml-fixing-ownership-rebased
    412b committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    ab694db View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. minor ownership fixes and memory leak fixes

    (cherry picked from commit 177a939)
    412b committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    6ab413e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db74e8 View commit details
    Browse the repository at this point in the history
  3. finalizing cleanups and fixes

    412b committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    16fc039 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Configuration menu
    Copy the full SHA
    0479942 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2016

  1. 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.
    thfi committed Aug 28, 2016
    Configuration menu
    Copy the full SHA
    7c55711 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. start london prototype

    balcy committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    0290d60 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. continue prototyping TFL

    balcy committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    5847268 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. add stopPoint / platform info

    balcy committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    1ab4890 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    0001b03 View commit details
    Browse the repository at this point in the history
  2. - add icsId and naptanId to configuration

    - add time table support and train restrictions
    balcy committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a488526 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. work on parseStationsByCoordinates(), findStationsByCoordinates(), ad…

    …d shorter names for timetable train types
    balcy committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    405725b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    70bc276 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    fa50aee View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. Configuration menu
    Copy the full SHA
    a6f1089 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. bump version

    balcy committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    ba809ab View commit details
    Browse the repository at this point in the history
  2. make qt4 build work

    balcy committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    7de6357 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Configuration menu
    Copy the full SHA
    60effd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from balcy/london

    add london parser (TFL)
    Chris Clime authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    19ba0e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. make color maps static

    add namespace TransportModes
    balcy committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    e19cff3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    0912bbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from balcy/london

    London
    Chris Clime authored Feb 28, 2018
    Configuration menu
    Copy the full SHA
    109ca6d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. match open store version

    Chris Clime committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    3dc182f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2018

  1. change qml page headers for ubuntu (Ubuntu.Components 1.3 warnings re…

    …moved)
    
    make it work with 'clickable --desktop' by changing the build folders
    balcy committed May 9, 2018
    Configuration menu
    Copy the full SHA
    f0f2c6c View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Merge pull request #4 from balcy/london

    change qml page headers for ubuntu (Ubuntu.Components 1.3 warnings re…
    Chris Clime authored May 10, 2018
    Configuration menu
    Copy the full SHA
    8a9e4d1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2018

  1. time format adjustments

    balcy committed May 13, 2018
    Configuration menu
    Copy the full SHA
    7c79f82 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. correction of time format

    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    e27e23b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'qt-qml-fixing-ownership-rebased' of https://github.com/…

    …412b/fahrplan into 412b-qt-qml-fixing-ownership-rebased
    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    366ca3a View commit details
    Browse the repository at this point in the history
  3. corrections to parser_resrobot

    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    9433014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    463ff3e View commit details
    Browse the repository at this point in the history
  5. original order

    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    3d251c0 View commit details
    Browse the repository at this point in the history
  6. add cleanup to london parser

    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    69f9b9e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'rmv' of https://github.com/thfi/fahrplan into 412b-qt-q…

    …ml-fixing-ownership-rebased
    balcy committed May 19, 2018
    Configuration menu
    Copy the full SHA
    de169b2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. ubuntu gui adaption for parsers that do not support timetable, correc…

    …tion to london parser
    balcy committed May 21, 2018
    Configuration menu
    Copy the full SHA
    7296824 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. minor change london parser

    balcy committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    2aef7c6 View commit details
    Browse the repository at this point in the history
  2. raise version

    balcy committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    aaa1589 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from balcy/412b-qt-qml-fixing-ownership-rebased

    412b qt qml fixing ownership rebased
    Chris Clime authored Jun 3, 2018
    Configuration menu
    Copy the full SHA
    ccab3d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Change layout height to make full text visible on the About page's Cr…

    …edits tab (Ubuntu Touch)
    ennedin committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    e35efbe View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Merge pull request #4 from ennedin/correct-aboutpage

    Change layout height to make full text visible on the About page's …
    dayrover authored Sep 23, 2018
    Configuration menu
    Copy the full SHA
    66bc527 View commit details
    Browse the repository at this point in the history