Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-31 | pyelm: support scroller page relative get | Bruno Dilly | 1 | -0/+1 | |
SVN revision: 74663 | |||||
2012-06-27 | python-elementary: Add FlipSelector. | Kai Huuhko | 1 | -1/+16 | |
SVN revision: 72933 | |||||
2012-06-27 | python-elementary: Add recent changes from Elementary to Progressbar and | Kai Huuhko | 1 | -0/+2 | |
Slider. SVN revision: 72915 | |||||
2012-06-26 | python-elementary: Test and fixes for Datetime. | Kai Huuhko | 1 | -2/+2 | |
SVN revision: 72881 | |||||
2012-06-26 | python-elementary: Test and fixes for Slideshow, update status strings. | Kai Huuhko | 1 | -5/+5 | |
SVN revision: 72839 | |||||
2012-06-24 | Python elm: test for SegmentControl. Spotted BUGS in Items management here... | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72776 | |||||
2012-06-24 | Python elm: test for Popup, with a fix for Popup.item_append() params | Davide Andreoli | 1 | -2/+2 | |
SVN revision: 72775 | |||||
2012-06-24 | Python elm: test for Panes. And a fix for panes callback name | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72772 | |||||
2012-06-24 | Python elm: test for Index. With a TODO for ObjectItem | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72771 | |||||
2012-06-24 | Python elm: test for Frame. NOTE: frame collapse seems broken in c elm | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72769 | |||||
2012-06-23 | TODO-- | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72741 | |||||
2012-06-23 | TODO-- | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72740 | |||||
2012-06-23 | Python elm: done test for Diskselector | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72738 | |||||
2012-06-22 | python-elementary: Add GestureLayer. | Kai Huuhko | 1 | -0/+75 | |
SVN revision: 72680 | |||||
2012-06-18 | Python elm: New test for Colorselector. With some fixes to the widget itself. | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 72421 | |||||
2012-06-18 | python-elementary: Review. Adding properties, documentation, using convenience | Kai Huuhko | 1 | -1/+1 | |
funcs, simplifying code, etc. SVN revision: 72414 | |||||
2012-06-18 | python-elementary: Add Photocam. | Kai Huuhko | 1 | -5/+29 | |
SVN revision: 72334 | |||||
2012-06-18 | python-elementary: Add Plug. | Kai Huuhko | 1 | -1/+4 | |
SVN revision: 72331 | |||||
2012-06-18 | python-elementary: Add Popup. | Kai Huuhko | 1 | -1/+23 | |
SVN revision: 72330 | |||||
2012-06-17 | python-elementary: Add SegmentControl. | Kai Huuhko | 1 | -1/+13 | |
SVN revision: 72322 | |||||
2012-06-17 | python-elementary: Add Slideshow. | Kai Huuhko | 1 | -1/+38 | |
SVN revision: 72319 | |||||
2012-06-17 | Python elm: new widget MultiButtonEntry | Davide Andreoli | 1 | -1/+26 | |
SVN revision: 72314 | |||||
2012-06-17 | Python elm: new widget Mapbuf. with test and doc | Davide Andreoli | 1 | -1/+8 | |
SVN revision: 72289 | |||||
2012-06-17 | python-elementary: Optimization. | Kai Huuhko | 1 | -25/+9 | |
- Use Object_from_instance as a C function. - Use Canvas_from_instance as a C function. - Consolidated cb conversion functions with same functionality into cb_string_conv and cb_object_item_conv. - Removed bulk imports from evas, import the needed thing individually instead, so now we have the type Evas_Object instead of c_evas.Evas_Object, and evasObject instead of c_evas.Object, etc. - Other things which I've forgotten? Test, consume, enjoy! SVN revision: 72263 | |||||
2012-06-16 | python elm: new Map widget, with 3 extensive tests | Davide Andreoli | 1 | -1/+120 | |
SVN revision: 72239 | |||||
2012-06-14 | python-elementary: Forgot this file from last commit. | Kai Huuhko | 1 | -8/+8 | |
SVN revision: 72136 | |||||
2012-06-11 | python-elementary: py3ization for Genlist and Gengrid. They're still | Kai Huuhko | 1 | -17/+17 | |
broken in py3 for some reason. SVN revision: 71952 | |||||
2012-06-10 | python-elementary: py3ization. | Kai Huuhko | 1 | -41/+41 | |
SVN revision: 71922 | |||||
2012-06-10 | python-elementary: py3ization. | Kai Huuhko | 1 | -21/+21 | |
SVN revision: 71921 | |||||
2012-06-10 | python-elementary: py3ization of Calendar and Entry. | Kai Huuhko | 1 | -13/+13 | |
SVN revision: 71920 | |||||
2012-06-10 | python-elementary: py3ization for Background, Icon, Image, Layout, | Kai Huuhko | 1 | -56/+56 | |
LayoutClass, List, Window. SVN revision: 71919 | |||||
2012-06-10 | python-elementary: py3ization for ObjectItem. | Kai Huuhko | 1 | -5/+5 | |
SVN revision: 71918 | |||||
2012-06-10 | python-elementary: Object py3ization. | Kai Huuhko | 1 | -26/+26 | |
SVN revision: 71916 | |||||
2012-06-10 | python-elementary: Marking everything with char* as needing py3 work. | Kai Huuhko | 1 | -37/+37 | |
SVN revision: 71909 | |||||
2012-06-09 | python-elementary: Add more bits for Calendar. | Kai Huuhko | 1 | -2/+2 | |
SVN revision: 71883 | |||||
2012-06-09 | fixed declaration of time.h: tm is defined just as a struct, not a typedef ;) | Davide Andreoli | 1 | -1/+1 | |
enabled the Datetime widget should Datetime inherit from Layout? SVN revision: 71882 | |||||
2012-06-09 | python-elementary: Toolbar items_max -> standard_priority. | Kai Huuhko | 1 | -3/+3 | |
SVN revision: 71875 | |||||
2012-06-09 | python-elementary: Allow Thumb.file to take either a string or a file, | Kai Huuhko | 1 | -0/+3 | |
key tuple. Add a test for Thumb, put StandardWindow to __init__.py, and some documentation fixes. SVN revision: 71873 | |||||
2012-06-08 | Python elm: implemented test for Dayselector, with a BUG | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 71866 | |||||
2012-06-08 | Python elm: implemented test for Ctxpopup | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 71865 | |||||
2012-06-08 | python-elementary: Add Diskselector, Panes, Thumb. | Kai Huuhko | 1 | -5/+131 | |
SVN revision: 71854 | |||||
2012-06-07 | Python elm: test for label | Davide Andreoli | 1 | -1/+1 | |
SVN revision: 71822 | |||||
2012-06-07 | python-elementary: Add Dayselector. | Kai Huuhko | 1 | -3/+55 | |
SVN revision: 71818 | |||||
2012-06-07 | python-elementary: Add Configuration and Conformant classes. | Kai Huuhko | 1 | -1/+11 | |
SVN revision: 71810 | |||||
2012-06-07 | python-elementary: Add missing enums, typedefs, function declarations | Kai Huuhko | 1 | -67/+134 | |
for Calendar and Web. Fix formatting. SVN revision: 71769 | |||||
2012-06-06 | python-elementary: Added StandardWindow, which is a Window created with | Kai Huuhko | 1 | -0/+1 | |
elm_win_util_standard_add. Also documented Window. SVN revision: 71731 | |||||
2012-06-06 | python-elementary: Documentation. | Kai Huuhko | 1 | -3/+6 | |
SVN revision: 71729 | |||||
2012-06-06 | python-elementary: Documentation. | Kai Huuhko | 1 | -3/+5 | |
SVN revision: 71728 | |||||
2012-06-06 | python-elementary: Fix tests. | Kai Huuhko | 1 | -1/+1 | |
SVN revision: 71724 | |||||
2012-06-05 | python-elementary: Documentation for Naviframe. | Kai Huuhko | 1 | -1/+1 | |
SVN revision: 71722 |