rockbox/utils/themeeditor/gui
Vencislav Atanasov e3e416c51b rbutilqt/themeeditor: Fix Qt6 deprecations
- insertMulti() -> insert()
- QString::fromUtf16() with a parameter type other than char16_t*
- enterEvent() parameter type changed from QEvent to QEnterEvent
- QVariant -> QMetaType

Co-authored-by: ChatGPT (GPT-5.3 Mini) <chatgpt@openai.com>
Change-Id: Ia9c6c93e281475856e8355a8aa0e64c474eed80c
2026-06-29 17:28:53 -04:00
..
codeeditor.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
codeeditor.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
configdocument.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
configdocument.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
configdocument.ui Theme Editor: Added optional plaintext editing for config files 2010-07-14 07:38:09 +00:00
devicestate.cpp rbutilqt/themeeditor: Fix Qt6 deprecations 2026-06-29 17:28:53 -04:00
devicestate.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
editorwindow.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
editorwindow.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
editorwindow.ui themeeditor: Fix menu Quit entry not working. 2020-09-03 18:45:48 +02:00
fontdownloader.cpp themeeditor: Fix a pile of unusued argument warnings 2026-06-27 07:29:21 -04:00
fontdownloader.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
fontdownloader.ui Theme Editor: Implemented download and decompression of font pack in the preferences dialog. Dialog will also allow the user to set a directory for a custom target database, but the update button doesn't work yet. Also fixed the file filters for open file/open project actions and resized the preferences dialog 2010-07-21 07:45:29 +00:00
newprojectdialog.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
newprojectdialog.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
newprojectdialog.ui Theme Editor: Added target database, now populates combo box in new project dialog but otherwise not used yet 2010-07-16 20:47:23 +00:00
preferencesdialog.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
preferencesdialog.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
preferencesdialog.ui Theme Editor: Made auto-complete functional and enabled it by default. Added a small subset of the available tags to the tagdb file, filling it out is todo 2010-07-30 08:38:38 +00:00
projectexporter.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
projectexporter.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
projectexporter.ui Theme Editor: Added interface for project export, exporting files to zip is still todo 2010-07-23 21:15:15 +00:00
rbconsole.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
rbconsole.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
rbconsole.ui Theme Editor: Added a warning console to the renderer, but haven't made any rendering classes use it yet 2010-08-12 05:30:31 +00:00
skindocument.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skindocument.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skinhighlighter.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skinhighlighter.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skintimer.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skintimer.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skintimer.ui Theme Editor: Implemented timer panel functionality, added missing seconds field to device control panel 2010-07-09 02:11:34 +00:00
skinviewer.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skinviewer.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
skinviewer.ui Theme Editor: Added coordinate display when moving mouse around preview window 2010-08-06 20:53:50 +00:00
syntaxcompleter.cpp chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
syntaxcompleter.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
tabcontent.h Theme Editor: Editor font/color settings are now applied to config documents 2010-08-15 01:50:27 +00:00
targetdownloader.cpp themeeditor: Fix a pile of unusued argument warnings 2026-06-27 07:29:21 -04:00
targetdownloader.h chore: Get rid of *all* vestigal CVS '$Id:$' tags 2026-06-01 16:01:18 -04:00
targetdownloader.ui Theme Editor: Added targetdb download to preferences dialog, fixed Cancel button on FontDownloader 2010-07-25 21:59:35 +00:00