summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-04-02Move utils.cpp functions into separate class and split it up.Dominik Riebeling1-2/+2
2010-04-02Implement system proxy values retrieval on OS X.Dominik Riebeling1-3/+1
2010-04-02Warn when selecting system proxy settings with invalid values.Dominik Riebeling1-7/+24
2010-03-30Delete tts objects after use.Dominik Wenger1-0/+8
2010-03-01Refactor device tree setup a bit.Dominik Riebeling1-20/+20
2010-02-20Recognize and handle MacPods during autodetection.Dominik Riebeling1-0/+6
2010-02-16Use QFileDialog::getExistingDirectory() for path selection.Dominik Riebeling1-17/+10
2010-02-04Add option to show disabled targets in the configuration dialog.Dominik Riebeling1-2/+29
2010-01-24rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger1-15/+19
2010-01-03rbutil: Explicitly set some widgets layout direction to LTRTomer Shalev1-0/+1
2009-10-31Don't set the layout direction twice in a row, one time is enough.Dominik Riebeling1-1/+0
2009-10-31FS#10748 - rbutil: Explicitly override GUI layout direction setting for some ...Tomer Shalev1-0/+11
2009-10-13rbutil: split tts.cpp/h into individual files.Dominik Wenger1-1/+1
2009-09-25Clean up a few source strings.Dominik Riebeling1-2/+2
2009-08-15Improve notification about unsupported players.Dominik Riebeling1-8/+6
2009-08-11Clean up accessing system setting values for a specific player.Dominik Riebeling1-24/+20
2009-08-10Clean up and rename Detect class.Dominik Riebeling1-2/+2
2009-08-08Clean up some debug output, kill some trailing spaces and break some overly l...Dominik Riebeling1-1/+7
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