summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base
AgeCommit message (Expand)Author
2009-08-15Remove resolution from system configuration as it isn't used anymore.Dominik Riebeling
2009-08-15rbutil: move extern "C" declaration into mkamsboot.h Dominik Wenger
2009-08-15rbutil: add ams sansa targets. (FS#10185)Dominik Wenger
2009-08-11Fix Rockbox Utility build on W32.Dominik Riebeling
2009-08-11Clean up accessing system setting values for a specific player.Dominik Riebeling
2009-08-10Clean up and rename Detect class.Dominik Riebeling
2009-08-10Simplify and cleanup rockbox-info.txt handling.Dominik Riebeling
2009-08-10Add missing multiple inclusion protection.Dominik Riebeling
2009-08-09Extend bootloader installation to accept alternatives for the destination fil...Dominik Riebeling
2009-08-09Clean up bootloader installation debug output a bit.Dominik Riebeling
2009-08-08rbutil: try to fix voicefile creation for releases. (genlang.cgi still needs ...Dominik Wenger
2009-08-08Support libusb-1.0.Dominik Riebeling
2009-08-08Clean up some debug output, kill some trailing spaces and break some overly l...Dominik Riebeling
2009-06-27rbutil: move ProgressloggerInterface to base/Dominik Wenger
2009-06-26rbutil: improve voice and talk generation. Dominik Wenger
2009-06-16Clean up several debug messages.Dominik Riebeling
2009-06-15Fix manual download using the wrong filename if the manual name differs from ...Dominik Riebeling
2009-06-09Set svn:eol-style on several files missing it and dos2unix them.Dominik Riebeling
2009-06-09Make labels in generated TTS / Encoder setting dialogs translatable.Dominik Riebeling
2009-06-05Show Qt version number in Sysinfo dialog and in startup debug output.Dominik Riebeling
2009-05-19RFC2616 requires requests made to proxies to use the absoluteURI form while H...Dominik Riebeling
2009-05-09rbutil: fix spelling, enginge -> engineBertrik Sikken
2009-05-09rbutil: enforce parents for bootloader install classes. and rework OF handlin...Dominik Wenger
2009-05-09rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger
2009-05-02Cleanup and un-gui ZipInstaller class:Dominik Riebeling
2009-05-02Clean up ProgressLogger state handling:Dominik Riebeling
2009-05-01Make sure the global buffers for ipodpatcher and sansapatcher get allocated a...Dominik Riebeling
2009-04-30rbutil: correct use of parent ptr in constructor.Dominik Wenger
2009-04-30Bootloader installation for ipod and sansa: override the scanning with the de...Dominik Riebeling
2009-04-29Move Settings class to base.Dominik Riebeling
2009-04-29rbutil: move the tts and encoders and its settings interface to base/Dominik Wenger
2009-04-29rbutil: completely rework how tts and encoders are configured. (FS#10070)Dominik Wenger
2009-04-29Completely rework RbSettings class.Dominik Riebeling
2009-04-27Fix missing include.Dominik Riebeling
2009-04-17Simplify a debug output case and fix a gcc warning (as reported in FS#10124, ...Dominik Riebeling
2009-04-16Fix overflow on free space calculation (Linux / OS X).Dominik Riebeling
2009-04-16Refactor USB ID map retrieval from device settings file and minimize duplicat...Dominik Riebeling
2009-04-05Fix a potentially dangerous bug with bootloader installation for Sansas:Dominik Riebeling
2009-04-05Fix a wrong debug message.Dominik Riebeling
2009-03-30Code police and remove trailing whitespaces.Dominik Riebeling
2009-03-27rbutil:Dominik Wenger
2009-03-22Don't connect the headerFinished slot during each get. Fixes the header resul...Dominik Riebeling
2009-03-21Cleanup HttpGet debugging output: make it somewhat more silent and streamline...Dominik Riebeling
2009-03-21Don't ignore errors when finishing a HTTP request for cached request as that ...Dominik Riebeling
2009-03-21Silence current file debug output of RbUnzip.Dominik Riebeling
2009-03-21HttpGet: if downloaded data should be written to output buffer make sure the ...Dominik Riebeling
2009-03-21rbutil: create a RockboxInfo class so all rockbox-info.txt handling is in one...Dominik Wenger
2009-03-14Use target string instead of target id when checking the target selection aga...Dominik Riebeling
2009-03-08Some HttpGet cleanup: use references when setting options.Dominik Riebeling
2009-01-08Add some more bootloader install progress messages and call processEvents() m...Dominik Riebeling