summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt
AgeCommit message (Expand)Author
2008-05-24Let qmake generate an install Makefile target to install the binary. Doesn't ...Dominik Riebeling
2008-05-23Add a slot to set the progress bar value and a member to hide it.Dominik Riebeling
2008-05-23Move error message generation out of irivertools.cpp to make it independent f...Dominik Riebeling
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling
2008-05-21processEvents before starting autodetection.Dominik Riebeling
2008-05-21disable device tree during autodetection to give some (small) visual feedback.Dominik Riebeling
2008-05-21Make addItem() a slot to be able adding items using a signal.Dominik Riebeling
2008-05-18don't save mountpoint using native separators in the configuration. Makes thi...Dominik Riebeling
2008-05-18autodetection: convert path to native separators before displaying it.Dominik Riebeling
2008-05-17make offline mode work again.Dominik Riebeling
2008-05-17Allow http caching to use the old dumb mode again.Dominik Riebeling
2008-05-17Make the call to link libusb statically nicer.Dominik Riebeling
2008-05-13Rework and improve http download cache: check cache against file on the serve...Dominik Riebeling
2008-05-12rbutil: also use elides when the backup filename is changed.Dominik Wenger
2008-05-12fix some small glitches for backup:Dominik Riebeling
2008-05-11When setting a cache path also enable the cache implicitly.Dominik Riebeling
2008-05-11rbutil: use elides in the backup filename, also fix cache for archived builds.Dominik Wenger
2008-05-11rbutil: more improvements for the backup mechanism.Dominik Wenger
2008-05-11rbutil: improve the backup function.Dominik Wenger
2008-05-11Set svn:eol-style on files from the rbutil directory and its subdirectories.Nicolas Pennequin
2008-05-11convert to unix line endings.Dominik Riebeling
2008-05-10rbutil: Upps, forgot 2 new files for creating a zip.Dominik Wenger
2008-05-10rbutil: Detect if Rockbox is already installed, and allow Backup bevor instal...Dominik Wenger
2008-05-10rbutil: remove encoder selection and bind it to selected device. (ie. lame fo...Dominik Wenger
2008-05-09fix size hint for spacers to get Ok button centered.Dominik Riebeling
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-04-27Add USB PID for Ipod Classic as incompatible variant of the Video. Remove PID...Dominik Riebeling
2008-04-27rbutil: fix a broken setting.Dominik Wenger
2008-04-27percent-encode the query parts of a request too, not only the path.Dominik Riebeling
2008-04-25rbutil: fix another warningDominik Wenger
2008-04-24Kill some warnings.Dominik Riebeling
2008-04-24rbutil: rework rbsettings to have less code dublication.Dominik Wenger
2008-04-21bump version to m1.0.5 releaseDominik Riebeling
2008-04-15Fix a warning.Dominik Riebeling
2008-04-13Make httpget class work with URI paths containing characters that need to be ...Dominik Riebeling
2008-04-06rbutil: another misplaced connect call.Dominik Wenger
2008-04-06rbutil: ups moved a connect to the wrong place.Dominik Wenger
2008-04-06rbutil: move many more connect calls, mainly for safety.Dominik Wenger
2008-04-06when resolving filenames also take system and hidden files into account.Dominik Riebeling
2008-04-06rbutil: fix complete install: make sure signals are connected before calling ...Dominik Wenger
2008-04-06progress indication should start at 1, not 0.Dominik Riebeling
2008-04-06create an UnZip derived class for zip file extraction to allow showing progre...Dominik Riebeling
2008-04-06Oops: don't report an error during cache initialization if the cache folder a...Dominik Riebeling
2008-04-06make sure cachefolder is existent when enabling it using setCache(bool). Fixe...Dominik Riebeling
2008-04-05make resolvePathCase work properly on windows, the drive letter needs special...Dominik Riebeling
2008-04-05Upon autodetection tell the user if an incompatible player model (newer Sansa...Dominik Riebeling
2008-04-05fix a stupid bug which made mountpoint detection based on folders non-functio...Dominik Riebeling
2008-04-05the player name shouldn't include the manufacturer, m:robe entry repeated that.Dominik Riebeling
2008-04-03Make USB ID handling recognize multiple values in the configuration. That way...Dominik Riebeling
2008-04-03rbutil:let autodetection::detectUsb also use the rbsettings object.Dominik Wenger