CIA.vc
BINDINGS
Real-time open source activity stats
Stats » Projects » Enlightenment » BINDINGS
informationsyndicateUTC clock
15:36 on Feb 13, 2012
event counters
The last message was received 4.7 days ago at 22:52 on Feb 08, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 4 messages last week
7 messages so far this month, 14 messages last month
325 messages since the first one, 2.02 years ago, for an average of 2.27 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:52 Wednesdaye
Commit by billiob :: r67771 BINDINGS/python/python-elementary/ (2 files in 2 dirs): (link)
python-elementary: fix description of keyboard_win_set method and add getters

Signed-off-by: Martin Jansa <Martin dot Jansa at gmail dot com>
#
22:52 Wednesdaye
Commit by billiob :: r67770 BINDINGS/python/python-elementary/ (2 files in 2 dirs): (link)
python-elementary: ELM_WIN_KEYBOARD constants to match elm_win.h

Signed-off-by: Martin Jansa <Martin dot Jansa at gmail dot com>
#
22:52 Wednesdaye
Commit by billiob :: r67769 BINDINGS/python/python-elementary/ (2 files in 2 dirs): (link)
python-elementary: add input_panel_enabled getter/setter for elm_entry

Signed-off-by: Martin Jansa <Martin dot Jansa at gmail dot com>
#
00:23 on Feb 06e
Commit by andreas :: r67704 BINDINGS/cxx/ (8 files in 5 dirs): (link)
wrap some more of elementary API to C++ wrapper
#
17:16 on Feb 05e
Commit by davemds :: r67703 BINDINGS/python/python-ecore/ecore/ecore.c_ecore_exe.pxi: (link)
fix the call of ecore.exe_run(). The second param is forced to be int... and None is not a valid int
#
15:45 on Feb 04e
Commit by davemds :: r67698 BINDINGS/python/python-elementary/tests/ (28 files): (link)
deprecated warnigs--

s/label_set/text_set/g
s/focus()/focus_set(True)/g
#
14:46 on Feb 04e
Commit by davemds :: r67697 BINDINGS/python/python-elementary/tests/ (33 files): (link)
Fix all the tests when running individually, not from the main test.py.
Also show 2 genlist tests that was there but not in list
#
04:02 on Jan 31e
Commit by hermet :: r67614 BINDINGS/python/python-elementary/ (2 files in 2 dirs): (link)
BINDINGS/python - clean up Elm_Gengrid_Item
#
01:22 on Jan 31e
Commit by andreas :: r67611 BINDINGS/cxx/eflxx/include/eflxx/Common.h: (link)
API typo
#
22:02 on Jan 30e
Commit by rfonseca :: r67608 BINDINGS/python/python-elementary/ (2 files in 2 dirs): (link)
python-elementary: s/Elm_Gengrid_Item /Elm_Object_Item /g

Signed-off-by: Martin Jansa <Martin dot Jansa at gmail dot com>
#
11:51 on Jan 20e
Commit by hermet :: r67372 BINDINGS/ (12 files in 9 dirs): (link)
BINDINGS/python, cxx, perl, vala - Elm_Genlist_Item -> Elm_Object_Item
#
05:44 on Jan 20e
Commit by seoz :: r67367 BINDINGS/cxx/.gitignore: (link)
BINDINGS/cxx: Added .gitignore
#
23:38 on Jan 19e
Commit by barbieri :: r67360 BINDINGS/python/python-evas/evas/evas.c_evas_object.pxi: (link)
python-evas: fix set-but-unused parameter.

exception value was not being used, and it was being set to the same
parameter "e".
#
18:43 on Jan 19e
Commit by barbieri :: r67349 BINDINGS/python/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi: (link)
python-ecore: remove deprecated api __getslice__()
#
18:31 on Jan 19e
Commit by barbieri :: r67348 BINDINGS/python/python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi: (link)
python-ecore: raise exception if impossible happens
#
17:54 on Jan 19e
Commit by barbieri :: r67344 BINDINGS/python/python-evas/evas/ (4 files): (link)
python-evas: fix buildbot warnings.

yay! buildbot spotted a nice error showing unused functions, it was
not using them because it was using the wrong functions (canvas
instead of object). At the end the IMAGE_UNLOADED is also an object
method, not a canvas one.

also fix some stupid warning at evas_object_image_rotate.c, gcc is
stupid enough to not notice src_alpha is just used if has_alpha is
defined (I guess llvm will catch this "fix" as a warning!)
#
17:09 on Jan 19e
Commit by barbieri :: r67342 BINDINGS/python/python-ecore/tests/07-fd_handler.py: (link)
python-ecore: fix test to have a single fd_handler per fd.

newer code (likely epoll) spots that the fd is already being watched
and fails, it was a stupid bug.
#
17:03 on Jan 19e
Commit by barbieri :: r67341 BINDINGS/python/python-ecore/ecore/win32/ecore.win32.c_ecore_win32_window.pxi: (link)
python-ecore: replace deprecated constructor with the new one.
#
08:21 on Jan 12e
Commit by hermet :: r67114 BINDINGS/ (8 files in 7 dirs): (link)
BINDINGS/python,cxx,perl,vala - Elm_List_Item -> Elm_Object_Item
#
01:35 on Jan 11e
Commit by davemds :: r67025 BINDINGS/python/python-elementary/tests/ (test_gengrid.py test_genlist.py): (link)
Fix genlist and gengrid tests.
s/icon_get/content_get/g
#