fixing routing.py bug, if time is 24:00
[pywienerlinien] / gotovienna / realtime.py
2012-05-01 Florian Schweikertfixed deltatime calculation bug
2012-03-14 Florian Schweikertreplaced get_departures with DataModel in pyside
2012-02-15 Florian SchweikertDeparture object changes, tests, small fix
2011-12-16 Florian Schweikertfixed unittest
2011-12-16 Florian Schweikert12 new nosetests for departure parsing
2011-12-07 Florian Schweikertfixed Departure.departure_time() timedelta bug
2011-11-25 Florian Schweikertfixing lowfloor bug
2011-10-31 Florian Schweikertpython2.5 compatibility enhancement
2011-10-28 Florian Schweikertfixed loading bug
2011-10-24 Florian SchweikertReplace urllib2.urlopen with own FancyURLOpener, sendin...
2011-10-23 Florian Schweikertcaching for lines and stations (saved as json)
2011-10-22 Florian Schweikertstarted with caching classes
2011-10-19 Florian SchweikertFixing some errorhandling bugs
2011-10-18 Florian Schweikertchanged get_departure, return list of Departure objects...
2011-10-17 Florian Schweikertfixed/workaround "Siebenhirte" bug
2011-10-15 Florian SchweikertShow next 90 minutes instead of 30 minutes, necessary...
2011-10-14 Florian Schweikertfixed underground departure parsing
2011-10-14 Florian Schweikertadded Line class as container for stuff like station...
2011-10-14 Thomas PerlAdd support for displaying realtime results + refreshing
2011-10-14 Thomas Perlstdeb-based packaging for Harmattan
2011-09-29 Thomas PerlMake the "itip" CLI tool output pretty
2011-09-28 Thomas PerlPretty print a list of lines for realtime
2011-09-28 Thomas PerlRestructuring; removing ui files
2011-09-28 Thomas PerlRemove trailing whitespace (no code changes)
2011-09-28 Thomas PerlCreate "gotovienna" package; split CLI code