Remove Rockbox Utility Offline Mode.

Offline Mode was intended to allow performing an installation without network
access. However, to get the required files cached the same installation has to
be performed with network access, which is a rather strange prerequisite. A
better way would be a way to direct Rockbox Utility to some local "repository"
that holds the required files.

Furthermore, Offline Mode hasn't been tested since long and is likely to be
broken since the caching mechanism has been extended.

For now remove this functionality. As far as I know it's been rarely used (if
at all) anyway.

Change-Id: Ib2af4892708e0440bd0a7940c131f04182ddb39a
This commit is contained in:
Dominik Riebeling 2013-01-13 19:45:29 +01:00
parent d608fd604b
commit 1f1826e39c
8 changed files with 2 additions and 32 deletions

View file

@ -328,16 +328,6 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cacheOfflineMode">
<property name="toolTip">
<string>&lt;p&gt;This will try to use all information from the cache, even information about updates. Only use this option if you want to install without network connection. Note: you need to do the same install you want to perform later with network access first to download all required files to the cache.&lt;/p&gt;</string>
</property>
<property name="text">
<string>O&amp;ffline mode</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="4" column="1">