summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/autodetection.cpp (follow)
Commit message (Expand)AuthorAge
* Fix crash when detecting a player in MTP mode.Dominik Riebeling2014-05-24
* Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling2013-11-04
* Use function for updating detected device entry.Dominik Riebeling2013-09-30
* Rework autodetection to better handle ambiguous cases.Dominik Riebeling2013-09-18
* Change autodetection result to a list.Dominik Riebeling2013-04-09
* Extend Utils::mountpoints() to allow filtering for supported types.Dominik Riebeling2013-04-04
* Provide dealloc function to sansapatcher.Dominik Riebeling2013-01-01
* Provide dealloc function to ipodpatcher.Dominik Riebeling2013-01-01
* sansapatcher: move sectorbuf pointer into sansa_t structure.Dominik Riebeling2013-01-01
* ipodpatcher: move sectorbuf pointer into ipod_t structure.Dominik Riebeling2013-01-01
* Allow USB IDs to be non-unique.Dominik Riebeling2012-10-06
* Remove svn keyword lines from sources.Dominik Riebeling2011-10-19
* Move some helper functions out of Autodetection.Dominik Riebeling2011-07-17
* Remove Ipod Video 64MB handling.Dominik Riebeling2010-09-01
* Handle device name resolving failures.Dominik Riebeling2010-04-27
* Log failures in mountpoint resolving, log filesystem formats in mountpoints().Dominik Riebeling2010-04-25
* Move utils.cpp functions into separate class and split it up.Dominik Riebeling2010-04-02
* Use the data partition device node when trying to resolve the mountpoint.Dominik Riebeling2010-02-27
* Be more strict when when resolving devices and allow hfs too.Dominik Riebeling2010-02-20
* Recognize and handle MacPods during autodetection.Dominik Riebeling2010-02-20
* rbutil: split RbSettings. use Stable/unstable status from server.Dominik Wenger2010-01-24
* Fix Ipod Video 64MB workaround for rockbox-info.txt detection.Dominik Riebeling2009-12-15
* FS#10100: Wait for the system to remount the player after bootloader installa...Dominik Riebeling2009-11-22
* Fix stupid combination of CnP error and typo.Dominik Riebeling2009-11-22
* OS X uses msdos as filesystem for vfat which is the same OpenBSD does. Fixes ...Dominik Riebeling2009-11-22
* Add special handling for ipodvideo64mb when detecting the player via rockbox-...Dominik Riebeling2009-09-25
* Improve notification about unsupported players.Dominik Riebeling2009-08-15
* Clean up and rename Detect class.Dominik Riebeling2009-08-10
* Simplify and cleanup rockbox-info.txt handling.Dominik Riebeling2009-08-10
* Clean up some debug output, kill some trailing spaces and break some overly l...Dominik Riebeling2009-08-08
* rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger2009-05-09
* Bootloader installation for ipod and sansa: override the scanning with the de...Dominik Riebeling2009-04-30
* Refactor USB ID map retrieval from device settings file and minimize duplicat...Dominik Riebeling2009-04-16
* rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one...Dominik Wenger2009-03-21
* Rename getMountpoints() to mountpoints() to be in line with general (and Qt) ...Dominik Riebeling2008-12-13
* rbutil fixes for OpenBSD (FS#9340 by Brian Waichunas).Dominik Riebeling2008-12-13
* Don't export includes unless needed.Dominik Riebeling2008-10-15
* Separate basic functionality from GUI parts by moving it into a separate fold...Dominik Riebeling2008-10-12