rockbox/rbutil
Dominik Riebeling 3ce7f0ecf3 fix warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13915 a1c6a512-1295-4272-9138-f99709370657
2007-07-16 10:21:20 +00:00
..
icons Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed). 2007-07-15 22:15:28 +00:00
ipodpatcher Initial integration of a --format option, based on fat32format.exe. The main limitation is that it only works on disks with 512-byte sectors - it needs adapting to the 2048-byte sector ipods. It has only been tested on Linux and Mac OS X, with a 60GB ipod Color, but appears to work.... When this feature has been more widely tested, the intention is to add code to convert the information in an Apple Partition Map (which can currently be read by ipodpatcher) to a DOS partition table, and hence allow conversion of Macpods to Winpods. 2007-06-16 22:32:57 +00:00
sansapatcher Cosmetic change - "ipod2c" should be "bin2c" in the comments in the generated .c/.h files 2007-06-12 14:13:57 +00:00
archos.ico Right. Fixed line feeds. archos.ico is binary. Added a couple more files rockbox leaves in the root to the list. 2006-12-11 22:22:36 +00:00
autodetection.cpp rbutil: Upps.. i hope the last one. :-/ 2007-06-22 19:09:00 +00:00
autodetection.h rbutil: Add nice Buttons (FS 7294, heavily modified). Buttons are from the gnome-icon-theme (GPL) and are in png format. In rbutil/icons there is bin2c.c which can convert those pngs to *.c and *.h. Call it with bin2c *.png (shell expansion). The Makefile (Linux/ Mac) needs updates to use this. 2007-06-22 23:46:47 +00:00
bootloaders.cpp rbutil: fix compilation in cygwin 2007-07-14 16:54:54 +00:00
bootloaders.h rbutil: fix compilation in cygwin 2007-07-14 16:54:54 +00:00
copying.txt Right. Fixed line feeds. archos.ico is binary. Added a couple more files rockbox leaves in the root to the list. 2006-12-11 22:22:36 +00:00
credits.h rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
h100sums.h Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 2007-02-21 20:27:14 +00:00
h120sums.h Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 2007-02-21 20:27:14 +00:00
h300sums.h Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 2007-02-21 20:27:14 +00:00
install_3d.xpm Initial revision 2006-12-11 21:25:37 +00:00
install_dialogs.cpp rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
install_dialogs.h rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
installlog.cpp Simplify code (use + operator to concatenate strings instead of Printf()). Please revert if use of Printf was intentional. 2007-06-10 22:08:48 +00:00
installlog.h Newer shinier install log file which is more intelligent and better able to cope with multiple packages being installed. This breaks compatibility with the old uninstall file format. 2006-12-14 03:55:15 +00:00
irivertools.cpp rbutil: fix compilation in cygwin 2007-07-14 16:54:54 +00:00
irivertools.h rbutil: fix compilation in cygwin 2007-07-14 16:54:54 +00:00
Makefile Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. 2007-07-15 22:19:24 +00:00
Makefile.macosx Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. 2007-07-15 22:19:24 +00:00
md5sum.cpp more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless 2007-03-15 18:02:15 +00:00
md5sum.h more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless 2007-03-15 18:02:15 +00:00
mksums.pl Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 2007-02-21 20:27:14 +00:00
rblogo.xpm Initial revision 2006-12-11 21:25:37 +00:00
rbutil-rc.rc rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
rbutil.cbp Add an icon for talkfile button. Taken from gnome-icon-theme (GPL licensed). 2007-07-15 22:15:28 +00:00
rbutil.cpp rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
rbutil.h rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
rbutil.ini rbutil: fix the manual url for h100 and h120. 2007-07-14 20:41:02 +00:00
rbutil.iss Newer shinier install log file which is more intelligent and better able to cope with multiple packages being installed. This breaks compatibility with the old uninstall file format. 2006-12-14 03:55:15 +00:00
rbutil.r Implementation of Bootloader installation/uninstallation for all Targets in rbUtil. Needs testing. FS#6643 2007-02-21 20:27:14 +00:00
rbutilApp.cpp rbutil: first attempt to talk file creator. also pushed version to 3.2.6 2007-07-15 18:15:59 +00:00
rbutilApp.h Newer shinier install log file which is more intelligent and better able to cope with multiple packages being installed. This breaks compatibility with the old uninstall file format. 2006-12-14 03:55:15 +00:00
rbutilCtrls.cpp rbutil caches no the preview images of the themes. 2007-07-14 20:28:21 +00:00
rbutilCtrls.h rbutil: make autodetection silent on startup. 2007-06-24 20:32:28 +00:00
rbutilFrm.cpp - fix an endless autodetection loop when no user configuration is present 2007-07-16 10:18:20 +00:00
rbutilFrm.h - fix an endless autodetection loop when no user configuration is present 2007-07-16 10:18:20 +00:00
rbutilFrm_XPM.xpm Initial revision 2006-12-11 21:25:37 +00:00
talkfile.cpp Fix the Makefile (and hopefully the OS X Makefile as well) after the talkfile commit and let talkfile.cpp build on non-Windows. Also fix incorrect meaning of DESTDIR in the Makefile. 2007-07-15 22:19:24 +00:00
talkfile.h fix warnings. 2007-07-16 10:21:20 +00:00
wizard.xpm Initial revision 2006-12-11 21:25:37 +00:00
wx_pch.h Newer shinier install log file which is more intelligent and better able to cope with multiple packages being installed. This breaks compatibility with the old uninstall file format. 2006-12-14 03:55:15 +00:00