Commit Graph

180 Commits

Author SHA1 Message Date
José Roberto de Souza 9631258de4 e: Port connman to edbus v2
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82014
2013-01-02 20:38:25 +00:00
Lucas De Marchi b102c96377 Revert "e/connman: just update popup list at each 5 secs"
This reverts commit r79842 for the exact reason stated in the commit
log. First I thought it would not affect the usability, but it indeed
did. And it's a bit worse than having to wait 5 seconds to see the state
changes:  you never see them, except if you close and open the popup
again. This could be "fixed" by setting up the timer in
_econnman_popup_update() inside "if (inst->popup_locked)", but we would
still not see the transitions, only the final state.

A proper solution would be to first separate the service state changes
from the list updates, then do something like what was proposed in
r79842. Revert it while we don't have a solution that doesn't break the
more common cases of clicking in a service and see it connecting.



SVN revision: 81407
2012-12-19 20:33:31 +00:00
Massimo Maiurana 2a774dd533 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Massimo Maiurana f4cd4df207 Make two more messages translatable (patch from Igor Murzov)
SVN revision: 81040
2012-12-16 08:57:55 +00:00
Mike Blumenkrantz 68e6b07cd7 all dialogs are no longer resizable
SVN revision: 80032
2012-12-03 09:24:12 +00:00
Bruno Dilly 17e0f6d24a e/connman: use zone percentage for popup list
Initially try to set the popup list as w = 30%,
h = 40%, but keep it in min / max limits.



SVN revision: 80001
2012-12-03 03:38:58 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Bruno Dilly 526c7c3680 e/connman: increase networks popup size
Requested by tasn.
I was a bit conservative here.



SVN revision: 79843
2012-11-29 17:02:26 +00:00
Bruno Dilly 77d0c34587 e/connman: just update popup list at each 5 secs
If time is not good enough, can be fine tunned
very easily (just change the define).

I couldn't test this commit, so if tasn
or other could, it would be great.

I believe it won't be a perfect solution
yet, since this way it will take some time
to confirm visually the network states
(association / configuration / connect)
in the popup. We need to handle this
case properly (if I'm correct).



SVN revision: 79842
2012-11-29 16:53:29 +00:00
Massimo Maiurana 8314c3b95c updating various translations
SVN revision: 79519
2012-11-21 19:45:32 +00:00
Massimo Maiurana 5e2b9f2a6c updating russian translation
SVN revision: 79119
2012-11-11 20:20:43 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Carsten Haitzler c17116d357 really quick patch on connman asking for logins... agent->msg is the
same as msg in the cb. this stops an instant segv but doesnt fully fix
it. it's at least marked/commented to be looked at.



SVN revision: 77556
2012-10-07 09:59:07 +00:00
Stefan Schmidt 433f1cb90b e/connman: Check for the correct messages.
Checking two times the same message does not make any sense. The only logical
thing seems to be checking for the properties message here. Leaving the wifi
properties message out as not every setup has wifi. At least on my desktop
here I don't have /net/connman/technology/wifi so we should not fail without
it.

Dermarchi or Bdilly please cry or fix if this is not as intended.
(Brought to you by double_condition_check.cocci)

SVN revision: 77440
2012-10-04 14:56:17 +00:00
Bruno Dilly 3573113bbd e/connman: remove useless mouse callbacks
SVN revision: 77327
2012-10-02 17:04:43 +00:00
Lucas De Marchi 221774ddcc e/connman: Fix not updating main icon on new gadget
We need to call the function to udpate the current instance when adding
a new gadget, otherwise it will not represent the current state.



SVN revision: 77017
2012-09-22 14:12:12 +00:00
Bruno Dilly 867d205ef6 e/connman: add check to show / hide password
Configuring default behavior on module settings later could
be nice.



SVN revision: 76633
2012-09-14 01:25:54 +00:00
Bruno Dilly 54d3dcd794 e/connman: fix code style
SVN revision: 76632
2012-09-14 01:24:36 +00:00
Bruno Dilly 7373927847 e/connman: focus first mandatory entry
SVN revision: 76579
2012-09-13 06:25:06 +00:00
Bruno Dilly a8ef12a337 e/connman: mark dialog as NULL for every case of delete
It was missing delete when user close the windows, so later
it would try to double free dialog.



SVN revision: 76578
2012-09-13 06:24:58 +00:00
Bruno Dilly e89801c6ec e/connman: avoid double free on dialog delete
SVN revision: 76577
2012-09-13 06:24:49 +00:00
Carsten Haitzler 83191bb795 and add wifi powered on/off check for connman otherwise the gagdte is
basically useles to people as connman starts by being powered off
first time.



SVN revision: 76529
2012-09-12 13:35:32 +00:00
Bruno Dilly cf5ffd3309 e/connman: delete networks list popup when launching config
app




SVN revision: 76434
2012-09-11 04:42:08 +00:00
Gustavo Sverzut Barbieri e9dfdd2fa9 econnman: call econnman (app) from the configure/settings.
there is no need to configure it as it will use the EConnMan desktop
file, whatever is available (user can create a new desktop with such
Name= and it will work, this can be done by a gui in e17 itself).

the module will warn people that do not have the application installed.



SVN revision: 76212
2012-09-06 02:18:32 +00:00
Mike Blumenkrantz eb16b89190 initializer warn--
SVN revision: 76177
2012-09-05 08:16:13 +00:00
Mike Blumenkrantz 32b3c3f375 expose connman module as extern, make popup delete non-static, delete connman popups whenever input agent is shown
TODO--


SVN revision: 76176
2012-09-05 08:15:41 +00:00
Lucas De Marchi 972bd60496 e/connman: Add TODO file
SVN revision: 76079
2012-09-03 22:11:09 +00:00
Bruno Dilly 4d7e006d5a e/connman: add button to call econnam-bin
Need to get path
User should set that on module settings



SVN revision: 76076
2012-09-03 22:07:01 +00:00
Bruno Dilly 7f7b93b3a8 e/connman: Fix main icon
SVN revision: 76075
2012-09-03 22:06:53 +00:00
Bruno Dilly 3c2641d17a e/connman: Better online / ready status
Show it on wired / 3g / ... as well



SVN revision: 76074
2012-09-03 22:06:48 +00:00
Lucas De Marchi c781c7a1d7 e/connman: don't leak network name
SVN revision: 76070
2012-09-03 22:05:59 +00:00
Lucas De Marchi 11aeb5322d e/connman: discard previous message if a new arrives
SVN revision: 76069
2012-09-03 22:05:55 +00:00
Bruno Dilly 893d7160a0 e/connman: implement agent dialogs
With that it should already be possible to connect to many wifi networks:
wep, wpa, hidden, wpa enterprise... using wps.

Actually I didn't test anything.



SVN revision: 76068
2012-09-03 22:05:29 +00:00
Bruno Dilly aa826e29ff e/connman: fixes considering efl coding style
SVN revision: 76067
2012-09-03 22:05:23 +00:00
Lucas De Marchi 7d40b9ec7d e/connman: differentiate hidden networks
SVN revision: 76066
2012-09-03 22:04:57 +00:00
Lucas De Marchi 0fc7926e55 e/connman: Parse RequestInput message
It compiles, but it's untested. I didn't allocate Connman_Field because
I'm not sure it will be useful afterwards or if we only have to use it
to create the widget. If it will be used, it would be good to use
einastringshare for its values.



SVN revision: 76065
2012-09-03 22:04:53 +00:00
Lucas De Marchi dc908c9a3c e/connman: fix eina_safety checks
SVN revision: 76064
2012-09-03 22:04:49 +00:00
Bruno Dilly c603073254 e/connman: unregister agent
SVN revision: 76063
2012-09-03 22:03:23 +00:00
Bruno Dilly 3abf1f04e6 e/connman: register agent
SVN revision: 76062
2012-09-03 22:03:18 +00:00
Bruno Dilly 69b4c1537c e/connman: add macro INF for eina logging
SVN revision: 76061
2012-09-03 22:03:13 +00:00
Bruno Dilly ac49b72e17 e/connman: trigger connecting animation
It should happens while state is association or configuration.



SVN revision: 76059
2012-09-03 22:01:30 +00:00
Bruno Dilly 35007e200a e/connman: support more service types and states
Also fix manager_update_inst function.



SVN revision: 76058
2012-09-03 22:01:24 +00:00
Bruno Dilly 3e4cc4ca2e e/connman: show security on services list
SVN revision: 76057
2012-09-03 22:01:18 +00:00
Lucas De Marchi e5f228edba e/connman: allow to connect and disconnect
Networks that don't require agent interations (i.e. passphrases) can be
(dis)connected now.



SVN revision: 76054
2012-09-03 22:00:10 +00:00
Lucas De Marchi 339cd51087 e/connman: split stringshare and non-stringshare
search



SVN revision: 76053
2012-09-03 22:00:04 +00:00
Lucas De Marchi 091380518e e/connman: remove unused parameter nonsense
SVN revision: 76052
2012-09-03 21:59:59 +00:00
Lucas De Marchi bb153f478c e/connman: duh... these are not includes
Put cflags in the proper place. Apparently all the other modules put the
cflags together with includes.  I thought about using my script-foos to
change that, but it was postponed for never^Wlater.



SVN revision: 76051
2012-09-03 21:59:54 +00:00