[refactor] create custom widget for Remote device and [UI] move every remote device to a different frame

This commit is contained in:
Julian Sparber
2017-10-28 17:28:41 +02:00
parent 3e616da35e
commit e6343ccd92
7 changed files with 560 additions and 353 deletions

View File

@@ -1,5 +1,6 @@
headers = files(
'teleport-remote-device.h',
'teleport-browser.h',
'teleport-get.h',
'teleport-publish.h',
@@ -17,6 +18,7 @@ install_headers(headers, subdir: meson.project_name())
################
sources = files(
'teleport-remote-device.c',
'teleport-browser.c',
'teleport-get.c',
'teleport-publish.c',