rockbox/rbutil/rbutilqt
Dominik Riebeling d7bbf8a477 rbutil: Use QElapsedTimer for measuring time.
The timing functions in QTime are deprecated and have been removed for
Qt6. Use QElapsedTimer, which is the replacement for this.

Change-Id: Ib262753fe99aff83f1952337eb64cd44439cafdd
2020-08-07 22:18:41 +02:00
..
base rbutil: Use QElapsedTimer for measuring time. 2020-08-07 22:18:41 +02:00
gui rbutil: Handle the new Retired target status. 2020-07-14 13:03:06 +00:00
icons Use new ipod6g player image for ipod6g. 2014-01-27 19:55:39 +01:00
irivertools fwpatcher/rbutil - added support for H300 v1.31K 2013-10-01 14:01:15 +02:00
lame Rockbox Utility: use libmp3lame for voice clips. 2012-01-08 11:50:04 +00:00
lang Rockbox Utility: updated Czech translation 2020-03-29 01:02:34 +01:00
logger Separate logger / quazip project file parts. 2015-05-02 16:52:14 +02:00
mspack rbutil: Update libmspack to 0.10.1alpha. 2020-08-07 22:18:41 +02:00
msvc Add note about translations to MSVC build instructions. 2014-06-30 17:57:24 +02:00
quazip rbutil: Update quazip to release 0.9.1. 2020-08-07 22:18:41 +02:00
test Create local file URL using QUrl. 2016-12-16 19:46:00 +01:00
zlib Set svn:eol-style on files from the rbutil directory and its subdirectories. 2008-05-11 17:21:14 +00:00
aboutbox.ui Drop year from (c) notice in Rockbox Utility. 2014-01-05 14:00:58 +01:00
changelog.txt rbutil: add support for iPod Classic 6G bootloader 2019-10-28 00:09:35 -04:00
configure.cpp rbutil: Use SpinBox for Proxy port value. 2020-08-06 22:58:19 +02:00
configure.h Change autodetection result to a list. 2013-04-09 22:39:13 +02:00
configurefrm.ui rbutil: Use SpinBox for Proxy port value. 2020-08-06 22:58:19 +02:00
createvoicefrm.ui Improve voice creation window a bit. 2012-06-13 22:42:32 +02:00
createvoicewindow.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
createvoicewindow.h Update Qt includes for compatibility with Qt5. 2013-01-27 20:11:17 +01:00
encttscfggui.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
encttscfggui.h Rename "interface" parameter. 2013-04-04 22:42:22 +02:00
Info.plist Bump RockboxUtility version to 1.4.1 2019-10-28 17:33:50 -04:00
INSTALL Remove keyword line. 2013-03-13 22:05:58 +01:00
installtalkfrm.ui Save all settings in talkfile dialog. 2012-06-14 22:54:30 +02:00
installtalkwindow.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
installtalkwindow.h Update Qt includes for compatibility with Qt5. 2013-01-27 20:11:17 +01:00
langstats.py rbutil: Update translation stats script. 2020-07-26 09:56:20 +02:00
main.cpp rbutil: Call QLocale::setDefault() with QLocale. 2020-07-26 11:10:26 +02:00
Makefile.libs rbutil: Fix compiling 32bit Rockbox Utility on 64bit Linux. 2020-06-21 09:14:23 +02:00
preview.cpp Update Qt includes for compatibility with Qt5. 2013-01-27 20:11:17 +01:00
preview.h rbutil: Fix Qt deprecated warnings. 2020-08-06 20:43:15 +02:00
previewfrm.ui rbutilQt: fix the installing of release builds (archos only). 2007-08-26 11:34:32 +00:00
progressloggerfrm.ui rbutil: add support for iPod Classic 6G bootloader 2019-10-28 00:09:35 -04:00
progressloggergui.cpp Handle conversion to text in Sysinfo::getInfo(). 2013-11-04 23:32:57 +01:00
progressloggergui.h Update Qt includes for compatibility with Qt5. 2013-01-27 20:11:17 +01:00
rbutil.ini rbutil: Fix the X3ii's USB VID/PID 2020-07-20 19:30:57 +00:00
rbutilqt-lang.qrc Remove turkish from the languages bundled in the binary. The translation is broken on file level (all non-ASCII characters are broken). 2010-02-11 22:26:38 +00:00
rbutilqt-win.qrc move w32-specific resources to a separate file to prevent building them on other platforms. Use an alias in the resource file to remove the need of copying the file. 2007-12-17 21:35:25 +00:00
rbutilqt.cpp rbutil: add abort signal for bootloader install/uninstall 2016-08-15 20:14:25 +02:00
rbutilqt.h Implement a first, simple changelog dialog. 2013-09-30 23:42:21 +02:00
rbutilqt.manifest Correct filename in manifest. 2012-02-19 18:54:02 +01:00
rbutilqt.pri rbutil: Add support for the xDuoo X3, X3ii, X20, and AGPTek Rocker. 2020-07-20 18:40:24 +00:00
rbutilqt.pro rbutil: Drop support for libusb0. 2020-08-07 22:18:41 +02:00
rbutilqt.qrc Use new ipod6g player image for ipod6g. 2014-01-27 19:55:39 +01:00
rbutilqt.rc Add version information to Windows file properties. 2012-07-01 19:06:34 +02:00
rbutilqtfrm.ui rbutil: Merge Troubleshoot submenu with Help menu. 2020-07-26 09:56:20 +02:00
RockboxUtility.desktop rbutil: Add simple desktop file for Linux. 2020-06-20 12:20:21 +02:00
sysinfo.cpp Handle conversion to text in Sysinfo::getInfo(). 2013-11-04 23:32:57 +01:00
sysinfo.h Handle conversion to text in Sysinfo::getInfo(). 2013-11-04 23:32:57 +01:00
sysinfofrm.ui Show cluster size in System Info dialog. 2011-07-26 20:54:49 +00:00
systrace.cpp Add color to trace debug output. 2016-01-17 19:18:26 +01:00
systrace.h Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
systracefrm.ui Save System Trace on exit and allow easy retrieval after restart. 2010-03-23 22:07:17 +00:00
themesinstallfrm.ui Update ui files to use converted bitmap. 2011-10-01 19:16:31 +00:00
themesinstallwindow.cpp Use cutelogger for Rockbox Utility internal trace. 2013-11-04 23:32:52 +01:00
themesinstallwindow.h Separate select and install parts in themes install window. 2012-06-26 18:30:27 +02:00
uninstallfrm.ui Update ui files to use converted bitmap. 2011-10-01 19:16:31 +00:00
uninstallwindow.cpp Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
uninstallwindow.h Remove svn keyword lines from sources. 2011-10-19 20:51:16 +00:00
version.h Bump RockboxUtility version to 1.4.1 2019-10-28 17:33:50 -04:00