[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: updates for 1.8.2

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 4a98b70642a91e09def1f5da8f4ae0b1cdeb53f0
Author: Landry Breuil lan...@xfce.org
Date:   Sun Jan 25 10:00:02 2015 +0100

updates for 1.8.2
---
 NEWS|   10 +-
 configure.ac.in |2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4c0af1a..783fa87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,16 @@
-=== Version x.x.x ===
+=== Version 1.8.2 ===
 
   * Enhancements:
+- Add imgur.com as possible upload option (bug #6899)
+- Add appdate file (bug #11202)
 - Make region selection with compositing on more usable on darker
   backgrounds (bug #9592).
+- Updated translations (thanks to translators!)
+
+  * Bugs fixed:
+- Fix keyboard navigation between choices (bug #11325)
+- Fix build with automake 1.13 (bug #10030)
+- Use filename-friendly date format for saved files (bug #8445)
 
 === Version 1.8.1 ===
 
diff --git a/configure.ac.in b/configure.ac.in
index 651c104..f67caf6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,7 +5,7 @@ dnl
 
 m4_define([xfce4_screenshooter_version_major], [1])
 m4_define([xfce4_screenshooter_version_minor], [8])
-m4_define([xfce4_screenshooter_version_micro], [1])
+m4_define([xfce4_screenshooter_version_micro], [2])
 m4_define([xfce4_screenshooter_version_nano],  []) dnl leave this empty to 
have no nano version
 m4_define([xfce4_screenshooter_version_build], [@REVISION@])
 m4_define([xfce4_screenshooter_version_tag], [])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (fd13810 - 4a98b70)

2015-01-25 Thread noreply
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  fd13810   I18n: Update translation pl (97%).
   new  4a98b70   updates for 1.8.2

The 1 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:
 NEWS|   10 +-
 configure.ac.in |2 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] annotated tag xfce4-screenshooter-1.8.2 created (now 0bf1b90)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to annotated tag xfce4-screenshooter-1.8.2
in repository apps/xfce4-screenshooter.

at  0bf1b90   (tag)
   tagging  4a98b70642a91e09def1f5da8f4ae0b1cdeb53f0 (commit)
  replaces  xfce4-screenshooter-1.8.1
 tagged by  Landry Breuil
on  Sun Jan 25 10:00:11 2015 +0100

- Log -
xfce4-screenshooter-1.8.2
---

No new revisions were added by this update.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] 02/02: Add rules to generate and install appdata

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository apps/ristretto.

commit 3dac899814eae63a77e61e827d258f736a168272
Author: Eric Koegel eric.koe...@gmail.com
Date:   Sun Jan 25 11:08:39 2015 +0300

Add rules to generate and install appdata

This commit adds the automake stuff to generate the appdata.xml from
the appdata.xml.in file and marks it for translations.

Signed-off-by: Eric Koegel eric.koe...@gmail.com
---
 Makefile.am|   14 --
 po/POTFILES.in |1 +
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 1a422b6..e4aea44 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,14 @@ desktop_in_files = ristretto.desktop.in
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+#
+# .appdata
+#
+@INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = ristretto.appdata.xml.in
+
 EXTRA_DIST = \
autogen.sh \
intltool-extract.in \
@@ -14,13 +22,15 @@ EXTRA_DIST = \
intltool-update.in \
$(desktop_in_files) \
$(pixmaps_DATA) \
-   $(wrapper_DATA)
+   $(wrapper_DATA) \
+   $(appdata_in_files)
 
 DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
-   $(desktop_DATA)
+   $(desktop_DATA) \
+   $(appdata_DATA)
 
 DISTCHECK_CONFIGURE_FLAGS=--enable-gen-doc
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index de05232..91421bd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -12,3 +12,4 @@ src/wallpaper_manager.c
 src/xfce_wallpaper_manager.c
 src/gnome_wallpaper_manager.c
 ristretto.desktop.in
+ristretto.appdata.xml.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] branch master updated (337f46e - 3dac899)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a change to branch master
in repository apps/ristretto.

  from  337f46e   Update intltool
   new  4282087   Add AppData file (Bug #11296)
   new  3dac899   Add rules to generate and install appdata

The 2 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  |   14 ++--
 po/POTFILES.in   |1 +
 ristretto.appdata.xml.in |   83 ++
 3 files changed, 96 insertions(+), 2 deletions(-)
 create mode 100644 ristretto.appdata.xml.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] 01/02: Add AppData file (Bug #11296)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository apps/ristretto.

commit 4282087f193ccf457489e49ea6b5f3e9d626870c
Author: poma pomidorabelis...@gmail.com
Date:   Sun Jan 25 10:50:46 2015 +0300

Add AppData file (Bug #11296)

Signed-off-by: Eric Koegel eric.koe...@gmail.com
---
 ristretto.appdata.xml.in |   83 ++
 1 file changed, 83 insertions(+)

diff --git a/ristretto.appdata.xml.in b/ristretto.appdata.xml.in
new file mode 100644
index 000..0ff8b22
--- /dev/null
+++ b/ristretto.appdata.xml.in
@@ -0,0 +1,83 @@
+?xml version=1.0 encoding=UTF-8?
+!-- Copyright 2014 Stephan Arts step...@xfce.org --
+component type=desktop
+  idristretto.desktop/id
+  metadata_licenseCC-BY-3.0/metadata_license
+  project_licenseGPL-2.0+/project_license
+  nameRistretto/name
+  summaryFast and lightweight image viewer/summary
+
+  description
+_pRistretto is an image viewer for the Xfce desktop environment.
+/_p
+_pThe Ristretto Image Viewer is an application that can be used to view
+   and scroll through images, run a slideshow of images, open images with
+   other applications like an image-editor or configure an image as the 
+   desktop wallpaper. 
+/_p
+  /description
+
+  screenshots
+screenshot type=default
+  
imagehttp://goodies.xfce.org/_media/projects/applications/ristretto-screenshot.png/image
+ !-- 
imagehttp://docs.xfce.org/_media/apps/ristretto/view-images.png/image --
+/screenshot
+screenshot
+  captionRistretto - Set as Wallpaper/caption
+  
imagehttp://goodies.xfce.org/_media/projects/applications/ristretto-screenshot-2.png/image
+ !-- 
imagehttp://docs.xfce.org/_media/apps/ristretto/set-wallpaper.png/image --
+/screenshot
+  /screenshots
+
+  url 
type=homepagehttp://goodies.xfce.org/projects/applications/ristretto/url
+  url 
type=bugtrackerhttps://bugzilla.xfce.org/describecomponents.cgi?product=Ristretto/url
+  url type=helphttp://docs.xfce.org/apps/ristretto/start/url
+
+  updatecontactxfce4-...@xfce.org/updatecontact
+
+  project_groupXFCE/project_group
+
+  provides
+binaryristretto/binary
+  /provides
+
+  releases
+release version=0.6.3 timestamp=1344206922
+  description
+_pThis version comes with the improvements such as thumbnail usage 
as appicon
+   and update to the first image in the image-list when receiving a 
ready-signal,
+   required to show the thumbnail once it's generated.
+/_p
+  /description
+/release
+
+release version=0.6.2 timestamp=1343602164
+  description
+_pThis release contains lots of translation-updates,
+   and a crash when configuring the 'limit-quality' property.
+   !-- 
https://mail.xfce.org/pipermail/xfce-announce/2012-July/000209.html
+   I guess there must be written:
+   and *resolves* a crash when configuring the 'limit-quality' 
property.
+   --
+/_p
+  /description
+/release
+
+release version=0.6.0 timestamp=1335662454
+  description
+_pThis version comes with several changes such as online 
documentation on
+   http://docs.xfce.org, the option to limit the maximum image-quality 
to
+   the screen dimensions to improve memory-usage and performance - now 
ristretto
+   renders at full quality with this option disabled, only one toolbar 
- instead 
+   of two, a quick-launch button on the toolbar to execute an editor, 
the option
+   to pick a default-editor per mime-type, an optional clock that 
shows up when
+   ristretto is fullscreen, Ristretto now shows a 'Loading..' message 
in the 
+   statusbar to indicate when it is busy and progressive loading of 
directories to
+   prevent lockup of the UI.
+   This version is designed to work with version 4.10 of Xfce.
+/_p
+  /description
+/release
+  /releases
+
+/component

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/02: Use exo-open instead of the deprecated xfterm4 to launch commands in a term via ctrl-enter (bug #9978)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.

commit f2580a54904ee59528da6c286e1aba710afd622b
Author: Landry Breuil lan...@xfce.org
Date:   Sun Jan 25 11:56:52 2015 +0100

Use exo-open instead of the deprecated xfterm4 to launch commands in a term 
via ctrl-enter (bug #9978)
---
 panel-plugin/verve.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/verve.c b/panel-plugin/verve.c
index 420cd58..c7ad663 100644
--- a/panel-plugin/verve.c
+++ b/panel-plugin/verve.c
@@ -165,7 +165,7 @@ verve_execute (const gchar *input,
   {
 /* Run command using the xfterm4 wrapper if the terminal flag was set */
 if (G_UNLIKELY (terminal))
-  command = g_strconcat (xfterm4 -e , input, NULL);
+  command = g_strconcat (exo-open --launch TerminalEmulator ', input, 
', NULL);
 else
   command = g_strdup (input);
   }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] branch master updated (028962d - 8e13c1f)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch master
in repository panel-plugins/xfce4-verve-plugin.

  from  028962d   I18n: Update translation es (100%).
   new  f2580a5   Use exo-open instead of the deprecated xfterm4 to launch 
commands in a term via ctrl-enter (bug #9978)
   new  8e13c1f   Merge branch 'master' of 
git://git.xfce.org/panel-plugins/xfce4-verve-plugin

The 2 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:
 panel-plugin/verve.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 02/02: Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-verve-plugin

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.

commit 8e13c1f69559aa004f63084027a76062fcc3d331
Merge: f2580a5 028962d
Author: Landry Breuil lan...@xfce.org
Date:   Sun Jan 25 12:02:45 2015 +0100

Merge branch 'master' of git://git.xfce.org/panel-plugins/xfce4-verve-plugin

 INSTALL |  365 ---
 po/ast.po   |   59 +-
 po/bg.po|   70 
 po/de.po|   58 +-
 po/en_AU.po |   70 
 po/es.po|   69 ++-
 po/fr.po|   70 ++--
 po/hr.po|   57 +-
 po/is.po|   70 
 po/ms.po|   70 
 po/nl.po|   58 --
 po/oc.po|   70 
 po/sr.po|   72 
 po/th.po|   70 
 14 files changed, 670 insertions(+), 558 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/01: include libxfce4ui header instead of libxfcegui4

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.

commit b31fd7560c016fc6dbd36531239c7594f46b6e4b
Author: Landry Breuil lan...@xfce.org
Date:   Sun Jan 25 12:10:30 2015 +0100

include libxfce4ui header instead of libxfcegui4
---
 panel-plugin/verve-plugin.c |2 +-
 panel-plugin/verve.c|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/verve-plugin.c b/panel-plugin/verve-plugin.c
index e61e043..8db233c 100644
--- a/panel-plugin/verve-plugin.c
+++ b/panel-plugin/verve-plugin.c
@@ -34,7 +34,7 @@
 
 #include libxfce4util/libxfce4util.h
 #include libxfce4panel/xfce-panel-plugin.h
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 
 #include verve.h
 #include verve-env.h
diff --git a/panel-plugin/verve.c b/panel-plugin/verve.c
index c7ad663..a0c1c01 100644
--- a/panel-plugin/verve.c
+++ b/panel-plugin/verve.c
@@ -25,7 +25,7 @@
 
 #include glib-object.h
 
-#include libxfcegui4/libxfcegui4.h
+#include libxfce4ui/libxfce4ui.h
 
 #include verve.h
 #include verve-env.h

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] branch master updated (8e13c1f - b31fd75)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

landry pushed a change to branch master
in repository panel-plugins/xfce4-verve-plugin.

  from  8e13c1f   Merge branch 'master' of 
git://git.xfce.org/panel-plugins/xfce4-verve-plugin
   new  b31fd75   include libxfce4ui header instead of libxfcegui4

The 1 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:
 panel-plugin/verve-plugin.c |2 +-
 panel-plugin/verve.c|2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] branch master updated (3dac899 - 7003dd0)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/ristretto.

  from  3dac899   Add rules to generate and install appdata
   new  7003dd0   I18n: Update translation hr (100%).

The 1 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:
 po/hr.po |   41 ++---
 1 file changed, 38 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] 01/01: I18n: Update translation hr (100%).

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/ristretto.

commit 7003dd0dfc4c63e290206f566a01244e61943ada
Author: Edin Veskovic edin.vesko...@openmailbox.org
Date:   Mon Jan 26 00:30:53 2015 +0100

I18n: Update translation hr (100%).

188 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/hr.po |   41 ++---
 1 file changed, 38 insertions(+), 3 deletions(-)

diff --git a/po/hr.po b/po/hr.po
index 1e70291..32c3626 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -11,8 +11,8 @@ msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2015-01-18 12:31+0100\n
-PO-Revision-Date: 2015-01-18 20:20+\n
+POT-Creation-Date: 2015-01-25 12:30+0100\n
+PO-Revision-Date: 2015-01-25 19:44+\n
 Last-Translator: Edin Veskovic edin.vesko...@openmailbox.org\n
 Language-Team: Croatian 
(http://www.transifex.com/projects/p/xfce-apps/language/hr/)\n
 MIME-Version: 1.0\n
@@ -476,7 +476,7 @@ msgstr GNOME
 msgid Developer:
 msgstr Razvijatelj:
 
-#: ../src/main_window.c:2606
+#: ../src/main_window.c:2606 ../ristretto.appdata.xml.in.h:1
 msgid Ristretto is an image viewer for the Xfce desktop environment.
 msgstr Ristretto je preglednik slika za  Xfce radno okruženje.
 
@@ -863,3 +863,38 @@ msgstr Ristretto preglednik fotografija
 #: ../ristretto.desktop.in.h:2
 msgid Look at your images easily
 msgstr Pogledajte lako svoje fotografije 
+
+#: ../ristretto.appdata.xml.in.h:2
+msgid 
+The Ristretto Image Viewer is an application that can be used to view and 
+scroll through images, run a slideshow of images, open images with other 
+applications like an image-editor or configure an image as the desktop 
+wallpaper.
+msgstr Ristretto preglednik slika je aplikacija koja se može koristiti za 
otvaranje i pregledavanje slika. Slike se mogu pregledavati kao prezentacija, 
otvariti u uređivaču slika ili postaviti kao pozadina radne površine.
+
+#: ../ristretto.appdata.xml.in.h:3
+msgid 
+This version comes with the improvements such as thumbnail usage as appicon 
+and update to the first image in the image-list when receiving a ready-
+signal, required to show the thumbnail once it's generated.
+msgstr Ova verzija dolazi sa poboljšanjima kao što su upotreba sličica kao 
ikona te ažuriranjem prve slike u listi slika kada je spremna što je potrebno 
za prikaz sličice kada je ona generirana.
+
+#: ../ristretto.appdata.xml.in.h:4
+msgid 
+This release contains lots of translation-updates, and a crash when 
+configuring the 'limit-quality' property.
+msgstr Ovo izdanje sadrži puno ažuriranja prijevoda te ispravak za rušenje 
aplikacije kada se izmjenjivalo svojstvo ograničavanja kvalitete.
+
+#: ../ristretto.appdata.xml.in.h:5
+msgid 
+This version comes with several changes such as online documentation on 
+http://docs.xfce.org, the option to limit the maximum image-quality to the 
+screen dimensions to improve memory-usage and performance - now ristretto 
+renders at full quality with this option disabled, only one toolbar - 
+instead of two, a quick-launch button on the toolbar to execute an editor, 
+the option to pick a default-editor per mime-type, an optional clock that 
+shows up when ristretto is fullscreen, Ristretto now shows a 'Loading..' 
+message in the statusbar to indicate when it is busy and progressive loading
+ of directories to prevent lockup of the UI. This version is designed to 
+work with version 4.10 of Xfce.
+msgstr Ova verzija dolazi s nekoliko ispravaka. Dodana je online 
dokumentacija na http://docs.xfce.org, dodana je opcija ograničavanja 
maksimalne kvalitete slike prema dimenzijama ekrana što poboljšava performanse 
i smanjuje upotrebu memorije. Ristretto stvara u punoj kvaliteti ako je ova 
opcija isključena. Sada se koristi samo jedna alatna traka umjesto dvije, dodan 
je gumb za brzo pokretanje uređivača te opcija za odabir zadanih uređivača 
prema ekstenziji slike. Dodan je opcionalni sa [...]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] 01/01: I18n: Update translation es (100%).

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit b2e32666a81a96fa90ec40983ba51fdeb91a8438
Author: Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com
Date:   Mon Jan 26 06:31:03 2015 +0100

I18n: Update translation es (100%).

81 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po |  118 +-
 1 file changed, 110 insertions(+), 8 deletions(-)

diff --git a/po/es.po b/po/es.po
index 192c720..e580009 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # mc correomc2000-...@yahoo.es, 2013
-# Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com, 2014
+# Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com, 2014-2015
 # Roberto rober...@gmail.com, Abel Martín abel.martin.r...@gmail.com, 2008
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-12-20 12:31+0100\n
-PO-Revision-Date: 2014-12-21 04:34+\n
+POT-Creation-Date: 2014-12-26 00:31+0100\n
+PO-Revision-Date: 2015-01-26 03:16+\n
 Last-Translator: Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce-apps/language/es/)\n
 MIME-Version: 1.0\n
@@ -176,7 +176,7 @@ msgstr bNo se pudo lanzar la aplicación./b\n%s
 #: ../lib/screenshooter-zimagez.c:88
 #, c-format
 msgid An error occurred when creating the XMLRPC request.
-msgstr Ocurrió un error al crear la solicitud de XMLRPC.
+msgstr Ocurrió un error al crear la solicitud del protocolo XML-RPC.
 
 #: ../lib/screenshooter-zimagez.c:107
 #, c-format
@@ -224,7 +224,7 @@ msgstr Iniciar sesión en ZimageZ…
 msgid 
 An unexpected reply from ZimageZ was received. The upload of the screenshot 
 failed.
-msgstr Una respuesta inesperada de ZimageZ fue recibida. La carga de la 
captura de pantalla falló.
+msgstr Se recibió una respuesta inesperada de ZimageZ. La carga de la captura 
de pantalla falló.
 
 #: ../lib/screenshooter-zimagez.c:458
 msgid 
@@ -232,7 +232,7 @@ msgid 
 user and the password you entered do not match. Please retry./span
 msgstr span weight=\bold\ stretch=\semiexpanded\El usuario y la 
contraseña que ha introducido no coinciden. Por favor, inténtelo de 
nuevo./span
 
-#: ../lib/screenshooter-zimagez.c:516
+#: ../lib/screenshooter-zimagez.c:516 ../lib/screenshooter-imgur.c:105
 msgid Upload the screenshot...
 msgstr Subir la captura de pantalla…
 
@@ -250,6 +250,108 @@ msgstr Cerrar la sesión en ZimageZ…
 msgid ZimageZ
 msgstr ZimageZ
 
+#: ../lib/screenshooter-imgur.c:115
+#, c-format
+msgid An error occurred when transferring the data to imgur.
+msgstr Un error ocurrió durante la trasferencia de datos a Imgur.
+
+#: ../lib/screenshooter-imgur.c:166
+msgid Imgur
+msgstr Imgur
+
+#: ../lib/screenshooter-job-callbacks.c:68
+msgid span weight=\bold\ stretch=\semiexpanded\Status/span
+msgstr span weight=\bold\ stretch=\semiexpanded\Estado/span
+
+#: ../lib/screenshooter-job-callbacks.c:163
+msgid Details about the screenshot for ZimageZ
+msgstr Detalles acerca de la captura de pantalla para ZimageZ
+
+#. Create the user label
+#: ../lib/screenshooter-job-callbacks.c:203
+msgid User:
+msgstr Usuario:
+
+#: ../lib/screenshooter-job-callbacks.c:214
+msgid 
+Your Zimagez user name, if you do not have one yet please create one on the 
+Web page linked above
+msgstr Su nombre de usuario en ZimageZ, si no tiene uno, cree uno en la 
página web enlazada arriba
+
+#. Create the password label
+#: ../lib/screenshooter-job-callbacks.c:220
+msgid Password:
+msgstr Contraseña:
+
+#: ../lib/screenshooter-job-callbacks.c:230
+msgid The password for the user above
+msgstr La contraseña para la cuenta de usuario arriba
+
+#. Create the title label
+#: ../lib/screenshooter-job-callbacks.c:236
+msgid Title:
+msgstr Título:
+
+#: ../lib/screenshooter-job-callbacks.c:246
+msgid 
+The title of the screenshot, it will be used when displaying the screenshot 
+on ZimageZ
+msgstr El título de la captura de pantalla, este será usado cuando se muestre 
la captura en ZimageZ
+
+#. Create the comment label
+#: ../lib/screenshooter-job-callbacks.c:252
+msgid Comment:
+msgstr Comentario:
+
+#: ../lib/screenshooter-job-callbacks.c:263
+msgid 
+A comment on the screenshot, it will be used when displaying the screenshot 
+on ZimageZ
+msgstr Un comentario para la captura de pantalla, este será usado cuando se 
muestre la captura en ZimageZ
+
+#: ../lib/screenshooter-job-callbacks.c:378
+msgid My screenshot on Imgur
+msgstr Mi captura de pantalla en Imgur
+
+#: ../lib/screenshooter-job-callbacks.c:386
+msgid My screenshot on ZimageZ
+msgstr Mi captura de pantalla en ZimageZ
+
+#: ../lib/screenshooter-job-callbacks.c:400
+#, c-format
+msgid a href=\%s\Full size image/a
+msgstr a href=\%s\Imagen a tamaño completo/a
+
+#: ../lib/screenshooter-job-callbacks.c:402

[Xfce4-commits] [apps/ristretto] 01/01: I18n: Update translation es (100%).

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a commit to branch master
in repository apps/ristretto.

commit ec5772846b2f876b29eeecfc047ec6ac4da77e79
Author: Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com
Date:   Mon Jan 26 06:30:51 2015 +0100

I18n: Update translation es (100%).

188 translated messages.

Transifex (https://www.transifex.com/projects/p/xfce/).
---
 po/es.po |   43 +++
 1 file changed, 39 insertions(+), 4 deletions(-)

diff --git a/po/es.po b/po/es.po
index 4f893cf..b027eb1 100644
--- a/po/es.po
+++ b/po/es.po
@@ -4,14 +4,14 @@
 # 
 # Translators:
 # Abel Martín abel.martin.r...@gmail.com, 2008
-# Adolfo Jayme Barrientos f...@libreoffice.org, 2013
+# Adolfo Jayme Barrientos, 2013
 # Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com, 2014-2015
 msgid 
 msgstr 
 Project-Id-Version: Xfce Apps\n
 Report-Msgid-Bugs-To: xfce-i...@xfce.org\n
-POT-Creation-Date: 2015-01-18 12:31+0100\n
-PO-Revision-Date: 2015-01-20 03:22+\n
+POT-Creation-Date: 2015-01-25 12:30+0100\n
+PO-Revision-Date: 2015-01-26 03:04+\n
 Last-Translator: Pablo Roberto Francisco Lezaeta Reyes prfl...@gmail.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/xfce-apps/language/es/)\n
 MIME-Version: 1.0\n
@@ -475,7 +475,7 @@ msgstr GNOME
 msgid Developer:
 msgstr Desarrollador:
 
-#: ../src/main_window.c:2606
+#: ../src/main_window.c:2606 ../ristretto.appdata.xml.in.h:1
 msgid Ristretto is an image viewer for the Xfce desktop environment.
 msgstr Ristretto es un visor de imágenes rápido y ligero para el entorno de 
escritorio de Xfce.
 
@@ -862,3 +862,38 @@ msgstr Visor de Imágenes Ristretto
 #: ../ristretto.desktop.in.h:2
 msgid Look at your images easily
 msgstr Mire sus imágenes fácilmente
+
+#: ../ristretto.appdata.xml.in.h:2
+msgid 
+The Ristretto Image Viewer is an application that can be used to view and 
+scroll through images, run a slideshow of images, open images with other 
+applications like an image-editor or configure an image as the desktop 
+wallpaper.
+msgstr El visor de imágenes Ristretto es una aplicación que se puede utilizar 
para ver y desplazarse a través de las imágenes, ejecutar una presentación de 
imágenes, abrir imágenes con otras aplicaciones como un editor de imágenes o 
configurar una imagen como fondo de escritorio.
+
+#: ../ristretto.appdata.xml.in.h:3
+msgid 
+This version comes with the improvements such as thumbnail usage as appicon 
+and update to the first image in the image-list when receiving a ready-
+signal, required to show the thumbnail once it's generated.
+msgstr Esta versión viene con mejoras como el uso de miniaturas como icono de 
aplicación y actualización a la primera imagen de la lista de imagen cuando se 
recibe una señal, necesario para mostrar la imagen una vez que se ha generado 
la miniatura.
+
+#: ../ristretto.appdata.xml.in.h:4
+msgid 
+This release contains lots of translation-updates, and a crash when 
+configuring the 'limit-quality' property.
+msgstr Esta versión contiene gran cantidad de actualizaciones a las 
traducciones, y un corrección a un cuelgue al configurar la propiedad de 
calidad máxima de imagen.
+
+#: ../ristretto.appdata.xml.in.h:5
+msgid 
+This version comes with several changes such as online documentation on 
+http://docs.xfce.org, the option to limit the maximum image-quality to the 
+screen dimensions to improve memory-usage and performance - now ristretto 
+renders at full quality with this option disabled, only one toolbar - 
+instead of two, a quick-launch button on the toolbar to execute an editor, 
+the option to pick a default-editor per mime-type, an optional clock that 
+shows up when ristretto is fullscreen, Ristretto now shows a 'Loading..' 
+message in the statusbar to indicate when it is busy and progressive loading
+ of directories to prevent lockup of the UI. This version is designed to 
+work with version 4.10 of Xfce.
+msgstr Esta versión viene con varios cambios como documentación en línea en 
http://docs.xfce.org, la facultad de limitar la calidad máxima de la imagen 
para las dimensiones de la pantalla para mejorar el uso de memoria y el 
rendimiento, ahora Ristretto muestra a máxima calidad de las imágenes con esta 
opción deshabilitada solo en una barra de herramientas en lugar de dos, un 
botón de inicio rápido en la barra de herramientas para ejecutar un editor, la 
opción de escoger un editor predet [...]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/xfce4-screenshooter] branch master updated (4a98b70 - b2e3266)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

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

  from  4a98b70   updates for 1.8.2
   new  b2e3266   I18n: Update translation es (100%).

The 1 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:
 po/es.po |  118 +-
 1 file changed, 110 insertions(+), 8 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [apps/ristretto] branch master updated (7003dd0 - ec57728)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

transifex pushed a change to branch master
in repository apps/ristretto.

  from  7003dd0   I18n: Update translation hr (100%).
   new  ec57728   I18n: Update translation es (100%).

The 1 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:
 po/es.po |   43 +++
 1 file changed, 39 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] 01/01: Use actual client count to compute tabwin size

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

olivier pushed a commit to branch master
in repository xfce/xfwm4.

commit 3af37ad21eead0c26e3a9813aa2f0ff4e9bd7dce
Author: Olivier Fourdan four...@xfce.org
Date:   Sun Jan 25 22:29:51 2015 +0100

Use actual client count to compute tabwin size

And not the total number of clients.

Signed-off-by: Olivier Fourdan four...@xfce.org
---
 src/tabwin.c |   14 --
 src/tabwin.h |1 +
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/tabwin.c b/src/tabwin.c
index a515fb2..9d9fb1d 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -502,12 +502,13 @@ createWindowlist (ScreenInfo *screen_info, TabwinWidget 
*tabwin_widget)
 Tabwin *tabwin;
 
 TRACE (entering createWindowlist);
-g_return_val_if_fail (screen_info-client_count  0, NULL);
+g_return_val_if_fail (tabwin_widget != NULL, NULL);
+tabwin = tabwin_widget-tabwin;
+g_return_val_if_fail (tabwin-client_count  0, NULL);
 
 packpos = 0;
 c = NULL;
 selected = NULL;
-tabwin = tabwin_widget-tabwin;
 tabwin_widget-widgets = NULL;
 size_request = tabwin-icon_size + tabwin-label_height + 2 * 
WIN_ICON_BORDER;
 
@@ -697,9 +698,9 @@ computeTabwinData (ScreenInfo *screen_info, TabwinWidget 
*tabwin_widget)
 
 TRACE (entering computeTabwinData);
 g_return_if_fail (GTK_IS_WIDGET(tabwin_widget));
-g_return_if_fail (screen_info-client_count  0);
-
 tabwin = tabwin_widget-tabwin;
+g_return_if_fail (tabwin-client_count  0);
+
 tabwin-monitor_width = getMinMonitorWidth (screen_info);
 tabwin-monitor_height = getMinMonitorHeight (screen_info);
 tabwin-label_height = 30;
@@ -727,7 +728,7 @@ computeTabwinData (ScreenInfo *screen_info, TabwinWidget 
*tabwin_widget)
 }
 size_request = tabwin-icon_size + tabwin-label_height + 2 * 
WIN_ICON_BORDER;
 tabwin-grid_cols = (tabwin-monitor_width / (size_request)) * 0.75;
-tabwin-grid_rows = screen_info-client_count / tabwin-grid_cols;
+tabwin-grid_rows = tabwin-client_count / tabwin-grid_cols;
 
 /* If we run out of space, halve the icon size to make more room. */
 while ((size_request) * tabwin-grid_rows  tabwin-monitor_height - 
tabwin-label_height)
@@ -749,7 +750,7 @@ computeTabwinData (ScreenInfo *screen_info, TabwinWidget 
*tabwin_widget)
 
 /* Recalculate with new icon size */
 tabwin-grid_cols = (tabwin-monitor_width / (size_request)) * 
0.75;
-tabwin-grid_rows = screen_info-client_count / tabwin-grid_cols 
+ 1;
+tabwin-grid_rows = tabwin-client_count / tabwin-grid_cols + 1;
 
 /* Shrinking the icon too much makes it hard to see */
 if (tabwin-icon_size  8)
@@ -937,6 +938,7 @@ tabwinCreate (GList **client_list, GList *selected, 
gboolean display_workspace)
 screen_info = c-screen_info;
 tabwin-display_workspace = display_workspace;
 tabwin-client_list = client_list;
+tabwin-client_count = g_list_length (*client_list);
 tabwin-selected = selected;
 tabwin-tabwin_list = NULL;
 tabwin-icon_list = NULL;
diff --git a/src/tabwin.h b/src/tabwin.h
index 7017810..e9d138c 100644
--- a/src/tabwin.h
+++ b/src/tabwin.h
@@ -50,6 +50,7 @@ struct _Tabwin
 GList *selected;
 gint monitor_width;
 gint monitor_height;
+gint client_count;
 gint grid_cols;
 gint grid_rows;
 gint icon_size;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/xfwm4] branch master updated (12987dd - 3af37ad)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

olivier pushed a change to branch master
in repository xfce/xfwm4.

  from  12987dd   I18n: Update translation hu (99%).
   new  3af37ad   Use actual client count to compute tabwin size

The 1 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:
 src/tabwin.c |   14 --
 src/tabwin.h |1 +
 2 files changed, 9 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] branch master updated (9a6b2a8 - e451919)

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

andrzejr pushed a change to branch master
in repository xfce/thunar.

  from  9a6b2a8   I18n: Update translation fr (100%).
   new  e451919   Change resize style in thunar-wallpaper plugin

The 1 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:
 plugins/thunar-wallpaper/twp-provider.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] [xfce/thunar] 01/01: Change resize style in thunar-wallpaper plugin

2015-01-25 Thread noreply
This is an automated email from the git hooks/post-receive script.

andrzejr pushed a commit to branch master
in repository xfce/thunar.

commit e4519197b35824a82d57c45b354a1e5fd2c80b25
Author: Thaddaeus Tintenfisch thad.fi...@gmail.com
Date:   Mon Jan 19 01:16:40 2015 +0100

Change resize style in thunar-wallpaper plugin
---
 plugins/thunar-wallpaper/twp-provider.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/thunar-wallpaper/twp-provider.c 
b/plugins/thunar-wallpaper/twp-provider.c
index 79874f6..8551801 100644
--- a/plugins/thunar-wallpaper/twp-provider.c
+++ b/plugins/thunar-wallpaper/twp-provider.c
@@ -309,7 +309,7 @@ twp_action_set_wallpaper (GtkAction *action,
 g_spawn_command_line_async (command, NULL);
 g_free (command);
 
-command = g_strdup_printf (xfconf-query -c xfce4-desktop -p %s 
--create -t int -s 3, image_style_prop);
+command = g_strdup_printf (xfconf-query -c xfce4-desktop -p %s 
--create -t int -s 5, image_style_prop);
 g_spawn_command_line_async (command, NULL);
 g_free (command);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits