index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
configure.cpp
Age
Commit message (
Expand
)
Author
2008-02-13
Make encoder name conversion functions static to the base class.
Dominik Riebeling
2008-02-12
Make TTS name conversion functions static members.
Dominik Riebeling
2008-02-06
Save the internal name for tts / encoder in the configuration file, not the d...
Dominik Riebeling
2008-01-25
rbtutil: introduce a RbSettings class help code reuse, and minimises duplicat...
Dominik Wenger
2008-01-23
rbutil: introduce a util function to get the systemproxy, for better reuse.
Dominik Wenger
2008-01-19
rbutilqt: made the sapi TTS more configurable, you can now select a specific ...
Dominik Wenger
2007-12-23
w32: when utilizing IE values for system proxy also honor the ProxyEnable val...
Dominik Riebeling
2007-12-15
rbutil: reworked configuration of TTS engines to the new Style.
Dominik Wenger
2007-12-14
rbutil: added a button into talkfile dialog, to directly jump to config of tt...
Dominik Wenger
2007-12-14
rbutil: added builtin rbspeex encoder. Reworked encoder configuration.
Dominik Wenger
2007-10-07
Use i10n for numbers using QLocale.
Dominik Riebeling
2007-10-07
When changing cache path update the size information.
Dominik Riebeling
2007-09-23
Give the configuration dialog its old size back and make sure to always start...
Dominik Riebeling
2007-09-23
rbutil: added support for talkfile creation with the rockbox sapi_voice.vbs s...
Dominik Wenger
2007-09-23
w32: implement "system proxy" settings. This uses the IE setting by reading i...
Dominik Riebeling
2007-09-15
Cosmetics: remove trailing spaces.
Antoine Cellerier
2007-09-14
Device detection based on USB PIDs. This is currently linux only and requires...
Dominik Riebeling
2007-09-14
Make it possible to change the BrowseDirtree caption (and do so for the devic...
Antoine Cellerier
2007-09-14
Add BrowseDirtree::setDir(const QString&) to simplify the code.
Antoine Cellerier
2007-09-14
On linux, default to /media for the mountpoint selection but make it possible...
Antoine Cellerier
2007-09-14
it's /media, not /Media.
Dominik Riebeling
2007-09-14
rbutil: limit the mountpoint selection to /Media on linux and /Volumes on Mac.
Dominik Wenger
2007-09-03
- rework language selection a bit: use language string as key instead of lang...
Dominik Riebeling
2007-08-30
TTS configuration: default to the first profile found.
Dominik Riebeling
2007-08-30
When collapsing the devices tree upon detection collapse all.
Dominik Riebeling
2007-08-30
When autodetecting, don't segfault if no item was previously selected and a d...
Dominik Riebeling
2007-08-29
Make it possible to browse for an encoder binary.
Dominik Riebeling
2007-08-29
make detection of tts / encoder binary by searching the path work on windows ...
Dominik Riebeling
2007-08-29
Auto-detect binary in TTS / encoder setting dialog by searching $PATH. Only l...
Dominik Riebeling
2007-08-28
Completely rework the talk files window: move settings to configuration dialo...
Dominik Riebeling
2007-08-27
Cache was intended to be disabled per default. Also make the "disable downloa...
Dominik Riebeling
2007-08-27
Implement download caching. Set the folder for the cache data in the configur...
Dominik Riebeling
2007-08-26
Always save manually entered proxy values.
Dominik Riebeling
2007-08-12
simplify a bit.
Dominik Riebeling
2007-08-12
use alternating row colors in list views.
Dominik Riebeling
2007-08-10
fix a possible segfault upon invalid selection.
Dominik Riebeling
2007-08-09
if no proxy type is set default to none.
Dominik Riebeling
2007-08-07
Replace the file selection dialog for the mountpoint with a pure folder tree ...
Dominik Riebeling
2007-08-05
rbutilqt: initial port of the autodetection. (use only rockbox-info.txt at th...
Dominik Wenger
2007-08-03
- display better values if no user configuration is found
Dominik Riebeling
2007-08-03
Fix a segfault when no configuration file is present.
Dominik Riebeling
2007-08-02
Move device and mountpoint selection to configuration to eliminate the need o...
Dominik Riebeling
2007-08-01
Update configuration dialog and disable unimplemented items. Add some nice ic...
Dominik Riebeling
2007-08-01
don't show the proxy password in configuration dialog as cleartext.
Dominik Riebeling
2007-07-30
rbutilQt: fix Dialogs, so they are modal.
Dominik Wenger
2007-07-29
linux: respect http_proxy value for "system" proxy settings.
Dominik Riebeling
2007-07-29
support for translating rbutil. Translation files (*.qm) can be in the binary...
Dominik Riebeling
2007-07-25
First stab at porting rbutil to Qt4. Currently only installing a current or a...
Dominik Riebeling