[gnome-screenshot] Created tag 3.3.1



The signed tag '3.3.1' was created.

Tagger: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Oct 25 11:10:52 2011 -0400

    Release 3.3.1

Changes:

Algimantas MargeviÄius (1):
      Updated Lithuanian translation

Anders Carlsson (6):
      Really? I can be a cool simple screenshot developer too?
      Re-add gnome-panel-screenshot
      Obey the "desktop is homedir" nautilus preference for saving to the
      Add support for making shaped windows transparent.
      Fix a bug with alpha, fix the permission problems, and add a feature.
      Fix window title handling. Should fix the 100% cpu bug.

Arvind Samptur (2):
      Avoid the defunct process by doing waitpid at the point you fork. Fixes
      Fix the problem of waitpid failing with a interrupted system call. Loop till you succeed.Fixes #92651.

Benjamin Otte (5):
      screenshot: Fix compiler warnings
      screenshot: Draw preview widget with Cairo
      screenshot: Don't draw directly to the root window
      screenshot: Rewrite event handling in area selection
      screenshot: Don't snap the selection

Bryan Clark (1):
      use window title name for screenshot file instead of window class name.

Carlos Garnacho Parro (1):
      mark a string for translation, remove an unnecessary function call

Christian Neumair (1):
      Fixes bug #154072.

Christian Persch (2):
      Fix "screenshooter" terminology, bug #162534.
      Don't skip the screenshot window in the taskbar. Bug #400203.

Cosimo Cecchi (68):
      Port gnome-screenshot to GIO, clean up some code and add licence headers
      Remove these files, which aren't used anymore after the port to GIO.
      Fix some warnings due to missing string format placeholders.
      Leftover from the Gdk port: remove $(XFIXES_LIBS) from LDADD.
      Drop libglade dependency. Use GtkBuilder instead (#549700).
      Make guessing screenshot filename from window title work again (#549736).
      Bump GTK+ requirement to 2.14.0. Drop libgnomeui dependency from
      Bug #557562, drop libgnome/libgnomeui dependency.
      Don't try to include the window border when doing fullscreen captures
      Simplify the code a bit. Thanks to Paolo Borelli.
      Don't free NULL errors, as it makes a warning.
      Fixed a typo in a string (#551440).
      Only delay the screenshot when in interactive mode (#554114).
      Always use URIs to build the GFile when checking for existance. Don't show
      move the "Copy to Clipboard" button on the left of the "Cancel" one, as
      always use the delay command line argument if present (follow-up to
      fix the mouse cursor overlay position when not in fullscreen mode
      set a meaningful title for the interactive dialog (#434581).
      Plug a memory leak.
      Plug some other memory leaks.
      Add newly saved files to GtkRecentManager (#567205).
      add a section that checks for gthread, so that we can explicitely link to
      add support for taking a screenshot of an user-defined selection. Patch by
      disable the delay option when taking a screenshot of an user selected area
      disable the effects section altogether when taking a screenshot of an user
      [screenshot] add a manual page
      [general] Fails to link with pedantic linkers
      screenshot: adapt for GDK backend API changes
      screenshot: port to GSettings
      Fix distcheck
      screenshot: add a workaround to avoid capturing the selection window
      man: fix a typo
      man: remove a leftover line
      screenshot: don't segfault when taking a window picture with no delay
      screenshot: refactor window rect code
      screenshot: make the flash duration a bit shorter
      screenshot: use Nautilus DBus methods instead of our own transfer dialog
      flash: remove unused code
      flash: don't use a solid color for the max flash window opacity
      screenshot: compensate invisible window borders using frame extents
      screenshot: move the filename builder to a separate file
      screenshot: cleanup unused code and variables
      screenshot: split out the interactive dialog and a config object
      screenshot: cleanup initial delay handling
      screenshot: style and code cleanups
      screenshot: cleanup interactive dialog handling in main()
      screenshot: cleanup ICC profile code
      screenshot: never attempt to save in /tmp
      screenshot: use GIO to asynchronously save the screenshot pixbuf
      screenshot: remove unused code
      screenshot: move the interactive area selection into a separate file
      screenshot: use GNOME Shell DBus screenshot interface if available
      flash: make sure to keep a self reference while fading out
      screenshot: unlink the temporary file when the pixbuf is loaded
      screenshot: don't save back settings when we're not in interactive mode
      screenshot: fix missing include
      Update for module split
      Cleanup translations for module split
      screenshot: don't call g_thread_init()
      dialog: use gtk_render_icon()
      screenshot: don't use gdk_cursor_unref()
      screenshot: don't use deprecated GDK api
      interactive-dialog: don't use deprecated GtkHBox/GtkVBox
      screenshot: don't warn when aborting interactive selection with Esc
      build: cleanup autotools setup a bit
      build: require GLib 2.31
      screenshot: remove references to gnome-panel-screenshot
      release: prepare for 3.3.1

Daniel Mustieles (1):
      Updated Spanish translation

Daniel Nylander (1):
      Updated Swedish translation

Dennis Cranston (9):
      UI-review changes for bug report #98912. - Frames should follow new HIG
      Fixed an old bug where clicking the 'Ok' button in the browse dialog would
      Adjust widget padding according to the HIG and fix mnemonic conflict.
      HIGify widget padding between the dialog vbox and action area.
      Follow gconf naming standard.
      Use proper HIG spacing in table1, replace file_chooser_frame with
      Escape the path strings. Fixes crash reported in bug #319188.
      Clean up compiler warnings.
      Register "applets-screenshooter" in the icon factory so

Didier Roche (1):
      screenshot: add Unity quicklist support

Emmanuele Bassi (53):
      fix compiler warnings (patch by Kjartan Maraas, closes bug #324552).
      A gnome-screenshot.desktop.in
      A gnome-screenshot.desktop.in
      Add the GTK category.
      mark the name of the temporary file as translatable, in order to have the
      switch to GOption for parsing the command line switches. Display a warning
      select just the name of the file but not its extension (closes bug
      Show the application's options using the --help command switch (closes bug
      Fix transparency for shaped windows (closes bug #332017)
      Use 'Folder' in place of 'Directory' for consistency with the naming
      Compose with the root window in order to avoid showing garbage for
      Fix includes, and drop deprecated I18N header gnome-i18n.h.
      fix ChangeLog
      Fix includes.
      Use g_utf8_strrchr() to find the last mark before the extension.
      Release 2.15.91
      Fix the call to XGetWindowProperty that got mangled by the compiler fixes
      Use the UTF-8 functions to select just the file name and not the
      outline filter is now a filled square instead of filled circle. (#310860,
      Add the OtherBinaries key for Bugzilla to the desktop file.
      Remove the useless target "x-special/gnome-icon-list", as we already
      Remove the unneeded headers Xmu/WinUtil.h and cursorfont.h. (closes
      Apply long-forgotten patch: if we can successfully read something from the
      Add a call to initialise the auth manager. (#362903)
      A gnome-screenshot.c D gnome-panel-screenshot.c D
      Use symbolic names for the GConf keys; move the frame creation of the
      Add a value for the "no effect" value of the border_effect GConf key; add
      Do not leak GnomeProgram instance and don't free the GOptionContext we
      Unref the GnomeProgram instance if you cancel the screenshot in
      Unref the GnomeProgram instance if you cancel the screenshot in
      Use an array of structures to hold the border effects informations (id,
      Another set of HIG fixes for the interactive dialog: make the dialog not
      Clean up some of the indentation; use BILINEAR instead of NEAREST as the
      Add call to gettext() in order to translate the user visible name of the
      Warn (in console) if g_filename_from_utf8() fails to convert the
      Make the temporary directory work on multi-user setups by using a unique
      Remove invalid .desktop category "Application". (#417654, Christian
      Use g_get_user_special_dir() to find out the Desktop directory. Use the
      The other Luca fixed this first
      Only show the GNOME Utilities in GNOME menus. (#431117, Sven Arvidsson)
      Do not show the gnome-util components on KDE. (#431117 and #520913)
      Bug 515179 â F1 does not display help in interactive dialogue
      Bug 521799 â Use PNG standard keyword
      Bug 454689 â Messages in the gnome-screenshot --help output are not all
      Bug 434580 â gnome-screenshot does not remember user settings
      Bug 549033 â Drop hard dependency on X, use Gdk instead (Cosimo Cecchi)
      Bug 549667 â crash in shape code
      Bug 99897 â Screen Shot to clip board
      Bug 552175 â invalid schemas file
      Bug 553085 â After doing gnome-screenshot -w (grab a window), "grab the
      Remove the code that loads/saves the take_window_shot GConf key.
      Save the include-pointer setting to GConf.
      [gitignore] Add ignore file for sub-modules

Federico Mena Quintero (2):
      bgo166485, bnc381135 (gnome-screenshot) - Mask out areas which are outside the visible monitors
      bgo166485 (screenshot) - Don't shape the root window

Fernando Herrera de las Heras (2):
      requiere libgnomeui 2.5.4 "use_filechooser"=TRUE to use the new
      use the new glade filename.

Fran DiÃguez (1):
      Updated Galician translations

Frank Belew (Myth) (1):
      replaced xml-i18n-* with intltool-* cleaned up EXTRA_SUBDIRS removed

Frank Worsley (1):
      don't expand the options frame when resizing

Gediminas Paulauskas (1):
      always get translated messages in UTF-8.

George Lebl (17):
      Add the screenshot key with default to the print screen key ("Print"). The
      select the filename and setup activate on the save entry so that it's easy
      Add dnd (that is drag) to the screenshot applet, lots of cool and evil foo
      Enabled the printing stuff
      Use a temporary directory rather then just a file, this has two
      include libgnome/libgnome.h and libgnomeui/libgnomeui.h
      s/GnomeDialog/GtkDialog/, reenable menu properties again and port the
      Yet more de-deprecation. Now all that's left is the clist stuff in
      more fixes. Having things actually compile is usually good.
      redo how the updating of icons and tearoffs keys is done, load the foobar
      Compile with G_DISABLE_DEPRECATED and GNOME_DISABLE_DEPRECATED
      Compile also with GDK_DISABLE_DEPRECATED and
      I'm a dubmass! GdkCursor is NOT a GObject
      Apply patch from Owen Taylor for bug #10778 to avoid taking screenshot
      Check for NULL return from the gdk_window_foreign_new function and exit
      actually fix the permission problem in the case when we don't do a
      convert filenames to utf8 before displaying them in the dialogs.

Glynn Foster (5):
      * extern.c: * foobar-widget.c: * gnome-panel-screenshot.c: * launcher.c: *
      * drawer.c: * extern.c: * gnome-panel-screenshot.c: * menu.c: *
      Version 1.5.19.
      Remove install of gnome-panel-screenshot .desktop file. Add 'Take a Screen
      Add a default window icon. Clean up after a few widgets.

Gregory Merchan (1):
      Modified Files: ChangeLog applets/clock/clock.c applets/fish/fish.c

Gustavo Noronha Silva (1):
      - fix typo in variable name "filename" -> "file_name"

Hidetoshi Tajima (2):
      Fix #107578 by converting from utf8 when getting text from the text entry.
      convert filename to utf-8 when it is set to gtk entry (#111064).

Ian Westcott (1):
      Disable masking for area or window screenshots.

Ihar Hrachyshka (1):
      Updated Belarusian translation.

Javier JardÃn (2):
      screenshot: Use accessor functions instead direct access
      screenshot: Port to "draw" vfunc

Jeroen Zwartepoorte (1):
      Don't use an alpha channel if the source doesn't have any. This makes

Jonathan Blandford (11):
      bug fix for when the cursor's over the root window.
      Small change to set watch/sensitivity for print dialog when doing a print
      Big refactor of the code. Split out various functions into other files to
      escape '/' in file names.
      Pretty big rewrite. Start of gnome_vfs support. It's not complete, and the
      Move gnome-screenshot to gnome-utils out of gnome-panel
      remove bogus old dialog stuff.
      gnome-screenshot.
      Save the last directory visited to gconf. Remove dead code. M-x
      * screenshot-shadow.h: Patch from Emmanuel Pacaud
      Fix crasher when we can't access the last saved dir for some reason,

Kang Jeong-Hee (1):
      filename charset conversion

Kjartan Maraas (3):
      Merge warning fix
      Add missing #include <config.h> to make translations work
      Updated Norwegian bokmÃl translation

Kwok-Koon Cheung (1):
      Don't mention gnome-core

Luca Ferretti (1):
      screenshot: Use /org/gnome as starting path for schemas

Mario BlÃttermann (1):
      [l10n] Updated German translation

Mario Kemper (1):
      screenshot: don't ignore typed-in location

Mark McLoughlin (27):
      ported gnome_.*_file -> gnome_program_locate_file
      hook up the OK button.
      fixed warning.
      convert translated filenames from utf8 to the locale encoding for
      enable compile warnings.
      Patch from Glynn Foster to add help button.
      sanity checks so we don't crash on Solaris trying to do printf ("%s",
      set "directory_entry" flag on the file selector to false. Fixes #89037.
      add a check for the shape extension.
      handle "delete_event". Fixes #90183.
      kill the seperator.
      install gnome-panel-screenshot.schemas.
      Merge the new-toplevel branch into HEAD and:
      destroy the dialog even if we are overwriting the file. Based on patch
      Fix loads of drawer bugs. Redo launcher hoarding. Don't save the absolute
      save in ~/Desktop, not ~/.gnome-desktop.
      Patch from Fernando Herrera in bug #115572.
      much work on keys documentation to make it more consitent, fix typos and
      include gnome-vfs-utils.h. (gimme_file): don't take a const char*.
      Remove old crufty print support.
      Patch from The Written Word in bug #131609.
      Based on patch from Fernando Herrera in bug #128375.
      Patch from Shaun McCance <shaunm gnome org>
      Make the file entry use a save mode file chooser. Fix for bug #136675 with
      don't try and load the glade file to from the current dir first. Was a
      Based on a patch by Mariano SuÃrez-Alvarez <msuarezalvarez arnet com ar>
      remove assertion. Fixes bug #140921.

Martin Baulig (2):
      #include <libgnomeui.h> instead of <gnome.h> and #include
      Merged the basic GTK+ 2.0 port from the GNOME20.

Matej UrbanÄiÄ (1):
      Added Slovenian translation

Matthias Clasen (4):
      Bug 171151 â showing the cursor in the screenshot
      Fix build with current GTK+
      Don't save uri-escaped filenames
      gnome-screenshot: Don't translate the timestamp in the filename

Mikael Hallendal (1):
      always include locale.h, it's used in main.

Muhammet Kara (1):
      Updated Turkish translation

Olav Vitters (1):
      Fix typo in gconf key (gnome_screenshot instead of gnome-screenshot).

Padraig O'Briain (1):
      Use idle handler instead of sleep to implement delay. This prevents the

Paolo Borelli (3):
      Split gtk2 and gtk3 cflags and libs to allow porting each app
      Misc gtk3 fixups
      Port screenshot handling to gtk3

Praveen Illa (1):
      Updated Telugu Translation

Richard Hughes (1):
      screenshot: Save the screen ICC profile in the screenshot file if it has been set

Rohit R (1):
      Remove temp dir correctly and update the permissions for files and

Ross Burton (1):
      Implement the advertised dragging of image data (#354685).

Satyajit Kanungo (1):
      Corrected the help link for Help on screenshot

Sebastien Bacher (3):
      clean an useless g_print statement (Closes: #319191).
      mention gnome-utils instead of gnome-panel (Closes: #167158).
      set the default response to the ok action (#487134)

StÃphane Loeuillet (1):
      Trivial fixes to all .desktop files to conform to latest fd.o .desktop specs. Spoted by desktop-file-validate. Fixes #481721

Thomas Hindoe Paaboel Andersen (2):
      [screenshot] remove deprecated GTK+ symbols.
      Fix GSEAL issues

Tomasz KÅoczko (1):
      small but importand fix for /apps/gnome-screenshot/include_border key

Vincent Noel (3):
      Use new GtkFileChooserButton API.
      When called with --delay, call gtk_main() otherwise the g_timeout is never
      Post-release version bump.

Vincent Untz (9):
      don't crash when using the Shape extension and a window is out of screen.
      don't call gdk_pixbuf_get_has_alpha() in the loop but before the loop.
      expand filenames with a tilde when saving the screenshot. Fix bug #110404.
      build some strings to ease translators' work. Fix bug #124960.
      build some strings with g_strdup_printf() to help translators.
      kill (icon_theme_changed): kill (set_window_icon): kill (do_screenshot):
      stop including everything from libgnome and libgnomeui, use glib/gi18n.h
      Post-release version bump.
      Use HIG frame spacing and toggle label sensitivity too. Patch by Dennis

Wang Yan (1):
      [screenshot] fix double free of GError

William Jon McCann (9):
      Play shutter sound effect through libcanberra
      screenshot: remove help button and place copy botton at left
      Add a timestamp to screenshot filenames by default
      Don't use window title in default filenames
      Increase the size of the filename entry
      Use XDG Pictures directory by default
      Change name to Screenshot
      Flash the area of the screen that is captured
      Add an option to send snap to clipboard directly

Yaron Shahrabani (1):
      Updated Hebrew translation.

Yasumichi Akahoshi (1):
      screenshot: use the correct uri for Help



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]