ui: Show news sent with update check on start screen
* News are passed as JSON string, containing an array of news items. * Each news item has version and content (html). * Items can be filtered by min/max version, OS and license. The first item that fits is used. * Items can be important, which highlights the news box. * News are not shown if older than 5 days. fortune cookie message = You will be financially successful in case your actions are well planned.
This commit is contained in:
@@ -45,6 +45,8 @@ add_files(
|
||||
qt/element/QtListBoxItem.h
|
||||
qt/element/QtLocationPicker.cpp
|
||||
qt/element/QtLocationPicker.h
|
||||
qt/element/QtNewsWidget.cpp
|
||||
qt/element/QtNewsWidget.h
|
||||
qt/element/QtPathListBox.cpp
|
||||
qt/element/QtPathListBox.h
|
||||
qt/element/QtPathListBoxItem.cpp
|
||||
@@ -67,6 +69,8 @@ add_files(
|
||||
qt/element/QtStatusBar.h
|
||||
qt/element/QtTable.cpp
|
||||
qt/element/QtTable.h
|
||||
qt/element/QtTextEdit.cpp
|
||||
qt/element/QtTextEdit.h
|
||||
qt/element/QtTooltip.cpp
|
||||
qt/element/QtTooltip.h
|
||||
qt/element/QtUndoRedo.cpp
|
||||
|
||||
Reference in New Issue
Block a user