Implemented Arrival/Departures selection
authorLuciano Montanaro <mikelima@cirulla.net>
Sat, 14 May 2011 16:46:01 +0000 (18:46 +0200)
committerLuciano Montanaro <mikelima@zaphod>
Sat, 14 May 2011 16:46:01 +0000 (18:46 +0200)
commite51eddeedfa8a731ae5422c93ae21cca99248f39
tree698e07453508eacb6f74f50b3510b1244dc0749d
parent14257f3b481d28bb989cd673c0287f92e98475c1
Implemented Arrival/Departures selection

Many changes, the StationView class is now mostly useful.
It is possible to select arrivals/departures from the menu to change the
displayed section.

Implemented using the QWebElement dom functions to annotate the elements
as departures or arrivals, as the structure of the viaggiatreno site is
unsuitable for a css only solution.
application/app.cpp
application/app.h
application/application.pro
application/resources/arrivals.css [new file with mode: 0644]
application/resources/departures.css [new file with mode: 0644]
application/resources/quandoparte.css [new file with mode: 0644]
application/stationlistview.cpp
application/stationview.cpp
application/stationview.h