summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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