Created new ui for the program. Almost everything that worked previously
authorniko <niko@nikosdesktop.(none)>
Thu, 30 Dec 2010 18:35:55 +0000 (20:35 +0200)
committerniko <niko@nikosdesktop.(none)>
Thu, 30 Dec 2010 18:35:55 +0000 (20:35 +0200)
commit0f57b91645561c4f03136ae3b1f7b9e1f09a8782
tree058ca34839dfaf87e0bc7e83422ab036933b65fb
parentd3235ecae8f7e24cc7a061f57dec9ccd9be0f0f3
Created new ui for the program. Almost everything that worked previously
works in this version too. Missing parts are: gps support and adding new
saved locations.
72 files changed:
zouba/ReittiopasImages.qrc [new file with mode: 0644]
zouba/data/48x48/zouba.png [deleted file]
zouba/data/64x64/zouba.png [deleted file]
zouba/data/icons/48x48/zouba.png [new file with mode: 0644]
zouba/data/icons/64x64/zouba.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-bus.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-ferry.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-metro.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-train.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-tram.png [new file with mode: 0644]
zouba/data/icons/reittiopas/maemo-mapper-walk.png [new file with mode: 0644]
zouba/data/icons/reittiopas/svg/all.svg [new file with mode: 0644]
zouba/src/addressdialog.cpp
zouba/src/gpscontroller.cpp
zouba/src/gpscontroller.h
zouba/src/gui/favoriteselectiondialog.cpp [new file with mode: 0644]
zouba/src/gui/favoriteselectiondialog.h [new file with mode: 0644]
zouba/src/gui/favoriteselectiondialog.ui [new file with mode: 0644]
zouba/src/gui/locationsdisplaywindow.cpp [new file with mode: 0644]
zouba/src/gui/locationsdisplaywindow.h [new file with mode: 0644]
zouba/src/gui/locationsdisplaywindow.ui [new file with mode: 0644]
zouba/src/gui/routelegwidget.cpp [new file with mode: 0644]
zouba/src/gui/routelegwidget.h [new file with mode: 0644]
zouba/src/gui/routelegwidget.ui [new file with mode: 0644]
zouba/src/gui/routeoneitemwidget.cpp [new file with mode: 0644]
zouba/src/gui/routeoneitemwidget.h [new file with mode: 0644]
zouba/src/gui/routeoneitemwidget.ui [new file with mode: 0644]
zouba/src/gui/routeresultwidget.cpp [new file with mode: 0644]
zouba/src/gui/routeresultwidget.h [new file with mode: 0644]
zouba/src/gui/routeresultwidget.ui [new file with mode: 0644]
zouba/src/gui/searchdisplay.cpp [new file with mode: 0644]
zouba/src/gui/searchdisplay.h [new file with mode: 0644]
zouba/src/gui/searchdisplay.ui [new file with mode: 0644]
zouba/src/location.cpp [deleted file]
zouba/src/location.h [deleted file]
zouba/src/locations.cpp [deleted file]
zouba/src/locations.h [deleted file]
zouba/src/locationsdisplaywindow.cpp [deleted file]
zouba/src/locationsdisplaywindow.h [deleted file]
zouba/src/locationsdisplaywindow.ui [deleted file]
zouba/src/logic/location.cpp [new file with mode: 0644]
zouba/src/logic/location.h [new file with mode: 0644]
zouba/src/logic/locationfinder.cpp [new file with mode: 0644]
zouba/src/logic/locationfinder.h [new file with mode: 0644]
zouba/src/logic/locations.cpp [new file with mode: 0644]
zouba/src/logic/locations.h [new file with mode: 0644]
zouba/src/logic/routefinder.cpp [new file with mode: 0644]
zouba/src/logic/routefinder.h [new file with mode: 0644]
zouba/src/logic/routeleg.cpp [new file with mode: 0644]
zouba/src/logic/routeleg.h [new file with mode: 0644]
zouba/src/logic/routeleggenerator.cpp [new file with mode: 0644]
zouba/src/logic/routeleggenerator.h [new file with mode: 0644]
zouba/src/logic/routenew.cpp [new file with mode: 0644]
zouba/src/logic/routenew.h [new file with mode: 0644]
zouba/src/logic/routepoint.cpp [new file with mode: 0644]
zouba/src/logic/routepoint.h [new file with mode: 0644]
zouba/src/logic/routepointgenerator.cpp [new file with mode: 0644]
zouba/src/logic/routepointgenerator.h [new file with mode: 0644]
zouba/src/logic/ytv.cpp [new file with mode: 0644]
zouba/src/logic/ytv.h [new file with mode: 0644]
zouba/src/main.cpp
zouba/src/route.cpp
zouba/src/route.h
zouba/src/route_p.cpp
zouba/src/route_p.h
zouba/src/ui.cpp
zouba/src/ui.h
zouba/src/uicontroller.cpp
zouba/src/uicontroller.h
zouba/src/ytv.cpp [deleted file]
zouba/src/ytv.h [deleted file]
zouba/zouba.pro