[Ekiga-list] Algorithm to complete text URL bar
- From: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
- To: Ekiga mailing list <ekiga-list gnome org>
- Subject: [Ekiga-list] Algorithm to complete text URL bar
- Date: Thu, 13 Jun 2013 14:50:25 +0200
Hi,
I notice that several people ask for an easier way to type addresses in
URL bar (in dialpad). Here is what is done by ekiga at the moment (hope
I am not wrong):
A = the address typed in the URL bar
if (A contains @)
call A
else
if A starts with h323:
call A
else
if ekiga has no account registered
error
if ekiga has 1 account registered
add @registrar to A
call A
if ekiga has >1 accounts registered
error
What do you think about all this?
Note also https://bugzilla.gnome.org/show_bug.cgi?id=589119
--
Eugen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]