summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-05Make some missing strings translatable.Dominik Riebeling1-4/+4
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling1-15/+16
2013-09-18Handle ambiguous state in configuration dialog.Dominik Riebeling1-3/+3
2013-09-18Show mountpoint on multiple devices found message as well.Dominik Riebeling1-2/+7
2013-09-18List detected devices if multiple are found.Dominik Riebeling1-3/+17
2013-08-18Note skipped mountpoints to log when populating dropdown list.Dominik Riebeling1-0/+3
2013-06-09Only show mountpoints containing a supported filesystem in dropdown.Dominik Riebeling1-1/+1
2013-04-09Change autodetection result to a list.Dominik Riebeling1-81/+100
2013-04-04Fix Qt5 / MinGW problems.Dominik Riebeling1-1/+3
2013-03-19Encode the password using base64 before storing it to the configuration file.Dominik Riebeling1-12/+22
2013-03-19Add option to temporarily show proxy password.Dominik Riebeling1-9/+18
2013-01-27Update Qt includes for compatibility with Qt5.Dominik Riebeling1-1/+4
2013-01-13Remove Rockbox Utility Offline Mode.Dominik Riebeling1-2/+0
2012-10-06Don't assume success for TTS object creation.Dominik Riebeling1-2/+14
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