summaryrefslogtreecommitdiff
path: root/source3/python/gtdbtool
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11Change 'import spoolss' to 'from samba import spoolss'.Tim Potter1-1/+1
(This used to be commit 06f6e7110029d5d60c4f34123f470bfb4c96364a)
2002-09-03Rewrote to use gtkdictbrowser.Tim Potter1-253/+10
(This used to be commit 6f78c4181449a995b9d5b2955981a20e4fdcc829)
2002-07-26Print out a friendly message on error instead of a python exception whenTim Potter1-1/+11
calling tdb.open() Override Python's SIGINT handler so we can quit from the command line by hitting Ctrl-C. (This used to be commit 2adcd0eb4362a20824d1f34b63c0f405a7803872)
2002-06-04Fix long list scrolling bug.Tim Potter1-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. (This used to be commit f504be133cd9659163a609eb11a09a36e56166ee)
2002-05-27Use a fixed size font for displaying tdb values.Tim Potter1-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. (This used to be commit 7d10dc5f7bd12e25ea3e64b380a029c89929156f)
2002-05-23A graphical tdb browser using the gnome-python bindings.Tim Potter1-0/+166
(This used to be commit 08dcfff2a22fd35a3e5cdca8ed137a7e5891fe53)