1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-26 13:49:31 +00:00
Purism-Calls/src
Bob Ham ef976cee04 call-window: Remove display and holder in the right order
In the current order, the holder is finalized before we can get the
display, causing an error.  We just have to switch the two around
2018-10-10 09:13:54 +00:00
..
ui main-window,new-call-box: Move origin store from MainWindow to NewCallBox 2018-10-08 10:16:04 +00:00
calls-application.c src: Give the Provider to the CallWindow on construction 2018-10-08 10:40:02 +00:00
calls-application.h Add calls-application class 2018-10-04 18:33:47 +05:30
calls-call-data.c Drop the CALLS_SET_OBJECT_PROPERTY() macro 2018-08-03 11:30:18 +02:00
calls-call-data.h Preliminary documentation of provider interfaces 2018-05-23 09:59:28 +01:00
calls-call-display.c mm-call,call-display: Add more debugging output for state changes 2018-09-27 08:44:24 +00:00
calls-call-display.h call-display: Add a dial pad overlay 2018-08-29 09:05:57 +02:00
calls-call-holder.c call-holder,call-selector-item: Dispose mutual references properly 2018-10-10 08:56:00 +00:00
calls-call-holder.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-call-selector-item.c call-holder,call-selector-item: Dispose mutual references properly 2018-10-10 08:56:00 +00:00
calls-call-selector-item.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-call-window.c call-window: Remove display and holder in the right order 2018-10-10 09:13:54 +00:00
calls-call-window.h src: Give the Provider to the CallWindow on construction 2018-10-08 10:40:02 +00:00
calls-call.c call: Allow for the inability to stop DTMF tones 2018-05-31 10:20:17 +00:00
calls-call.h call: Allow for the inability to stop DTMF tones 2018-05-31 10:20:17 +00:00
calls-dummy-call.c dummy-{provider,origin,calls}: Fix up dummy provider 2018-06-11 12:48:20 +01:00
calls-dummy-call.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-dummy-origin.c dummy-{provider,origin,calls}: Fix up dummy provider 2018-06-11 12:48:20 +01:00
calls-dummy-origin.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-dummy-provider.c dummy-{provider,origin,calls}: Fix up dummy provider 2018-06-11 12:48:20 +01:00
calls-dummy-provider.h dummy-{provider,origin,calls}: Fix up dummy provider 2018-06-11 12:48:20 +01:00
calls-encryption-indicator.c Add CallsEncryptionIndicator 2018-07-31 10:14:49 +02:00
calls-encryption-indicator.h Add CallsEncryptionIndicator 2018-07-31 10:14:49 +02:00
calls-history-box.c history-box: Add empty view 2018-09-24 07:38:06 +05:30
calls-history-box.h history-box: Add empty view 2018-09-24 07:38:06 +05:30
calls-history-header-bar.c Add CallsHistoryHeaderBar 2018-10-01 08:41:55 +02:00
calls-history-header-bar.h Add CallsHistoryHeaderBar 2018-10-01 08:41:55 +02:00
calls-main-window.c main-window: Set up Provider in constructed callback 2018-10-08 10:46:00 +00:00
calls-main-window.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-message-source.c Preliminary documentation of provider interfaces 2018-05-23 09:59:28 +01:00
calls-message-source.h Preliminary documentation of provider interfaces 2018-05-23 09:59:28 +01:00
calls-mm-call.c mm-call: Set call state on construction 2018-09-27 08:46:47 +00:00
calls-mm-call.h Add ModemManager provider 2018-08-03 14:22:12 +00:00
calls-mm-origin.c mm-origin: Delete remnant disconnected calls on startup 2018-09-27 08:42:24 +00:00
calls-mm-origin.h Add ModemManager provider 2018-08-03 14:22:12 +00:00
calls-mm-provider.c mm-provider: Clarify warning a bit 2018-10-01 12:05:39 +02:00
calls-mm-provider.h Add ModemManager provider 2018-08-03 14:22:12 +00:00
calls-new-call-box.c main-window,new-call-box: Move origin store from MainWindow to NewCallBox 2018-10-08 10:16:04 +00:00
calls-new-call-box.h main-window,new-call-box: Move origin store from MainWindow to NewCallBox 2018-10-08 10:16:04 +00:00
calls-new-call-header-bar.c Add CallsNewCallHeaderBar 2018-10-01 08:41:55 +02:00
calls-new-call-header-bar.h Add CallsNewCallHeaderBar 2018-10-01 08:41:55 +02:00
calls-ofono-call.c Drop the CALLS_SET_OBJECT_PROPERTY() macro 2018-08-03 11:30:18 +02:00
calls-ofono-call.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-ofono-object.c Drop the CALLS_DISPOSE_OBJECT() macro 2018-08-03 11:29:56 +02:00
calls-ofono-object.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-ofono-origin.c Drop the CALLS_SET_OBJECT_PROPERTY() macro 2018-08-03 11:30:18 +02:00
calls-ofono-origin.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-ofono-provider.c Drop the CALLS_SET_OBJECT_PROPERTY() macro 2018-08-03 11:30:18 +02:00
calls-ofono-provider.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-origin.c Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-origin.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-party.c party: Replace the default party avatar 2018-07-31 10:20:38 +02:00
calls-party.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-provider.c Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls-provider.h Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
calls.gresources.xml Add CallsNewCallHeaderBar 2018-10-01 08:41:55 +02:00
main.c Add calls-application class 2018-10-04 18:33:47 +05:30
meson.build Add calls-application class 2018-10-04 18:33:47 +05:30
util.c Initial import of cleaned Calls working tree 2018-05-17 14:16:51 +01:00
util.h Drop the CALLS_SET_OBJECT_PROPERTY() macro 2018-08-03 11:30:18 +02:00