summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-12-23w32: when utilizing IE values for system proxy also honor the ProxyEnable val...Dominik Riebeling1-5/+13
2007-12-15rbutil: reworked configuration of TTS engines to the new Style.Dominik Wenger1-109/+34
2007-12-14rbutil: added a button into talkfile dialog, to directly jump to config of tt...Dominik Wenger1-2/+2
2007-12-14rbutil: added builtin rbspeex encoder. Reworked encoder configuration. Dominik Wenger1-98/+43
2007-10-07Use i10n for numbers using QLocale.Dominik Riebeling1-1/+1
2007-10-07When changing cache path update the size information.Dominik Riebeling1-2/+10
2007-09-23Give the configuration dialog its old size back and make sure to always start...Dominik Riebeling1-0/+1
2007-09-23rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs s...Dominik Wenger1-22/+74
2007-09-23w32: implement "system proxy" settings. This uses the IE setting by reading i...Dominik Riebeling1-5/+35
2007-09-15Cosmetics: remove trailing spaces.Antoine Cellerier1-13/+13
2007-09-14Device detection based on USB PIDs. This is currently linux only and requires...Dominik Riebeling1-0/+14
2007-09-14Make it possible to change the BrowseDirtree caption (and do so for the devic...Antoine Cellerier1-1/+1
2007-09-14Add BrowseDirtree::setDir(const QString&) to simplify the code.Antoine Cellerier1-10/+5
2007-09-14On linux, default to /media for the mountpoint selection but make it possible...Antoine Cellerier1-3/+7
2007-09-14it's /media, not /Media.Dominik Riebeling1-1/+1
2007-09-14rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.Dominik Wenger1-0/+5
2007-09-03- rework language selection a bit: use language string as key instead of lang...Dominik Riebeling1-30/+44
2007-08-30TTS configuration: default to the first profile found.Dominik Riebeling1-0/+2
2007-08-30When collapsing the devices tree upon detection collapse all.Dominik Riebeling1-7/+6
2007-08-30When autodetecting, don't segfault if no item was previously selected and a d...Dominik Riebeling1-6/+9
2007-08-29Make it possible to browse for an encoder binary.Dominik Riebeling1-2/+23
2007-08-29make detection of tts / encoder binary by searching the path work on windows ...Dominik Riebeling1-13/+25
2007-08-29Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only l...Dominik Riebeling1-2/+44
2007-08-28Completely rework the talk files window: move settings to configuration dialo...Dominik Riebeling1-0/+92
2007-08-27Cache was intended to be disabled per default. Also make the "disable downloa...Dominik Riebeling1-1/+1
2007-08-27Implement download caching. Set the folder for the cache data in the configur...Dominik Riebeling1-7/+70
2007-08-26Always save manually entered proxy values.Dominik Riebeling1-1/+1
2007-08-12simplify a bit.Dominik Riebeling1-2/+2
2007-08-12use alternating row colors in list views.Dominik Riebeling1-0/+2
2007-08-10fix a possible segfault upon invalid selection.Dominik Riebeling1-2/+4
2007-08-09if no proxy type is set default to none.Dominik Riebeling1-1/+1
2007-08-07Replace the file selection dialog for the mountpoint with a pure folder tree ...Dominik Riebeling1-14/+19
2007-08-05rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at th...Dominik Wenger1-2/+58
2007-08-03- display better values if no user configuration is foundDominik Riebeling1-12/+16
2007-08-03Fix a segfault when no configuration file is present.Dominik Riebeling1-2/+3
2007-08-02Move device and mountpoint selection to configuration to eliminate the need o...Dominik Riebeling1-3/+109
2007-08-01Update configuration dialog and disable unimplemented items. Add some nice ic...Dominik Riebeling1-0/+9
2007-08-01don't show the proxy password in configuration dialog as cleartext.Dominik Riebeling1-0/+1
2007-07-30rbutilQt: fix Dialogs, so they are modal.Dominik Wenger1-0/+2
2007-07-29linux: respect http_proxy value for "system" proxy settings.Dominik Riebeling1-10/+48
2007-07-29support for translating rbutil. Translation files (*.qm) can be in the binary...Dominik Riebeling1-6/+85
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or a...Dominik Riebeling1-0/+100