aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Prevent inclusion of individual headersGuido Günther2014-03-05
|
* Don't open code GObject IntrospetionGuido 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
|
* Export types via our only public headerGuido Günther2014-03-05
|
* Restrict exported symbolsGuido Günther2014-03-05
| | | | The LIBPLANFAHR_PRIVATE_ symbols are intended for internal use only.
* Remove duplicate log dir creationGuido Günther2014-03-04
|
* 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
* GI annotation and gtk-doc fixupGuido Günther2014-02-24
| | | | | | | Fixes gir-scanner warnings like lpf-loc.h:57: Warning: Lpf: lpf_loc_get_opaque: return value: Missing (transfer) annotation
* Initial commitGuido Günther2014-02-24