Commit Graph

52 Commits

Author SHA1 Message Date
Carsten Haitzler 463913ae26 enable econnman agin - apparently q66 is wrong 2022-01-31 23:42:37 +00:00
Carsten Haitzler 27e1311a80 make econnman not build out of the box - broken on py3 and not needed 2022-01-31 15:07:22 +00:00
Kai Huuhko 18e7be6bf8 Add support for IPv6 2016-03-05 08:20:56 +02:00
maxerba 4702710f7c Updating desktop files 2014-09-11 21:51:04 +02:00
Kai Huuhko 176f5dcd18 Move pnac config read() earlier 2014-07-22 11:34:46 +03:00
Kai Huuhko 975ec2d4d5 Move pnac config back to main script 2014-07-22 11:25:43 +03:00
Kai Huuhko 80b83a2e28 Refactor pnac config into a class and separate module
This will make it easier to add proper authorization for it
in the future.
2014-07-16 11:52:26 +03:00
maxerba 1551b89b81 I remember that even in the english description it was specified that this is the version with agent. Anyway I specified it for the italian localization. 2014-07-03 21:04:06 +02:00
Kai Huuhko 5959946a33 Logging formatter 2014-05-22 01:45:34 +03:00
Kai Huuhko fa22f4a7bc Prefix desktop entry category E with X- as it's not in the xdg spec 2014-05-22 01:43:46 +03:00
Kai Huuhko 87b77a7b9c Fix an obvious mistake in phase2 selector 2014-05-22 01:43:46 +03:00
Kai Huuhko 95199f6d17 Code formatting 2014-05-22 01:43:35 +03:00
Kai Huuhko b4b849a03d Add a StreamHandler for logging so that messages get printed on stdout 2014-05-21 23:01:45 +03:00
maxerba 7b94c310b8 Updating desktop file 2014-05-19 22:25:28 +02:00
Matthias Wauer b547d8a304 Make ieee8012x wifis forgetable, config deletable.
Summary:
Enable the 'Forget Network' button, when a ieee8021x secured
wifi. Forgetting will delete the corresponding section in the config
file.

Test Plan:
'Forget' a appropriate network and reload the wifi
service/configuration dialog. The settings should not be available.
view.

Reviewers: leif

CC: FillFeile

Differential Revision: https://phab.enlightenment.org/D491
2014-01-24 14:01:35 +01:00
Matthias Wauer 4593c1e7ec Catch exception when querrying config options
Summary:
Querrying config options, that are not found in the config file
will no longer throw IOError.

Test Plan:
Configure a ieee8021x secured wifi and set one of the
options to 'None'. Reloading the configuration (service) view will now
work with selected (None) option.

Reviewers: leif

CC: FillFeile

Differential Revision: https://phab.enlightenment.org/D490
2014-01-24 14:00:15 +01:00
Matthias Wauer d648f6ae47 Fixed wrong variable name.
Summary: Fixed wrong name of variable

Reviewers: leif

Differential Revision: https://phab.enlightenment.org/D478
2014-01-20 15:20:28 +01:00
Matthias Wauer e09e422862 Fix sematic mistake for handling missing config file
Summary:
Pass IOError exception up for propper missing/denied config
file handling.

Reviewers: leif

Differential Revision: https://phab.enlightenment.org/D477
2014-01-20 15:16:00 +01:00
Leif Middelschulte 7a8e21167d Add arcconfig to econnman 2014-01-20 15:10:09 +01:00
Matthias Wauer 03212566da Added missing installation note for econnman.config
Summary:
econnman.config must be writeble for group owners, so change
modus accordingly.

Test Plan:
Installation of econnman.config with and without changing
file acces rights and trying to connect to ieee8021x secured network.

Reviewers: leif

CC: FillFeile

Differential Revision: https://phab.enlightenment.org/D476
2014-01-20 14:42:54 +01:00
Daniel Haß 601c3d646a Added global declarations to the config-helper methods for the configs variable. This should fix the current error reported in T800.
Test Plan: With the global declarations the error after clicking the network name in the list is gone.

Reviewers: kuuko, leif

Reviewed By: leif

Differential Revision: https://phab.enlightenment.org/D472
2014-01-20 14:18:11 +01:00
Leif Middelschulte 546e9c2776 Close ieee802.1x config file properly. 2014-01-17 15:31:30 +01:00
Leif Middelschulte 1f31b7b92f Fix small typo 2014-01-17 15:19:20 +01:00
Matthias Wauer 240c1a38b5 Only try to load config file for 802.1x when used.
Econnman will only try to read/write the config file, when necessary.
It also displays an error message, when the file couldn't be read/written.
2013-12-13 18:53:04 +02:00
Matthias Wauer 25b58dc527 Fix installation path of econnman.config file 2013-12-13 18:53:04 +02:00
Kai Huuhko 278535b57b Add TODO and remove eol whitespace added by previous commit. 2013-12-13 18:22:43 +02:00
Leif Middelschulte f797c7d2d8 Add support for ieee802.1x wireless networks.
Connman does only support two phase authentication via config files.
These config files reside in /var/lib/connman/ and are watched by
the connman daemon. Unfortunatelly, connman does not support per
session/user config files, so for simplicity's sake, we modify one in
/var/lib/connman. With these changes, econnman manages a single file
(/var/lib/connman/econnman.config), to which the user running it needs
write access. By default the (empty) config file shipped with this packages
has write permissions set for the group. Packagers might want to change the
owner/group to root:users after installation or come around with a more
sophisticated approach.
2013-12-13 18:09:54 +02:00
Kai Huuhko 72838d004b Econnman 1.1 2013-12-10 11:36:40 +02:00
maxerba 0551b4ccf2 Adding polish translations in desktop files 2013-11-22 21:22:04 +01:00
Kai Huuhko 9450ea22b9 Import elm enums from the relevent modules, not from package.
This allows python-efl to deprecate this usage in the interest of faster efl.elementary package initialization.
2013-11-19 21:44:28 +02:00
Doug Newgard a9f57df2b7 Make compatible with python 3
Patch is from D264, we were unable to use arc to commit this
so doing it manually.

Thanks for the contribution.
2013-10-19 20:06:49 +03:00
Davide Andreoli 5e344beae4 Update econnman to work with both old and new py bindings
I disabled the check for the presence of the old bindings
in configure.ac as the new bindings does not provide a pc file,
and because it now works with both versions,
but I highly raccomend to switch back from autotools to distutils.
2013-04-14 17:39:13 +02:00
Michael Jennings b422f9470e Add spec, and allow building on RHEL6.
SVN revision: 81738
2012-12-27 10:20:26 +00:00
Massimo Maiurana 812469839c updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Massimo Maiurana c950e653d4 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Daniel Juyung Seo fcb794ffaf econnman .gitignore: Added .gitignore.
SVN revision: 77238
2012-10-01 07:00:56 +00:00
Massimo Maiurana 2c9f4034c6 updating portuguese and italian translations
SVN revision: 75701
2012-08-25 20:03:12 +00:00
Massimo Maiurana 5206e59aba updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Gustavo Sverzut Barbieri a11590bc39 remove 'none' from connman security list.
SVN revision: 75412
2012-08-18 12:09:01 +00:00
Bruno Dilly ebfd9e68d7 Econnman: use a more informative message when not registered
If no agent is registered, user should know she can run econnman-bin
with -a to register econnman-bin agent.


SVN revision: 75226
2012-08-13 22:23:20 +00:00
Gustavo Sverzut Barbieri 9fdaefb00d add check at configure, add info to README.
SVN revision: 75178
2012-08-12 23:18:52 +00:00
Gustavo Sverzut Barbieri 6a02040220 add launcher with --agent option
SVN revision: 75177
2012-08-12 23:18:22 +00:00
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