Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-07 | Merge branch 'master' into elmfusiondevs/kuuko/elmfusion | Kai Huuhko | |
Conflicts: efl/evas/efl.evas_object_textgrid.pxi | |||
2015-05-07 | Open up development for 1.15 | Kai Huuhko | |
2015-05-04 | Bump version for 1.14.0 releasev1.14.0 | Kai Huuhko | |
2015-05-04 | Examples: Fixed ecore_x and dbus examples | Kai Huuhko | |
2015-05-04 | elm.Toolbar: Note earlier changes to events and update example | Kai Huuhko | |
See commit 61b53f24774de8690c6f1e4a8a6e55e30e514714 | |||
2015-05-04 | Add the data property for SlideshowItem | Dave Andreoli | |
To be consistent with Genlist/grid behaviour | |||
2015-05-04 | Removed init/shutdown calls from tests and examples | Kai Huuhko | |
2015-05-04 | Remove init/shutdown from elm and emotion main tests | Kai Huuhko | |
2015-05-04 | Add automated init/shutdown to rest of the modules | Kai Huuhko | |
2015-05-04 | Updated Changelog | Dave Andreoli | |
2015-05-04 | Changed slideshow to use new-style item data. | Dave Andreoli | |
Item data is now a single value instead of args/kargs, to reflect the usage in Genlist/Gengrid Also updated the test | |||
2015-05-03 | Small clarifications to ChangeLog | Kai Huuhko | |
2015-05-03 | Update Changelog with recent fixes | Dave Andreoli | |
2015-05-03 | Evas.Textgrid: Fix memleak | Kai Huuhko | |
Had to change the type of cellrows from list to custom tuple-like type. | |||
2015-04-28 | Examples: Add systray test/example to the main menu | Kai Huuhko | |
2015-04-28 | Examples: Add systray test/example to the main menu | Kai Huuhko | |
2015-04-28 | Emotion: Fix documentation paragraph title | Kai Huuhko | |
2015-04-28 | Emotion: Fix documentation paragraph title | Kai Huuhko | |
2015-04-26 | Release: 1.14.0-beta1 | Dave Andreoli | |
2015-04-24 | Evas: Fix documentation | Kai Huuhko | |
2015-04-24 | Evas: Fix documentation | Kai Huuhko | |
2015-04-24 | Merge branch 'master' into elmfusion | Kai Huuhko | |
Conflicts: efl/elementary/__init__.pyx efl/elementary/colorselector.pxi efl/elementary/multibuttonentry.pxi efl/elementary/need.pxi | |||
2015-04-23 | Documentation: Prettify warning/note boxes, class headers | Kai Huuhko | |
Sphinx 1.3 includes class constructor's signature in the class header; reduced font size slightly to accommodate this change. | |||
2015-04-22 | Documentation: Sphinx 1.3 compatibility fixes | Kai Huuhko | |
2015-04-20 | Elm: Move ecore events registration out of init | Kai Huuhko | |
2015-04-20 | Elm.Systray: Fix compile warning | Kai Huuhko | |
2015-04-19 | Documentation: Fix remaining issues from Elm merge | Kai Huuhko | |
2015-04-19 | Elm: Fix docs and compat, add test that imports all modules | Kai Huuhko | |
2015-04-19 | New 1.14 signal: Colorselector changed,user | Dave Andreoli | |
2015-04-18 | Elm: Unify modules into a monolithic module | Kai Huuhko | |
2015-04-17 | New 1.14 API: item,longressed signal for Multibuttonentry | Dave Andreoli | |
2015-04-17 | Elm.Systray: Fix compile warning | Kai Huuhko | |
2015-04-17 | Elm.Systray: Fix compile | Kai Huuhko | |
Here's a hint to any developer at home: CTRL-S *before* you commit. | |||
2015-04-17 | Elm: Move ecore events registration to init() | Kai Huuhko | |
Fixes an issue with docs generation | |||
2015-04-17 | Elm.Entry: Fix compile warning and doc issues | Kai Huuhko | |
2015-04-16 | New 1.14 API: edje.text_class_get() and edje.Edje.text_class_get() | Dave Andreoli | |
2015-04-16 | New 1.14 API: elm.Scroller.loop | Dave Andreoli | |
Scroller test redone to include loop and more | |||
2015-04-15 | Use atexit to shutdown eo, evas and ecore modules | Kai Huuhko | |
They already had a call to init in the module, thus there was a mismatch not obvious to users. | |||
2015-04-15 | Elm: Add forgotten versionadded | Kai Huuhko | |
2015-04-15 | Elm: Clarify init/shutdown change | Kai Huuhko | |
With docs and test logging | |||
2015-04-15 | Elm: Add object layer enums | Kai Huuhko | |
2015-04-15 | Elm: Add ecore events defined in elm_general.h | Kai Huuhko | |
2015-04-15 | Elm: Handle init and shutdown inside the module | Kai Huuhko | |
2015-04-14 | Fix elm.Video test to work again | Dave Andreoli | |
also put in a forgotten change from last commit | |||
2015-04-14 | New 1.14 API: file_get for Video and Layout | Dave Andreoli | |
with stupid tests | |||
2015-04-14 | New 1.14 API: elm.Slider.indicator_visible_mode | Dave Andreoli | |
with test | |||
2015-04-14 | New 1.14 API: ↵ | Dave Andreoli | |
elm.Configuration.window_auto_focus_enable/window_auto_focus_animate | |||
2015-04-12 | Test Elm.Image: use new EVAS_ORIENT_* enums | Dave Andreoli | |
2015-04-12 | New 1.14 API: elm.Photocam.image_orient | Dave Andreoli | |
with test. NOTE: playing with the test reveal lots of image_orient errors | |||
2015-04-12 | New 1.14 function: Elm.Transit.go_in() | Dave Andreoli | |
with test |