..
icons
Nicer doom button, still based on gnome-icons-theme, just a newer
2007-06-24 15:26:47 +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
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
bootloaders.h
Support for Sansa E200 in rbutil
2007-05-03 20:07:57 +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
A few fixes to the About panel.
2007-06-10 22:20:43 +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
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
install_dialogs.h
rbutil now ask before doing anything, plus minor gui changes
2007-05-05 16:55:04 +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
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
irivertools.h
more Unicode fixes for rutil, thanx to preglow. Also made Theme Preview window modeless
2007-03-15 18:02:15 +00:00
Makefile
Adjust the rbutil unix-style Makefile to the new icons.
2007-06-23 15:41:30 +00:00
Makefile.macosx
Include the new autodection.cpp file in the Makefiles
2007-06-18 02:07:43 +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
fix Tab navigation in rbutil, and make it also look at other places for rbutil.ini.
2007-06-09 20:34:00 +00:00
rbutil.cbp
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
rbutil.cpp
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
rbutil.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
rbutil.ini
rbutil can now install the Freedoom wads. Thanks to M.Arnold for the pic on the doom install button
2007-05-16 19:12:22 +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: 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
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: reworked device detection, now uses rockbox-info.txt and the patchers to detect the device.
2007-06-22 18:53:27 +00:00
rbutilCtrls.h
When clicking on one of the rbutil actions, ask the user if he wants to try autodetecting his device if none was selected.
2007-06-10 20:52:20 +00:00
rbutilFrm.cpp
if a proxy is set, pre-fill the proxy setting dialog with the old value.
2007-06-23 16:11:22 +00:00
rbutilFrm.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
rbutilFrm_XPM.xpm
Initial revision
2006-12-11 21:25:37 +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