[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (1291d1c -> 12dcf2c)
noreply at xfce.org
noreply at xfce.org
Mon Dec 15 22:34:54 CET 2014
This is an automated email from the git hooks/post-receive script.
landry pushed a change to branch master
in repository apps/xfce4-screenshooter.
from 1291d1c I18n: Update translation ast (100%).
new 24173a7 Add imgur support (bug #6899)
new e165558 Add cli options
new 10c100b forgotten closing brace in cherrypick merge
new 84a2beb sexy-url-label.h should be included with libsexy/ in the path
new d3c0c0c Check for curl, json-glib and libsexy presence.
new 58847d9 remove dependency on libsexy, just use plain GtkLabel with markup
new 51ae8e7 Fix warnings, remove unused variable/functions, use g_markup_printf_escaped instead of g_strdup_printf
new 7f14f46 No need for a hook, GtkLabel with markup takes care of opening the browser when links are clicked
new 06105c6 Remove dependency on curl/json-glib and port to libsoup (doesnt work yet..)
new 3b1e762 Check for libxml presence and add corresponding CFLAGS/LIBS.
new 57b85a8 Switch to imgur API v3, and use a proper Client-ID registered *only* for xfce4-screenshooter
new a0943c5 only enable libsoup logging if DEBUG > 0
new efa529e dont try to g_object_unref a ptr which hasnt been used yet
new 12dcf2c Merge branch 'master' of git://git.xfce.org/apps/xfce4-screenshooter
The 14 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 | 7 +
configure.ac.in | 1 +
lib/screenshooter-actions.c | 13 +
lib/screenshooter-actions.h | 1 +
lib/screenshooter-dialogs.c | 24 +
lib/screenshooter-global.h | 1 +
lib/screenshooter-imgur.c | 508 ++++++++++++++++++++
...reenshooter-zimagez.h => screenshooter-imgur.h} | 15 +-
src/main.c | 29 ++
9 files changed, 591 insertions(+), 8 deletions(-)
create mode 100644 lib/screenshooter-imgur.c
copy lib/{screenshooter-zimagez.h => screenshooter-imgur.h} (70%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list