aboutsummaryrefslogtreecommitdiff
path: root/src/providers
Commit message (Collapse)AuthorAge
* Prevent inclusion of individual headersGuido Günther2014-03-05
|
* Make name property read onlyGuido Günther2014-03-05
| | | | since it doesn't need to be set. This allows us to kill some code
* Add provider for Swiss SBBGuido Günther2014-03-05
|
* Add BVG providerGuido Günther2014-03-05
| | | | | This is our second hafas based provider to check the the interface actually works.
* Move hafas code from LpfDeDbProvider to LpfHafasBin6ProviderGuido Günther2014-03-05
|
* Make HafasBin6 a proper GObject implementing the provider interfaceGuido Günther2014-03-04
| | | | | This will allow us to share the code for different Hafas based providers.
* Make LpfProvider an interfaceGuido Günther2014-03-02
| | | | This allows us to have different base classes for different providers
* Fix real time arrival and departure time mixupGuido Günther2014-03-02
| | | | Thanks Matthias Schmitz for the detailed report
* Fix departure timeGuido Günther2014-03-01
| | | | | %m returnd the month so we always looked at departues starting close to the full hour.
* Unbreak gzip decompression on larger query resultsGuido Günther2014-03-01
| | | | | | | | | | | | | | | g_converter_convert doesn't guarantee to convert all data when we set G_CONVERTER_INPUT_AT_END so make sure we continue to process the data. Fixes errors like ** (process:4072): WARNING **: Unhandled condition 1 Traceback (most recent call last): File "examples/trip-query.py", line 47, in trips_cb raise Exception("Failed to find any trips") Exception: Failed to find any trips Error: timed out Thanks: Matthias Schmitz for the report
* Initial commitGuido Günther2014-02-24