~ubuntu-branches/ubuntu/jaunty/system-config-printer/jaunty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-09-10 13:41:39 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20070910134139-svf18bo858u320x9
Tags: upstream-0.7.74+svn1502
ImportĀ upstreamĀ versionĀ 0.7.74+svn1502

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-09-07  Tim Waugh  <twaugh@redhat.com>
 
2
 
 
3
        * system-config-printer.py (GUI.maintenance_command): Set MIME
 
4
        type for command file.
 
5
        (GUI.setDataButtonState): Set maintenance buttons insensitive when
 
6
        not possible to submit maintenance jobs.
 
7
        (GUI.populateList): Don't select the default printer after changes
 
8
        to another printer have been made.
 
9
        (GUI.get_PPD_but_handle_errors): Always construct URI from input
 
10
        fields (bug #281551).
 
11
        (GUI.fillDeviceTab): No need to browse for SMB servers when
 
12
        changing device now; a separate Browse button handles that.
 
13
 
 
14
2007-09-05  Tim Waugh  <twaugh@redhat.com>
 
15
 
 
16
        * system-config-printer.py: Moved state widget code to a sane place.
 
17
        (GUI.maintenance_command): New method implementing maintenance
 
18
        commands.
 
19
 
 
20
        * system-config-printer.glade: Button text changes.
 
21
 
 
22
2007-09-05  Florian Festi  <ffesti@redhat.com>
 
23
 
 
24
        * system-config-printer.glade: Adjusted spacing for small dialogs
 
25
        * system-config-printer.py(on_server_changed, fillServerTab):
 
26
        Set unsupported Server Settings insensitve instead of hidden
 
27
        Make SMBBrowseDialog transient to the New Printer Dialog
 
28
        Disable Verify SMB URI button if URI is empty
 
29
        Make sure new default Class names are unique
 
30
        Start counting from 2 when creating unique names
 
31
        Remove Apply New Printer/Class tab
 
32
        Added buttons for "Print Self Test" and "Clean Print Head"
 
33
        
 
34
2007-09-04  Florian Festi  <ffesti@redhat.com>
 
35
 
 
36
        * system-config-printer.glade, system-config-printer.py:
 
37
        Remove inactive PPD comments in the New Printer Dialog
 
38
        Show human readable name in the driver list
 
39
        Added tooltips to driver list
 
40
 
 
41
        * system-config-printer.py: Fix locking problems in PPD and Devices fetching code
 
42
        
 
43
2007-09-04  Tim Waugh  <twaugh@redhat.com>
 
44
 
 
45
        * system-config-printer.py (GUI.setConnected): Set sensitivity for
 
46
        new check-box.
 
47
        (GUI.fillServerTab): Show setting for new check-box.
 
48
        (GUI.on_server_changed): Set sensitivity for new check-box.
 
49
        (GUI.save_serversettings): Set server setting from check-box.
 
50
 
 
51
        * system-config-printer.glade: New check-box for 'Allow printing
 
52
        from the Internet'.
 
53
 
 
54
2007-09-03  Tim Waugh  <twaugh@redhat.com>
 
55
 
 
56
        * po/pl.po: Updated (bug #263001).
 
57
 
 
58
        * system-config-printer.py (GUI.on_tvSMBBrowser_cursor_changed):
 
59
        Prevent traceback when iter is None.
 
60
 
 
61
2007-09-03  Florian Festi  <ffesti@redhat.com>
 
62
 
 
63
        * system-config-printer.glade, system-config-printer.py:
 
64
        Move SMB browser into an own dialog that is filled in a separate thread.
 
65
 
 
66
        * pysmb.py: Remove signal.signal to allow usage in sub thread
 
67
 
 
68
2007-08-31  Tim Waugh  <twaugh@redhat.com>
 
69
 
 
70
        * my-default-printer.py (handle_sigchld): Ignore OSError
 
71
        (Ubuntu #136403).
 
72
 
 
73
2007-08-30  Florian Festi  <ffesti@redhat.com>
 
74
 
 
75
        * system-config-printer.glade: 
 
76
         - Use gtk.AboutDialog
 
77
         - Make sub dialogs center on parent
 
78
        
 
79
2007-08-30  Tim Waugh  <twaugh@redhat.com>
 
80
 
 
81
        * configure.in: Version 0.7.74.
 
82
 
 
83
2007-08-30  Tim Waugh  <twaugh@redhat.com>
 
84
 
 
85
        * Makefile.am: Added 'help' target.
 
86
 
 
87
2007-08-30  Florian Festi  <ffesti@redhat.com>
 
88
 
 
89
        * system-config-printer.py (on_new_printer_activate): call 
 
90
        on_rbtnNPFoomatic_toggled after initNewPrinterWindow to avoid 
 
91
        trace back 
 
92
        
 
93
2007-08-30  Tim Waugh  <twaugh@redhat.com>
 
94
 
 
95
        * system-config-printer.glade: Applied patch from Florian Festi to
 
96
        fix widget padding in the dialogs.
 
97
 
 
98
2007-08-29  Tim Waugh  <twaugh@redhat.com>
 
99
 
 
100
        * po/fr.po: Updated (bug #264281).
 
101
 
 
102
        * system-config-printer.py (__init__): Developer can use
 
103
        environment variable SYSTEM_CONFIG_PRINTER_GLADE to override the
 
104
        location of the XML file to read.
 
105
        (GUI.connect): When connecting to a new server, try to select the
 
106
        printer we already had selected.  This is useful when selecting a
 
107
        remote printer and then clicking 'Go to...'.
 
108
        (GUI.initNewPrinterWindow): Fixed New Class dialog.
 
109
        (GUI.populateList): Expand list in order to select specified
 
110
        printer.
 
111
 
 
112
        * Makefile.am: New target 'run'.
 
113
 
 
114
        * system-config-printer.py: Expand/collapse printer lists.  Patch
 
115
        from Florian Festi.
 
116
 
 
117
        * system-config-printer.glade: Applied patch from Florian Festi to
 
118
        fix widget padding in the main window.
 
119
 
 
120
        * po/pl.po: Updated (bug #263001).
 
121
 
1
122
2007-08-24  Tim Waugh  <twaugh@redhat.com>
2
123
 
3
124
        * configure.in: Version 0.7.73.