summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/configure.cpp
AgeCommit message (Expand)Author
2020-08-16rbutil: Qt6: allow building without Multimedia module.Dominik Riebeling
2020-08-16rbutil: Fix various warnings.Dominik Riebeling
2020-08-06rbutil: Use SpinBox for Proxy port value.Dominik Riebeling
2020-07-26rbutil: Always use Qt Multimedia to play TTS preview.Dominik Riebeling
2020-07-26rbutil: Call QLocale::setDefault() with QLocale.Dominik Riebeling
2014-01-05Make some missing strings translatable.Dominik Riebeling
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling
2013-09-18Handle ambiguous state in configuration dialog.Dominik Riebeling
2013-09-18Show mountpoint on multiple devices found message as well.Dominik Riebeling
2013-09-18List detected devices if multiple are found.Dominik Riebeling
2013-08-18Note skipped mountpoints to log when populating dropdown list.Dominik Riebeling
2013-06-09Only show mountpoints containing a supported filesystem in dropdown.Dominik Riebeling
2013-04-09Change autodetection result to a list.Dominik Riebeling
2013-04-04Fix Qt5 / MinGW problems.Dominik Riebeling
2013-03-19Encode the password using base64 before storing it to the configuration file.Dominik Riebeling
2013-03-19Add option to temporarily show proxy password.Dominik Riebeling
2013-01-27Update Qt includes for compatibility with Qt5.Dominik Riebeling
2013-01-13Remove Rockbox Utility Offline Mode.Dominik Riebeling
2012-10-06Don't assume success for TTS object creation.Dominik Riebeling
2012-04-30Only update mountpoint on Accept when empty.Dominik Riebeling
2012-04-24Refresh mountpoint from UI before checking for existence.Dominik Riebeling
2012-01-06Split up encoders sources.Dominik Riebeling
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