rockbox/rbutil/rbutilqt
Antoine Cellerier 3d41c1c466 Do not allow install doom files on a target that doesn't have a doom.rock plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14697 a1c6a512-1295-4272-9138-f99709370657
2007-09-14 20:48:40 +00:00
..
icons 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
irivertools rbutil: removed the wx version of rbutil. 2007-09-02 18:16:10 +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 - check for specific files / folders case-insensitive 2007-09-02 12:20:44 +00:00
autodetection.h set missing keywords property. 2007-08-23 22:11:50 +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 Add BrowseDirtree::setDir(const QString&) to simplify the code. 2007-09-14 20:10:54 +00:00
browseof.h set missing keywords property. 2007-08-23 22:11:50 +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 Make it possible to change the BrowseDirtree caption (and do so for the device selection dialog). 2007-09-14 20:22:53 +00:00
configure.h Make it possible to browse for an encoder binary. 2007-08-29 17:31:43 +00:00
configurefrm.ui 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
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 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
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
install.cpp - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. 2007-09-03 14:37:00 +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 fix a typo. Thanks to Nico_P for noting. 2007-08-29 12:36:00 +00:00
installbootloader.h rbutilQt: Add downloading of a bootloaders-info file, with md5sums from the bootloaders, to make a version check. Also added the bootloader to the installlog. 2007-08-26 16:44:23 +00:00
installfrm.ui The install window doesn't need to be wider than the other ones. 2007-08-28 23:26:43 +00:00
installprogressfrm.ui Add icon to process dialog button. 2007-08-04 06:12:55 +00:00
installtalkfrm.ui 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
installtalkwindow.cpp Add BrowseDirtree::setDir(const QString&) to simplify the code. 2007-09-14 20:10:54 +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 - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. 2007-09-03 14:37:00 +00:00
installthemes.h Add theme installation. This relies on a modified server script so the themes site need to incorporate the changes. 2007-08-15 21:54:15 +00:00
installthemesfrm.ui rbutilqt: Added a fullsize preview for the Theme installation. It pops up when you hover over the normal preview. 2007-08-21 18:24:55 +00:00
installzip.cpp update UI a few times more often during installation. 2007-08-30 19:37:18 +00:00
installzip.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
main.cpp - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. 2007-09-03 14:37:00 +00:00
preview.cpp Include the required headers. Strangely this only broke on linux. Also fix a warning. 2007-08-26 19:51:35 +00:00
preview.h set missing keywords property. 2007-08-23 22:11:50 +00:00
previewfrm.ui rbutilQt: fix the installing of release builds (archos only). 2007-08-26 11:34:32 +00:00
progressloggergui.cpp rbutilqt: first attempt to Small and Complete Installation, could be improved. 2007-08-26 19:06:40 +00:00
progressloggergui.h rbutilqt: first attempt to Small and Complete Installation, could be improved. 2007-08-26 19:06:40 +00:00
progressloggerinterface.h rbutilqt: first attempt to Small and Complete Installation, could be improved. 2007-08-26 19:06:40 +00:00
rbutil.ini Archos Recorder v1 also came in 6 GB and 15 GB flavors. 2007-09-14 20:38:41 +00:00
rbutil_de.ts update german translation a bit. Still incomplete. 2007-09-03 15:34:57 +00:00
rbutil_fr.ts rbutilqt: French translation update. 2007-08-30 13:02:33 +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 Do not allow install doom files on a target that doesn't have a doom.rock plugin. 2007-09-14 20:48:40 +00:00
rbutilqt.h add a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page. 2007-08-29 17:43:11 +00:00
rbutilqt.pro Add chinese translation to rbutil by Xinlu Huang (FS#7697). 2007-09-14 14:52:35 +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 a "help" entry to the about menu. For now this opens the system browser with the rbutil wiki page. 2007-08-29 17:43:11 +00:00
talkfile.cpp rbutilQt: fix the log entry for talkfiles, now it has the current Date as value. 2007-08-29 17:54:52 +00:00
talkfile.h code police. 2007-08-29 09:27:35 +00:00
uninstall.cpp rbutilQt: fix a bootloader message, and fixed that the bootloader log entry was shown in the normal uninstall dialog. 2007-08-29 17:41:06 +00:00
uninstall.h set missing keywords property. 2007-08-23 22:11:50 +00:00
uninstallfrm.ui RbutilQt: Ups, another forgotten file. 2007-08-12 16:53:15 +00:00
uninstallwindow.cpp - rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name. 2007-09-03 14:37:00 +00:00
uninstallwindow.h set missing keywords property. 2007-08-23 22:11:50 +00:00
version.h bump version number for first bugfix release. 2007-09-03 16:44:04 +00:00