- 06 May, 2015 1 commit
-
-
The crash occurs when changing video settings on systems with cogl < 1.18. Refs #72531 (cherry picked from commit 6e7b092f) Change-Id: I82e4468f9130831e1e372094c646561a09e0e703
-
- 05 May, 2015 3 commits
-
-
Refs #71871 (cherry picked from commit 81455565) Change-Id: If07525dfd2096c77ae084dfbb4621c646f1ab732
-
This sets the GError to NULL after freeing it which is useful in cases where the GError might be re-used. Refs #72309 (cherry picked from commit 8a287fc4) Change-Id: If3c33235378bc080b497bed732570f17e8e6d3e9
-
When toggling the account enabled checkbox in the account settings, the change in state is applied immediately by saving the account. Refs #71834 (cherry picked from commit 101f310c) Change-Id: Iebe9afd43e318bf5f94f2f90997fc0215a71719a
-
- 29 Apr, 2015 5 commits
-
-
Stepan Salenikovich authored
Refs #72071 Change-Id: I1bf8614f5dabd99e3f5a3a84c3a582edbbe75c84
-
Stepan Salenikovich authored
Refs #71035 Refs #70829 Refs #71781 Change-Id: I3722a62720be1cb4275ed2ae53f16b9dc5d88e07
-
Guillaume Roguez authored
Refs #71632 Change-Id: I7a516811171546df50d9c595d97a031c82308e55
-
To be able to enter DTMF tones right after call has started the search entry needs to lose focus. Also clear the entry if autocompletion has been selected. Refs #71632 Change-Id: I7854ad9bb1a83ff7cf1a05f4f7d4391a0e3e6bdd
-
eg: when pressing 'Ctrl+c' Also, propogate the event in all cases so that accelerators/shortcuts aren't stolen. Refs #71632 Change-Id: I1e86b1009d396efd09896d7383d9511602bd4b83
-
- 28 Apr, 2015 2 commits
-
-
Stepan Salenikovich authored
This is a per account setting. Refs #71632 Change-Id: Icb7bf74f39222cd88b18be52399e26848bd1e303
-
Stepan Salenikovich authored
If the selected call is in progress and the input focus is not in an entry, the client will pass keyboard keys pressed as input to for DTMF tones to be played by the daemon. The daemon is responsible for filtering invalid DTMF characters. Note: this commit disables the GTK built-in treeview search so it does not steal input focus. Refs #71632 Change-Id: I127ff814f8bdd84b51f1f8c62132e028189c8f68
-
- 27 Apr, 2015 3 commits
-
-
Stepan Salenikovich authored
Refs #71501 Change-Id: I6a54b7dc2087dc038ef515befe70cd43c9f3bfea
-
Stepan Salenikovich authored
Define custom widgets in separate files and move commonly used functions to utils: - moved get_index_from_selection() to utils/models - moved place_new_call() to utils/calling - moved the contacts treeview to contactsview - moved the history treeview to historyview Refs #71530 Change-Id: Ia20e8d3bc3cfe997d38c880854205f063f0244a0
-
Adrien Béraud authored
Refs #71678 Change-Id: I3a80300faa0e352d11f913768b832fdcd5ddcbbb
-
- 24 Apr, 2015 2 commits
-
-
Refs #71471 Change-Id: Id3bd8897d883df401cd5cf32b6ae74d01c64d592
-
This is done by connecting to the signals of the Video::Renderer right away so that the 'stopped' signal is never missed Refs #71387 Change-Id: I1eac9c63f5d1ddf41f1a29d979173e328fbdc594
-
- 22 Apr, 2015 1 commit
-
-
Stepan Salenikovich authored
Move new Video::Renderer queue and processing to VideoWidget instead of duplicating the code in other places. Refs #71387 Change-Id: I42e8207f7535053e45c0290258a0bf9624d177ae
-
- 21 Apr, 2015 1 commit
-
-
By lowering the priority of the g_timeout which draws new frames. Refs #71359 Change-Id: I6510a1946be995fdc5b57bfd228efa92f46f84bc
-
- 17 Apr, 2015 5 commits
-
-
Refs #71036 Change-Id: I94c46c67929c4c829715ebc78fa93d3698cbe35a
-
Refs #70900 Change-Id: Id5a303636d96812f11b24d4fee26386109507ec8
-
Account for API change in EDS 3.16 Refs #70863 Change-Id: Ib66b9491f275ed56976c6456660fcddb8f6a7190
-
These were accidentally added by contacts treeview patch: 6f68707b Refs #69856 Change-Id: Id496efd88154540ce1ccd4ce3644cc85d02900e8
-
Load 300 contacts at a time into LRC every 10ms to reduce potential load if there are a lot of contacts. These numbers where chosen to load 1M contacts in about 30s but are otherwise arbitrary. Also fixes small mem leak. Refs #69856 Change-Id: Ia4341b3b80581e95858e1f46b2452219ad2e1e94
-
- 15 Apr, 2015 2 commits
-
-
Stepan Salenikovich authored
CMake now generates a 'doc' target. 'make doc' will generate documentation in doc/ dir Refs #70928 Change-Id: I92ddd215eeb73cdcc9669ef1b53341000335b10b
-
Guillaume Roguez authored
Refs #70866 Change-Id: I51638f3edf6444978181ade78e20c75151cf2dba
-
- 14 Apr, 2015 1 commit
-
-
Guillaume Roguez authored
Refs #70831 Change-Id: I8a4e37543fb482db6f317ff88478420bf251911f
-
- 13 Apr, 2015 1 commit
-
-
Stepan Salenikovich authored
Added dependency on libebook1.2-dev in order to fetch contacts using evolution-data-server. Contacts from enabled addressbooks are shown in contacts tree view with photos (if available). The same image is also shown in the call views. Double clicking on a contact method should call that contact. Refs #69856 Change-Id: I6bd394a1fa23f6e62dd6e0017bff5050584538f8
-
- 10 Apr, 2015 3 commits
-
-
Refs #69340 Refs #67238 Change-Id: Ia1765a4e1d9cc6738b3d286639f43f713fa14d41
-
Guillaume Roguez authored
API changed to follow LRC API changes. Refs #70613 Change-Id: Idcd6d53ed661fc51ce407b8be5b97661e57621c2
-
Guillaume Roguez authored
sync on LRC refactoring. Zero copy implementation. Refs #70491 Change-Id: I73c8579836ec44c7ab931722b9d29dde26095e13
-
- 31 Mar, 2015 1 commit
-
-
Stepan Salenikovich authored
Instead of as an entry Refs #69435 Change-Id: I313ca5746b0e98ff6309855fcb4aa9a145ae3c71
-
- 30 Mar, 2015 6 commits
-
-
Guillaume Roguez authored
Release 0.1.0 * tag '0.1.0': gnome: hide unimplemented call features gnome: add appdata and .desktop gnome: remove un-implemented features gnome: ammend about dialog gnome: add right click 'copy' to history gnome: show call history direction gnome: show account registration state gnome: display Ring ID gnome: prefix 'ring:' to hash Change-Id: Iba3404a4a0cc0af8b770992bb1d47f278b0bd391
-
Stepan Salenikovich authored
Refs #68739 Change-Id: I9f910785a881e9efedc6dc7297ab30a22490f92c
-
Stepan Salenikovich authored
Refs #69645 Change-Id: Ic5022c4c122c30d71f3bad48351da74e24853494
-
Stepan Salenikovich authored
Refs #68739 Change-Id: I711e771c8f73fb1779da3408c263535cd8fbdeb3
-
Stepan Salenikovich authored
Refs #69343 Change-Id: Ic345f622de71d38d90d3a420fb8cd69866d89f6b
-
Stepan Salenikovich authored
Also make the incoming name/number label selectable Refs #68330 Change-Id: If567dc36ffa61dfae67501522b44593df88b353a
-
- 29 Mar, 2015 2 commits
-
-
Stepan Salenikovich authored
Refs #68330 Change-Id: Ie3c7c4f9df5a717de09b1cd25efa2ef2cb561f56
-
Stepan Salenikovich authored
Refs #68670 Change-Id: Ie983c2a936ec0746ef6bb7e9bc1e1ce6bc7707bc
-
- 28 Mar, 2015 1 commit
-
-
Stepan Salenikovich authored
Refs #69435 Change-Id: I46e9336d2edc8d318e748e2535475d7cb4b50f19
-