]> Pileus Git - ~andy/gtk/blob - ChangeLog
Bug 553133 – GtkFileChooser won't ask to mount a volume
[~andy/gtk] / ChangeLog
1 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 553133 – GtkFileChooser won't ask to mount a volume
4
5         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
6         a GtkMountOperation when mounting, so that we get a password
7         dialog when required.  
8
9 2008-09-26  Cody Russell  <bratsche@gnome.org>
10
11         Bug 553917 – Typo in gdkwindow-win32.c
12
13         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
14         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
15
16         Reported by Richard Hult
17
18 2008-09-25  Marek Kasik  <mkasik@redhat.com>
19
20         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
21
22         * modules/printbackends/lpr/gtkprintbackendlpr.c:
23         The redundant freeing of memory was removed.
24
25         Patch by Chris Wang
26
27 2008-09-25  Michael Natterer  <mitch@imendio.com>
28
29         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
30         don't unref the file system backend, the newly added
31         unset_file_system_backend() already does this (bug #553135).
32
33 2008-09-24  Michael Natterer  <mitch@imendio.com>
34
35         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
36         static prototypes.
37
38 2008-09-24  Johan Dahlin  <johan@gnome.org>
39
40         Bug 553385 – gtk-builder-convert creates untranslated combobox models
41
42         * gtk/gtk-builder-convert: Set the translatable property on
43         col tags for converted combos.
44
45 2008-09-24  Tor Lillqvist  <tml@novell.com>
46
47         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
48         share/aclocal and share/gtk-doc instead of trying to list
49         individual files or subdirectories. We had missed gail.pc, for
50         instance.
51
52 2008-09-24  Christian Dywan  <christian@imendio.com>
53
54         Bug 538782 – Make GtkMenu's arrow size themable
55
56         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
57         Implement "arrow-scaling" style property in GtkMenu.
58
59 2008-09-24  Christian Dywan  <christian@imendio.com>
60
61         Bug 408244 – add GtkDialog::content-area-spacing
62
63         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
64         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
65         * gtk/gtkbox.h:
66         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
67         Implement "content-area-spacing" style property in GtkDialog
68         and internal helper _gtk_box_get_spacing_set in GtkBox.
69         Patch by Tim Janik, Sven Herzberg and myself.
70
71 2008-09-24  Christian Dywan  <christian@imendio.com>
72
73         Bug 541391 – Unfocussable Treeview swallows focus
74
75         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
76         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
77
78 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
79
80         * gtk/gtkiconview.c: draw focus as a rectangle around the
81         complete item, not just the text. (Bug #38254)
82
83 2008-09-23  Michael Natterer  <mitch@imendio.com>
84
85         * gtk/gtkobject.c
86         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
87         s/GtkSignalMarshaller/GSignalCMarshaller/.
88
89 2008-09-23  Michael Natterer  <mitch@imendio.com>
90
91         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
92         variable and fix indentation.
93
94 2008-09-23  Michael Natterer  <mitch@imendio.com>
95
96         * gtk/gtkclist.h
97         * gtk/gtkctree.h
98         * gtk/gtklist.h
99         * gtk/gtklistitem.h
100         * gtk/gtkobject.h
101         * gtk/gtkoldeditable.h
102         * gtk/gtkpixmap.h
103         * gtk/gtkpreview.h
104         * gtk/gtktext.h
105         * gtk/gtktipsquery.h
106         * gtk/gtktree.h
107         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
108         in all deprecated headers.
109
110 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
111
112         Bug 553135 – eog crash: assertion failed. Gtk error:
113         shortcuts_remove_rows: code should not be reached
114
115         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
116         signals when we are destroyed, in order to avoid nasty surprises.
117         Patch by Claudio Saavedra
118
119 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
120
121         Bug 552789 – Show size column in the search and recently used
122         files modes
123
124         * gtk/gtkfilechooserdefault.c: Display the file size column
125         when in OPERATION_MODE_SEARCH. This removes a stat() call
126         and simplifies the code a little bit by changing the query
127         for file informations for each search engine hit.
128
129 2008-09-22  Michael Natterer  <mitch@imendio.com>
130
131         * gtk/gtksignal.[ch]
132         * gtk/gtkclist.c
133         * gtk/gtklist.c
134         * gtk/gtkmain.c
135         * gtk/gtktext.c
136         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
137         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
138
139 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
140
141         * gtk/gtkfilesystem.c: use the correct gi18n header.
142         Fixes bug #553000.
143
144 2008-09-22  Michael Natterer  <mitch@imendio.com>
145
146         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
147         append(), prepend() and insert() functions and recommend to use
148         gtk_toolbar_insert() instead. Use GCallback instead of
149         GtkSignalFunc even in deprecated API.
150
151 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
152
153         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
154         leak a GFile.
155
156 2008-09-19  Owen Taylor  <otaylor@redhat.com>
157
158         Small cleanups to debug messages for GtkPlug/GtkSocket
159
160         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
161         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
162         messages.
163
164 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
165
166         Bug 83935 – GtkEntry's default invisible char should be U+25CF
167
168         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
169         more suitable invisible char than '*' based on the used font.
170         (gtk_entry_class_init) (gtk_entry_set_property)
171         (gtk_entry_get_property): Add a "invisible-char-set" property.
172         (gtk_entry_unset_invisible_char): New function, needed now that the
173         default invisible char isn't fixed.
174         * gtk/gtkentry.h:
175         * gtk/gtk.symbols:
176         * docs/reference/gtk/gtk-sections.txt: Add the new function.
177
178 2008-09-19  Christian Persch  <chpe@gnome.org>
179  
180         Bug 552837 – mem leak in gtkimmulticontext
181  
182         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
183         leak.
184  
185 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
186
187         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
188         visibility state with the rest of the FileChooser settings.
189
190 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
191
192         Bug 325095 – show a 'size' column
193
194         * gtk/gtkfilechooserdefault.c:
195         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
196         the visibility of the file size column. This works only for the
197         browse mode, and the column is not visible by default.
198
199         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
200         settings file.
201
202 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
203
204         * modules/engines/ms-windows/*: Revert most of previous patch, as
205         it didn't work as expected; Some work toward #531086 - the new
206         GtkTooltip widget doesn't theme properly on win32. Now, at least
207         the background color seems okay
208         
209 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
210
211         * modules/engines/ms-windows/*: MS Windows style should use
212         pango_win32_font_description_from_logfont; Allows us to rip out a
213         lot of potentially buggy code, and also get the font specification
214         from the XP theme (#434987)
215         
216 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
217
218         * configure.in: updated version number to 2.15.0 for development.
219
220         * ChangeLog.pre-2-14: rotate ChangeLog
221
222 === Branch for 2.14 ===