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
/
base
/
autodetection.cpp
Age
Commit message (
Expand
)
Author
2011-10-19
Remove svn keyword lines from sources.
Dominik Riebeling
2011-07-17
Move some helper functions out of Autodetection.
Dominik Riebeling
2010-09-01
Remove Ipod Video 64MB handling.
Dominik Riebeling
2010-04-27
Handle device name resolving failures.
Dominik Riebeling
2010-04-25
Log failures in mountpoint resolving, log filesystem formats in mountpoints().
Dominik Riebeling
2010-04-02
Move utils.cpp functions into separate class and split it up.
Dominik Riebeling
2010-02-27
Use the data partition device node when trying to resolve the mountpoint.
Dominik Riebeling
2010-02-20
Be more strict when when resolving devices and allow hfs too.
Dominik Riebeling
2010-02-20
Recognize and handle MacPods during autodetection.
Dominik Riebeling
2010-01-24
rbutil: split RbSettings. use Stable/unstable status from server.
Dominik Wenger
2009-12-15
Fix Ipod Video 64MB workaround for rockbox-info.txt detection.
Dominik Riebeling
2009-11-22
FS#10100: Wait for the system to remount the player after bootloader installa...
Dominik Riebeling
2009-11-22
Fix stupid combination of CnP error and typo.
Dominik Riebeling
2009-11-22
OS X uses msdos as filesystem for vfat which is the same OpenBSD does. Fixes ...
Dominik Riebeling
2009-09-25
Add special handling for ipodvideo64mb when detecting the player via rockbox-...
Dominik Riebeling
2009-08-15
Improve notification about unsupported players.
Dominik Riebeling
2009-08-10
Clean up and rename Detect class.
Dominik Riebeling
2009-08-10
Simplify and cleanup rockbox-info.txt handling.
Dominik Riebeling
2009-08-08
Clean up some debug output, kill some trailing spaces and break some overly l...
Dominik Riebeling
2009-05-09
rbutil: make RbSettings a static class. (FS#10183 with improvements)
Dominik Wenger
2009-04-30
Bootloader installation for ipod and sansa: override the scanning with the de...
Dominik Riebeling
2009-04-16
Refactor USB ID map retrieval from device settings file and minimize duplicat...
Dominik Riebeling
2009-03-21
rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one...
Dominik Wenger
2008-12-13
Rename getMountpoints() to mountpoints() to be in line with general (and Qt) ...
Dominik Riebeling
2008-12-13
rbutil fixes for OpenBSD (FS#9340 by Brian Waichunas).
Dominik Riebeling
2008-10-15
Don't export includes unless needed.
Dominik Riebeling
2008-10-12
Separate basic functionality from GUI parts by moving it into a separate fold...
Dominik Riebeling