]> git.ipfire.org Git - thirdparty/asterisk.git/commit
menuselect: Various menuselect enhancements 31/3331/2
authorGeorge Joseph <gjoseph@digium.com>
Sun, 24 Jul 2016 23:27:26 +0000 (17:27 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 25 Jul 2016 19:30:54 +0000 (13:30 -0600)
commit90f445729d5d86050d9d379485ff0a99f4a006c1
tree9fb13187a0e3058e7847c17588e164230e798405
parent46b4e673aed2c973884c09b8002467f6f87ea50a
menuselect:  Various menuselect enhancements

* Add 'external' as a support level.
* Add ability for module directories to add entries to the menu
  by adding members to the <module_prefix>/<module_prefix>.xml file.
* Expand the description field to 3 lines in the ncurses implementation.
* Allow the description field to wrap in the newt implementation.
* Add description field to the gtk implementation.

Change-Id: I7f9600a1984a42ce0696db574c1051bc9ad7c808
Makefile.moddir_rules
Makefile.rules
menuselect/menuselect.c
menuselect/menuselect.h
menuselect/menuselect_curses.c
menuselect/menuselect_gtk.c
menuselect/menuselect_newt.c