summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31pyelm: support scroller page relative getBruno Dilly1-0/+1
SVN revision: 74663
2012-06-27python-elementary: Add FlipSelector.Kai Huuhko1-1/+16
SVN revision: 72933
2012-06-27python-elementary: Add recent changes from Elementary to Progressbar and Kai Huuhko1-0/+2
Slider. SVN revision: 72915
2012-06-26python-elementary: Test and fixes for Datetime.Kai Huuhko1-2/+2
SVN revision: 72881
2012-06-26python-elementary: Test and fixes for Slideshow, update status strings.Kai Huuhko1-5/+5
SVN revision: 72839
2012-06-24Python elm: test for SegmentControl. Spotted BUGS in Items management here...Davide Andreoli1-1/+1
SVN revision: 72776
2012-06-24Python elm: test for Popup, with a fix for Popup.item_append() paramsDavide Andreoli1-2/+2
SVN revision: 72775
2012-06-24Python elm: test for Panes. And a fix for panes callback nameDavide Andreoli1-1/+1
SVN revision: 72772
2012-06-24Python elm: test for Index. With a TODO for ObjectItemDavide Andreoli1-1/+1
SVN revision: 72771
2012-06-24Python elm: test for Frame. NOTE: frame collapse seems broken in c elmDavide Andreoli1-1/+1
SVN revision: 72769
2012-06-23TODO--Davide Andreoli1-1/+1
SVN revision: 72741
2012-06-23TODO--Davide Andreoli1-1/+1
SVN revision: 72740
2012-06-23Python elm: done test for DiskselectorDavide Andreoli1-1/+1
SVN revision: 72738
2012-06-22python-elementary: Add GestureLayer.Kai Huuhko1-0/+75
SVN revision: 72680
2012-06-18Python elm: New test for Colorselector. With some fixes to the widget itself.Davide Andreoli1-1/+1
SVN revision: 72421
2012-06-18python-elementary: Review. Adding properties, documentation, using convenience Kai Huuhko1-1/+1
funcs, simplifying code, etc. SVN revision: 72414
2012-06-18python-elementary: Add Photocam.Kai Huuhko1-5/+29
SVN revision: 72334
2012-06-18python-elementary: Add Plug.Kai Huuhko1-1/+4
SVN revision: 72331
2012-06-18python-elementary: Add Popup.Kai Huuhko1-1/+23
SVN revision: 72330
2012-06-17python-elementary: Add SegmentControl.Kai Huuhko1-1/+13
SVN revision: 72322
2012-06-17python-elementary: Add Slideshow.Kai Huuhko1-1/+38
SVN revision: 72319
2012-06-17Python elm: new widget MultiButtonEntryDavide Andreoli1-1/+26
SVN revision: 72314
2012-06-17Python elm: new widget Mapbuf. with test and docDavide Andreoli1-1/+8
SVN revision: 72289
2012-06-17python-elementary: Optimization.Kai Huuhko1-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-16python elm: new Map widget, with 3 extensive testsDavide Andreoli1-1/+120
SVN revision: 72239
2012-06-14python-elementary: Forgot this file from last commit.Kai Huuhko1-8/+8
SVN revision: 72136
2012-06-11python-elementary: py3ization for Genlist and Gengrid. They're still Kai Huuhko1-17/+17
broken in py3 for some reason. SVN revision: 71952
2012-06-10python-elementary: py3ization.Kai Huuhko1-41/+41
SVN revision: 71922
2012-06-10python-elementary: py3ization.Kai Huuhko1-21/+21
SVN revision: 71921
2012-06-10python-elementary: py3ization of Calendar and Entry.Kai Huuhko1-13/+13
SVN revision: 71920
2012-06-10python-elementary: py3ization for Background, Icon, Image, Layout, Kai Huuhko1-56/+56
LayoutClass, List, Window. SVN revision: 71919
2012-06-10python-elementary: py3ization for ObjectItem.Kai Huuhko1-5/+5
SVN revision: 71918
2012-06-10python-elementary: Object py3ization.Kai Huuhko1-26/+26
SVN revision: 71916
2012-06-10python-elementary: Marking everything with char* as needing py3 work.Kai Huuhko1-37/+37
SVN revision: 71909
2012-06-09python-elementary: Add more bits for Calendar.Kai Huuhko1-2/+2
SVN revision: 71883
2012-06-09fixed declaration of time.h: tm is defined just as a struct, not a typedef ;)Davide Andreoli1-1/+1
enabled the Datetime widget should Datetime inherit from Layout? SVN revision: 71882
2012-06-09python-elementary: Toolbar items_max -> standard_priority.Kai Huuhko1-3/+3
SVN revision: 71875
2012-06-09python-elementary: Allow Thumb.file to take either a string or a file, Kai Huuhko1-0/+3
key tuple. Add a test for Thumb, put StandardWindow to __init__.py, and some documentation fixes. SVN revision: 71873
2012-06-08Python elm: implemented test for Dayselector, with a BUGDavide Andreoli1-1/+1
SVN revision: 71866
2012-06-08Python elm: implemented test for CtxpopupDavide Andreoli1-1/+1
SVN revision: 71865
2012-06-08python-elementary: Add Diskselector, Panes, Thumb.Kai Huuhko1-5/+131
SVN revision: 71854
2012-06-07Python elm: test for labelDavide Andreoli1-1/+1
SVN revision: 71822
2012-06-07python-elementary: Add Dayselector.Kai Huuhko1-3/+55
SVN revision: 71818
2012-06-07python-elementary: Add Configuration and Conformant classes.Kai Huuhko1-1/+11
SVN revision: 71810
2012-06-07python-elementary: Add missing enums, typedefs, function declarations Kai Huuhko1-67/+134
for Calendar and Web. Fix formatting. SVN revision: 71769
2012-06-06python-elementary: Added StandardWindow, which is a Window created with Kai Huuhko1-0/+1
elm_win_util_standard_add. Also documented Window. SVN revision: 71731
2012-06-06python-elementary: Documentation.Kai Huuhko1-3/+6
SVN revision: 71729
2012-06-06python-elementary: Documentation.Kai Huuhko1-3/+5
SVN revision: 71728
2012-06-06python-elementary: Fix tests.Kai Huuhko1-1/+1
SVN revision: 71724
2012-06-05python-elementary: Documentation for Naviframe.Kai Huuhko1-1/+1
SVN revision: 71722