summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Collapse)Author
2008-02-13Make encoder name conversion functions static to the base class.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16305 a1c6a512-1295-4272-9138-f99709370657
2008-02-12Make TTS name conversion functions static members.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16294 a1c6a512-1295-4272-9138-f99709370657
2008-02-06Save the internal name for tts / encoder in the configuration file, not the ↵Dominik Riebeling
displayed nice name. Additionally, kill a few warnings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16233 a1c6a512-1295-4272-9138-f99709370657
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises ↵Dominik Wenger
duplicated code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16159 a1c6a512-1295-4272-9138-f99709370657
2008-01-23rbutil: introduce a util function to get the systemproxy, for better reuse.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16150 a1c6a512-1295-4272-9138-f99709370657
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ↵Dominik Wenger
voice in the config dialog. Also reworked some setSetting functions, to remove depencies. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16111 a1c6a512-1295-4272-9138-f99709370657
2007-12-23w32: when utilizing IE values for system proxy also honor the ProxyEnable ↵Dominik Riebeling
value. In the configuration dialog, display a note when system proxy is disabled. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15962 a1c6a512-1295-4272-9138-f99709370657
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15932 a1c6a512-1295-4272-9138-f99709370657
2007-12-14rbutil: added a button into talkfile dialog, to directly jump to config of ↵Dominik Wenger
tts and enc. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15926 a1c6a512-1295-4272-9138-f99709370657
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15925 a1c6a512-1295-4272-9138-f99709370657
2007-10-07Use i10n for numbers using QLocale.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15027 a1c6a512-1295-4272-9138-f99709370657
2007-10-07When changing cache path update the size information.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15022 a1c6a512-1295-4272-9138-f99709370657
2007-09-23Give the configuration dialog its old size back and make sure to always ↵Dominik Riebeling
start at the Device tab. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14830 a1c6a512-1295-4272-9138-f99709370657
2007-09-23rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs ↵Dominik Wenger
script. Also let the configure dialog remember options and paths for different tts and encoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14828 a1c6a512-1295-4272-9138-f99709370657
2007-09-23w32: implement "system proxy" settings. This uses the IE setting by reading ↵Dominik Riebeling
its values from the registry. Make system proxy the default value if no configuration file is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14827 a1c6a512-1295-4272-9138-f99709370657
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14723 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Device detection based on USB PIDs. This is currently linux only and ↵Dominik Riebeling
requires libusb. There is also no way to figure the mount point from the USB PID so the old methods are tried for this. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14698 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Make it possible to change the BrowseDirtree caption (and do so for the ↵Antoine Cellerier
device selection dialog). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14695 a1c6a512-1295-4272-9138-f99709370657
2007-09-14Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14694 a1c6a512-1295-4272-9138-f99709370657
2007-09-14On linux, default to /media for the mountpoint selection but make it ↵Antoine Cellerier
possible to chose other directories too. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14693 a1c6a512-1295-4272-9138-f99709370657
2007-09-14it's /media, not /Media.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14689 a1c6a512-1295-4272-9138-f99709370657
2007-09-14rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14688 a1c6a512-1295-4272-9138-f99709370657
2007-09-03- rework language selection a bit: use language string as key instead of ↵Dominik Riebeling
language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. - move user settings from "defaults" section to "general". Makes the code cleaner and has been that way for historical reasons only anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14592 a1c6a512-1295-4272-9138-f99709370657
2007-08-30TTS configuration: default to the first profile found.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14550 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When collapsing the devices tree upon detection collapse all.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14535 a1c6a512-1295-4272-9138-f99709370657
2007-08-30When autodetecting, don't segfault if no item was previously selected and a ↵Dominik Riebeling
device is found. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14533 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Make it possible to browse for an encoder binary.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14519 a1c6a512-1295-4272-9138-f99709370657
2007-08-29make detection of tts / encoder binary by searching the path work on windows ↵Dominik Riebeling
too. As MacOS AFAIK works the same was as Linux use the same method here -- hopefully this doesn't break anything. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14509 a1c6a512-1295-4272-9138-f99709370657
2007-08-29Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only ↵Dominik Riebeling
linux for now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14505 a1c6a512-1295-4272-9138-f99709370657
2007-08-28Completely rework the talk files window: move settings to configuration ↵Dominik Riebeling
dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14495 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Cache was intended to be disabled per default. Also make the "disable ↵Dominik Riebeling
download cache" button in installation window working. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14480 a1c6a512-1295-4272-9138-f99709370657
2007-08-27Implement download caching. Set the folder for the cache data in the ↵Dominik Riebeling
configuration dialog. Caching is disabled per default and defaults to the systems temp folder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14476 a1c6a512-1295-4272-9138-f99709370657
2007-08-26Always save manually entered proxy values.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14469 a1c6a512-1295-4272-9138-f99709370657
2007-08-12simplify a bit.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14302 a1c6a512-1295-4272-9138-f99709370657
2007-08-12use alternating row colors in list views.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14298 a1c6a512-1295-4272-9138-f99709370657
2007-08-10fix a possible segfault upon invalid selection.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14262 a1c6a512-1295-4272-9138-f99709370657
2007-08-09if no proxy type is set default to none.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14255 a1c6a512-1295-4272-9138-f99709370657
2007-08-07Replace the file selection dialog for the mountpoint with a pure folder tree ↵Dominik Riebeling
view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14233 a1c6a512-1295-4272-9138-f99709370657
2007-08-05rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at ↵Dominik Wenger
the moment) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14199 a1c6a512-1295-4272-9138-f99709370657
2007-08-03- display better values if no user configuration is foundDominik Riebeling
- make it possible to cancel device selection - accept new device path also if it's not selected from the browser and ignore it if it's not a path. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14162 a1c6a512-1295-4272-9138-f99709370657
2007-08-03Fix a segfault when no configuration file is present.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14161 a1c6a512-1295-4272-9138-f99709370657
2007-08-02Move device and mountpoint selection to configuration to eliminate the need ↵Dominik Riebeling
of asking for the mountpoint in every installation window. Use a QListWidget to make the devices list nicer. Remove scrobbler settings as this will most likely get implemented as plugin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14149 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Update configuration dialog and disable unimplemented items. Add some nice ↵Dominik Riebeling
icons and replace logger icons with tango ones. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14119 a1c6a512-1295-4272-9138-f99709370657
2007-08-01don't show the proxy password in configuration dialog as cleartext.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14108 a1c6a512-1295-4272-9138-f99709370657
2007-07-30rbutilQt: fix Dialogs, so they are modal.Dominik Wenger
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14080 a1c6a512-1295-4272-9138-f99709370657
2007-07-29linux: respect http_proxy value for "system" proxy settings.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14062 a1c6a512-1295-4272-9138-f99709370657
2007-07-29support for translating rbutil. Translation files (*.qm) can be in the ↵Dominik Riebeling
binary folder or in the resource :/lang. Incomplete german translation available for testing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14061 a1c6a512-1295-4272-9138-f99709370657
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or ↵Dominik Riebeling
archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13989 a1c6a512-1295-4272-9138-f99709370657