summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06Python elm: New test "Window States"Davide Andreoli1-1/+2
and a small addition to the inwin test SVN revision: 71767
2012-06-05and dont forgot MakefileDavide Andreoli1-1/+3
SVN revision: 71715
2012-06-02make doc: ensure the doc/api directory exists befor running epydocDavide Andreoli1-0/+1
SVN revision: 71644
2012-05-29python-elementary: Add Video.Kai Huuhko1-0/+1
SVN revision: 71512
2012-05-29python-elementary: Add test for Icon.Kai Huuhko1-3/+5
SVN revision: 71510
2012-05-28python-elementary: Add Grid.Kai Huuhko1-0/+1
SVN revision: 71471
2012-05-28python-elementary: Add Ctxpopup.Kai Huuhko1-0/+1
SVN revision: 71469
2012-05-28python-elementary: Add Index.Kai Huuhko1-0/+1
SVN revision: 71466
2012-05-28python-elementary: Add Colorselector.Kai Huuhko1-0/+1
SVN revision: 71462
2012-05-27python-elementary: Add Calendar with plenty TODO.Kai Huuhko1-0/+1
SVN revision: 71449
2012-05-27python-elementary: Add Actionslider.Kai Huuhko1-0/+1
SVN revision: 71448
2012-05-23python-elementary: Align WidgetItem to C api, renaming it to ObjectItem.Kai Huuhko1-1/+1
SVN revision: 71367
2012-05-13 Python: Implement missed widget FileselectorButton + test for FSButton and ↵Davide Andreoli1-0/+1
FSEntry SVN revision: 70971
2012-05-10Remove the deprecated entry_scrolledDavide Andreoli1-1/+0
New test using Entry and scrollable_set() Update the entry_scrolled usage in some tests SVN revision: 70914
2012-03-20elm_web by Joost Albers.Gustavo Sverzut Barbieri1-1/+4
Joost contributed an initial web binding that I fixed a bit and beefed the example. It should work, but just contain barebone code and some methods missing. He should send more code soon :-) SVN revision: 69529
2012-03-19Author : Martin Jansa <martin.jansa@gmail.com>Sanjeev BA1-1/+1
python-elementary: drop deprecated pager API and add bindings for naviframe. SVN revision: 69495
2012-03-16remove elm_toggle_XXXJiyoun Park1-1/+0
becuase it was deprecated. use elm_check instead of elm_toggle SVN revision: 69446
2012-03-14python-elementary: fix build.Sanjeev BA1-4/+0
python-elementary: Elm_Genlist_Item_Flags was renamed to Elm_Genlist_Item_Type python-elementary: drop anchorblock/anchorview, they were merged into entry in r68802 python-elementary: adapt gengrid/genlist bindings to added ELM_GENLIST_ITEM_SCROLLTO* param from r68897. Author : Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Sanjeev BA <eflelev8@gmail.com> SVN revision: 69321
2012-03-02* Deprecate widgets (and removed tests):Davide Andreoli1-2/+0
Pager ScrolledEntry Toggle * Deprecate label_fontsize_get/align_get/color_set methods SVN revision: 68636
2011-11-14Add fileselector_entry to python-elementary.Rafael Fonseca1-0/+1
Patch by Fabiano Fidêncio. SVN revision: 65191
2010-11-17Adapt py-elm cursors test to cursors theme removal from defaultBruno Dilly1-0/+1
SVN revision: 54632
2010-11-04Remove elm_notepad from py-elmBruno Dilly1-2/+0
SVN revision: 54148
2010-10-16 Python meet Gengrid! With complete test/example.Davide Andreoli1-0/+2
and put myself in AUTHORS SVN revision: 53501
2010-09-18Include python bindings to elm cursor supportBruno Dilly1-1/+1
Add tests covering the new functions SVN revision: 52389
2010-09-15no need to EXTRA_DIST include bla.pc as it is generated by configure.Gustavo Sverzut Barbieri1-1/+0
thanks vtorri. SVN revision: 52322
2010-09-15commented too much.Gustavo Sverzut Barbieri1-6/+6
SVN revision: 52315
2010-09-15python-elementary now uses autotools.Gustavo Sverzut Barbieri1-0/+206
SVN revision: 52308