forked from len0rd/rockbox
Implement a first, simple changelog dialog.
When Rockbox Utility is started for the first time, a new version is started or the user selected to do so on startup a changelog window is shown. Change-Id: Ic223e092a09d31ccbbfcd9b973355225cac27632
This commit is contained in:
parent
1977281bb3
commit
8df12c63b8
11 changed files with 215 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ SOURCES += \
|
|||
gui/comboboxviewdelegate.cpp \
|
||||
gui/selectiveinstallwidget.cpp \
|
||||
gui/backupdialog.cpp \
|
||||
gui/changelog.cpp
|
||||
|
||||
|
||||
HEADERS += \
|
||||
|
|
@ -156,6 +157,7 @@ HEADERS += \
|
|||
gui/comboboxviewdelegate.h \
|
||||
gui/selectiveinstallwidget.h \
|
||||
gui/backupdialog.h \
|
||||
gui/changelog.h
|
||||
|
||||
|
||||
FORMS += \
|
||||
|
|
@ -174,6 +176,7 @@ FORMS += \
|
|||
systracefrm.ui \
|
||||
gui/selectiveinstallwidgetfrm.ui \
|
||||
gui/backupdialogfrm.ui \
|
||||
gui/changelogfrm.ui
|
||||
|
||||
|
||||
TRANSLATIONS += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue