summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-06-27rbutil: make the test TTS Function use aplay or play on Linux.Dominik Wenger1-1/+10
2009-06-26rbutil: add a Button to test a TTS Engine. Remove a old .ui file.Dominik Wenger1-1/+34
2009-06-15rbutil: improve accessibility a little bit. Dominik Wenger1-1/+1
2009-06-07Clean up configuration dialog debug output.Dominik Riebeling1-24/+20
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger1-60/+48
2009-04-29rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger1-6/+24
2009-04-29Completely rework RbSettings class.Dominik Riebeling1-35/+39
2009-03-13Fix cache path selection on Windows only allowing to select drives (FS#10013 ...Dominik Riebeling1-1/+1
2009-02-24Check configuration for validity in the configuration dialog.Dominik Riebeling1-12/+51
2009-02-07Display cache path using native directory separators in configuration dialog.Dominik Riebeling1-1/+1
2008-11-16Make autodetection show a busy cursor (hourglass) during detection to improve...Dominik Riebeling1-0/+3
2008-08-14Don't reset the language setting if it wasn't changed but the configuration s...Dominik Riebeling1-4/+7
2008-07-25Make rbutil check the system language and try to use the correct translation....Dominik Riebeling1-6/+11
2008-07-07handle new installations (or upgrades) differently from invalid configurationsFrank Gevaerts1-0/+3
2008-07-06Make encoder selection update on device change. This includes a workaround as...Dominik Riebeling1-1/+13
2008-07-06Make two missing strings translateable and translate to german.Dominik Riebeling1-4/+4
2008-07-05Add a hint for translators.Dominik Riebeling1-1/+2
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger1-2/+2
2008-05-21processEvents before starting autodetection.Dominik Riebeling1-0/+1
2008-05-21disable device tree during autodetection to give some (small) visual feedback.Dominik Riebeling1-0/+4
2008-05-18don't save mountpoint using native separators in the configuration. Makes thi...Dominik Riebeling1-2/+2
2008-05-18autodetection: convert path to native separators before displaying it.Dominik Riebeling1-1/+1
2008-05-10rbutil: remove encoder selection and bind it to selected device. (ie. lame fo...Dominik Wenger1-21/+9
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger1-1/+2
2008-04-05Upon autodetection tell the user if an incompatible player model (newer Sansa...Dominik Riebeling1-0/+12
2008-04-03rbutil:let autodetection::detectUsb also use the rbsettings object.Dominik Wenger1-0/+1
2008-03-27Clean up double path in resource file.Dominik Riebeling1-4/+4
2008-02-13Make encoder name conversion functions static to the base class.Dominik Riebeling1-4/+4
2008-02-12Make TTS name conversion functions static members.Dominik Riebeling1-4/+4
2008-02-06Save the internal name for tts / encoder in the configuration file, not the d...Dominik Riebeling1-15/+21
2008-01-25rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...Dominik Wenger1-69/+52
2008-01-23rbutil: introduce a util function to get the systemproxy, for better reuse.Dominik Wenger1-32/+3
2008-01-19rbutilqt: made the sapi TTS more configurable, you can now select a specific ...Dominik Wenger1-6/+13
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