[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (bc3671d -> 63dc51d)

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:06:56 CEST 2017


This is an automated email from the git hooks/post-receive script.

andre pushed a change to branch master
in repository apps/xfce4-screenshooter.

      from  bc3671d   I18n: Update translation lt (100%).
       new  bc537dc   Bump dependencies to check for gtk3/libxfce4ui-2/libxfce4panel-2.0
       new  1cb64e5   Set X-XFCE-API=2.0 in desktop file
       new  309c0e0   Replace GDK_[key] by GDK_KEY_[key]
       new  f10c9d4   Drop GTK_DIALOG_NO_SEPARATOR
       new  f940c7f   Drop gtk_dialog_set_has_separator
       new  68361c8   Fix Makefile.am indentation
       new  07a20fc   Replace katze-throbber by spinner (for now)
       new  ababb76   Stop poking at widget internals, use accessors
       new  271c657   Replace GDK deprecated functions/structures
       new  7d8fcf8   More GDK related work to make selection mode work (composited)
       new  a4ccc69   Fix input event handling (now using XInput2)
       new  97ce9ad   Replace gdk_draw_rectangle for selection mode (non-compositing)
       new  129c81b   Add missing XInput2 include
       new  7d82e3f   Replace more GDK deprecated code for selection mode non-compositing
       new  42222a2   Implement selection area with X11 code
       new  e96ab22   Fix indentation
       new  f0fd643   Drop katze-throbber
       new  13d38a2   Remove panel version check macros
       new  5a6a370   Replace GtkAlignment
       new  4f2d813   Replace GtkV/HBox by GtkBox
       new  97c7cd5   Replace GTK_STOCK_*
       new  9b78ec2   Replace GtkTable by GtkGrid
       new  8a8f0cd   Replace GTK_ICON_LOOKUP Flag
       new  9bf1408   Replace pointer/keyboard related deprecated functions
       new  ce5d5c1   Fix compile warning
       new  6c5c580   Replace gdk_cursor_unref
       new  25323f9   Replace gdk_cursor_new by gdk_cursor_new_for_display
       new  a389086   Replace gdk_pointer/keyboard_grab by gdk_device_grab
       new  1ef801b   Replace gtk_icon_info_free
       new  b34037c   Fix compilation warnings
       new  e8bd378   Replace soup_session_sync_new by soup_session_new
       new  41c37f0   Disable delay spinner if Select Region is selected
       new  1d4ed8b   Set focus to the selected radio button
       new  9fb8e85   Force 1s delay for Select Region
       new  09be895   Fix panel plugin icon
       new  372d9d8   Fix panel plugin set mode on scroll
       new  c3aea8c   Correctly unblock menu after closing properties dialog
       new  63dc51d   Fix indentation

The 38 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                           |  13 +-
 configure.ac.in                       |  10 +-
 lib/katze-throbber.c                  | 960 ----------------------------------
 lib/katze-throbber.h                  | 112 ----
 lib/screenshooter-capture.c           | 376 +++++++------
 lib/screenshooter-capture.h           |   1 +
 lib/screenshooter-dialogs.c           | 206 +++++---
 lib/screenshooter-imgur.c             |  10 +-
 lib/screenshooter-imgur.h             |   1 -
 lib/screenshooter-job-callbacks.c     | 194 ++++---
 lib/screenshooter-job-callbacks.h     |   3 +-
 lib/screenshooter-utils.c             |   8 +-
 lib/screenshooter-zimagez.c           |   4 +-
 lib/screenshooter-zimagez.h           |   1 -
 panel-plugin/screenshooter-plugin.c   |  41 +-
 panel-plugin/screenshooter.desktop.in |   2 +-
 16 files changed, 482 insertions(+), 1460 deletions(-)
 delete mode 100644 lib/katze-throbber.c
 delete mode 100644 lib/katze-throbber.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list