summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)Author
2010-03-01Refactor device tree setup a bit.Dominik Riebeling
2010-02-20Recognize and handle MacPods during autodetection.Dominik Riebeling
2010-02-16Use QFileDialog::getExistingDirectory() for path selection.Dominik Riebeling
2010-02-04Add option to show disabled targets in the configuration dialog.Dominik Riebeling
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger
2010-01-03rbutil: Explicitly set some widgets layout direction to LTRTomer Shalev
2009-10-31Don't set the layout direction twice in a row, one time is enough.Dominik Riebeling
2009-10-31FS#10748 - rbutil: Explicitly override GUI layout direction setting for some ...Tomer Shalev
2009-10-13rbutil: split tts.cpp/h into individual files.Dominik Wenger
2009-09-25Clean up a few source strings.Dominik Riebeling
2009-08-15Improve notification about unsupported players.Dominik Riebeling
2009-08-11Clean up accessing system setting values for a specific player.Dominik Riebeling
2009-08-10Clean up and rename Detect class.Dominik Riebeling
2009-08-08Clean up some debug output, kill some trailing spaces and break some overly l...Dominik Riebeling
2009-06-27rbutil: make the test TTS Function use aplay or play on Linux.Dominik Wenger
2009-06-26rbutil: add a Button to test a TTS Engine. Remove a old .ui file.Dominik Wenger
2009-06-15rbutil: improve accessibility a little bit. Dominik Wenger
2009-06-07Clean up configuration dialog debug output.Dominik Riebeling
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger
2009-04-29rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger
2009-04-29Completely rework RbSettings class.Dominik Riebeling
2009-03-13Fix cache path selection on Windows only allowing to select drives (FS#10013 ...Dominik Riebeling
2009-02-24Check configuration for validity in the configuration dialog.Dominik Riebeling
2009-02-07Display cache path using native directory separators in configuration dialog.Dominik Riebeling
2008-11-16Make autodetection show a busy cursor (hourglass) during detection to improve...Dominik Riebeling
2008-08-14Don't reset the language setting if it wasn't changed but the configuration s...Dominik Riebeling
2008-07-25Make rbutil check the system language and try to use the correct translation....Dominik Riebeling
2008-07-07handle new installations (or upgrades) differently from invalid configurationsFrank Gevaerts
2008-07-06Make encoder selection update on device change. This includes a workaround as...Dominik Riebeling
2008-07-06Make two missing strings translateable and translate to german.Dominik Riebeling
2008-07-05Add a hint for translators.Dominik Riebeling
2008-06-27rbutil: move some detecting code, to make detecing things nicerDominik Wenger
2008-05-21processEvents before starting autodetection.Dominik Riebeling
2008-05-21disable device tree during autodetection to give some (small) visual feedback.Dominik Riebeling
2008-05-18don't save mountpoint using native separators in the configuration. Makes thi...Dominik Riebeling
2008-05-18autodetection: convert path to native separators before displaying it.Dominik Riebeling
2008-05-10rbutil: remove encoder selection and bind it to selected device. (ie. lame fo...Dominik Wenger
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger
2008-04-05Upon autodetection tell the user if an incompatible player model (newer Sansa...Dominik Riebeling
2008-04-03rbutil:let autodetection::detectUsb also use the rbsettings object.Dominik Wenger
2008-03-27Clean up double path in resource file.Dominik Riebeling
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