Commit Graph

463 Commits

Author SHA1 Message Date
Kai Huuhko 3324f92276 Eolian: Fix Class's class methods 2014-09-16 13:55:45 +03:00
Kai Huuhko 9acfcf842e Eolian: Warn if iterator is NULL, set it to NULL after free 2014-09-16 13:53:54 +03:00
Kai Huuhko 4073498434 Eolian: Remove unnecessary error msg 2014-09-16 13:07:40 +03:00
Kai Huuhko 53a8742878 Merge branch 'master' into eolian 2014-09-15 15:27:55 +03:00
Kai Huuhko 71371c00e0 Eolian: Update bindings 2014-09-15 15:25:55 +03:00
Kai Huuhko c0f64781ed Merge branch 'master' into eolian 2014-09-15 09:47:41 +03:00
Kai Huuhko ffeb5aaf2c Release 1.11.0 2014-09-13 18:43:11 +03:00
Kai Huuhko 5543852d54 Examples: Add description to elm web exceptions, trivial updates to test 2014-09-13 18:16:17 +03:00
Davide Andreoli d3794d9566 No need to call ecore init/shutodown here
they are called in e_dbus_init/shutdown
2014-08-23 21:15:46 +02:00
Davide Andreoli 3544e7408f Cleanup, remove unused stuff 2014-08-23 20:42:19 +02:00
Davide Andreoli d0bea312ef dbus_mainloop: reworked how we manage the dbus watch requests.
Dbus can request (via watch_add) more than one watch on the same fd (one
for write and one for read), but ecore cannot setup more than one fd_handler
on the same fd. So we need to manage this (weired) case internally, reusing
an existing fd_handler for more than one dbus watch.

This, at the end of the story, fix the ability to connect to the (fucking) PulseAudio
dbus server, that do not use the Session or System buses, but provide its own bus.
2014-08-23 20:37:15 +02:00
Davide Andreoli bc02e43181 Cleanups: the filter are not used here
and the ecore_event is not used enywhere
2014-08-23 17:59:22 +02:00
Davide Andreoli 1de3ffccd6 Simplify: no need to keep a local copy of the watch state 2014-08-23 17:34:37 +02:00
Davide Andreoli 6d5a1d1169 use 3 spaces indentation, not 2 2014-08-23 17:06:28 +02:00
Davide Andreoli a41106348a added extra debug info (to be manually enabled) 2014-08-23 16:50:16 +02:00
Davide Andreoli e592aa9647 renamed a function to a better name 2014-08-23 16:17:18 +02:00
Davide Andreoli e5d3ea2e96 just move some functions around for readability 2014-08-23 15:56:09 +02:00
Davide Andreoli c7ae54df15 Add version info in the efl package.
Also removed the logger import in efl, not usefull and only create problems
2014-08-16 14:11:06 +02:00
Davide Andreoli 9a78c4e22d Expose object_from_instance and the inverse to other C code
This create the efl.eo_api.h file that you can copy to your source if you want to use the exported api
2014-08-16 12:33:29 +02:00
Davide Andreoli 042dc0f835 emotion: implemented missed smart signals 2014-08-11 23:30:46 +02:00
Davide Andreoli 0567c52013 Fix emotion.__repr__ function
self.type_get() is not a function, dunno what was the intention here
2014-08-04 17:24:05 +02:00
Davide Andreoli a4d321dacc Gengrid: new property reorder_type, with test for reorder mode 2014-08-01 18:14:55 +02:00
Davide Andreoli f5dd70b70f Gengrid: implemented search_by_text_item_get(), with a proper test 2014-08-01 17:31:09 +02:00
Davide Andreoli d8174aea3d Genlist: implemented search_by_text_item_get(), with a proper test 2014-08-01 16:31:24 +02:00
Davide Andreoli 401145f4fa Toolbar: new un/selected signals, with tests 2014-08-01 13:35:50 +02:00
Davide Andreoli a97e61dd4f Ctxpopup: new getters for items and the item_prepend method, with tests 2014-07-31 22:18:41 +02:00
Davide Andreoli 5aa12930a1 Implemented missed ecore.x screensaver functions 2014-07-31 21:23:35 +02:00
Davide Andreoli 1af5adb8cd Panes: new content_[left/right]_min_[relative]_size properties 2014-07-31 17:01:53 +02:00
Davide Andreoli f9247fa99f New Map function: region_zoom_bring_in 2014-07-31 16:11:26 +02:00
Kai Huuhko 00eaaead83 Eolian: Update TypeType enum 2014-07-25 23:19:04 +03:00
Kai Huuhko 7a3081d12d Eolian: Fix doc warnings 2014-07-25 18:22:56 +03:00
Kai Huuhko da444abce5 Updates to follow changes in eolian api
Probably leaks everywhere, needs to be checked later.
2014-07-25 18:14:19 +03:00
Kai Huuhko bb77d08ed9 Elementary: Fix object item tooltips
It would be an ABI breakage if the tooltips had ever worked in
the first place but apparently they never did.
2014-07-01 20:41:47 +03:00
Davide Andreoli 2a303f29e1 Follow recent Eo class names changes 2014-06-30 20:52:36 +02:00
Kai Huuhko 45e43df37c Eolian: Add new api from q66's efl branch 2014-06-26 13:57:43 +03:00
Kai Huuhko 5416e1dadc Eolian: Always return a Type iterator
When it's NULL the iterator object is still expected, no actual
iteration passes will be run.
2014-06-19 17:08:11 +03:00
Kai Huuhko 99f9220fea Eolian: Fix copy&paste error and lower log level of spammy func 2014-06-18 10:02:23 +03:00
Kai Huuhko abefe9eb89 Eolian: Fix/add more docs 2014-06-17 07:49:33 +03:00
Kai Huuhko e5c82e08d6 Eolian: Improve error handling, add logging 2014-06-17 07:49:33 +03:00
Kai Huuhko 3d196ef231 Eolian: Make Type its own iterator 2014-06-17 07:49:01 +03:00
Kai Huuhko 10c60e812b Eolian: Shorten enum members 2014-06-12 23:46:36 +03:00
Kai Huuhko 1ac4c41179 Eolian: Improve class repr methods 2014-06-11 15:50:15 +03:00
Kai Huuhko 0baba91e0a Eolian: Change documentation to reflect the change to enum types 2014-06-11 01:16:20 +03:00
Kai Huuhko a4fa686a27 Eolian: Use IntEnum for enumerations 2014-06-11 00:28:08 +03:00
Kai Huuhko db8f8ff2f6 Add utils.enum
This package contains a backported versions of the Python 3.4 standard
library enum types
2014-06-11 00:27:06 +03:00
Kai Huuhko cb7c2bf07b Eolian: Fix obj conversion
The generic converter was an idea which didn't work in practise.
2014-06-07 21:01:01 +03:00
Kai Huuhko 38a1d15016 Eolian: Documentation, fix show() 2014-06-07 18:17:40 +03:00
Kai Huuhko 4e700fe0d3 Initial python bindings for Eolian 2014-06-06 02:57:14 +03:00
Kai Huuhko a0ecc41572 Elementary.entry: Fix ref leak in filter callback handling. 2014-06-05 18:16:14 +03:00
Davide Andreoli 4a57a7deaa Follow recent Eo api changes
eo_event_global_freeze_get -> eo_event_global_freeze_count_get
eo_event__freeze_get -> eo_event_freeze_count_get
2014-06-02 17:21:42 +02:00