Move download URL construction to ServerInfo.
commit94555a0b08534ba6345d8ba65eef808b6e3d1dca
authorDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 17 Jun 2012 08:30:19 +0000 (17 10:30 +0200)
committerDominik Riebeling <Dominik.Riebeling@gmail.com>
Sun, 17 Jun 2012 08:30:19 +0000 (17 10:30 +0200)
tree7184edd46f55edf86bbc5dfb39580fc8dcce0696
parentc2246905a269d1b066b5778610b5705999d9790f
Move download URL construction to ServerInfo.

Centralize creating the URLs so it's not duplicated in two places. This also
allows to change the representation on the server more easily, since it only
requires changes in one place.

Currently only changes URLs for Rockbox builds.

Change-Id: I87277cd61f8b164bdbcd914c9873d674661a786c
rbutil/rbutilqt/base/serverinfo.cpp
rbutil/rbutilqt/base/serverinfo.h
rbutil/rbutilqt/installwindow.cpp
rbutil/rbutilqt/rbutilqt.cpp