summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)Author
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling
2011-10-02Rockbox Utility: handle layout direction on language changes as well.Dominik Riebeling
2011-10-02Update cache information after translation change.Dominik Riebeling
2011-10-02Rockbox Utility: listen to translation change events.Dominik Riebeling
2011-10-01Voicefile generation: implement string corrections.Dominik Riebeling
2011-07-17Move some helper functions out of Autodetection.Dominik Riebeling
2011-07-17The mountpoint is stored with normalized separators.Dominik Riebeling
2011-07-16Add custom delegate for showing the mountpoint combo box entries.Dominik Riebeling
2011-07-15Show volume labels on Windows.Dominik Riebeling
2011-07-15Replace mountpoint selection with combo box.Dominik Riebeling
2011-06-25Rockbox Utility: fix proxy password getting lost (FS#12166).Dominik Riebeling
2011-04-22Better hilight detected item after autodetection.Dominik Riebeling
2011-04-22Fix "Test TTS" button not working.Dominik Riebeling
2011-04-03Properly remove the configuration dialog.Dominik Riebeling
2011-04-03Add capability to speak directly from the TTS engine.Dominik Riebeling
2011-03-20Fix MTP detection only working on e200v1.Dominik Riebeling
2011-03-13Improve visual feedback when testing TTS.Dominik Riebeling
2011-02-04Replace list of languages with map.Dominik Riebeling
2010-04-02Move utils.cpp functions into separate class and split it up.Dominik Riebeling
2010-04-02Implement system proxy values retrieval on OS X.Dominik Riebeling
2010-04-02Warn when selecting system proxy settings with invalid values.Dominik Riebeling
2010-03-30Delete tts objects after use.Dominik Wenger
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