disable console logging
[pywienerlinien] / gotovienna /
2011-12-07 Florian Schweikertadded utils function for sorting Departures
2011-12-07 Florian Schweikertfixed Departure.departure_time() timedelta bug
2011-12-07 Florian Schweikertnew unittests
2011-11-25 Florian Schweikertfixing lowfloor bug
2011-11-02 Florian Schweikertget nearby stations from sqlite3 db
2011-10-31 Florian Schweikertfixing with_statement import
2011-10-31 Florian Schweikertimport with_statement for older python versions
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-23 Florian Schweikertfixed caching classes
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-16 Florian Schweikertjust small format changes
2011-10-15 Florian SchweikertShow next 90 minutes instead of 30 minutes, necessary...
2011-10-14 Florian Schweikertadded missing error classes
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-10-14 Thomas PerlMove files around, add logo to start page
2011-10-12 Florian Schweikertprint result to console
2011-10-12 Florian Schweikertfirst attempt to connect qml gui to pyside
2011-10-12 Florian SchweikertRealtime search gui mockup
2011-10-12 Florian Schweikertcleanup qml files
2011-10-10 Florian Schweikertjust testing qml possibilities
2011-10-07 Florian Schweikertfixed merging
2011-10-07 Florian SchweikertMerge branch 'master' into experimental
2011-10-06 Florian Schweikertcombined date and time, renamed to timespan
2011-10-06 Florian Schweikertchanged date, time to datetime in overview part
2011-09-29 Thomas PerlAdd support for detecting/guessing origin/destination...
2011-09-29 Thomas PerlRouting: Move origin/destination type default into...
2011-09-29 Thomas PerlRefactor "scotty"; new "utils" module
2011-09-29 Thomas PerlMake the "itip" CLI tool output pretty
2011-09-28 Florian Schweikertjust comments, fixme
2011-09-28 Florian SchweikertMerge branch 'master' of github.com:kelvan/gotoVienna...
2011-09-28 Florian Schweikertrouting for other cities; correction unstable (eg scott...
2011-09-28 Thomas PerlPretty print a list of lines for realtime
2011-09-28 Thomas PerlMove unit tests and images to subfolders
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