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