forked from AuroraMiddleware/gtk
555ef89dc3
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com> Bug 325095 – show a 'size' column * gtk/gtkfilechooserdefault.c: * gtk/gtkfilechooserprivate.h: Add a context menu item controlling the visibility of the file size column. This works only for the browse mode, and the column is not visible by default. * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the settings file. svn path=/trunk/; revision=21431
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
2008-09-18 Emmanuele Bassi <ebassi@linux.intel.com>
|
||
|
||
Bug 325095 – show a 'size' column
|
||
|
||
* gtk/gtkfilechooserdefault.c:
|
||
* gtk/gtkfilechooserprivate.h: Add a context menu item controlling
|
||
the visibility of the file size column. This works only for the
|
||
browse mode, and the column is not visible by default.
|
||
|
||
* gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
|
||
settings file.
|
||
|
||
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
|
||
|
||
* modules/engines/ms-windows/*: Revert most of previous patch, as it didn't work as expected;
|
||
Some work toward #531086 - the new GtkTooltip widget doesn't theme properly on win32. Now, at least
|
||
the background color seems okay
|
||
|
||
2008-09-18 Dominic Lachowicz <domlachowicz@gmail.com>
|
||
|
||
* modules/engines/ms-windows/*: MS Windows style should use pango_win32_font_description_from_logfont;
|
||
Allows us to rip out a lot of potentially buggy code, and also get the font specification from the
|
||
XP theme (#434987)
|
||
|
||
2008-09-18 Matthias Clasen <mclasen@redhat.com>
|
||
|
||
* configure.in: updated version number to 2.15.0 for development.
|
||
|
||
* ChangeLog.pre-2-14: rotate ChangeLog
|
||
|
||
=== Branch for 2.14 ===
|