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