History log of /external/selinux/gui/usersPage.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7b0f5a12f4e159911b3303c963498944e3018c49 01-Oct-2017 Nicolas Iooss <nicolas.iooss@m4x.org> gui: delete overridden definition of usersPage.delete()

Function delete() is defined twice in class usersPage and the first one
invoke semanagePage.delete(), which does not exist.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/gui/usersPage.py
0f3beeb00e7a42cc2f44ef0392b8a3a7566a17d7 20-Sep-2017 Nicolas Iooss <nicolas.iooss@m4x.org> gui: port to Python 3 by migrating to PyGI

PyGTK has been deprecated in favor of PyGI+GTK and thus has never been
ported to python3. Using pygi-convert.sh from
https://git.gnome.org/browse/pygobject/tree/pygi-convert.sh helps
migrating most of the API but gnome-python.

The glade file has been converted to GtkBuilder using

gtk-builder-convert system-config-selinux.glade system-config-selinux.ui

and some fixes in order to provide an application window (object
GnomeApp disappeared, GtkVBox is deprecated, etc.). The associated
Python code also needed some modifications in order to migrate to
GtkBuilder.

The result has been tested on Arch Linux with Python 3.6. There are some
bugs in the GUI itself, for which patches will be sent afterwards.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
/external/selinux/gui/usersPage.py
2e4d0bc862a7706d25a26a0fc37c14a02a628a9a 31-Oct-2016 Stephen Smalley <sds@tycho.nsa.gov> Move policycoreutils/gui to gui.

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
/external/selinux/gui/usersPage.py