Commit Graph

190 Commits

Author SHA1 Message Date
Kai Huuhko 74031458df Merge branch 'master' into elmfusion
Conflicts:
	efl/evas/efl.evas_object_textgrid.pxi
2015-05-07 14:24:00 +03:00
Kai Huuhko 94779d1640 Examples: Fixed ecore_x and dbus examples 2015-05-04 08:38:27 +03:00
Kai Huuhko 59b2e1ee59 elm.Toolbar: Note earlier changes to events and update example
See commit 61b53f2477
2015-05-04 06:10:45 +03:00
Kai Huuhko 4d73872f8f Removed init/shutdown calls from tests and examples 2015-05-04 04:03:07 +03:00
Kai Huuhko e37026ec17 Remove init/shutdown from elm and emotion main tests 2015-05-04 03:36:54 +03:00
Davide Andreoli 9b258cb28e Changed slideshow to use new-style item data.
Item data is now a single value instead of args/kargs, to reflect the usage in Genlist/Gengrid

Also updated the test
2015-05-04 02:21:07 +02:00
Kai Huuhko acf2d33969 Evas.Textgrid: Fix memleak
Had to change the type of cellrows from list to custom tuple-like type.
2015-05-03 13:05:15 +03:00
Kai Huuhko fb34f48c9d Examples: Add systray test/example to the main menu 2015-04-28 03:14:39 +03:00
Kai Huuhko d87ce26545 Examples: Add systray test/example to the main menu 2015-04-28 03:12:16 +03:00
Kai Huuhko bd88b8845e Merge branch 'master' into elmfusion
Conflicts:
	efl/elementary/__init__.pyx
	efl/elementary/colorselector.pxi
	efl/elementary/multibuttonentry.pxi
	efl/elementary/need.pxi
2015-04-24 15:59:11 +03:00
Kai Huuhko e4d3924317 Elm: Fix docs and compat, add test that imports all modules 2015-04-19 17:29:12 +03:00
Davide Andreoli f6326d582b New 1.14 API: item,longressed signal for Multibuttonentry 2015-04-17 21:16:23 +02:00
Davide Andreoli f183fc171f New 1.14 API: elm.Scroller.loop
Scroller test redone to include loop and more
2015-04-16 22:05:55 +02:00
Kai Huuhko 144e28a230 Elm: Clarify init/shutdown change
With docs and test logging
2015-04-15 00:35:30 +03:00
Kai Huuhko 278fe32110 Elm: Add ecore events defined in elm_general.h 2015-04-15 00:17:24 +03:00
Davide Andreoli eb60fbc01e Fix elm.Video test to work again
also put in a forgotten change from last commit
2015-04-14 22:55:20 +02:00
Davide Andreoli 61590afc6f New 1.14 API: file_get for Video and Layout
with stupid tests
2015-04-14 22:21:35 +02:00
Davide Andreoli 3765021dc0 New 1.14 API: elm.Slider.indicator_visible_mode
with test
2015-04-14 21:22:38 +02:00
Davide Andreoli 0f0e84d792 Test Elm.Image: use new EVAS_ORIENT_* enums 2015-04-12 14:01:49 +02:00
Davide Andreoli e9f07ff537 New 1.14 API: elm.Photocam.image_orient
with test.

NOTE: playing with the test reveal lots of image_orient errors
2015-04-12 13:41:05 +02:00
Davide Andreoli 6fbe0ba320 New 1.14 function: Elm.Transit.go_in()
with test
2015-04-12 12:49:43 +02:00
Davide Andreoli 0190d16c05 New 1.14 property: Evas.Image.orient
with a simple test
2015-04-12 12:35:57 +02:00
Kai Huuhko 4ccea0f35d Evas.SmartObject: Add smart callback introspection 2015-03-13 19:22:01 +02:00
Kai Huuhko a407e11298 Evas: Change SmartCb event_info conversions into C functions 2015-03-11 15:37:06 +02:00
Kai Huuhko d416425f51 Evas.SmartObject: Trivial changes
Removed cruft, upgraded cls == NULL log message level to ERR,
added formatter to SO example logging.
2015-03-09 21:01:55 +02:00
Kai Huuhko fbc22d850d Make Evas.SO iterator a generic Eo iterator and move to efl.eo 2015-03-09 19:36:42 +02:00
Kai Huuhko 3c710bb4b4 Evas.SmartObject: Change tests and examples in accordance to new API 2015-03-08 18:07:57 +02:00
Kai Huuhko d3357619f7 Evas: Bring back SmartObject
Possible TODO: support per-child delete cb like in C
2015-03-05 21:07:38 +02:00
Kai Huuhko e27e5e3f13 Examples.elementary: Update fs_entry/btn tests
to not use deprecated methods.
2015-02-21 17:51:33 +02:00
Kai Huuhko 2ce228be96 Elementary: Add module systray
Test/example needs more work
2015-02-21 05:41:14 +02:00
Davide Andreoli b4fcee3de2 Use consistent indentation style with the rest of the code 2015-02-16 20:38:25 +01:00
Davide Andreoli a90f1dd54d Remove a wrong line from the previous commit 2015-02-16 20:24:26 +01:00
Kai Huuhko 31a6f559b0 Elementary.image: Add memfile support 2015-02-16 14:54:26 +02:00
Davide Andreoli 8106e2b1aa fixed elm.Entry.cursor_content_get() to not crash when called
With a new test Entry Notepad
2015-02-07 20:07:55 +01:00
Davide Andreoli 6309b15873 Indentation: do not mix continuation line with indent 2015-02-07 13:00:15 +01:00
Davide Andreoli 28da8bad4a Fix Entry Anchor test
we need to import Hover if we want to use it
2015-02-07 12:55:21 +01:00
Davide Andreoli b71a0af896 Add a new example for win main_menu 2015-01-23 20:37:04 +01:00
Davide Andreoli 6ac80225fb Improve a bit the Window test 2015-01-23 20:07:50 +01:00
Davide Andreoli e44d8b176b Genlist: new test for reorder mode 2015-01-19 23:44:27 +01:00
Davide Andreoli ea60044620 Just for fun: port of the Transit Bezier test
...for fun and to prove the python-efl power,
the test is half the size of the C version
2015-01-17 20:05:40 +01:00
Davide Andreoli 28d1e6853e New 1.13 property elm.Table.align
And small improvements to the table test
2015-01-17 17:47:58 +01:00
Davide Andreoli fe39fcc5e6 Some work on Transit test 2015-01-17 15:59:12 +01:00
Davide Andreoli c1aeafd2e1 GengridItem: no more need to implement tooltip/cursor functions
They are yet implemented in ObjectItem, that is the base class for GengridItem
2015-01-14 21:49:06 +01:00
Davide Andreoli be323e24bc GenlistItem: no more need to implement tooltip/cursor functions
They are yet implemented in ObjectItem, that is the base class for GenlistItem
2015-01-14 21:37:17 +01:00
Davide Andreoli 18a334763f Fix the input_events test 2015-01-05 12:42:48 +01:00
Davide Andreoli 2f8b122110 Fix (workaround) the label test
ELM_WRAP_CHAR make the label expand too much horizontaly,
makeing the window super-high, using ELM_WRAP_WORD fix it.
2015-01-05 12:37:15 +01:00
Davide Andreoli de01f76650 Evas: better define for EVAS_HINT_FILL/EXPAND
Also added the various tuple we always use, just for convenience.

Use the new tuples in the elm examples
2015-01-05 12:24:19 +01:00
Davide Andreoli 64c1d33c9f Added new convenience class: DialogWindow
With a new test for both StandardWindow and DialogWindow
2015-01-03 14:51:08 +01:00
Davide Andreoli 08170d1fd4 Disable evas.SmartObject to workaround Cython brakage.
SmartObject do work fully in real, thay probably need a full rewrite,
so this should not harm at all.

Also disabled tests and examples
2015-01-02 13:25:44 +01:00
Davide Andreoli 9b50d34db3 New test for standard icons 2014-12-31 12:42:38 +01:00