summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Only update mountpoint on Accept when empty.Dominik Riebeling1-1/+3
2012-04-24Refresh mountpoint from UI before checking for existence.Dominik Riebeling1-0/+3
2012-01-06Split up encoders sources.Dominik Riebeling1-6/+8
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling1-1/+0
2011-10-02Rockbox Utility: handle layout direction on language changes as well.Dominik Riebeling1-0/+8
2011-10-02Update cache information after translation change.Dominik Riebeling1-0/+1
2011-10-02Rockbox Utility: listen to translation change events.Dominik Riebeling1-7/+37
2011-10-01Voicefile generation: implement string corrections.Dominik Riebeling1-0/+4
2011-07-17Move some helper functions out of Autodetection.Dominik Riebeling1-1/+1
2011-07-17The mountpoint is stored with normalized separators.Dominik Riebeling1-2/+2
2011-07-16Add custom delegate for showing the mountpoint combo box entries.Dominik Riebeling1-11/+17
2011-07-15Show volume labels on Windows.Dominik Riebeling1-2/+3
2011-07-15Replace mountpoint selection with combo box.Dominik Riebeling1-33/+75
2011-06-25Rockbox Utility: fix proxy password getting lost (FS#12166).Dominik Riebeling1-2/+11
2011-04-22Better hilight detected item after autodetection.Dominik Riebeling1-0/+6
2011-04-22Fix "Test TTS" button not working.Dominik Riebeling1-2/+3
2011-04-03Properly remove the configuration dialog.Dominik Riebeling1-0/+3
2011-04-03Add capability to speak directly from the TTS engine.Dominik Riebeling1-13/+20
2011-03-20Fix MTP detection only working on e200v1.Dominik Riebeling1-8/+10
2011-03-13Improve visual feedback when testing TTS.Dominik Riebeling1-8/+14
2011-02-04Replace list of languages with map.Dominik Riebeling1-2/+3
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