Commit Graph

392 Commits

Author SHA1 Message Date
Davide Andreoli 86aa8c5138 New 1.17 API: elm.Ctxpopup "geometry,update" smart cb 2016-01-23 14:33:01 +01:00
Davide Andreoli 9809eb2739 New 1.17 API: ELM_GEN[GRID/LIST]_ITEM_SCROLLTO_BOTTOM
The grid enum was a bit messed, it was using the list enums, fixed and leave the old one in place for compatibility
2016-01-23 13:46:43 +01:00
Davide Andreoli 4f8dfc195f New elm widget: Combobox
with docs and example
2016-01-23 12:19:20 +01:00
Davide Andreoli f03f83fba9 New 1.17 API: elm.Configuration.context_menu_disabled 2016-01-21 22:31:07 +01:00
Davide Andreoli 005dd26f73 Implemented Genlist filter ability
It is somehow not perfectly working, see TODO for more info
2016-01-20 22:55:43 +01:00
Davide Andreoli 90595ffdca Gengrid: a small doc improvement 2016-01-18 21:25:00 +01:00
Davide Andreoli 458121f6be Moved (un)focused and language,changed events down to Object.
There is no need to replicate this events in every widget, they belong to Object
2016-01-10 13:09:19 +01:00
Kai Huuhko 75fa5ff256 Elementary.dnd: Fix various leftover issues 2015-12-09 21:26:29 +02:00
Kai Huuhko 5d73c59088 print()-- 2015-12-09 21:02:59 +02:00
Kai Huuhko 453c2a123c Elementary: Implement drag and drop
Has some issues which we can work on later, should be API stable now.
2015-12-09 20:58:06 +02:00
Davide Andreoli 8ad08e8ef8 New 1.16 API: various next_item_get/set 2015-11-14 17:27:49 +01:00
Davide Andreoli ed5f93850f New 1.16 API: Elm.Object.focus_region_show_mode 2015-11-14 16:37:20 +01:00
Davide Andreoli 435e57ca44 rename Hoversel API label_auto_changed->auto_update 2015-10-20 21:23:05 +02:00
Davide Andreoli a7c8b2d40d New 1.16 API: Hoversel.label_auto_changed
...what a bad name for this prop
2015-10-07 22:05:28 +02:00
Davide Andreoli b82ed6f029 New 1.16 API: Configuration.scroll_thumbscroll_smooth_* 2015-10-07 20:58:21 +02:00
Davide Andreoli 3c20338884 new 1.16 API: Index.standard_priority and IndexItem.priority 2015-10-06 20:39:51 +02:00
Davide Andreoli 95846a8eaa Genlist: new 1.16 'changed' signal 2015-10-06 19:59:51 +02:00
Davide Andreoli e9c55b7f5e Add missed doc for ObjectItem.tooltip_window_mode 2015-08-24 22:50:08 +02:00
Davide Andreoli 191ce5c22c Improve a bit Genlist documentation
This can be improved lots more, but I'm out of time :(
2015-08-16 12:10:46 +02:00
Davide Andreoli 40ac305d0d GenlistItem.data is now also writable 2015-08-15 13:36:00 +02:00
Davide Andreoli d0026d6103 Add the missed prop elm.Object.tooltip_orient 2015-08-12 09:54:07 +02:00
Davide Andreoli 43591f8b8e Docs: Add classes that was not documented 2015-08-04 09:21:21 +02:00
Davide Andreoli 634c56d14c New 1.15 API: Window.autohide 2015-08-03 18:16:26 +02:00
Davide Andreoli f3b3858902 New 1.15 API: Configuration.transition_duration_factor 2015-08-03 17:04:05 +02:00
Davide Andreoli f3df1b4cc9 New 1.15 API: Scroller.wheel_disabled, with test 2015-08-03 16:37:25 +02:00
Davide Andreoli 7f5c30c7fd New 1.15 signal for Entry: context,open 2015-08-03 16:20:40 +02:00
Davide Andreoli 281cb65c1a Entry: Fix the name of the callback_rejected_del function 2015-08-03 16:17:33 +02:00
Davide Andreoli 130f1db451 New 1.15 API: Object.focus_move_policy, with test. 2015-08-03 16:09:16 +02:00
Davide Andreoli ac685358bd Docs: fix a small error in Ctxpopup 2015-05-17 14:52:18 +02:00
Kai Huuhko 3dd36bd770 Elm: Replace FIXME in init about argc/v with description 2015-05-09 20:54:44 +03:00
Kai Huuhko 9b234a4266 Elm: Fix module init from embedded interpreter
sys.argv doesn't exist there
2015-05-09 20:16:45 +03:00
Kai Huuhko a1f36bb073 Elm: Unify modules into a monolithic module 2015-05-07 22:37:48 +03:00
Davide Andreoli c03464e343 Add the data property for SlideshowItem
To be consistent with Genlist/grid behaviour
2015-05-04 03:19:28 +02: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 c08888239f Elm: Move ecore events registration out of init 2015-04-20 06:27:10 +03:00
Kai Huuhko 6532ef85f6 Elm.Systray: Fix compile warning 2015-04-20 06:27:10 +03:00
Davide Andreoli c0e6254c1f New 1.14 signal: Colorselector changed,user 2015-04-19 10:36:43 +02:00
Davide Andreoli f6326d582b New 1.14 API: item,longressed signal for Multibuttonentry 2015-04-17 21:16:23 +02:00
Kai Huuhko b704005981 Elm.Systray: Fix compile
Here's a hint to any developer at home: CTRL-S *before* you commit.
2015-04-17 14:59:11 +03:00
Kai Huuhko 70fb839813 Elm: Move ecore events registration to init()
Fixes an issue with docs generation
2015-04-17 11:35:43 +03:00
Kai Huuhko 9ffa09d729 Elm.Entry: Fix compile warning and doc issues 2015-04-17 11:35:43 +03: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 1d5ae5fbc9 Elm: Add forgotten versionadded 2015-04-15 00:37:50 +03:00
Kai Huuhko 144e28a230 Elm: Clarify init/shutdown change
With docs and test logging
2015-04-15 00:35:30 +03:00
Kai Huuhko 0c170c5bb3 Elm: Add object layer enums 2015-04-15 00:33:47 +03:00
Kai Huuhko 278fe32110 Elm: Add ecore events defined in elm_general.h 2015-04-15 00:17:24 +03:00
Kai Huuhko 75f3f3b70a Elm: Handle init and shutdown inside the module 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