| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove trailing whitespaces
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11832
|
|
|
|
|
|
|
|
| |
wizard module was relying on implicit symbol linking for pages. since
i chnaged dlopens to be local this broke page loading. this local
dlopen change is all about not leaking symbols into the global table
which is good/right, but this stops the wixzard setup from working, so
move to explicitly exposing symbols to the modules in a struct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
So yeah, I've literally used sed to replace every occurrence of
ecore_time_add() with ecore_timer_loop_add() because I'm reasonably
confident that no part of E has a legitimate need for timer based on the
exact current time.
It would be really nice if I'm not wrong. :)
The reason for this is the incredible spew of clock_gettime() calls I'm
seeing on an ARM system (that should have a vdso for gettime, but...)
This can amount to thousands of system calls per second.
#YOLO
|
|
|
|
| |
dbus is not this slow.
|
| |
|
| |
|
|
|
|
| |
this is handled by e_msgbus
|
|
|
|
|
| |
most of these date back from before efl was a unified tree or enlightenment itself
could be optionally built with things like dbus support
|
|
|
|
|
|
| |
sed -i 's/EAPI/E_API/g'
Signed-off-by: Chris Michael <cp.michael@samsung.com>
|
|
|
|
| |
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
|
|
|
|
| |
fixes T804
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It was unrefing connection inside of edbus_message callback.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 82258
|
|
|
|
|
|
|
|
|
|
| |
We were missing a edbus_connection_unref() + edbus_shutdown() in case
neither connman responded or the timetout triggered. It's actually
easier to only shutdown edbus when page is hidden.
SVN revision: 81983
|
|
|
|
|
|
|
|
| |
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 81982
|
|
|
|
|
|
| |
prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* disable all dummy wizard callbacks in pages
* shutdown callbacks in pages are now actually called
* pages are no longer shown repeatedly by xdg wait callback
* first page no longer accidentally the whole second page
* scaling initially set to 1.2 so the text is actually readable
* page states added so we have some idea where the hell the pages are at
ticket #1883
SVN revision: 79879
|
|
|
|
| |
SVN revision: 79708
|
|
|
|
|
|
| |
conf connman gadget if connman support disabled
SVN revision: 79697
|
|
|
|
| |
SVN revision: 76706
|
|
|
|
|
|
|
|
|
|
|
| |
ConnMan 1.0 is the first stable release and the one being packed by most
distros. Completely remove the old code, together with the
econnman-0.7x dependency. The relevant code is now maintained together
with e17 module for easier maintenance.
SVN revision: 76020
|
|
|
|
| |
SVN revision: 73003
|
|
|
|
|
|
|
|
|
| |
I won't spank fidencio because he will probably like it.
Thanks lzoubek for pointing this out
SVN revision: 65542
|
|
|
|
|
|
|
| |
spank! spank! spank, old man!
SVN revision: 65541
|
|
|
|
| |
SVN revision: 65198
|
|
|
|
| |
SVN revision: 64108
|
|
|
|
| |
SVN revision: 63014
|
|
SVN revision: 62478
|