summaryrefslogtreecommitdiffstats
path: root/source3/python/gtdbtool
Commit message (Collapse)AuthorAgeFilesLines
* Change 'import spoolss' to 'from samba import spoolss'.Tim Potter2002-09-111-1/+1
| | | | (This used to be commit 06f6e7110029d5d60c4f34123f470bfb4c96364a)
* Rewrote to use gtkdictbrowser.Tim Potter2002-09-031-253/+10
| | | | (This used to be commit 6f78c4181449a995b9d5b2955981a20e4fdcc829)
* 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. (This used to be commit 2adcd0eb4362a20824d1f34b63c0f405a7803872)
* 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. (This used to be commit f504be133cd9659163a609eb11a09a36e56166ee)
* 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. (This used to be commit 7d10dc5f7bd12e25ea3e64b380a029c89929156f)
* A graphical tdb browser using the gnome-python bindings.Tim Potter2002-05-231-0/+166
(This used to be commit 08dcfff2a22fd35a3e5cdca8ed137a7e5891fe53)