- 13 May, 2020 1 commit
-
-
David Heidelberg authored
Appstream nowadays prefers `.metainfo.xml`: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
-
- 12 May, 2020 2 commits
-
-
- 10 Apr, 2020 1 commit
-
-
Guido Gunther authored
See: #146
-
- 02 Apr, 2020 1 commit
-
-
Julian Sparber authored
Signed-off-by:
Julian Sparber <julian@sparber.net>
-
- 31 Mar, 2020 3 commits
-
-
Julian Sparber authored
Signed-off-by:
Julian Sparber <julian@sparber.net>
-
Julian Sparber authored
This disables the custom avatar. It will be added back later. Signed-off-by:
Julian Sparber <julian@sparber.net>
-
Julian Sparber authored
Signed-off-by:
Julian Sparber <julian@sparber.net>
-
- 30 Mar, 2020 2 commits
-
-
-
Julian Sparber authored
The property wasn't removed correctly in f1f848c5 Signed-off-by:
Julian Sparber <julian@sparber.net>
-
- 27 Mar, 2020 8 commits
-
-
Julian Sparber authored
This classes where fully replaced by Manager
-
Julian Sparber authored
-
Julian Sparber authored
-
Julian Sparber authored
-
Julian Sparber authored
As a side effect this removes also the disconnect message when a call ends. Fixes: #119
-
Julian Sparber authored
This removes the status message at the end of the NewCallBox, since it will be replaced by a permanent InfoBar. As a side effect this removes also the disconnect message when a call ends. Fixes: #119
-
Julian Sparber authored
-
Julian Sparber authored
The manager is a central place for handling data e.g. calls history and provider managment. This introduces only the base for feature work. Therefore it manages only the provider for now, but the manager isn't yet used anywhere. The propagets events from the provider and origins. It also adds a new signal called `error`. The `error` signal should be emited only when something went wrong and we need to inform the user about it, containing the message to be displayed to the user. Windows should connect to the event and display a in-app-notification on error. This event isn't emitted, because the plugins don't give us a usable error.
-
- 26 Mar, 2020 4 commits
-
-
This makes sure that when we use calls_provider_get_origins/calls () in the signal handler it doesn't include the removed origin/call.
-
This fixes this two issues: - Emit the events origin-removed, origin-added when required. - Remove call immediately when disconnected and emit events: By using `g_idle_add ()` we can't be sure when the call is actually removed and could stay potentionaly for evere, as long the main loop is busy. This can lead to unexpected behavior. If the calls shouldn't be freed then it's required to increase the ref count. This is similar how the `remove` event works in a `GtkContainer`.
-
Julian Sparber authored
Signed-off-by:
Julian Sparber <julian@sparber.net>
-
Julian Sparber authored
-
- 25 Mar, 2020 1 commit
-
-
tor sorensen authored
-
- 19 Mar, 2020 2 commits
-
-
Since we now have a "dial" action we can uses it also in the History, this way we don't need to pass arond the NewCallBox.
-
-
- 18 Mar, 2020 6 commits
-
-
Julian Sparber authored
-
Julian Sparber authored
This replaces the infobar with a in-app notification.
-
Julian Sparber authored
-
-
-
This is part of a larger refactoring effort, with the goal to replace all the get_*() member functions in provider abstraction interfaces with GObject properties. See also: #6
-
- 13 Mar, 2020 1 commit
-
-
Julian Sparber authored
-
- 11 Mar, 2020 2 commits
-
-
Julian Sparber authored
This makes the name in each row ellipzise in the middle. Signed-off-by:
Julian Sparber <julian@sparber.net>
-
Julian Sparber authored
GNOMEs HIG recommands frames around a List. This also moves the ScrollBar to the edge of the window in the CallHistory. Signed-off-by:
Julian Sparber <julian@sparber.net>
-
- 26 Feb, 2020 1 commit
-
-
Bob Ham authored
This option allows the specification of a much broader set of numbers that tel: URIs, which are limited to global phone numbers in international form and prohibit local numbers and other useful strings like "*100#". This functionality is implemented as a command-line option rather than a "dial:" or "callto:" URI scheme for the same reason given in RFC 3966, section 7.3: '"Callto" was discarded because URI schemes locate a resource and do not specify an action to be taken.'
-
- 24 Feb, 2020 2 commits
-
-
This makes the flatpak build and removes outdated manifest options This also removes java since it was only needed to build the metadata for libphonenumber which is already included in the source repo. See https://github.com/google/libphonenumber/pull/2363
-
-
- 20 Feb, 2020 1 commit
-
-
Daniel Abrecht authored
This fixes the following lintian warnings: - W: calls source: field-name-typo-in-dep5-copyright copytight -> copyright (line 27) - W: calls source: missing-license-paragraph-in-dep5-copyright gpl-3+ (paragraph at line 1)
-
- 19 Feb, 2020 1 commit
-
-
Julian Sparber authored
How `g_type_class_peek ()` was used it didn't return the correct parent class in most cases. G_DEFINE_TYPE macro creates a pointer we can use to get the parent class `n_p_parent_class`. Because we didn't use the correct parent class the object initialisation wasn't fully completed for some GtkWidgets. See https://developer.gnome.org/gobject/stable/chapter-gobject.html#gobject-instantiation for more information. This commit makes use of the `n_p_parent_class pointer` created for this specific use case where ever possible. Fixes: #118
-
- 28 Jan, 2020 1 commit
-
-
Julian Sparber authored
This adds a style.css file to allow the use of custom css Fixes #115: - Making the phone number larger - Moving the delete button to the bottom - Rounding all buttons, and making the grid buttons circular - Making the call button a bit less wide
-