[E-devel] [PATCH] python-elementary: Add pos_set() to Bubble

2012-03-13 Thread Kai Huuhko
Patch attached.From e8774deaa02cfec639cdc515da659b23085a7b30 Mon Sep 17 00:00:00 2001 From: Kai Huuhko kai.huu...@gmail.com Date: Wed, 14 Mar 2012 02:16:18 +0200 Subject: [PATCH] Added pos_set to Bubble. --- .../python-elementary/elementary/__init__.py |5 + .../elementary

[E-devel] Toggle brokenness: Disgusting!

2012-03-17 Thread Kai Huuhko
Someone left a nasty turd floating around: File /usr/lib/python2.7/site-packages/elementary/__init__.py, line 19, in module from c_elementary import Object, Window, Background, Icon, \ ImportError: cannot import name Toggle

Re: [E-devel] Toggle brokenness: Disgusting!

2012-03-19 Thread Kai Huuhko
please check with latest sources? On Sat, Mar 17, 2012 at 6:05 PM, Kai Huuhko kai.huu...@gmail.com wrote: Someone left a nasty turd floating around: File /usr/lib/python2.7/site-packages/elementary/__init__.py, line 19, in module from c_elementary import Object, Window, Background

[E-devel] python-ecore.x.screensaver

2012-03-29 Thread Kai Huuhko
I'm trying to access the screensaver related functions (event_available_get, event_listen_set) in python-ecore.x but they are simply not there (according to dir(ecore.x)). Could someone please check that ecore.x.screensaver is correctly included and installed in the python-ecore make process.

[E-devel] Bug in elementary-python Entry

2012-04-03 Thread Kai Huuhko
The event signal for anchor, clicked isn't passing event_info to the callback. I believe callback_anchor_clicked_add should have a conversion function and use it with _callback_add_full. This seems to be the case for the other anchor signals as well.

Re: [E-devel] Bug in elementary-python Entry

2012-04-04 Thread Kai Huuhko
kirjoitti: Thanks for the report but can you attach any test code? I can't reproduce it and at least I got event_info with anchor,clicked callback in entry. Thanks. Daniel Juyung Seo (SeoZ) On Wed, Apr 4, 2012 at 1:15 AM, Kai Huuhko kai.huu...@gmail.com wrote: The event signal for anchor

Re: [E-devel] Bug in elementary-python Entry

2012-04-08 Thread Kai Huuhko
Attached is a patch which makes the callback receive event_info with a conversion function. I used the old AnchorBlock widget as reference. It still doesn't open Hover, should this be done in the conversion code? Wed, 4 Apr 2012 13:48:28 +0300 Kai Huuhko kai.huu...@gmail.com kirjoitti: Attached

Re: [E-devel] Bug in elementary-python Entry

2012-04-10 Thread Kai Huuhko
(SeoZ) On Mon, Apr 9, 2012 at 5:43 AM, Kai Huuhko kai.huu...@gmail.com wrote: Attached is a patch which makes the callback receive event_info with a conversion function. I used the old AnchorBlock widget as reference. It still doesn't open Hover, should this be done in the conversion

[E-devel] [PATCH] python-elementary: Add GenlistItem fields_update()

2012-04-16 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py|6 ++ .../elementary/elementary.c_elementary_genlist.pxi |3 +++ python-elementary/include/elementary/c_elementary.pxd |7 +++ 3 files changed, 16 insertions(+) diff --git

[E-devel] [PATCH] python-elementary: Added GenlistItem fields_update

2012-04-16 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py|6 ++ .../elementary/elementary.c_elementary_genlist.pxi |3 +++ python-elementary/include/elementary/c_elementary.pxd |7 +++ 3 files changed, 16 insertions(+) diff --git

Re: [E-devel] Bug in elementary-python Entry

2012-04-16 Thread Kai Huuhko
Ping! 10. huhtikuuta 2012 17.11 Kai Huuhko kai.huu...@gmail.com kirjoitti: Attached is a patch to add handling for Hover with the Entry anchor, and updated test script. Tue, 10 Apr 2012 19:02:44 +0900 Daniel Juyung Seo seojuyu...@gmail.com kirjoitti: It looks good to me. But I hope other

[E-devel] [PATCH] python-elementary: Add callbacks for Slider drag start/stop

2012-04-19 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_slider.pxi | 12 1 file changed, 12 insertions(+) diff --git a/python-elementary/elementary/elementary.c_elementary_slider.pxi b/python-elementary/elementary/elementary.c_elementary_slider.pxi index 71cdf36..2804cfd 100644 ---

[E-devel] [PATCH] python-elementary: Add Fileselector folder_only_get/set

2012-04-19 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_fileselector.pxi | 10 ++ python-elementary/include/elementary/c_elementary.pxd| 10 ++ 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_fileselector.pxi

[E-devel] Bug in Elementary File Selector with ampersand in filename

2012-04-19 Thread Kai Huuhko
Elementary File Selector does not handle correctly file/foldernames with ampersands in them. This is not only cosmetic, in that everything after the ampersand is cut of, but also functional; the file or folder path is not properly passed to the callback function.

[E-devel] [PATCH] python-ecore: Add ecore_timer_freeze/thaw

2012-04-21 Thread Kai Huuhko
--- python-ecore/ecore/ecore.c_ecore_timer.pxi |8 python-ecore/include/ecore/c_ecore.pxd |2 ++ 2 files changed, 10 insertions(+) diff --git a/python-ecore/ecore/ecore.c_ecore_timer.pxi b/python-ecore/ecore/ecore.c_ecore_timer.pxi index 583bddd..3c32878 100644 ---

[E-devel] [PATCH] python-elementary: Add all equivalent Label functions from C and drop obsolete label_set/get

2012-04-23 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py |5 +++ .../elementary/elementary.c_elementary_label.pxi | 37 ++-- .../include/elementary/c_elementary.pxd| 11 +- 3 files changed, 41 insertions(+), 12 deletions(-) diff --git

[E-devel] [PATCH] python-elementary: Align Window to C api.

2012-05-13 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py | 28 + .../elementary/elementary.c_elementary_window.pxi | 625 +++- .../include/elementary/c_elementary.pxd| 85 ++- 3 files changed, 596 insertions(+), 142 deletions(-) diff --git

[E-devel] [PATCH] python-elementary: Align Table to C api

2012-05-16 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_table.pxi | 12 python-elementary/include/elementary/c_elementary.pxd | 13 - 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_table.pxi

[E-devel] [PATCH] python-elementary: Align Spinner to C api.

2012-05-16 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_spinner.pxi | 79 .../include/elementary/c_elementary.pxd| 27 +-- 2 files changed, 98 insertions(+), 8 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_spinner.pxi

[E-devel] [PATCH] python-elementary: Align Slider to C api.

2012-05-16 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_slider.pxi | 105 +++- .../include/elementary/c_elementary.pxd| 24 +++-- 2 files changed, 96 insertions(+), 33 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_slider.pxi

[E-devel] [PATCH] python-elementary: Align Scroller to C api.

2012-05-17 Thread Kai Huuhko
--- .../elementary.c_elementary_scroller.pxi | 63 .../include/elementary/c_elementary.pxd| 29 ++--- 2 files changed, 72 insertions(+), 20 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_scroller.pxi

[E-devel] [PATCH 1/3] python-elementary: Align Radio to C api.

2012-05-18 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_radio.pxi | 44 +--- .../include/elementary/c_elementary.pxd| 12 +++--- 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_radio.pxi

[E-devel] [PATCH 2/3] python-elementary: Align Progressbar to C api.

2012-05-18 Thread Kai Huuhko
--- .../elementary.c_elementary_progressbar.pxi| 77 ++-- .../include/elementary/c_elementary.pxd| 21 -- 2 files changed, 68 insertions(+), 30 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_progressbar.pxi

[E-devel] [PATCH 3/3] python-elementary: Align Photo to C api.

2012-05-18 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_photo.pxi | 46 +--- .../include/elementary/c_elementary.pxd|9 +++- 2 files changed, 46 insertions(+), 9 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_photo.pxi

[E-devel] [PATCH] python-elementary: Align Toolbar to C api with many TODOs.

2012-05-18 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py |7 + .../elementary/elementary.c_elementary_toolbar.pxi | 277 ++-- .../include/elementary/c_elementary.pxd| 87 -- 3 files changed, 158 insertions(+), 213 deletions(-) diff --git

[E-devel] [PATCH] python-elementary: Align Panel to C api.

2012-05-18 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_panel.pxi | 13 - .../include/elementary/c_elementary.pxd | 18 +- 2 files changed, 9 insertions(+), 22 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_panel.pxi

[E-devel] [PATCH] python-elementary: Align InnerWindow to C api.

2012-05-20 Thread Kai Huuhko
--- .../elementary.c_elementary_innerwindow.pxi| 44 +--- .../include/elementary/c_elementary.pxd|6 ++- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_innerwindow.pxi

[E-devel] [PATCH] python-elementary: Align Image to C api.

2012-05-20 Thread Kai Huuhko
--- python-elementary/elementary/__init__.py | 10 ++ .../elementary/elementary.c_elementary_image.pxi | 101 ++-- .../include/elementary/c_elementary.pxd| 15 ++- 3 files changed, 116 insertions(+), 10 deletions(-) diff --git

[E-devel] [PATCH] python-elementary: Align Icon to C api.

2012-05-20 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_icon.pxi| 167 ++-- .../include/elementary/c_elementary.pxd| 35 +++- 2 files changed, 184 insertions(+), 18 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_icon.pxi

[E-devel] [PATCH] python-elementary: Align Button to C api.

2012-05-20 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_button.pxi | 98 .../include/elementary/c_elementary.pxd|6 ++ 2 files changed, 87 insertions(+), 17 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_button.pxi

[E-devel] [PATCH] python-elementary: Remove traces of the Carousel widget.

2012-05-20 Thread Kai Huuhko
--- python-elementary/include/elementary/c_elementary.pxd |9 - 1 file changed, 9 deletions(-) diff --git a/python-elementary/include/elementary/c_elementary.pxd b/python-elementary/include/elementary/c_elementary.pxd index e3257fc..c3049c0 100644 ---

[E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-21 Thread Kai Huuhko
--- .../elementary/elementary.c_elementary_entry.pxi | 295 .../include/elementary/c_elementary.pxd|1 + 2 files changed, 179 insertions(+), 117 deletions(-) diff --git a/python-elementary/elementary/elementary.c_elementary_entry.pxi

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Kai Huuhko
Name: Kai Huuhko Location: Helsinki, Finland E-Mail:kai.huu...@gmail.com WWW: http://www.kaihuuhko.com/ Managing: none Contributing: Python bindings Platform: Funtoo (Linux) GeoData: 60.230490 24.926659 id_rsa.pub Description: Binary data

Re: [E-devel] [PATCH] python-elementary: Add missing callbacks and AnchorInfo for AnchorHoverInfo in Entry widget.

2012-05-22 Thread Kai Huuhko
Thanks! I'll commit the patches I have pending on this list once I get everything set up. 2012/5/22 Boris Faure bill...@gmail.com: You're in! Welcome! -- Boris Faure -- Live Security Virtual Conference Exclusive live

Re: [E-devel] Changing Elementary Python bindings to use ctypedef from the C headers

2012-05-26 Thread Kai Huuhko
It's in with r71440 2012/5/26 Kai Huuhko kai.huu...@gmail.com: I have attached here a patch which changes the py-elm declarations to use extern from C header and ctypedef for the C types, instead of importing and using them from evas. This adds a small amount of code duplication

[E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-29 Thread Kai Huuhko
Currently the python bindings have get/set functions as in the C api, in addition to this it has object properties which have their functionality implemented by simply calling those functions, such as in the below example: def remember_position_set(self, remember):    

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-30 Thread Kai Huuhko
2012/5/30 Davide Andreoli d...@gurumeditation.it: 2012/5/29 Kai Huuhko kai.huu...@gmail.com: Currently the python bindings have get/set functions as in the C api, in addition to this it has object properties which have their functionality implemented by simply calling those functions

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-30 Thread Kai Huuhko
2012/5/30 Rafael Antognolli antogno...@profusion.mobi: On Wed, May 30, 2012 at 10:33 AM, Kai Huuhko kai.huu...@gmail.com wrote: 2012/5/30 Davide Andreoli d...@gurumeditation.it: 2012/5/29 Kai Huuhko kai.huu...@gmail.com: Currently the python bindings have get/set functions as in the C api

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-30 Thread Kai Huuhko
2012/5/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Wednesday, May 30, 2012, Davide Andreoli wrote: 2012/5/30 Kai Huuhko kai.huu...@gmail.com javascript:;: 2012/5/30 Davide Andreoli d...@gurumeditation.it javascript:;: 2012/5/29 Kai Huuhko kai.huu...@gmail.com javascript

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-30 Thread Kai Huuhko
2012/5/30 Davide Andreoli d...@gurumeditation.it: 2012/5/30 Kai Huuhko kai.huu...@gmail.com: 2012/5/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Wednesday, May 30, 2012, Davide Andreoli wrote: 2012/5/30 Kai Huuhko kai.huu...@gmail.com javascript:;: 2012/5/30 Davide Andreoli d

Re: [E-devel] python-elementary RFC: Using python properties instead of duplicating them with the get/set functions

2012-05-30 Thread Kai Huuhko
2012/5/30 Rafael Antognolli antogno...@profusion.mobi: On Wed, May 30, 2012 at 4:53 PM, Kai Huuhko kai.huu...@gmail.com wrote: 2012/5/30 Davide Andreoli d...@gurumeditation.it: 2012/5/30 Kai Huuhko kai.huu...@gmail.com: 2012/5/30 Gustavo Sverzut Barbieri barbi...@profusion.mobi: On Wednesday

[E-devel] Instructions for contributing to the EFL Python bindings

2012-06-02 Thread Kai Huuhko
I've written a short guide for contributing to the EFL python bindings' documentation here: http://trac.enlightenment.org/e/wiki/Python/DocumentationGuidelines and I'm beginning a similar one for code contributions here: http://trac.enlightenment.org/e/wiki/Python/CodingGuidelines You are

Re: [E-devel] Instructions for contributing to the EFL Python bindings

2012-06-02 Thread Kai Huuhko
2012/6/2 Vincent Torri vincent.to...@gmail.com: is it possible to reach that page from the main wiki page ? There are links to them from the Python wiki page. Vincent On Sat, Jun 2, 2012 at 8:36 PM, Kai Huuhko kai.huu...@gmail.com wrote: I've written a short guide for contributing

Re: [E-devel] Instructions for contributing to the EFL Python bindings

2012-06-02 Thread Kai Huuhko
2012/6/3 Vincent Torri vincent.to...@gmail.com: On Sat, Jun 2, 2012 at 10:16 PM, Kai Huuhko kai.huu...@gmail.com wrote: 2012/6/2 Vincent Torri vincent.to...@gmail.com: is it possible to reach that page from the main wiki page ? There are links to them from the Python wiki page. http

Re: [E-devel] Instructions for contributing to the EFL Python bindings

2012-06-02 Thread Kai Huuhko
2012/6/3 Vincent Torri vincent.to...@gmail.com: On Sun, Jun 3, 2012 at 12:39 AM, Kai Huuhko kai.huu...@gmail.com wrote: 2012/6/3 Vincent Torri vincent.to...@gmail.com: On Sat, Jun 2, 2012 at 10:16 PM, Kai Huuhko kai.huu...@gmail.com wrote: 2012/6/2 Vincent Torri vincent.to...@gmail.com

Re: [E-devel] r71823

2012-06-07 Thread Kai Huuhko
davemds wrote: kuuko: is that the right way to use the Configuration class? I mean: create a new instance every time you need to set a configuration? isn't expensive? I suggest instantiating it once per application when needed, e.g.: import elementary config = elementary.Configuration() class

[E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-11 Thread Kai Huuhko
Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which will handle string conversions. Any *_set method taking in strings will need to wrap the value(s) in fruni and the *_get methods returning char*

Re: [E-devel] Python bindings NOTICE: Getting things Python 3 compatible.

2012-06-12 Thread Kai Huuhko
2012/6/12 Davide Andreoli d...@gurumeditation.it: 2012/6/12 Tom Hacohen tom.haco...@samsung.com: On 10/06/12 15:13, Kai Huuhko wrote: Heads up, expect the unexpected. I've started getting the bindings ready for Py3. I'm going to add two functions, fruni and touni (see below), which

Re: [E-devel] Segfault in python-elm

2012-06-14 Thread Kai Huuhko
2012/6/14 Kai Huuhko kai.huu...@gmail.com: 2012/6/13 Rafael Fonseca fonsecasantos.raf...@gmail.com: Hey guys, I was trying to use the python-elementary bindings today but when I do an import elementary in the interpreter, I get a segfault. A gdb backtrace is attached. Importing it from

Re: [E-devel] Segfault in python-elm

2012-06-14 Thread Kai Huuhko
2012/6/13 Rafael Fonseca fonsecasantos.raf...@gmail.com: Hey guys, I was trying to use the python-elementary bindings today but when I do an import elementary in the interpreter, I get a segfault. A gdb backtrace is attached. Importing it from the console shouldn't succeed at all at the

Re: [E-devel] E SVN: raster IN trunk: . terminology terminology/data terminology/data/desktop terminology/data/fonts terminology/data/icons terminology/data/images terminology/data/themes terminology/

2012-06-15 Thread Kai Huuhko
2012/6/15 Carsten Haitzler ras...@rasterman.com: On Fri, 15 Jun 2012 22:39:29 +1000 David Seikel onef...@gmail.com said: On Fri, 15 Jun 2012 09:36:25 -0300 Leandro Pereira lean...@profusion.mobi wrote: On Thu, Jun 14, 2012 at 9:50 PM, Carsten Haitzler ras...@rasterman.com wrote: it's

Re: [E-devel] [PATCH] Python-elm: Use long long in cls_resolver

2012-06-15 Thread Kai Huuhko
2012/6/15 Rafael Fonseca fonsecasantos.raf...@gmail.com: Hi, The attached test program fails with the following message http://pastebin.ca/2161713. All the program do is to create 2 layout objects and get an external from each. But in the second attempt to do that, I get the error message.

Re: [E-devel] [PATCH] Python-elm: Use long long in cls_resolver

2012-06-15 Thread Kai Huuhko
2012/6/15 Kai Huuhko kai.huu...@gmail.com: 2012/6/15 Rafael Fonseca fonsecasantos.raf...@gmail.com: Hi, The attached test program fails with the following message http://pastebin.ca/2161713. All the program do is to create 2 layout objects and get an external from each. But in the second

Re: [E-devel] E SVN: raster IN trunk/THEMES/dark/edje: . edc/elm img

2013-04-02 Thread Kai Huuhko
02.04.2013 18:11, Enlightenment SVN kirjoitti: Log: add elm dark theme bubbles. Bubbles! http://www.youtube.com/watch?v=CQeOuZw_FTo Author: raster Date: 2013-04-02 08:11:57 -0700 (Tue, 02 Apr 2013) New Revision: 84483 Trac:

Re: [E-devel] failed to compile python-efl (current git head)

2013-04-10 Thread Kai Huuhko
2013/4/10 Vasiliy Tolstov v.tols...@selfip.ru 2013/4/10 Davide Andreoli d...@gurumeditation.it: I just commited the right fix, can you test the latest git version please? sorry for the inconvenience. davemds Thanks all works fine now. I apologise, these slipped in last weekend from

Re: [E-devel] Building python-efl

2013-05-03 Thread Kai Huuhko
03.05.2013 22:33, Massimo Maiurana kirjoitti: Davide Andreoli, il 01/05/2013 22:16, ha scritto: Looks like --prefix is correctly recognized by ecore, edje, elementary, emotion, eo, but not by evas. hmmm, this is so strange :/ what command are you using to build? Maybe it was a temporary

Re: [E-devel] Building python-efl

2013-05-03 Thread Kai Huuhko
03.05.2013 23:39, Massimo Maiurana kirjoitti: Kai Huuhko, il 03/05/2013 22:13, ha scritto: $python setup.py build_ext --prefix=/opt/e17 You are using the distutils command build_ext here... [...] setup.py install, same prefix, without problems. ... and install here, which have different

Re: [E-devel] Building python-efl

2013-05-04 Thread Kai Huuhko
04.05.2013 00:16, Kai Huuhko kirjoitti: 03.05.2013 23:39, Massimo Maiurana kirjoitti: Kai Huuhko, il 03/05/2013 22:13, ha scritto: $python setup.py build_ext --prefix=/opt/e17 You are using the distutils command build_ext here... [...] setup.py install, same prefix, without problems

Re: [E-devel] Jenkins: 2 months later

2013-05-15 Thread Kai Huuhko
03.05.2013 01:10, Davide Andreoli kirjoitti: 2013/5/2 Bertrand Jacquin be...@meleeweb.net I would like to use jenkis for python-efl, so I'm requesting more work for you. Ideally this is what I like to see implemented: 1. build of the bindings with both python2 and python3 What we have an

Re: [E-devel] Is there a targeted release date for EFL 1.8?

2013-06-11 Thread Kai Huuhko
11.06.2013 23:03, Davide Andreoli kirjoitti: 2013/6/5 Jeff Hoogland jeffhoogl...@linux.com Is there a targeted release date for EFL 1.8? There are some things broken in the EFL python bindings for 1.7 I'd really like to get fixed so I can continue building some goodies. Yes, the 1.7

Re: [E-devel] Nominating Artie U. Eoff as a committer

2013-08-08 Thread Kai Huuhko
Relax, he said C++ and Python so everything's fine. 2013/8/8 Tom Hacohen tom.haco...@samsung.com On 07/08/13 19:31, Eoff, Ullysses A wrote: Hello all, I've been leading a team at Intel responsible for testing Wayland and various toolkits such as EFL. I've been testing Wayland for about

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
16.07.2013 01:32, Igor Murzov kirjoitti: a read of that patch says to me that that looks good. :) submit it! Done. https://bugs.freedesktop.org/show_bug.cgi?id=66944 kuuko Hmm, I got xdg-utils updated, now the problem is that enlightenment_filemanager doesn't support file:// URI's kuuko

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
at 7:04 AM, Kai Huuhko kai.huu...@gmail.com wrote: 16.07.2013 01:32, Igor Murzov kirjoitti: a read of that patch says to me that that looks good. :) submit it! Done. https://bugs.freedesktop.org/show_bug.cgi?id=66944 kuuko Hmm, I got xdg-utils updated, now the problem

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko kai.huu...@gmail.com said: 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: i guess I had that, easy to add... with efreet before decoding it. are you sure it's not there? Looks

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: PythonEFL: do not ignore exceptions in Timer/Animator/Poller/Idlers callbacks

2013-08-11 Thread Kai Huuhko
11.08.2013 12:20, davemds - Enlightenment Git kirjoitti: davemds pushed a commit to branch master. commit 0fe8211593b90ce813e91257c0860c09986a7666 Author: davemds d...@gurumeditation.it Date: Sun Aug 11 11:20:26 2013 +0200 PythonEFL: do not ignore exceptions in

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-11 Thread Kai Huuhko
12.08.2013 01:31, Carsten Haitzler (The Rasterman) kirjoitti: On Sun, 11 Aug 2013 17:00:45 +0300 Kai Huuhko kai.huu...@gmail.com said: 11.08.2013 16:27, Carsten Haitzler (The Rasterman) kirjoitti: On Sun, 11 Aug 2013 16:09:02 +0300 Kai Huuhko kai.huu...@gmail.com said: 11.08.2013 15:00

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-14 Thread Kai Huuhko
11.08.2013 16:09, Kai Huuhko kirjoitti: 11.08.2013 15:00, Gustavo Sverzut Barbieri kirjoitti: i guess I had that, easy to add... with efreet before decoding it. are you sure it's not there? Looks like EFM in E18 already handles it, I was testing in E17 where it doesn't. Further, it's

Re: [E-devel] [PATCH][RFC][xdg-utils] Use enlightenment_open to open files in xdg-open

2013-08-14 Thread Kai Huuhko
14.08.2013 21:33, Gustavo Sverzut Barbieri kirjoitti: the patch is super simple if one wants to backport from 1.8, just copy the svn file, it should be almost the same with that as the only difference Which file is that? In efreet? Or e_fm? On Wed, Aug 14, 2013 at 2:50 PM, Kai Huuhko

[EGIT] [bindings/python/python-efl] master 01/01: Change the _METHOD_DEPRECATED function into a decorator.

2013-09-20 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=88db824a77db54a4dc75a13d0aa23c0a6da59d4c commit 88db824a77db54a4dc75a13d0aa23c0a6da59d4c Author: Kai Huuhko kai.huu...@gmail.com Date: Fri Sep 20 12:01:50 2013 +0300 Change

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add new thumb functions

2013-09-21 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=ac9b1bf001cc958fc79b674dff0b2c125400ba44 commit ac9b1bf001cc958fc79b674dff0b2c125400ba44 Author: Kai Huuhko kai.huu...@gmail.com Date: Fri Sep 20 14:49:56 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Separate TODO from README.

2013-09-22 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=48a59784fa6478f9d5364a265685c9dc4d897c4a commit 48a59784fa6478f9d5364a265685c9dc4d897c4a Author: Kai Huuhko kai.huu...@gmail.com Date: Sun Sep 22 11:44:13 2013 +0300 Separate

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add missing functions/signals

2013-09-22 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=e3509d4dd89fd0d26eb78a1a2db4572591324af4 commit e3509d4dd89fd0d26eb78a1a2db4572591324af4 Author: Kai Huuhko kai.huu...@gmail.com Date: Sun Sep 22 21:16:31 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add more missing signals/functions.

2013-09-23 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f40afed56a2e8be7b1b96035597f84335ead5215 commit f40afed56a2e8be7b1b96035597f84335ead5215 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Sep 24 01:02:01 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 03/03: Update TODOs

2013-09-24 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=4f96a2b096a4a7aceda81e093b03a03d40d82685 commit 4f96a2b096a4a7aceda81e093b03a03d40d82685 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Sep 25 02:35:53 2013 +0300 Update TODOs

[EGIT] [bindings/python/python-efl] master 02/03: Elementary: Few more missing functions.

2013-09-24 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=a1d45bb167d8a1f43dea8053c591488b26d7b5c3 commit a1d45bb167d8a1f43dea8053c591488b26d7b5c3 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Sep 25 02:34:54 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/03: api_coverage.py: Handle a corner case in the C header regexp

2013-09-24 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=6107bc15b4a05069fb0ea9d21e08c2b7c0d2364b commit 6107bc15b4a05069fb0ea9d21e08c2b7c0d2364b Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Sep 25 02:33:19 2013 +0300

[EGIT] [bindings/python/python-efl] master 02/02: Move common conversion functions from efl.eo to efl.utils.conversions

2013-09-30 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=5f4a46da4b725329495366130b4ef03ebaa1d376 commit 5f4a46da4b725329495366130b4ef03ebaa1d376 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Oct 1 04:56:28 2013 +0300 Move common

[EGIT] [bindings/python/python-efl] master 01/02: Rename efl.pxd to efl.eina.pxd

2013-09-30 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=6587b5be679e659337f3f2219186eb4f9afc44d0 commit 6587b5be679e659337f3f2219186eb4f9afc44d0 Author: Kai Huuhko kai.huu...@gmail.com Date: Mon Sep 30 07:26:35 2013 +0300 Rename

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix transit del_cb

2013-10-01 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=bef896b4908dc7e273b17643114e17b178d80b55 commit bef896b4908dc7e273b17643114e17b178d80b55 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 05:59:21 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/02: Elementary: Add more failsafes to transit del_cb

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=87e2e8f9a162391b04de4a401ac65c0c30a4b682 commit 87e2e8f9a162391b04de4a401ac65c0c30a4b682 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 06:35:07 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 02/02: Elementary: Add custom effects for transit.

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d4308079740bc175077c6d8fccbc214f1107abec commit d4308079740bc175077c6d8fccbc214f1107abec Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 19:34:47 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Clean up cruft from the transit test and add it to test.py

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=29259e670e55a83fe12e56c61487c4161e52f24b commit 29259e670e55a83fe12e56c61487c4161e52f24b Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 20:28:16 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix Gengrid item_cb crash

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=d4e5ea886cbd049204847415d7f248529c6a669d commit d4e5ea886cbd049204847415d7f248529c6a669d Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 2 23:38:31 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary.general: Enable functions that were previously problematic.

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9e1b6a676c5793242f09307bceeaba5c277d45ad commit 9e1b6a676c5793242f09307bceeaba5c277d45ad Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 00:30:23 2013 +0300

[EGIT] [bindings/python/python-efl] master 01/01: Evas/Eo: Fix couple of crashes related to Canvas cb's and Eo

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=9413b157b960d1023ccb91f31764f0dd92e0265f commit 9413b157b960d1023ccb91f31764f0dd92e0265f Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 06:19:04 2013 +0300 Evas/Eo: Fix

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Fix tests config and spinner

2013-10-02 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=0004c58c9bb69aa30f27376b2ad07e86b653502d commit 0004c58c9bb69aa30f27376b2ad07e86b653502d Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 3 07:15:05 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add various missing functions

2013-10-04 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=914c6ffd6b8f1632fce60486890b3b6158126942 commit 914c6ffd6b8f1632fce60486890b3b6158126942 Author: Kai Huuhko kai.huu...@gmail.com Date: Fri Oct 4 09:29:45 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Add a test for Access.

2013-10-04 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=fa9e96dff9f8168d449978e3df730542d70f08ab commit fa9e96dff9f8168d449978e3df730542d70f08ab Author: Kai Huuhko kai.huu...@gmail.com Date: Fri Oct 4 15:11:57 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Make inheriting from scrollable a responsibility for the user.

2013-10-08 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=6299a6c8ae824d4d99e2dad3a937e82d50414763 commit 6299a6c8ae824d4d99e2dad3a937e82d50414763 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Oct 8 09:08:37 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/01: Elementary: Beginnings of Drag and Drop support, very much work in progress.

2013-10-08 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=afe11df6365d156b2b2b09f011406a4071967968 commit afe11df6365d156b2b2b09f011406a4071967968 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Oct 8 17:13:32 2013 +0300 Elementary

[EGIT] [bindings/python/python-efl] master 01/02: utils.conversions: Initialize Eina_List to NULL

2013-10-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=40d5c4250a9e3d7933e4dd311ceeb99373627896 commit 40d5c4250a9e3d7933e4dd311ceeb99373627896 Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 9 17:04:16 2013 +0300

[EGIT] [bindings/python/python-efl] master 02/02: Elementary: DnD work

2013-10-09 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=87ee22d55910144f13a0048c2ebfbfe7d07b1420 commit 87ee22d55910144f13a0048c2ebfbfe7d07b1420 Author: Kai Huuhko kai.huu...@gmail.com Date: Thu Oct 10 05:42:39 2013 +0300 Elementary

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-14 Thread Kai Huuhko
Let's just bump the minimum version requirement already. ;) 2013/10/14 davemds d...@gurumeditation.it davemds pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=85ac11657711d3ae0c2b18abe0fea10b666e2d93 commit

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-14 Thread Kai Huuhko
/10/14 Kai Huuhko kai.huu...@gmail.com Let's just bump the minimum version requirement already. ;) I agree to raise the minimum, 0.19.0? 0.19.1? On jenkins we have 0.19.1 2013/10/14 davemds d...@gurumeditation.it davemds pushed a commit to branch master. http

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-15 Thread Kai Huuhko
15.10.2013 02:29, Davide Andreoli kirjoitti: 2013/10/15 Kai Huuhko kai.huu...@gmail.com 0.19 is fine IMO. 0.19.1 has mostly bugfixes. Users N.B.: We intend to eventually package a release of the bindings with only the generated C files that are used to compile the extension modules

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-15 Thread Kai Huuhko
15.10.2013 08:45, David Seikel kirjoitti: On Mon, 14 Oct 2013 23:31:08 +0300 Kai Huuhko kai.huu...@gmail.com wrote: Let's just bump the minimum version requirement already. ;) Ubuntu LTS still has cython 0.15.1. Will I ever be able to actually compile any of this python stuff? Patience

Re: [E-devel] [EGIT] [bindings/python/python-efl] master 01/01: Python-EFL: unbreak the compilation with older cython. Kuuko: you win a spank this time :P

2013-10-15 Thread Kai Huuhko
intend to eventually package a release of the bindings with only the generated C files that are used to compile the extension modules, Cython will not be needed to compile them. 2013/10/15 Davide Andreoli d...@gurumeditation.it 2013/10/14 Kai Huuhko kai.huu...@gmail.com Let's just bump

[EGIT] [bindings/python/python-efl] master 01/01: setup.py: Don't print current Cython version.

2013-10-15 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=f5fbb90e42e63a5023802205e40f40dc5b3543e2 commit f5fbb90e42e63a5023802205e40f40dc5b3543e2 Author: Kai Huuhko kai.huu...@gmail.com Date: Tue Oct 15 15:16:51 2013 +0300 setup.py

[EGIT] [bindings/python/python-efl] master 01/01: setup.py: Recognize commands 'sdist' and 'bdist'

2013-10-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=c574a76ce95319fad4bba74843fe34552369e0ab commit c574a76ce95319fad4bba74843fe34552369e0ab Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 16 16:30:08 2013 +0300 setup.py

[EGIT] [bindings/python/python-efl] master 01/01: Facilitate creating a source tarball with 'setup.py sdist' command.

2013-10-16 Thread Kai Huuhko
kuuko pushed a commit to branch master. http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=3b95ccd0691dddb1a1cedbf35cbbd45a67056a3b commit 3b95ccd0691dddb1a1cedbf35cbbd45a67056a3b Author: Kai Huuhko kai.huu...@gmail.com Date: Wed Oct 16 21:31:50 2013 +0300 Facilitate

  1   2   3   4   5   6   7   >