summaryrefslogtreecommitdiffstats
path: root/source/python/gtdbtool
Commit message (Collapse)AuthorAgeFilesLines
* Change 'import spoolss' to 'from samba import spoolss'.Tim Potter2002-09-111-1/+1
|
* Rewrote to use gtkdictbrowser.Tim Potter2002-09-031-253/+10
|
* Print out a friendly message on error instead of a python exception whenTim Potter2002-07-261-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 Potter2002-06-041-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 Potter2002-05-271-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 Potter2002-05-231-0/+166