mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2020-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'FEEDS.CHANNEL_IMAGE_ID' field to the database. * Added a 'FEEDS.DEFAULT_ITEM_IMAGE_ID' field to the database. * Added a 'PODCASTS.ITEM_IMAGE_ID' field to the database. * Incremented the database version to 324. * Added an 'Image Manager' dialog to rdadmin(1). * Added an 'Image Viewer' dialog on rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -41,6 +41,7 @@ x11 {
|
||||
SOURCES += edit_group.cpp
|
||||
SOURCES += edit_hostvar.cpp
|
||||
SOURCES += edit_hotkeys.cpp
|
||||
SOURCES += edit_image.cpp
|
||||
SOURCES += edit_jack.cpp
|
||||
SOURCES += edit_jack_client.cpp
|
||||
SOURCES += edit_livewiregpio.cpp
|
||||
@@ -68,6 +69,7 @@ x11 {
|
||||
SOURCES += list_gpis.cpp
|
||||
SOURCES += list_groups.cpp
|
||||
SOURCES += list_hostvars.cpp
|
||||
SOURCES += list_images.cpp
|
||||
SOURCES += list_livewiregpios.cpp
|
||||
SOURCES += list_matrices.cpp
|
||||
SOURCES += list_pypads.cpp
|
||||
@@ -109,6 +111,7 @@ x11 {
|
||||
HEADERS += edit_group.h
|
||||
HEADERS += edit_hostvar.h
|
||||
HEADERS += edit_hotkeys.h
|
||||
HEADERS += edit_image.h
|
||||
HEADERS += edit_jack.h
|
||||
HEADERS += edit_jack_client.h
|
||||
HEADERS += edit_livewiregpio.h
|
||||
@@ -136,6 +139,7 @@ x11 {
|
||||
HEADERS += list_gpis.h
|
||||
HEADERS += list_groups.h
|
||||
HEADERS += list_hostvars.h
|
||||
HEADERS += list_images.h
|
||||
HEADERS += list_livewiregpios.h
|
||||
HEADERS += list_matrices.h
|
||||
HEADERS += list_pypads.h
|
||||
|
||||
Reference in New Issue
Block a user