Re: Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2013-01-04 Thread Genghis Khan
Solved.

http://lists.nongnu.org/archive/html/linphone-developers/2013-01/msg2.html
https://trac.gajim.org/changeset/5f8bfea2054a

http://git.gnome.org/browse/ekiga/commit/?id=76c9b23
+ // the dialpad is LTR even for RTL languages
+ gtk_widget_set_direction (dialpad, GTK_TEXT_DIR_LTR);

Thank you to the developers of Claws Mail and Leafpad.

On Sat, 10 Nov 2012 14:47:46 +0100
Genghis Khan genghisk...@gmx.ca wrote:

 Hello,
 
 RTL = Right to left
 LTR = Left to right
 
 When using Ekiga or Linphone with RTL UI, the keypad reverts to:
 
 A 3 2 1
 B 6 5 4
 C 9 8 7
 D # 0 *
 
 As far as I know, there is no such keypad order anywhere on the globe.
 
 Is it possible to force the original English alignment on certain
 element/object and to segregate it when using RTL locale such as
 Arabic, Hebrew, Farsi or Urdu?
 
 
 Code references:
 
 Ekiga
 http://git.gnome.org/browse/ekiga/tree/lib/gui/dialpad.c#n141
 
 LinPhone
 ../linphone/gtk/main.ui from line 1129
 http://www.linphone.org/eng/download/
 
 child
 object class=GtkFrame id=frame3
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=label_xalign0.5/property
 property name=shadow_typenone/property
 child
 ...
 


-- 
Proper English www.reddit.com/r/proper
4 teh lulz... http://email.is-not-s.ms
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2013-01-04 Thread Olav Vitters
On Sat, Nov 10, 2012 at 02:47:46PM +0100, Genghis Khan wrote:
 Ekiga
 http://git.gnome.org/browse/ekiga/tree/lib/gui/dialpad.c#n141

Always best to use Bugzilla for bugs:
https://bugzilla.gnome.org/

That way the Ekiga developers are notified directly and it is tracked.

-- 
Regards,
Olav
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Ekiga and Linphone Keypads need not to be affected by RTL (force LTR)

2012-11-10 Thread Genghis Khan
Hello,

RTL = Right to left
LTR = Left to right

When using Ekiga or Linphone with RTL UI, the keypad reverts to:

A 3 2 1
B 6 5 4
C 9 8 7
D # 0 *

As far as I know, there is no such keypad order anywhere on the globe.

Is it possible to force the original English alignment on certain
element/object and to segregate it when using RTL locale such as
Arabic, Hebrew, Farsi or Urdu?


Code references:

Ekiga
http://git.gnome.org/browse/ekiga/tree/lib/gui/dialpad.c#n141

LinPhone
../linphone/gtk/main.ui from line 1129
http://www.linphone.org/eng/download/

 child
 object class=GtkFrame id=frame3
 property name=visibleTrue/property
 property name=can_focusFalse/property
 property name=label_xalign0.5/property
 property name=shadow_typenone/property
 child
 ...

-- 
Proper English www.reddit.com/r/proper
4 teh lulz... http://email.is-not-s.ms
attachment: keypad.png___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list