summaryrefslogtreecommitdiff
path: root/src/modules/wizard/page_110.c
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: get rid of trailing whitespace (last part)Elyes HAOUAS2020-05-141-2/+2
| | | | | | | Remove trailing whitespaces Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D11832
* e wizard - fix symbol linking for pages by exposing syms explicitlyCarsten Haitzler (Rasterman)2018-05-271-7/+8
| | | | | | | | 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.
* Replace all timer_add with timer_loop_addDerek Foreman2017-02-031-1/+1
| | | | | | | | | | | | | | | 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
* reduce wizard connman timeout timer to 0.5sMike Blumenkrantz2016-03-161-1/+1
| | | | dbus is not this slow.
* redo wizard to use elmMike Blumenkrantz2016-03-111-17/+11
|
* handle wireless module existence in related wizard pageMike Blumenkrantz2016-03-111-2/+2
|
* remove eldbus init/shutdown calls from the codebaseMike Blumenkrantz2016-03-111-5/+0
| | | | this is handled by e_msgbus
* remove library checks for a number of modules along with useless definesMike Blumenkrantz2016-03-111-6/+3
| | | | | most of these date back from before efl was a unified tree or enlightenment itself could be optionally built with things like dbus support
* enlightenment: Make E build again with EFL from gitChris Michael2015-05-071-5/+5
| | | | | | sed -i 's/EAPI/E_API/g' Signed-off-by: Chris Michael <cp.michael@samsung.com>
* __UNUSED__ -> EINA_UNUSEDMike Blumenkrantz2015-03-181-5/+5
| | | | this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
* fix connman check by not failing al the time on owner checkCarsten Haitzler (Rasterman)2014-01-221-1/+2
| | | | fixes T804
* Rename edbus->eldbusLucas De Marchi2013-04-231-14/+14
|
* e: Fix connman wizard pageJosé Roberto de Souza2013-01-051-16/+15
| | | | | | | | | | It was unrefing connection inside of edbus_message callback. Patch by: José Roberto de Souza <zehortigoza@profusion.mobi> SVN revision: 82258
* e: shutdown edbus only when page is hiddenLucas De Marchi2013-01-021-19/+8
| | | | | | | | | | 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
* e: Port wizard to edbusJosé Roberto de Souza2013-01-021-24/+47
| | | | | | | | Patch by: José Roberto de Souza <zehortigoza@profusion.mobi> SVN revision: 81982
* giant header overhaul which removes all the stupid one line function ↵Mike Blumenkrantz2012-11-301-2/+1
| | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908
* huge wizard commit:Mike Blumenkrantz2012-11-301-4/+4
| | | | | | | | | | | | | * 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
* e/wizard: improve waiting for cache buildSebastian Dransfeld2012-11-261-1/+1
| | | | SVN revision: 79708
* connman wizard page now always shows, but changes text and disables default ↵Mike Blumenkrantz2012-11-261-2/+10
| | | | | | conf connman gadget if connman support disabled SVN revision: 79697
* e: Fix unused parameter warningMike McCormack2012-09-151-1/+2
| | | | SVN revision: 76706
* New code base for connman moduleLucas De Marchi2012-09-031-35/+43
| | | | | | | | | | | 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
* formattingMike Blumenkrantz2012-06-281-15/+17
| | | | SVN revision: 73003
* Fix the fix for the include path.Iván Briano2011-11-231-1/+1
| | | | | | | | | I won't spank fidencio because he will probably like it. Thanks lzoubek for pointing this out SVN revision: 65542
* fix e17 compilationFabiano Fidêncio2011-11-231-1/+1
| | | | | | | spank! spank! spank, old man! SVN revision: 65541
* e/wizard: fix e_dbus/connman need for #define.Gustavo Sverzut Barbieri2011-11-141-1/+2
| | | | SVN revision: 65198
* warning--, typo--Mike Blumenkrantz2011-10-161-5/+7
| | | | SVN revision: 64108
* dont stopr and del previous page data - wziard does it for us really :)Carsten Haitzler2011-08-311-2/+2
| | | | SVN revision: 63014
* big big big wizard revamp. as per todo list.Carsten Haitzler2011-08-151-0/+163
SVN revision: 62478