Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change 'import spoolss' to 'from samba import spoolss'. | Tim Potter | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | Rewrote to use gtkdictbrowser. | Tim Potter | 2002-09-03 | 1 | -253/+10 |
| | |||||
* | Print out a friendly message on error instead of a python exception when | Tim Potter | 2002-07-26 | 1 | -1/+11 |
| | | | | | | | calling tdb.open() Override Python's SIGINT handler so we can quit from the command line by hitting Ctrl-C. | ||||
* | Fix long list scrolling bug. | Tim Potter | 2002-06-04 | 1 | -4/+3 |
| | | | | | | | 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. | ||||
* | Use a fixed size font for displaying tdb values. | Tim Potter | 2002-05-27 | 1 | -4/+111 |
| | | | | | | | | | | 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. | ||||
* | A graphical tdb browser using the gnome-python bindings. | Tim Potter | 2002-05-23 | 1 | -0/+166 |