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

Conversation

dayrover
Copy link

As the packager for UbuntuTouch this is the currently releases version which is actively supported.
Most of the work is from Chris Clime.
It would seem sensible to merge this into you reference implementation so other platforms can make use of all this work.

412b and others added 30 commits May 21, 2015 01:09
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.
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.
balcy and others added 25 commits February 12, 2018 19:46
add london parser (TFL)
add namespace TransportModes
…moved)

make it work with 'clickable --desktop' by changing the build folders
change qml page headers for ubuntu (Ubuntu.Components 1.3 warnings re…
Change layout height to make full text visible on the About page's …
@balcy
Copy link

balcy commented Apr 15, 2019

this already contains #268, #244 and #201

@balcy
Copy link

balcy commented Apr 15, 2019

@smurfy is it possible for @dayrover to get write access, too ?

@Olf0 Olf0 mentioned this pull request Aug 29, 2021
poetaster added a commit to poetaster/fahrplan that referenced this pull request Apr 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants