Commit Graph

13526 Commits

Author SHA1 Message Date
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
Bruno Dilly c56a0de8b2 e/connman: use image set for disabled connman
Images by Marina



SVN revision: 76073
2012-09-03 22:06:40 +00:00
Bruno Dilly eafb9d2f7e e/connman: use better security theme
Images by Marina Proni



SVN revision: 76072
2012-09-03 22:06:34 +00:00
Bruno Dilly e7c49be60c e/connman: Use better images set
Images drawn by Marina Proni.



SVN revision: 76071
2012-09-03 22:06:27 +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
Lucas De Marchi 717a033619 e/connman: fix typo
SVN revision: 76060
2012-09-03 22:02:43 +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
Bruno Dilly 1613fee047 e/connman: New theme for connman module
SVN revision: 76056
2012-09-03 22:01:12 +00:00
Bruno Dilly 6175c7c24e e/connman: remove old stuff from default theme
SVN revision: 76055
2012-09-03 22:00:58 +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
Lucas De Marchi 2b478a4119 e/connman: show menu on 3rd mouse button click
SVN revision: 76050
2012-09-03 21:59:50 +00:00
Lucas De Marchi 5da9539335 e/connman: Add stub functions to implement the agent
SVN revision: 76049
2012-09-03 21:59:45 +00:00
Lucas De Marchi e3a8e242bd e/connman: Add security types to Connman_Service
SVN revision: 76048
2012-09-03 21:59:40 +00:00
Lucas De Marchi 2f3aac7e18 e/connman: destroy popup when unfocused
Borrow functions from previous implementation to destroy the popup when
we click in another place.



SVN revision: 76047
2012-09-03 21:59:35 +00:00
Lucas De Marchi bccb734939 e/connman: state transitions back to sanity
SVN revision: 76046
2012-09-03 21:59:30 +00:00
Lucas De Marchi 2553881343 e/connman: remove unused text parts
SVN revision: 76045
2012-09-03 21:59:25 +00:00
Lucas De Marchi 0ba8b9e95b e/connman: Add strength property
SVN revision: 76044
2012-09-03 21:59:20 +00:00
Lucas De Marchi 6237df554b e/connman: Add icon to list of services
SVN revision: 76043
2012-09-03 21:59:16 +00:00
Lucas De Marchi 20c53c31ed e/connman: Show simple list of services on mouse click
SVN revision: 76042
2012-09-03 21:59:11 +00:00
Lucas De Marchi a5c9a890ef e/connman: Use cm pointer instead of additional bool
SVN revision: 76041
2012-09-03 21:59:06 +00:00
Lucas De Marchi a46499fdcc e/connman: rename remaining _connman functions
SVN revision: 76040
2012-09-03 21:59:01 +00:00
Lucas De Marchi 9da9c3bf8b e/connman: remove extra debug for properties changed
SVN revision: 76039
2012-09-03 21:58:57 +00:00
Lucas De Marchi d116a7d254 e/connman: monitor ServicesChanged signal
SVN revision: 76038
2012-09-03 21:58:52 +00:00
Lucas De Marchi e8d07693ee e/connman: use "others" icon if we don't know tech
type



SVN revision: 76037
2012-09-03 21:58:47 +00:00
Lucas De Marchi 24a547a8f5 e/connman: do not print an error if name has no owner
SVN revision: 76036
2012-09-03 21:58:42 +00:00
Lucas De Marchi abea9f9a65 e/connman: also update view after manager is in/out
SVN revision: 76035
2012-09-03 21:58:37 +00:00
Lucas De Marchi ea95cb673f e/connman: use notifier function instead of event
For handling manager in/out inside the module, use a notifier function
instead of an event.



SVN revision: 76034
2012-09-03 21:58:31 +00:00
Lucas De Marchi 0bb82b9d1b e/connman: use stringshare for object path and fix
leaks



SVN revision: 76033
2012-09-03 21:58:26 +00:00
Lucas De Marchi 90d02d48da e/connman: update manager information on UI
SVN revision: 76032
2012-09-03 21:58:20 +00:00
Lucas De Marchi 15dd8a74eb e/connman: cleanup module
SVN revision: 76031
2012-09-03 21:58:15 +00:00
Lucas De Marchi b0afb392ef e/connman: remove unused header
SVN revision: 76030
2012-09-03 21:58:10 +00:00
Lucas De Marchi f29da01183 e/connman: move types to header to easy of use
SVN revision: 76029
2012-09-03 21:58:05 +00:00
Lucas De Marchi 580020bf71 e/connman: get list of services on startup
SVN revision: 76028
2012-09-03 21:57:59 +00:00
Lucas De Marchi 01a3319909 e/connman: free bus owner after manager is freed
SVN revision: 76027
2012-09-03 21:57:54 +00:00
Lucas De Marchi bdbc5ac934 e/connman: objectify manager and monitor properties
SVN revision: 76026
2012-09-03 21:57:48 +00:00