rockbox/rbutil/rbutilqt
Barry Wardell 45b830d09e Set svn keywords.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15224 a1c6a512-1295-4272-9138-f99709370657
2007-10-20 16:00:31 +00:00
..
icons Add an icon and version text for the OS X bundle. 2007-10-13 17:43:12 +00:00
irivertools Fix compilation warning. 2007-09-15 22:37:02 +00:00
zip First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. 2007-07-25 20:21:06 +00:00
zlib First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. 2007-07-25 20:21:06 +00:00
aboutbox.ui replace the old rbutil title icon with the logo-like icon (which is already used by the windows binary) 2007-08-29 13:44:44 +00:00
autodetection.cpp FS#7913: mountpoint resolving on OS X. 2007-10-13 16:26:38 +00:00
autodetection.h Add parsing of ajbrec.ajz file header for autodetection. All archos targets should now be detectable. Fix a stupid bug in file-based detection. 2007-09-27 08:50:47 +00:00
browsedirtree.cpp Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). 2007-09-14 20:22:53 +00:00
browsedirtree.h Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). 2007-09-14 20:22:53 +00:00
browsedirtreefrm.ui Replace the file selection dialog for the mountpoint with a pure folder tree view. This fixes an issue with the selection dialog which could try opening a nonexisting folder. Only allow to select drive letters on windows. Additionally, remove an old file I forgot earlier. 2007-08-07 16:48:45 +00:00
browseof.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
browseof.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
browseoffrm.ui rbutilQt: reworked bootloaderinstallation. removed the bootloaderinstalldialog, added a small dialog to ask for the original firmware, if you install a bootloader for a fwpatcher target. 2007-08-15 14:16:20 +00:00
configure.cpp Use i10n for numbers using QLocale. 2007-10-07 21:26:53 +00:00
configure.h When changing cache path update the size information. 2007-10-07 18:02:54 +00:00
configurefrm.ui Give the configuration dialog its old size back and make sure to always start at the Device tab. 2007-09-23 15:26:27 +00:00
COPYING First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. 2007-07-25 20:21:06 +00:00
CREDITS First stab at porting rbutil to Qt4. Currently only installing a current or archived build is working. To build, run qmake && make in the source folder. Beware that the syntax of rbutil.ini has slightly changed. Caching of the downloaded files is also still missing. 2007-07-25 20:21:06 +00:00
gpl-2.0.html Use a html version of gpl for the licence in the about box. Make the box use word wrap as well 2007-07-26 20:59:24 +00:00
httpget.cpp Fix, take 2. 2007-09-14 22:13:46 +00:00
httpget.h Implement download caching. Set the folder for the cache data in the configuration dialog. Caching is disabled per default and defaults to the systems temp folder. 2007-08-27 17:40:35 +00:00
Info.plist Bump version to 1.0.2 for new rbutil release. 2007-10-18 17:48:27 +00:00
install.cpp Small clarification. 2007-10-19 22:49:06 +00:00
install.h Add info window which shows details about the currently installed files based on the installation log file. Rework the log file and save revision number / timestamps instead of an arbitrary number. 2007-08-26 16:03:56 +00:00
installbootloader.cpp Oops, I should not add typos to weblinks. 2007-10-04 22:17:45 +00:00
installbootloader.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
installfrm.ui Change some validation button labels from "Ok" to "Install" or "Uninstall". 2007-09-15 18:49:18 +00:00
installprogressfrm.ui Add icon to process dialog button. 2007-08-04 06:12:55 +00:00
installtalkfrm.ui rbutil: add options to create .talk files only for Folders or only for Files or for Both. 2007-10-12 15:52:04 +00:00
installtalkwindow.cpp rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. 2007-10-19 21:49:07 +00:00
installtalkwindow.h Completely rework the talk files window: move settings to configuration dialog and add configuration presets. Remove some old cruft from talkfile handling and rely on values from rbutil.ini. Autodetection of executables is missing. 2007-08-28 23:10:42 +00:00
installthemes.cpp Use i10n for numbers using QLocale. 2007-10-07 21:26:53 +00:00
installthemes.h Add an "Install All" button to the themes installation dialog. 2007-09-15 21:58:31 +00:00
installthemesfrm.ui Add an "Install All" button to the themes installation dialog. 2007-09-15 21:58:31 +00:00
installzip.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
installzip.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
main.cpp Use i10n for numbers using QLocale. 2007-10-07 21:26:53 +00:00
osx_deploy.sh Set svn keywords. 2007-10-20 16:00:31 +00:00
preview.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
preview.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
previewfrm.ui rbutilQt: fix the installing of release builds (archos only). 2007-08-26 11:34:32 +00:00
progressloggergui.cpp Automatically scroll to the last line of the progress logger when adding a new item. 2007-09-15 22:13:41 +00:00
progressloggergui.h Automatically scroll to the last line of the progress logger when adding a new item. 2007-09-15 22:13:41 +00:00
progressloggerinterface.h Automatically scroll to the last line of the progress logger when adding a new item. 2007-09-15 22:13:41 +00:00
rbutil.ini Small typographic enhancements. 2007-10-01 21:53:33 +00:00
rbutil_de.ts update german translation a bit. Still incomplete. 2007-09-03 15:34:57 +00:00
rbutil_fr.ts Updated french translation for rbutilqt. 2007-09-28 19:55:10 +00:00
rbutil_zh_CN.ts Add chinese translation to rbutil by Xinlu Huang (FS#7697). 2007-09-14 14:52:35 +00:00
rbutil_zh_TW.ts Add chinese translation to rbutil by Xinlu Huang (FS#7697). 2007-09-14 14:52:35 +00:00
rbutilqt.cpp make the dialog box asking about replacing an up-to-date bootloader less confusing. 2007-10-19 22:41:47 +00:00
rbutilqt.h Check target / mountpoint selection before performing any installation. 2007-09-16 18:32:49 +00:00
rbutilqt.pro Add an icon and version text for the OS X bundle. 2007-10-13 17:43:12 +00:00
rbutilqt.qrc Oops, part 2: I shouldn't remove an icon that is still in use. Also convert some xpms to png as Qt can handle them directly. 2007-08-29 14:35:35 +00:00
rbutilqt.rc Add Rockbox icon to windows binary. Icon taken from fwpatcher. 2007-08-14 15:44:47 +00:00
rbutilqtfrm.ui Add new "actions" menu which allows accessing the install / uninstall actions from the menu. Manual and Info tab are still missing from the menu. 2007-10-12 16:19:35 +00:00
talkfile.cpp rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. 2007-10-19 21:49:07 +00:00
talkfile.h rbutil: try to fix all Bugs from FS#7982 in the talkfile creation. Additionally fix the positon of the _dirname.talk file and uninstallation of talkfiles. 2007-10-19 21:49:07 +00:00
uninstall.cpp Upon uninstallation only remove a file if it isn't used in another section. A possible problematic case would've been two themes installing the same font. 2007-10-07 21:47:49 +00:00
uninstall.h Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
uninstallfrm.ui Change some validation button labels from "Ok" to "Install" or "Uninstall". 2007-09-15 18:49:18 +00:00
uninstallwindow.cpp Cosmetics: remove trailing spaces. 2007-09-15 22:57:07 +00:00
uninstallwindow.h set missing keywords property. 2007-08-23 22:11:50 +00:00
utils.cpp Code police and simplify function a bit. 2007-10-12 16:54:51 +00:00
utils.h If caching is disabled, still cache theme info and images in a temporary directory (which will be deleted once rbutil is closed) to prevent downling them every time the theme selection changes. 2007-09-14 22:16:22 +00:00
version.h Bump version to 1.0.2 for new rbutil release. 2007-10-18 17:48:27 +00:00