]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
Require cvs glib.
[~andy/gtk] / ChangeLog.pre-2-10
index fcae612ba883d09ebf263abe0b2a964673251245..f7bf4905176af08fc2093cbe88b837b190e64fe0 100644 (file)
@@ -1,3 +1,60 @@
+2006-06-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Require cvs glib.
+
+       * gtk/gtkprintoperation-unix.c: 
+       (_gtk_print_operation_platform_backend_create_preview_surface): 
+       Don't use a temporary directory for preview files, since it
+       is not clear who cleans it up. Instead, use g_mkstemp() directly
+       to create a temp pdf file, and make the preview app responsible
+       for cleaning it up.
+
+       * gtk/gtkprintbackend.c: Move the registration of the 
+       gtk-print-preview-command setting from gtkprintbackend.c to 
+       gtkprintoperation-unix.c, to make sure it is registered before
+       the first use. Also, document the two settings.
+
+       * tests/print-editor.c: Add a "Preview" menu item.
+
+       * gtk/gtkprintoperation-unix.c (handle_print_response): When starting
+       a preview from the print dialog, set the action to PREVIEW.
+
+       * gtk/gtkprintoperation.c: Cosmetic changes.
+
+2006-06-16 Matthias Clasens  <mclasen@redhat.com>
+
+       * gtk/gtkprintoperation-unix.c: Mark the preview filename
+       as translatable (#345093, Christian Persch)
+
+Fri Jun 16 11:49:53 2006  Tim Janik  <timj@imendio.com>
+
+       * fixed #337882 by applying patches from Tommi Komulainen:
+
+       * gtk/gtkprogressbar.c:
+       (gtk_progress_bar_paint_activity):
+       (gtk_progress_bar_get_activity): Move activity bar offset and size
+       calculations to separate function.
+       (gtk_progress_bar_paint_text): Allow caller to specify offset for the
+       prelight part in addition to width.
+       (gtk_progress_bar_paint): Paint the text also in activity mode, #337882.
+
+       * gtk/gtkprogressbar.c: (gtk_progress_bar_paint_text): Paint the
+       prelighted text on top of the normal rather than side by side, to
+       simplify painting text in activity mode.
+
+2006-06-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/cups/gtkprintbackendcups.c: Include
+       gtkprinter-private.h  (#345038, Christian Persch)
+2006-06-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * modules/printbackends/pdf/gtkprintbackendpdf.c: Use the
+       stock floppy icon.
+
+       * gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
+       when creating a print dialog.  (noted by Yevgen Muntyan)
+
 2006-06-15  Carlos Garnacho  <carlosg@gnome.org>
 
        * gtk/gtknotebook.c (gtk_notebook_motion_notify): use