~ubuntu-branches/ubuntu/hoary/foomatic-gui/hoary

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
2003-05-27  lordsutch  <lordsutch@quantex.lordsutch.com>

	* debian/changelog: Make changelog entry for 0.5.3

2003-05-20  lordsutch  <lordsutch@quantex.lordsutch.com>

	* TODO:
	Add the vendor PPD file todo item (e.g. provide an interface for the
	foomatic-configure --ppdfile option).

	* foomatic-gui: Fix bug when default options not present.

	* foomatic/foomatic.py:
	Handle boolean options with empty comments better.  Also handle
	0/1 defaults.

	* foomatic-gui: Improve feedback when network printers being detected.

	* foomatic/foomatic.py, foomatic/detect.py:
	Fix buglets in Perl->Python data conversion.  Sort detected interfaces.

	* foomatic/foomatic.py, foomatic-gui:
	Fix bugs when a printer has no available options according to foomatic.

	* foomatic-gui:
	Fix buglet when we can't select any printers from the list.

	* foomatic-gui: Improve layout of options dialog; add CVS Id tag.

	* testpage.ps, setup.py: Add CVS id tag.

	* foomatic/__init__.py, foomatic/detect.py, foomatic/pysmb.py:
	Add CVS tags to source files.

	* foomatic/foomatic.py: Improve options test output.

	* foomatic/foomatic.py: More option handling bugfixes.

	* foomatic/foomatic.py:
	More options handling cleanups; add test code for grabbing printer options.

	* foomatic/foomatic.py: Add support for boolean options.

2003-05-19  lordsutch  <lordsutch@quantex.lordsutch.com>

	* MANIFEST.in:
	Update MANIFEST to include the GUI strings to be translated.

	* debian/control, foomatic-gui, foomatic-gui-strings.c, foomatic-gui.glade, foomatic/detect.py, foomatic/ipv4.py:
	Added rudiments of network autodetection.  Currently SMB and JetDirect
	probing is working; IPP and LPD queues still need work.

	* TODO: Update TODO list.

	* foomatic-gui.glade:
	Behave more nicely when the close button on the add/change queue
	window is clicked.

	* README, debian/copyright: Add copyright attribution for pysmb.

	* foomatic/__init__.py, foomatic/pysmb.py:
	Add pysmb from Red Hat's printer-manager.

	* Makefile: Remove dist directory on make clean.

	* README: Add home URLs and copyright statement to README.

	* debian/copyright:
	Update debian/copyright to add author copyright statement to the
	Copyright block.

	* MANIFEST.in: Initial commit.  Used for making source distributions.

	* debian/rules: Make sure the native changelog is installed.  Grr.

	* debian/rules: Remove upstream changelog from Debian package.

	* debian/changelog: Make the package Debian-native.

	* ChangeLog: Refinalize...

	* ChangeLog: Finalize changelog for 0.5.2.

	* debian/control: Add home page URLs to control file.

	* debian/changelog: Finalize changelog for Debian 0.5.2-1.

	* COPYING, ChangeLog, Makefile, README, TODO, debian/changelog, debian/compat, debian/control, debian/copyright, debian/dirs, debian/docs, debian/menu, debian/rules, foomatic-gui, foomatic-gui-logo.png, foomatic-gui-strings.c, foomatic-gui.1, foomatic-gui.glade, foomatic-gui.gladep, foomatic/__init__.py, foomatic/detect.py, foomatic/foomatic.py, setup.py, testpage.ps, testpage.sxw:
	Initial import of foomatic-gui (0.5.2-pre).

Version 0.5.1:
	* COPYING: Added.

	* foomatic-gui, foomatic/foomatic.py: Added support for setting
	default printer options.

	* foomatic-gui.glade: Redesigned the interface somewhat; new
	"Settings" menu; new button for configuring printer options;
	changed label of the "Properties" button to avoid confusion
	between reconfiguring a queue and setting the queue's options.
	
	* testpage.ps: Rewrote some of the text and simplified the
	PostScript code (which is hacked pdftops output... I didn't feel
	like learning PostScript from scratch!).

Version 0.5:
	Added our own test page, hacked together from OpenOffice output.
	Fix bug where a queue has no description.  (Debian #129199 redux)
	
Version 0.4.1:
	Re-enable parallel detection code accidentally disabled in 0.4.
	Fix bug when no queues detected.  (Debian #129199)

Version 0.3:
	Switched to using xml.sax instead of sgmllib to parse XML files
	for increased speed.

	Use invoke-rc.d if available to restart cups if needed.
	
Version 0.2:
	Minor updates for Foomatic 3.x compatibility.

Version 0.1:
	Initial release.