regedit: Introduce dialog windows.
commit6155abcf82f0bb03e62f7fc4b1df3f7260337bc3
authorC. Davis <cd.rattan@gmail.com>
Fri, 27 Jul 2012 10:37:22 +0000 (27 03:37 -0700)
committerMichael Adam <obnox@samba.org>
Mon, 29 Apr 2013 11:05:57 +0000 (29 13:05 +0200)
tree889e9bd10005b0fffbcecb5f3ef372508ffb345f
parent4267ec59feca258792e62aa2525b246599478fa8
regedit: Introduce dialog windows.

Link to ncurses "panels" library to support popup dialog
windows, and begin working on a small dialog library.

Right now, it is useful for "yes/no" confirmation popups,
but later it'll be used for more complex forms for editing
values.

Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit.c
source3/utils/regedit_dialog.c [new file with mode: 0644]
source3/utils/regedit_dialog.h [new file with mode: 0644]
source3/utils/regedit_treeview.c
source3/utils/regedit_valuelist.c
source3/wscript
source3/wscript_build