diff -Nru plank-0.11.2+bzr1568/ChangeLog plank-0.11.2+bzr1570/ChangeLog --- plank-0.11.2+bzr1568/ChangeLog 2016-09-23 10:56:34.000000000 +0000 +++ plank-0.11.2+bzr1570/ChangeLog 2016-10-05 20:03:03.000000000 +0000 @@ -1,3 +1,11 @@ +2016-10-05 Rico Tzschichholz + + po: Update translations + +2016-10-05 Rico Tzschichholz + + clippy: Move generic-typed field initializer to construct + 2016-09-14 Rico Tzschichholz tests: Fix type mismatch diff -Nru plank-0.11.2+bzr1568/configure plank-0.11.2+bzr1570/configure --- plank-0.11.2+bzr1568/configure 2016-09-23 10:55:28.000000000 +0000 +++ plank-0.11.2+bzr1570/configure 2016-10-05 20:02:07.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for plank 0.11.2.1568. +# Generated by GNU Autoconf 2.69 for plank 0.11.2.1570. # # Report bugs to . # @@ -650,8 +650,8 @@ # Identity of this package. PACKAGE_NAME='plank' PACKAGE_TARNAME='plank' -PACKAGE_VERSION='0.11.2.1568' -PACKAGE_STRING='plank 0.11.2.1568' +PACKAGE_VERSION='0.11.2.1570' +PACKAGE_STRING='plank 0.11.2.1570' PACKAGE_BUGREPORT='https://bugs.launchpad.net/plank' PACKAGE_URL='https://launchpad.net/plank' @@ -1537,7 +1537,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures plank 0.11.2.1568 to adapt to many kinds of systems. +\`configure' configures plank 0.11.2.1570 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1608,7 +1608,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of plank 0.11.2.1568:";; + short | recursive ) echo "Configuration of plank 0.11.2.1570:";; esac cat <<\_ACEOF @@ -1765,7 +1765,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -plank configure 0.11.2.1568 +plank configure 0.11.2.1570 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2255,7 +2255,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by plank $as_me 0.11.2.1568, which was +It was created by plank $as_me 0.11.2.1570, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3145,7 +3145,7 @@ # Define the identity of the package. PACKAGE='plank' - VERSION='0.11.2.1568' + VERSION='0.11.2.1570' cat >>confdefs.h <<_ACEOF @@ -19385,7 +19385,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by plank $as_me 0.11.2.1568, which was +This file was extended by plank $as_me 0.11.2.1570, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19452,7 +19452,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -plank config.status 0.11.2.1568 +plank config.status 0.11.2.1570 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru plank-0.11.2+bzr1568/debian/changelog plank-0.11.2+bzr1570/debian/changelog --- plank-0.11.2+bzr1568/debian/changelog 2016-09-23 10:57:52.000000000 +0000 +++ plank-0.11.2+bzr1570/debian/changelog 2016-10-05 20:03:55.000000000 +0000 @@ -1,8 +1,8 @@ -plank (0.11.2+bzr1568-0ubuntu1~14.04~ricotz1) trusty; urgency=high +plank (0.11.2+bzr1570-0ubuntu1~14.04~ricotz1) trusty; urgency=high - * New development release of lp:plank bzr1568 + * New development release of lp:plank bzr1570 - -- Rico Tzschichholz Fri, 23 Sep 2016 12:57:52 +0200 + -- Rico Tzschichholz Wed, 05 Oct 2016 22:03:55 +0200 plank (0.11.1-1) unstable; urgency=medium diff -Nru plank-0.11.2+bzr1568/debian/control plank-0.11.2+bzr1570/debian/control --- plank-0.11.2+bzr1568/debian/control 2016-09-23 10:57:51.000000000 +0000 +++ plank-0.11.2+bzr1570/debian/control 2016-10-05 20:03:55.000000000 +0000 @@ -18,7 +18,7 @@ libwnck-3-dev, libx11-dev, at-spi2-core, - dbus (>= 1.8) | dbus-x11, + dbus-x11, xvfb Vcs-Git: https://anonscm.debian.org/git/pkg-mate/plank.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mate/plank.git/ diff -Nru plank-0.11.2+bzr1568/docklets/Clippy/ClippyDockItem.vala plank-0.11.2+bzr1570/docklets/Clippy/ClippyDockItem.vala --- plank-0.11.2+bzr1568/docklets/Clippy/ClippyDockItem.vala 2016-09-23 10:54:49.000000000 +0000 +++ plank-0.11.2+bzr1570/docklets/Clippy/ClippyDockItem.vala 2016-10-05 20:01:27.000000000 +0000 @@ -24,7 +24,7 @@ public class ClippyDockItem : DockletItem { Gtk.Clipboard clipboard; - Gee.ArrayList clips = new Gee.ArrayList (); + Gee.ArrayList clips; int cur_position = 0; uint timer_id = 0U; @@ -47,6 +47,7 @@ else clipboard = Gtk.Clipboard.get (Gdk.Atom.intern ("CLIPBOARD", true)); + clips = new Gee.ArrayList (); timer_id = Gdk.threads_add_timeout (prefs.TimerDelay, (SourceFunc) check_clipboard); updated (); Binary files /tmp/tmpxZk0is/CzD2SqDJsa/plank-0.11.2+bzr1568/docs/vala-doc/plank/img/Plank.UnityClient.png and /tmp/tmpxZk0is/mP4aCt7nYZ/plank-0.11.2+bzr1570/docs/vala-doc/plank/img/Plank.UnityClient.png differ diff -Nru plank-0.11.2+bzr1568/po/lt.po plank-0.11.2+bzr1570/po/lt.po --- plank-0.11.2+bzr1568/po/lt.po 2016-09-23 10:54:49.000000000 +0000 +++ plank-0.11.2+bzr1570/po/lt.po 2016-10-05 20:01:27.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-07-07 18:48+0000\n" -"PO-Revision-Date: 2016-08-08 20:36+0000\n" +"POT-Creation-Date: 2016-09-14 06:49+0000\n" +"PO-Revision-Date: 2016-09-09 20:26+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-08-09 05:30+0000\n" -"X-Generator: Launchpad (build 18169)\n" +"X-Launchpad-Export-Date: 2016-09-15 06:05+0000\n" +"X-Generator: Launchpad (build 18186)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -105,7 +105,7 @@ #: ../data/ui/preferences.ui.h:16 msgid "Icon Zoom:" -msgstr "Piktogramų mastelis:" +msgstr "Piktogramų mastelio keitimas:" #: ../data/ui/preferences.ui.h:17 msgid "Appearance" @@ -121,7 +121,7 @@ #: ../data/ui/preferences.ui.h:20 msgid "Dodge maximized window" -msgstr "Vengti atkurto lango" +msgstr "Vengti išskleisto lango" #: ../data/ui/preferences.ui.h:21 msgid "Window Dodge" diff -Nru plank-0.11.2+bzr1568/po/lv.po plank-0.11.2+bzr1570/po/lv.po --- plank-0.11.2+bzr1568/po/lv.po 2016-09-23 10:54:49.000000000 +0000 +++ plank-0.11.2+bzr1570/po/lv.po 2016-10-05 20:01:27.000000000 +0000 @@ -7,15 +7,15 @@ msgstr "" "Project-Id-Version: plank\n" "Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2016-06-06 05:41+0000\n" -"PO-Revision-Date: 2016-02-17 00:36+0000\n" +"POT-Creation-Date: 2016-09-14 06:49+0000\n" +"PO-Revision-Date: 2016-08-21 10:57+0000\n" "Last-Translator: Rico Tzschichholz \n" "Language-Team: Latvian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2016-06-07 05:25+0000\n" -"X-Generator: Launchpad (build 18097)\n" +"X-Launchpad-Export-Date: 2016-09-15 06:05+0000\n" +"X-Generator: Launchpad (build 18186)\n" #: ../data/plank.appdata.xml.in.h:1 ../data/plank.desktop.in.h:1 msgid "Stupidly simple." @@ -26,6 +26,8 @@ "Plank is meant to be the simplest dock on the planet. The goal is to provide " "just what a dock needs and absolutely nothing more." msgstr "" +"Plank ir veidots kā vienkāršākais programmu panelis pasaulē. Mūsu mērķis ir " +"nodrošināt to, kas panelim ir vajadzīgs un ne vairāk." #: ../data/plank.appdata.xml.in.h:3 msgid "" @@ -35,10 +37,16 @@ "core features while Docky extends it to add fancier things like Docklets, " "painters, settings dialogs, etc." msgstr "" +"Neskatoties uz to, tā ir bibliotēka, kura var tikt papildināta, lai " +"izveidotu citas paneļu programmas ar sarežģītākām funkcijām. Tāpēc, Plank ir " +"pamattehnoloģija programmai Docky ( sākot no 3.0.0 versijas) un tās mērķis " +"ir nodrošināt visas pamatfunkcijas, kamēr Docky paplašina to, lai tam " +"pievienotu jau sarežģītākas lietas, kā Dockleti, painteri, iestatījumu " +"dialogus u.c." #: ../data/ui/preferences.ui.h:1 msgid "Theme:" -msgstr "" +msgstr "Tēma:" #: ../data/ui/preferences.ui.h:2 msgid "Position:" @@ -62,7 +70,7 @@ #: ../data/ui/preferences.ui.h:7 msgid "Alignment:" -msgstr "" +msgstr "Novietojums:" #: ../data/ui/preferences.ui.h:8 msgid "Fill" @@ -82,91 +90,91 @@ #: ../data/ui/preferences.ui.h:12 msgid "On Primary Display:" -msgstr "" +msgstr "Uz Galvenā Ekrāna:" #: ../data/ui/preferences.ui.h:13 msgid "Offset in percent from the center of the screen-edge" -msgstr "" +msgstr "Centra nobīde procentos no ekrāna malas" #: ../data/ui/preferences.ui.h:14 msgid "Icon Alignment:" -msgstr "" +msgstr "Ikonu novietojums:" #: ../data/ui/preferences.ui.h:15 msgid "Icon Size:" -msgstr "" +msgstr "Ikonu izmēri:" #: ../data/ui/preferences.ui.h:16 msgid "Icon Zoom:" -msgstr "" +msgstr "Ikonu palielinājums:" #: ../data/ui/preferences.ui.h:17 msgid "Appearance" -msgstr "" +msgstr "Attēlojums" #: ../data/ui/preferences.ui.h:18 msgid "Intellihide" -msgstr "" +msgstr "Viedpaslēpšana" #: ../data/ui/preferences.ui.h:19 msgid "Autohide" -msgstr "" +msgstr "Automātiskā paslēpšana" #: ../data/ui/preferences.ui.h:20 msgid "Dodge maximized window" -msgstr "" +msgstr "Izvairīties no pilnekrāna logiem" #: ../data/ui/preferences.ui.h:21 msgid "Window Dodge" -msgstr "" +msgstr "Izvairīšanās no logiem" #: ../data/ui/preferences.ui.h:22 msgid "Dodge active window" -msgstr "" +msgstr "Izvairīties no aktīvā loga" #: ../data/ui/preferences.ui.h:23 msgid "Hide Dock" -msgstr "" +msgstr "Paslēpt paneli" #: ../data/ui/preferences.ui.h:24 msgid "Hide Delay:" -msgstr "" +msgstr "Paslēpšanas laiks:" #: ../data/ui/preferences.ui.h:25 msgid "Delay in ms before hiding the dock" -msgstr "" +msgstr "Laiks milisekundēs, pirms paneļa paslēpšanas" #: ../data/ui/preferences.ui.h:26 msgid "Unhide Delay:" -msgstr "" +msgstr "Laiks pirms parādīšanās:" #: ../data/ui/preferences.ui.h:27 msgid "Delay in ms before showing the dock" -msgstr "" +msgstr "Laiks milisekundēs pirms paneļa parādīšanas" #: ../data/ui/preferences.ui.h:28 msgid "Pressure Reveal:" -msgstr "" +msgstr "Spiediena atklāšana:" #: ../data/ui/preferences.ui.h:29 msgid "Item Management" -msgstr "" +msgstr "Priekšmetu pārvaldīšana" #: ../data/ui/preferences.ui.h:30 msgid "Show Unpinned:" -msgstr "" +msgstr "Rādīt nepiespraustos:" #: ../data/ui/preferences.ui.h:31 msgid "Restrict to Workspace:" -msgstr "" +msgstr "Norobežot uz darbavirsmas:" #: ../data/ui/preferences.ui.h:32 msgid "Lock Icons:" -msgstr "" +msgstr "Iesaldēt ikonas:" #: ../data/ui/preferences.ui.h:33 msgid "Behaviour" -msgstr "" +msgstr "Darbība" #: ../data/ui/preferences.ui.h:34 msgid "Docklets" @@ -174,7 +182,7 @@ #: ../lib/DragManager.vala:477 ../lib/Items/PlaceholderDockItem.vala:51 msgid "Drop to add to dock" -msgstr "" +msgstr "Uzmetiet lai pievienotu dokam" #: ../lib/Factories/AbstractMain.vala:422 ../src/Main.vala:75 msgid "translator-credits" @@ -182,6 +190,7 @@ "Launchpad Contributions:\n" " Kārlis Lukstiņš https://launchpad.net/~karlis-lukstins\n" " Rico Tzschichholz https://launchpad.net/~ricotz\n" +" Roberts https://launchpad.net/~rob4iks3\n" " marhis https://launchpad.net/~marhis" #: ../lib/Items/ApplicationDockItem.vala:417 ../lib/Items/FileDockItem.vala:314 @@ -200,7 +209,7 @@ #: ../lib/Items/ApplicationDockItem.vala:497 #, c-format msgid "Drop to open with %s" -msgstr "" +msgstr "Uzmetiet, lai atvērtu ar %s" #: ../lib/Items/FileDockItem.vala:320 msgid "_Open in File Browser" @@ -216,7 +225,7 @@ #: ../lib/Items/PlaceholderDockItem.vala:37 msgid "Drop applications or files here" -msgstr "" +msgstr "Nometiet programmas vai failus šeit" #: ../lib/Items/PlankDockItem.vala:73 msgid "Get _Help Online..." diff -Nru plank-0.11.2+bzr1568/.tarball-version plank-0.11.2+bzr1570/.tarball-version --- plank-0.11.2+bzr1568/.tarball-version 2016-09-23 10:56:38.000000000 +0000 +++ plank-0.11.2+bzr1570/.tarball-version 2016-10-05 20:03:04.000000000 +0000 @@ -1 +1 @@ -0.11.2.1568 +0.11.2.1570 diff -Nru plank-0.11.2+bzr1568/.version plank-0.11.2+bzr1570/.version --- plank-0.11.2+bzr1568/.version 2016-09-23 10:55:42.000000000 +0000 +++ plank-0.11.2+bzr1570/.version 2016-10-05 20:02:18.000000000 +0000 @@ -1 +1 @@ -0.11.2.1568 +0.11.2.1570