aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* LpfManager: Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_FINAL_TYPEHEADmasterGuido Günther2019-03-25
|
* LpfLoc: Use G_DEFINE_TYPE_WITH_PRIVATE and G_DECLARE_FINAL_TYPEGuido Günther2019-03-25
|
* build: Don't enable -Werror in git checkoutsGuido Günther2019-03-25
| | | | Disable this until we cleaned up build warnings with recent glib.
* trip-query: Add departure and arrival platformGuido Günther2017-02-22
| | | | to default output
* trip-query: print overall trip durationGuido Günther2017-02-18
|
* Run tests via travis ciGuido Günther2017-02-04
| | | | to prevent breackag as in issue #1.
* Fix typoGuido Günther2017-02-04
|
* Symlink README.md to READMEGuido Günther2017-02-03
| | | | | | to make autoreconf happy Closes: #1
* Alpha quality warningGuido Günther2017-02-02
|
* Make it render nicely in cgitGuido Günther2017-02-02
|
* trip-query: assume today when no date is givenGuido Günther2017-01-09
|
* Switch to python3Guido Günther2017-01-09
| | | | and some other cleanups
* Add gi.require_versionGuido Günther2015-11-06
| | | | | | due to pygobject enforcing it Reference: https://mail.gnome.org/archives/commits-list/2015-January/msg05545.html
* Fix type of trips propertyGuido Günther2015-10-17
| | | | | | | | | detected via examples/trip-query.py:95: Warning: g_value_get_pointer: assertion 'G_VALUE_HOLDS_POINTER (value)' failed msg = ' - CANCELED' if trip.props.status == Lpf.TripStatusFlags.CANCELED else '' on Debian Jessie.
* Use soup_status_get_phraseGuido Günther2015-10-16
| | | | | Although the docs advice against it we're not handling translations at the moment so let's have more detailes status information.
* Set the proxy on the Soup sessionGuido Günther2015-10-16
| | | | so we use a set proxy.
* Depend on recent libsoup that supports g_proxy_resolver_get_default()Guido Günther2015-10-16
|
* Properly init GErrorGuido Günther2015-05-08
| | | | | | This fixes the test suite failures at http://honk.sigxcpu.org:8001/job/libplanfahr-autotools-check/36/
* hafas: Both 0x10 and 0x20 flags seem to indicate cancelled tripsGuido Günther2015-05-08
| | | | | While 0x30 seems to indicate "trip cancelled", 0x20 seems to be "just" "stop skipped".
* examples: Mark canceled tripsGuido Günther2015-05-07
|
* hafas: Detect canceled trips via a flag in HafasBin6TripPartDetailGuido Günther2015-05-07
| | | | We currently bubble this up to the whole trip.
* Introduce status flags for each tripGuido Günther2015-05-07
| | | | This can be used to e.g. indicate cancelled trips
* Create types for enums and flagsGuido Günther2015-05-07
|
* Use builddir to locate the built providers during testsGuido Günther2015-05-07
| | | | This fixes "make distcheck"
* Add HACKING to dist tarballGuido Günther2015-05-07
|
* Fix testcase compilationGuido Günther2015-01-04
|
* Ignore test provider when generating API docsGuido Günther2015-01-03
|
* gtk-doc: use no-tmplGuido Günther2015-01-03
| | | | to not use deprecated templates
* Adjust to db API changeGuido Günther2014-12-15
| | | | | | Other hafas providers seem to correctly ignore this parameter Fix taken from public-transport-enabler
* Improve error codes in hafas binary parserGuido Günther2014-12-15
|
* Update URLs vor BVGGuido Günther2014-12-15
|
* Add simple test for querying tripsGuido Günther2014-10-10
| | | | now that we have the test provider
* Add simple test for querying locationsGuido Günther2014-10-10
| | | | now that we have the test provider
* Add tests for LpfManagerGuido Günther2014-10-10
| | | | now that we have the test driver
* Add simple test providerGuido Günther2014-10-10
| | | | This allows us to test the api and apps without internet connectivity
* Drop -WmudflapGuido Günther2014-10-10
| | | | Recent gcc don't support it
* lpf-trip-part: don't fail finalize on incompletely initialized objectsGuido Günther2014-10-10
|
* Add geters for LpfTripPart and LpfTrip propertiesGuido Günther2014-10-09
|
* Use g_debug for LPF_DEBUG macro tooGuido Günther2014-10-09
| | | | This allows us to conveniently turn of debugging even on debug builds.
* Use g_debug for libplanfahr debug messagesGuido Günther2014-10-09
| | | | This makes it easier to debug the lib without recompiling
* LpfStop: Don't invoke the parents finalize twiceGuido Günther2014-10-05
|
* LpfStop: drop nameGuido Günther2014-10-05
| | | | This is stored in the parent LpfLoc already.
* Don't leak nameGuido Günther2014-10-04
|
* Don't unref stops twiceGuido Günther2014-10-04
|
* Don't crash on NULL arrival and departure datetimeGuido Günther2014-10-04
|
* Fix typoGuido Günther2014-10-04
|
* Free uriGuido Günther2014-09-29
| | | | soup_message_new copies it's contents
* Update .gitignoreGuido Günther2014-04-18
|
* Add missing finalize call to LpfStopGuido Günther2014-04-18
| | | | and consolidate the other calls. It's guaranteed to exist.
* Fix "make distcheck"Guido Günther2014-04-14
|