[E-devel] Where to report bugs/feature request for Terminology

2015-01-23 Thread Laszlo Krekacs
Hi, I would like to know where is the best place to report Terminology bugs or feature request. I have reported a bug (Alt-Enter does not work inside mc) here: https://github.com/billiob/terminology/issues/11 And a feature request (Favicon next to tab title) here:

[E-devel] Architecture of enlightenment.org

2014-01-24 Thread Laszlo KREKACS
. Is it qemu/kvm based solution? Is windows guests up and running? Is there any documentation available? Best, Laszlo Krekacs -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses

Re: [E-devel] [patch] Elm_Object_Select_Mode comment update

2012-03-10 Thread Laszlo KREKACS
On 3/7/12, Carsten Haitzler ras...@rasterman.com wrote: On Thu, 8 Mar 2012 02:16:11 +0900 Hyoyoung Chang hyoyo...@gmail.com said: Dear all. After updated Elm_Object_Select_Mode naming, some comments are outdated. I changed it. approved! in svn! tnx! :) -- - Codito, ergo sum

Re: [E-devel] infinite loop somewhere below evas_tiler rect_list_add_split_fuzzy

2012-03-10 Thread Laszlo KREKACS
On 2/20/12, David Seikel onef...@gmail.com wrote: On Mon, 20 Feb 2012 08:07:50 +0100 Martin Jansa martin.ja...@gmail.com wrote: On Mon, Feb 20, 2012 at 01:25:14PM +0900, Carsten Haitzler wrote: On Mon, 20 Feb 2012 13:59:49 +1000 David Seikel onef...@gmail.com said: On Mon, 20 Feb 2012

[E-devel] Query and set elementary.Entry cursor position

2011-11-08 Thread Laszlo KREKACS
Hey, Is there a way to set elementary.Entry's cursor position? When I hit Ctrl-S, Ctrl-R elementary injects 0x12, 0x13, etc bytes in the entry, so I get the entry's content (entry_get()), I removes the 0x13 bytes and I set the entry again with entry_set() function. The problem is, when I hit

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-18 Thread Laszlo KREKACS
Hi, On Fri, May 13, 2011 at 8:40 PM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: Im still fighting with shortcuts. With Ctrl-S I change file export behaviour, and it inputs into the focused elementary.Entry a hexa 13 char. But what I really miss is the TAB key. Thats a real blocker

Re: [E-devel] What are the builtin elementary shortcuts and how to disable them

2011-05-05 Thread Laszlo KREKACS
is pressed, so I can use some internal variable for state keeping. I often press it by mistake (as I use both capslock and shift too), so would be nice to disable it. Bests, Laszlo On Sat, Apr 2, 2011 at 9:27 AM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: Hi, I know at least

Re: [E-devel] Bounties for porting/packaging python-elementary

2011-04-03 Thread Laszlo KREKACS
On Sat, Apr 2, 2011 at 10:09 AM, Martin Jansa martin.ja...@gmail.com wrote: Hi, FYI: if you just need efl on N900 you can install SHR image on uSD and give it a try http://wiki.shr-project.org/trac ie to work on your program before bounty hunter finishes task and packages efl for your

[E-devel] What are the builtin elementary shortcuts and how to disable them

2011-04-02 Thread Laszlo KREKACS
Hi, I know at least these: Tab - It cycles over the elementary.Entry on the gui. Just like how in a webbrowser. I want to kill it, because I want to implement bash-like completion with Tab key. Ctrl-C - It is used for copying in elementary.Entry. I want to kill it because, 1.

[E-devel] Bounties for porting/packaging python-elementary

2011-04-02 Thread Laszlo KREKACS
Hi, I dont know if its the appropriate list. Please ignore if its not, and I wont do any more offers in the future. Bounty: Package python-elementary (and also the dependencies: cython 1.3, eina, evas, edje, embryo, eet, ecore) to Nokia N900 (fremantle 1.3) distribution. The job is done when

[E-devel] python2.5-elementary on N900

2010-08-07 Thread Laszlo KREKACS
Hi, With who can I collaborate to get python2.5-elementary compiled on Nokia N900? Seems like it is in extras-devel repository, but import elementary fails in a python program. Also there are many packages, which cant be installed: libelementary0-dev libecore0-dev libevas0-dev libeet1-dev

Re: [E-devel] Cycling through number of entries

2010-05-04 Thread Laszlo KREKACS
Hi! Updating to the latest svn, solved all my issues, it works like a charm. However now Im fighting with the problem of obtaining the cursor position of the entry. For this I also cooked some small, trivial patches for python-elementary bindings, namely: entry_cursor_begin_set()

[E-devel] Cycling through number of entries

2010-04-28 Thread Laszlo KREKACS
Hi! I would like to create 7 entries in a row, and cycle between them with Tab key. So you type something press tab, you type to the next entry, when you are at the last one, you begin from the first. I created a small demo application, which demonstrates exactly this, except once you typed some

Re: [E-devel] Fixing EFL and input focus on Maemo5/Fremantle

2009-11-29 Thread Laszlo KREKACS
On Sun, Nov 29, 2009 at 2:01 PM, Carsten Haitzler ras...@rasterman.com wrote: On Sun, 29 Nov 2009 10:54:41 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: dunno. Just seems that you'll not get the virtual keyboard unless you do that. I need to try patches to see if it really work

[E-devel] Text inserted one char before the last char into Elementary Entry

2009-10-28 Thread Laszlo KREKACS
Hi! If you type some chars into entry, and you click to an another element (lets say an edje TEXT part), and you continue typing *without* clicking into the entry, the texts are sended one char before the last one. I tried to erase the entry (entry_set()) and refill with the previous content,

Re: [E-devel] Project announcement: e code snippets

2009-10-18 Thread Laszlo KREKACS
On Sat, Oct 17, 2009 at 11:55 PM, Atton Jonathan jonathan.at...@gmail.com wrote: Your problem is a known bug in elementary. If I m remember this problem is in the ELM todo. Are you aware of any workaround? Maybe if I pack the Entry inside a Box? Laszlo

Re: [E-devel] Project announcement: e code snippets

2009-10-18 Thread Laszlo KREKACS
On Sun, Oct 18, 2009 at 9:24 AM, Laszlo KREKACS laszlo.krekacs.l...@gmail.com wrote: Are you aware of any workaround? Maybe if I pack the Entry inside a Box? It does not help:-( Im wondering, if Im really doing the right thing here, or just pushing an edge case. I would really like to get

[E-devel] Project announcement: e code snippets

2009-10-17 Thread Laszlo KREKACS
Dear lists, I have started a project, where I write/collect small self-containing e application, each of them features some specific function: http://esnippets.googlecode.com Currently there are 3 code snippets already there: 1. edje groups packed into an elementary.Box, which swallowed to an

[E-devel] Packaging status for ubuntu

2009-10-10 Thread Laszlo KREKACS
Hi! What is really needed to get new packages for ubuntu up on the packages.enlightenment.org? Is there somewhere a step-by-step tutorial how to generate the packages? Maybe I could help out. I know quaker66 generated the last packages, but seems like he is really busy these days. How can I help

Re: [E-devel] Status of eve?

2009-09-07 Thread Laszlo KREKACS
On Wed, Sep 2, 2009 at 6:08 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: If it helps, I can contact shr developers, and ask for the specific build error message. that would help. Ok, I'll contact them, and report here. The git source of webkit-efl is incredibly big (like 500MB or

Re: [E-devel] Status of eve?

2009-09-07 Thread Laszlo KREKACS
On Mon, Sep 7, 2009 at 7:38 PM, Gustavo Sverzut Barbieribarbi...@profusion.mobi wrote: none, I had a long day trying to download it as well :-) So is it mainly a network problem? (ie. a server could help the situation?) Laszlo

Re: [E-devel] Status of eve?

2009-09-07 Thread Laszlo KREKACS
On Mon, Sep 7, 2009 at 8:05 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: So is it mainly a network problem? (ie. a server could help the situation?) Niv pointed out that a FWIW, I saw it sending lots, a git repack serverside would help. Could you try Gustavo? Best regards, Laszlo

Re: [E-devel] Status of eve?

2009-09-03 Thread Laszlo KREKACS
On Wed, Sep 2, 2009 at 6:08 PM, Laszlo KREKACSlaszlo.krekacs.l...@gmail.com wrote: If it helps, I can contact shr developers, and ask for the specific build error message. that would help. Ok, I'll contact them, and report here. It seems they have problem with webkit-efl, as it is huge,

[E-devel] Status of eve?

2009-09-02 Thread Laszlo KREKACS
Hi! On shr (a distribution for the Freerunner phone) eve was built once, and worked rather fine (finger scrolling!). Now it does not build anymore, thus it is not included in the distribution. I am asking who is working on eve webbrowser, and what is his plan? I would like also know if the

Re: [E-devel] Accessing Box's items from python code

2009-08-28 Thread Laszlo KREKACS
So Im asking if it is possible to add at least evas_object_box_add() to python bindings? After much help from k-s at #e, I can provide patches which adds part_box_append to edje. Here is the two patched file[1]. Best regards, Laszlo [1]: Index:

Re: [E-devel] Accessing Box's items from python code

2009-08-28 Thread Laszlo KREKACS
Ok, gmail wrapped long lines. Here is at a pastebin: http://paste.pocoo.org/show/136794/ Best regards, Laszlo -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

[E-devel] Accessing Box's items from python code

2009-08-26 Thread Laszlo KREKACS
Dear List, I want to access a BOX element's items from python code to change the text on it. Please see this picture: http://laszlo.krekacs.googlepages.com/flowed_outofarea.png Looks like accessing by part name is not possible because the items are swallowed from external group. Also accessing