pywienerlinien
12 years agoFixing some errorhandling bugs
Florian Schweikert [Wed, 19 Oct 2011 21:36:47 +0000 (23:36 +0200)]
Fixing some errorhandling bugs
Added automatic retry if incorrect site is received

12 years agochanged get_departure, return list of Departure objects with line,
Florian Schweikert [Tue, 18 Oct 2011 15:07:01 +0000 (17:07 +0200)]
changed get_departure, return list of Departure objects with line,
station, direction, departure time and lowfloor instead of list of int
added support for time objects if realtime ist unknown
fixed an silent error on startup
added lowfloor fetching (only in backend, not in an interface)

12 years agofixed/workaround "Siebenhirte" bug
Florian Schweikert [Mon, 17 Oct 2011 19:47:49 +0000 (21:47 +0200)]
fixed/workaround "Siebenhirte" bug

12 years agoAdded experimental LineSheet to replace lineSelector
Florian Schweikert [Mon, 17 Oct 2011 18:18:16 +0000 (20:18 +0200)]
Added experimental LineSheet to replace lineSelector

12 years agoextract statioenSheet to own qml file
Florian Schweikert [Mon, 17 Oct 2011 17:07:51 +0000 (19:07 +0200)]
extract statioenSheet to own qml file
renamed StationListItem to SheetListItem

12 years agostrip long stations in resultlist
Florian Schweikert [Mon, 17 Oct 2011 15:37:00 +0000 (17:37 +0200)]
strip long stations in resultlist
move icon to bottom left
better spacing for result list
removed "Abfahrten" from header to save space
set radius for header rectangle for smoother look

12 years agoremoved wildcard qt import
Florian Schweikert [Mon, 17 Oct 2011 14:18:04 +0000 (16:18 +0200)]
removed wildcard qt import
comment menuitem
removed unused test.qml

12 years agojust small format changes
Florian Schweikert [Sun, 16 Oct 2011 17:19:09 +0000 (19:19 +0200)]
just small format changes

12 years agoShow next 90 minutes instead of 30 minutes, necessary for good nightline
Florian Schweikert [Sat, 15 Oct 2011 01:43:45 +0000 (03:43 +0200)]
Show next 90 minutes instead of 30 minutes, necessary for good nightline
results

12 years agoadded missing error classes
Florian Schweikert [Fri, 14 Oct 2011 21:47:14 +0000 (23:47 +0200)]
added missing error classes

12 years agofixed underground departure parsing
Florian Schweikert [Fri, 14 Oct 2011 19:29:22 +0000 (21:29 +0200)]
fixed underground departure parsing

12 years agoadded Line class as container for stuff like station of line, departure
Florian Schweikert [Fri, 14 Oct 2011 19:03:53 +0000 (21:03 +0200)]
added Line class as container for stuff like station of line, departure
of station on line

12 years agoAdd support for displaying realtime results + refreshing
Thomas Perl [Fri, 14 Oct 2011 14:17:01 +0000 (16:17 +0200)]
Add support for displaying realtime results + refreshing

12 years agoAdd preliminary station chooser UI for realtime
Thomas Perl [Fri, 14 Oct 2011 13:06:18 +0000 (15:06 +0200)]
Add preliminary station chooser UI for realtime

12 years agoAdd support for searching/displaying available lines
Thomas Perl [Fri, 14 Oct 2011 11:39:22 +0000 (13:39 +0200)]
Add support for searching/displaying available lines

12 years agostdeb-based packaging for Harmattan
Thomas Perl [Fri, 14 Oct 2011 10:36:39 +0000 (12:36 +0200)]
stdeb-based packaging for Harmattan

12 years agoRename main script to avoid camelCase
Thomas Perl [Fri, 14 Oct 2011 10:14:43 +0000 (12:14 +0200)]
Rename main script to avoid camelCase

12 years agoMove files around, add logo to start page
Thomas Perl [Fri, 14 Oct 2011 10:06:34 +0000 (12:06 +0200)]
Move files around, add logo to start page

12 years agoprint result to console
Florian Schweikert [Wed, 12 Oct 2011 18:11:27 +0000 (20:11 +0200)]
print result to console
unable to test atm, website down

12 years agofirst attempt to connect qml gui to pyside
Florian Schweikert [Wed, 12 Oct 2011 17:47:38 +0000 (19:47 +0200)]
first attempt to connect qml gui to pyside

12 years agoRealtime search gui mockup
Florian Schweikert [Wed, 12 Oct 2011 17:28:18 +0000 (19:28 +0200)]
Realtime search gui mockup
connect search and result page

12 years agocleanup qml files
Florian Schweikert [Wed, 12 Oct 2011 00:46:33 +0000 (02:46 +0200)]
cleanup qml files
added simple demo qml list for itip

12 years agojust testing qml possibilities
Florian Schweikert [Mon, 10 Oct 2011 14:25:13 +0000 (16:25 +0200)]
just testing qml possibilities

12 years agofixed merging
Florian Schweikert [Fri, 7 Oct 2011 00:56:43 +0000 (02:56 +0200)]
fixed merging

12 years agoMerge branch 'master' into experimental
Florian Schweikert [Fri, 7 Oct 2011 00:41:01 +0000 (02:41 +0200)]
Merge branch 'master' into experimental

Conflicts:
gotovienna/routing.py
itip
scotty

12 years agoskip station if terminal
Florian Schweikert [Fri, 7 Oct 2011 00:28:43 +0000 (02:28 +0200)]
skip station if terminal

12 years agocombined date and time, renamed to timespan
Florian Schweikert [Thu, 6 Oct 2011 20:26:01 +0000 (22:26 +0200)]
combined date and time, renamed to timespan
removed duration (use diff of timespan)

12 years agochanged date, time to datetime in overview part
Florian Schweikert [Thu, 6 Oct 2011 18:03:47 +0000 (20:03 +0200)]
changed date, time to datetime in overview part

12 years agolinebreak after "Searching..."
Florian Schweikert [Fri, 30 Sep 2011 17:56:49 +0000 (20:56 +0300)]
linebreak after "Searching..."

12 years agoset width of "hlines" to 79
Florian Schweikert [Fri, 30 Sep 2011 17:53:52 +0000 (20:53 +0300)]
set width of "hlines" to 79

12 years agoEdited scotty via GitHub
Florian Schweikert [Fri, 30 Sep 2011 17:51:07 +0000 (20:51 +0300)]
Edited scotty via GitHub

12 years agoAdd support for detecting/guessing origin/destination types
Thomas Perl [Thu, 29 Sep 2011 12:18:26 +0000 (14:18 +0200)]
Add support for detecting/guessing origin/destination types

12 years agoRouting: Move origin/destination type default into module
Thomas Perl [Thu, 29 Sep 2011 12:07:44 +0000 (14:07 +0200)]
Routing: Move origin/destination type default into module

12 years agoRefactor "scotty"; new "utils" module
Thomas Perl [Thu, 29 Sep 2011 12:05:02 +0000 (14:05 +0200)]
Refactor "scotty"; new "utils" module

12 years agoitip, scotty: Add help texts for arguments
Thomas Perl [Thu, 29 Sep 2011 11:38:37 +0000 (13:38 +0200)]
itip, scotty: Add help texts for arguments

12 years agoMake the "itip" CLI tool output pretty
Thomas Perl [Thu, 29 Sep 2011 11:27:46 +0000 (13:27 +0200)]
Make the "itip" CLI tool output pretty

12 years agojust comments, fixme
Florian Schweikert [Wed, 28 Sep 2011 21:31:24 +0000 (23:31 +0200)]
just comments, fixme

12 years agoremoved empty qml file
Florian Schweikert [Wed, 28 Sep 2011 21:23:08 +0000 (23:23 +0200)]
removed empty qml file

12 years agoMerge branch 'master' of github.com:kelvan/gotoVienna into experimental
Florian Schweikert [Wed, 28 Sep 2011 21:20:08 +0000 (23:20 +0200)]
Merge branch 'master' of github.com:kelvan/gotoVienna into experimental

Conflicts:
scotty

12 years agorouting for other cities; correction unstable (eg scotty "Rathaus, Linz"
Florian Schweikert [Wed, 28 Sep 2011 21:08:39 +0000 (23:08 +0200)]
routing for other cities; correction unstable (eg scotty "Rathaus, Linz"
"Karlsplatz, Graz")

12 years agoPretty print a list of lines for realtime
Thomas Perl [Wed, 28 Sep 2011 19:58:30 +0000 (21:58 +0200)]
Pretty print a list of lines for realtime

12 years agoMove unit tests and images to subfolders
Thomas Perl [Wed, 28 Sep 2011 19:10:07 +0000 (21:10 +0200)]
Move unit tests and images to subfolders

12 years agoRestructuring; removing ui files
Thomas Perl [Wed, 28 Sep 2011 19:00:32 +0000 (21:00 +0200)]
Restructuring; removing ui files

12 years agoscotty: Ask interactively for origin and destination
Thomas Perl [Wed, 28 Sep 2011 18:54:41 +0000 (20:54 +0200)]
scotty: Ask interactively for origin and destination

12 years agoRemove trailing whitespace (no code changes)
Thomas Perl [Wed, 28 Sep 2011 18:38:37 +0000 (20:38 +0200)]
Remove trailing whitespace (no code changes)

12 years agoMake scotty script executable
Thomas Perl [Wed, 28 Sep 2011 18:37:12 +0000 (20:37 +0200)]
Make scotty script executable

12 years agoCreate "gotovienna" package; split CLI code
Thomas Perl [Wed, 28 Sep 2011 18:19:05 +0000 (20:19 +0200)]
Create "gotovienna" package; split CLI code

12 years agoRemove extraneous files
Thomas Perl [Wed, 28 Sep 2011 17:49:21 +0000 (19:49 +0200)]
Remove extraneous files

12 years agoRemove the Qt GUI
Thomas Perl [Wed, 28 Sep 2011 17:48:11 +0000 (19:48 +0200)]
Remove the Qt GUI

12 years agoFix bugs in scotty.py introduced by last commit
Thomas Perl [Wed, 28 Sep 2011 17:44:43 +0000 (19:44 +0200)]
Fix bugs in scotty.py introduced by last commit

12 years agoMake origin and destination positional arguments
Thomas Perl [Wed, 28 Sep 2011 17:33:43 +0000 (19:33 +0200)]
Make origin and destination positional arguments

12 years agoUse the new "scotty" module in gotoVienna
Thomas Perl [Wed, 28 Sep 2011 17:31:58 +0000 (19:31 +0200)]
Use the new "scotty" module in gotoVienna

12 years agoFix issues with "*" price field; better overview
Thomas Perl [Wed, 28 Sep 2011 17:18:53 +0000 (19:18 +0200)]
Fix issues with "*" price field; better overview

12 years ago[FIX] unittests
Florian Schweikert [Wed, 28 Sep 2011 00:43:12 +0000 (02:43 +0200)]
[FIX] unittests
set coding to unicode
define interpreter

12 years ago[FIX] AttributeError if station without link
Florian Schweikert [Tue, 27 Sep 2011 00:55:37 +0000 (02:55 +0200)]
[FIX] AttributeError if station without link

12 years ago[FIX] iTip crashes if no station given
Florian Schweikert [Mon, 26 Sep 2011 12:12:22 +0000 (14:12 +0200)]
[FIX] iTip crashes if no station given

12 years agomoved url debug output to logfile in home
Florian Schweikert [Mon, 26 Sep 2011 12:06:52 +0000 (14:06 +0200)]
moved url debug output to logfile in home

12 years agoyet another unicode fix
Florian Schweikert [Mon, 26 Sep 2011 11:53:47 +0000 (13:53 +0200)]
yet another unicode fix

12 years ago[FIX] destination correction
Florian Schweikert [Sat, 24 Sep 2011 15:45:27 +0000 (17:45 +0200)]
[FIX] destination correction

12 years agofinished cli for scotty.py
Florian Schweikert [Sat, 24 Sep 2011 15:36:39 +0000 (17:36 +0200)]
finished cli for scotty.py

12 years ago[FIX] unicode input error fix for testing
Florian Schweikert [Sat, 24 Sep 2011 14:51:32 +0000 (16:51 +0200)]
[FIX] unicode input error fix for testing
choice station in cli if ambiguous

12 years agofixed small python 2.5 incompatibility
Florian Schweikert [Sat, 24 Sep 2011 14:19:24 +0000 (16:19 +0200)]
fixed small python 2.5 incompatibility

12 years agoclean up
Florian Schweikert [Thu, 22 Sep 2011 23:16:28 +0000 (01:16 +0200)]
clean up
removed depricated classes
minimal cli for scotty
there are now only two important files for parsing (iTip, scotty)

12 years ago[FIX] "In Kürze"-Bug
Florian Schweikert [Tue, 20 Sep 2011 15:17:50 +0000 (17:17 +0200)]
[FIX] "In Kürze"-Bug
iTip cli can show all available lines

12 years agoFixed station list parser for itip
Florian Schweikert [Sat, 10 Sep 2011 00:06:28 +0000 (02:06 +0200)]
Fixed station list parser for itip
added minimal cli for realtime information (supports list stations of
line and departure of line/station)

12 years agoadded parser for routing
Florian Schweikert [Mon, 5 Sep 2011 14:01:19 +0000 (16:01 +0200)]
added parser for routing

12 years agoadded line parser, station parser and next departure parser to iParser
Florian Schweikert [Sun, 4 Sep 2011 01:39:26 +0000 (03:39 +0200)]
added line parser, station parser and next departure parser to iParser
class
added two testcases

12 years agomoved iParser to own file
Florian Schweikert [Fri, 2 Sep 2011 19:07:12 +0000 (21:07 +0200)]
moved iParser to own file
finished get lines method
maybe fixed parseCorrection

12 years agouse current time instead of appstarttime
Florian Schweikert [Sat, 11 Jun 2011 18:04:05 +0000 (20:04 +0200)]
use current time instead of appstarttime

12 years agodetailview fixed, debug data
Florian Schweikert [Sat, 11 Jun 2011 00:56:24 +0000 (02:56 +0200)]
detailview fixed, debug data

12 years agocleanup parser
Florian Schweikert [Fri, 10 Jun 2011 23:26:28 +0000 (01:26 +0200)]
cleanup parser

12 years agoquick & dirty fix for non-maemo devices
Florian Schweikert [Wed, 4 May 2011 13:43:02 +0000 (15:43 +0200)]
quick & dirty fix for non-maemo devices
fix details view

12 years agoMerge branch 'master' of github.com:kelvan/gotoVienna
Florian Schweikert [Wed, 4 May 2011 13:27:58 +0000 (15:27 +0200)]
Merge branch 'master' of github.com:kelvan/gotoVienna

Conflicts:
wlSearch.py

12 years agocommit for merge/revert
Florian Schweikert [Wed, 4 May 2011 13:19:08 +0000 (15:19 +0200)]
commit for merge/revert

12 years agoFix window stacking on Maemo 5
Thomas Perl [Wed, 4 May 2011 12:58:19 +0000 (14:58 +0200)]
Fix window stacking on Maemo 5

12 years agorenamed project
Florian Schweikert [Sun, 1 May 2011 22:36:08 +0000 (00:36 +0200)]
renamed project

13 years agocleanup Parser
Florian Schweikert [Thu, 17 Mar 2011 01:57:43 +0000 (02:57 +0100)]
cleanup Parser

13 years agocleanup iParser
Florian Schweikert [Thu, 17 Mar 2011 01:51:08 +0000 (02:51 +0100)]
cleanup iParser

13 years agoreplaced part of duration parsing with function call
Florian Schweikert [Thu, 17 Mar 2011 01:49:01 +0000 (02:49 +0100)]
replaced part of duration parsing with function call

13 years agospeedup tests
Florian Schweikert [Thu, 17 Mar 2011 01:47:23 +0000 (02:47 +0100)]
speedup tests
added tests for overview parser

13 years agoreplaced most overview parsing stuff with functions
Florian Schweikert [Thu, 17 Mar 2011 01:45:46 +0000 (02:45 +0100)]
replaced most overview parsing stuff with functions
overview date is now date not datetime

13 years agoadded BeautifulSoup 3.2 (workaround problem with older soup versions)
Florian Schweikert [Thu, 17 Mar 2011 00:44:56 +0000 (01:44 +0100)]
added BeautifulSoup 3.2 (workaround problem with older soup versions)

13 years agochanged to pure english text
Florian Schweikert [Wed, 9 Mar 2011 16:29:27 +0000 (17:29 +0100)]
changed to pure english text
lang support

13 years agoadded first logo prototype
Florian Schweikert [Wed, 9 Mar 2011 16:09:31 +0000 (17:09 +0100)]
added first logo prototype

13 years agoadded some parser tests
Florian Schweikert [Tue, 8 Mar 2011 21:32:08 +0000 (22:32 +0100)]
added some parser tests

13 years agorenamed iTipParser to iParser
Florian Schweikert [Tue, 8 Mar 2011 21:31:55 +0000 (22:31 +0100)]
renamed iTipParser to iParser

13 years agoadded toggle functionality
Florian Schweikert [Sun, 6 Mar 2011 00:29:30 +0000 (01:29 +0100)]
added toggle functionality

13 years agofixed tab order
Florian Schweikert [Sun, 6 Mar 2011 00:28:31 +0000 (01:28 +0100)]
fixed tab order
fixed menu shortcuts
added toggle menu entry

13 years agofixed bug of last commit
Florian Schweikert [Sat, 5 Mar 2011 05:19:36 +0000 (06:19 +0100)]
fixed bug of last commit

13 years agoRemoved with statement for compatibility
Florian Schweikert [Sat, 5 Mar 2011 05:12:55 +0000 (06:12 +0100)]
Removed with statement for compatibility

13 years agoDark Overview UI style (for N900)
Thomas Perl [Fri, 4 Mar 2011 21:50:03 +0000 (22:50 +0100)]
Dark Overview UI style (for N900)

13 years agoEdited README via GitHub
Florian Schweikert [Thu, 3 Mar 2011 22:19:18 +0000 (14:19 -0800)]
Edited README via GitHub

13 years agoadded DEBUG logging for overview parsing bug
Florian Schweikert [Thu, 3 Mar 2011 17:31:30 +0000 (18:31 +0100)]
added DEBUG logging for overview parsing bug

13 years agoreducing error rate of overview parser
Florian Schweikert [Thu, 3 Mar 2011 17:24:46 +0000 (18:24 +0100)]
reducing error rate of overview parser

13 years agoadded ParserError class and parser states
Florian Schweikert [Thu, 3 Mar 2011 17:13:50 +0000 (18:13 +0100)]
added ParserError class and parser states
raising Error when parsing incorrect data
added docstring for details

13 years agoAdd QML UI for displaying the overview
Thomas Perl [Thu, 3 Mar 2011 11:54:33 +0000 (12:54 +0100)]
Add QML UI for displaying the overview

13 years agoparsing lines and stations
Florian Schweikert [Tue, 1 Mar 2011 01:20:31 +0000 (02:20 +0100)]
parsing lines and stations

13 years agofaster startup
Florian Schweikert [Mon, 28 Feb 2011 01:43:36 +0000 (02:43 +0100)]
faster startup

13 years agofixed parser crash when overview contains footpath
Florian Schweikert [Sat, 26 Feb 2011 01:49:07 +0000 (02:49 +0100)]
fixed parser crash when overview contains footpath
added trip parser

13 years agoadded parsing result overview page
Florian Schweikert [Fri, 25 Feb 2011 13:35:33 +0000 (14:35 +0100)]
added parsing result overview page