Commit Graph

10 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 9e293b574d econnman: update images to higher resolution.
they are 128x128 now.



SVN revision: 74947
2012-08-06 14:52:44 +00:00
Gustavo Sverzut Barbieri 14074f8808 econnman: improve theme and look and feel.
NOTE: I'm missing few icons from designer, those I've cut from the
mockup while I wait (lock, favorite).



SVN revision: 74866
2012-08-03 22:09:19 +00:00
Bruno Dilly 9a55bf1967 econnman: small fix on popup fail call
SVN revision: 74658
2012-07-31 15:50:34 +00:00
Gustavo Sverzut Barbieri f472634045 work with python3, where exception syntax changed.
SVN revision: 74155
2012-07-19 03:25:25 +00:00
Gustavo Sverzut Barbieri 6865e29b00 connected badge for networks, fix distcheck
oh my god... I suck at design, but without a proper mouse and tools
it's even worse... help appreciated ;-)



SVN revision: 73443
2012-07-07 06:13:06 +00:00
Gustavo Sverzut Barbieri 8193f2368b improve look and feel of services view.
* add 'state' view
 * repack self.box to avoid blank spaces when widgets are hidden



SVN revision: 73442
2012-07-07 05:52:15 +00:00
Gustavo Sverzut Barbieri d982b5a9da replace installation package dir to get theme from system.
SVN revision: 73441
2012-07-07 05:25:17 +00:00
Gustavo Sverzut Barbieri f62d0f2027 econnman got icons (ugly, but less than the text versions I had before)
SVN revision: 73440
2012-07-07 05:13:06 +00:00
Gustavo Sverzut Barbieri 8f8b2d04bd econnman: add agent support (passwords)
add a very simplistic ConnMan agent when you give it --agent/-a.

It will list every requested input and return those that you've
filled, that simple. You can use it to enter
passwords/passphrases/login whenever ConnMan requires it.

Ideally this should be in e17 connman module, but until it gets there
you can use this.

NOTE-1: connman 1.0 has a bug that sometimes it will return "Failed I/O"
even before you returned the password!

NOTE-2: connman git (1.3) has a bug that it will NEVER abort Connect()
calls even if the agent returns an error (is canceled).

I've reported the NOTE-2 bug to their mail list and as soon as I get a
reply I'll keep you informed.



SVN revision: 73250
2012-07-04 00:20:02 +00:00
Gustavo Sverzut Barbieri 97b1311413 welcome econnman application.
This application attempts to cope with newest connman API and provide
every feature it supports.

It's written as an application instead of E17 module to make use of
Elementary. At this point I'm trying to make something usable fast and
then python-elementary is used (it may be converted to C at a later
point).

Just use a recent elementary from svn to run, as elm_segment_control
was badly broken and will segfault if used! Be warned.

python-elementary is not a compile time dependency and thus not
checked by configure, but it's runtime so be sure to have it before
running!

TODO:
 - IPv6
 - Proxy
 - Technology and Service icons (IOW: it looks ugly now)



SVN revision: 73121
2012-07-02 03:26:05 +00:00