Merge branch 'partial-ui-overhaul' into 'master'

Partial UI Overhaul

See merge request Librem5/calls!11
This commit is contained in:
Bob Ham
2018-08-29 16:44:50 +00:00
14 changed files with 803 additions and 396 deletions

View File

@@ -28,8 +28,10 @@
#include <handy.h>
#include "calls-encryption-indicator.h"
#include "calls-history-box.h"
#include "calls-main-window.h"
#include "calls-mm-provider.h"
#include "calls-new-call-box.h"
#define APP_ID "sm.puri.Calls"
@@ -42,6 +44,8 @@ show_window (GtkApplication *app)
CallsMainWindow *main_window;
CALLS_TYPE_ENCRYPTION_INDICATOR;
CALLS_TYPE_HISTORY_BOX;
CALLS_TYPE_NEW_CALL_BOX;
HDY_TYPE_DIALER;
connection = g_bus_get_sync (G_BUS_TYPE_SYSTEM, NULL, &error);