1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

6 Commits

Author SHA1 Message Date
Tim Potter
06f6e71100 Change 'import spoolss' to 'from samba import spoolss'. -
Tim Potter
6f78c41814 Rewrote to use gtkdictbrowser. -
Tim Potter
2adcd0eb43 Print out a friendly message on error instead of a python exception when
calling tdb.open()

Override Python's SIGINT handler so we can quit from the command line
by hitting Ctrl-C.
-
Tim Potter
f504be133c Fix long list scrolling bug.
Added some padding around the filter entry to make it look nicer.

When resizing the window the scrolling list should get bigger/smaller
not the filter entry widget.
-
Tim Potter
7d10dc5f7b Use a fixed size font for displaying tdb values.
Added a (regexp, function) pair to register display functions for keys
matching regular expressions.

Expand the size of the value scrolling window.

Added hex dump function and some regexps to display DRIVERS, SECDESC and
PRINTERS keys in hex instead of ascii.
-
Tim Potter
08dcfff2a2 A graphical tdb browser using the gnome-python bindings. -