Hello community,

here is the log from the commit of package gnome-logs for openSUSE:Factory 
checked in at 2017-08-12 19:37:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-logs (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-logs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-logs"

Sat Aug 12 19:37:08 2017 rev:22 rq:514673 version:3.24.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-logs/gnome-logs.changes    2017-04-29 
10:51:08.324448361 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-logs.new/gnome-logs.changes       
2017-08-12 19:37:12.272462011 +0200
@@ -1,0 +2,7 @@
+Sat Jul 29 12:09:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.24.2:
+  + Improved scrolling performance.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-logs-3.24.1.tar.xz

New:
----
  gnome-logs-3.24.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-logs.spec ++++++
--- /var/tmp/diff_new_pack.376oHN/_old  2017-08-12 19:37:12.928370026 +0200
+++ /var/tmp/diff_new_pack.376oHN/_new  2017-08-12 19:37:12.928370026 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           gnome-logs
-Version:        3.24.1
+Version:        3.24.2
 Release:        0
 Summary:        GNOME System Log Viewer
 License:        GPL-3.0+

++++++ gnome-logs-3.24.1.tar.xz -> gnome-logs-3.24.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/ChangeLog 
new/gnome-logs-3.24.2/ChangeLog
--- old/gnome-logs-3.24.1/ChangeLog     2017-04-10 15:16:08.000000000 +0200
+++ new/gnome-logs-3.24.2/ChangeLog     2017-07-29 13:46:27.000000000 +0200
@@ -1,6 +1,48 @@
+commit 2e2dc2bae57d2e738ea96ec57e9b614814400771
+Author: Jonathan Kang <jonathan121...@gmail.com>
+Date:   Sat Jul 29 12:34:13 2017 +0100
+
+    Remove size group for the widgets in each row
+
+    GtkSizeGroup is used to make sure widgets in diffirent rows request
+    the
+    same amount of space  while implementing "Use a single row for each
+    log entry" in commit 995bacac51ee84516e9d0c4950dcc1edd45cdd64.
+    But adding too many widgets to GtkSizeGroup leads to poor performance,
+    which make scrolling the list in Logs very slow.
+
+    Fix that by removing the GtkSizeGroup. As there are not too many
+    widgets
+    in the "Important" category, keep the category size group to make
+    category labels request the same amount of space.
+
+    https://bugzilla.gnome.org/show_bug.cgi?id=784216
+
+M      src/gl-eventviewlist.c
+M      src/gl-eventviewrow.c
+M      src/gl-eventviewrow.h
+
+commit f9496858b999c87d6fbcc70f3d09fa7797c5b1a1
+Author: gogo <trebeln...@gmail.com>
+Date:  Tue Apr 11 16:02:07 2017 +0000
+
+    Add Croatian translation
+
+M      po/LINGUAS
+A      po/hr.po
+
+commit 76532ddbab4c02c46ba17511dcb391c5a9ad7298
+Author: Jonathan Kang <jonathan121...@gmail.com>
+Date:  Mon Apr 10 21:16:59 2017 +0800
+
+    Update NEWS for 3.24.1 release
+
+M      NEWS
+M      configure.ac
+
 commit 0f5df0fdf97bdc6425b1311d2a85bfa8794a79d4
 Author: Aurimas Černius <auri...@gmail.com>
-Date:   Sun Apr 9 17:07:30 2017 +0300
+Date:  Sun Apr 9 17:07:30 2017 +0300
 
     Updated Lithuanian translation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/NEWS new/gnome-logs-3.24.2/NEWS
--- old/gnome-logs-3.24.1/NEWS  2017-04-10 15:10:06.000000000 +0200
+++ new/gnome-logs-3.24.2/NEWS  2017-07-29 13:44:37.000000000 +0200
@@ -1,3 +1,9 @@
+GNOME Logs 3.24.2
+=================
+
+* improved scrolling performance
+* update to Croatian translation
+
 GNOME Logs 3.24.1
 =================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/aclocal.m4 
new/gnome-logs-3.24.2/aclocal.m4
--- old/gnome-logs-3.24.1/aclocal.m4    2017-04-10 15:11:17.000000000 +0200
+++ new/gnome-logs-3.24.2/aclocal.m4    2017-07-29 13:45:22.000000000 +0200
@@ -20,9 +20,9 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29.1)
-dnl
+# pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
+# serial 11 (pkg-config-0.29.1)
+
 dnl Copyright © 2004 Scott James Remnant <sc...@netsplit.com>.
 dnl Copyright © 2012-2015 Dan Nicholson <dbn.li...@gmail.com>
 dnl
@@ -296,6 +296,74 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])dnl PKG_CHECK_VAR
 
+dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
+dnl   [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------
+dnl
+dnl Prepare a "--with-" configure option using the lowercase
+dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
+dnl PKG_CHECK_MODULES in a single macro.
+AC_DEFUN([PKG_WITH_MODULES],
+[
+m4_pushdef([with_arg], m4_tolower([$1]))
+
+m4_pushdef([description],
+           [m4_default([$5], [build with ]with_arg[ support])])
+
+m4_pushdef([def_arg], [m4_default([$6], [auto])])
+m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
+m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
+
+m4_case(def_arg,
+            [yes],[m4_pushdef([with_without], [--without-]with_arg)],
+            [m4_pushdef([with_without],[--with-]with_arg)])
+
+AC_ARG_WITH(with_arg,
+     AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),,
+    [AS_TR_SH([with_]with_arg)=def_arg])
+
+AS_CASE([$AS_TR_SH([with_]with_arg)],
+            [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)],
+            [auto],[PKG_CHECK_MODULES([$1],[$2],
+                                        [m4_n([def_action_if_found]) $3],
+                                        [m4_n([def_action_if_not_found]) $4])])
+
+m4_popdef([with_arg])
+m4_popdef([description])
+m4_popdef([def_arg])
+
+])dnl PKG_WITH_MODULES
+
+dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [DESCRIPTION], [DEFAULT])
+dnl -----------------------------------------------
+dnl
+dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES
+dnl check._[VARIABLE-PREFIX] is exported as make variable.
+AC_DEFUN([PKG_HAVE_WITH_MODULES],
+[
+PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
+
+AM_CONDITIONAL([HAVE_][$1],
+               [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
+])dnl PKG_HAVE_WITH_MODULES
+
+dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------------------
+dnl
+dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after
+dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make
+dnl and preprocessor variable.
+AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES],
+[
+PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
+
+AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
+        [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
+])dnl PKG_HAVE_DEFINE_WITH_MODULES
+
 # appstream-xml.m4
 #
 # serial 6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/configure 
new/gnome-logs-3.24.2/configure
--- old/gnome-logs-3.24.1/configure     2017-04-10 15:11:18.000000000 +0200
+++ new/gnome-logs-3.24.2/configure     2017-07-29 13:45:23.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Logs 3.24.1.
+# Generated by GNU Autoconf 2.69 for Logs 3.24.2.
 #
 # Report bugs to <dav...@gnome.org>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='Logs'
 PACKAGE_TARNAME='gnome-logs'
-PACKAGE_VERSION='3.24.1'
-PACKAGE_STRING='Logs 3.24.1'
+PACKAGE_VERSION='3.24.2'
+PACKAGE_STRING='Logs 3.24.2'
 PACKAGE_BUGREPORT='dav...@gnome.org'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Logs'
 
@@ -1323,7 +1323,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 Logs 3.24.1 to adapt to many kinds of systems.
+\`configure' configures Logs 3.24.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1389,7 +1389,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Logs 3.24.1:";;
+     short | recursive ) echo "Configuration of Logs 3.24.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Logs configure 3.24.1
+Logs configure 3.24.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1566,7 +1566,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Logs $as_me 3.24.1, which was
+It was created by Logs $as_me 3.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2434,7 +2434,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-logs'
- VERSION='3.24.1'
+ VERSION='3.24.2'
 
 
 # Some tools Automake needs.
@@ -6328,7 +6328,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Logs $as_me 3.24.1, which was
+This file was extended by Logs $as_me 3.24.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6395,7 +6395,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Logs config.status 3.24.1
+Logs config.status 3.24.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/configure.ac 
new/gnome-logs-3.24.2/configure.ac
--- old/gnome-logs-3.24.1/configure.ac  2017-04-10 15:06:24.000000000 +0200
+++ new/gnome-logs-3.24.2/configure.ac  2017-07-29 13:43:11.000000000 +0200
@@ -1,5 +1,5 @@
 AC_INIT([Logs],
-        [3.24.1],
+        [3.24.2],
         [dav...@gnome.org],
         [gnome-logs],
         [https://wiki.gnome.org/Apps/Logs])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/po/LINGUAS 
new/gnome-logs-3.24.2/po/LINGUAS
--- old/gnome-logs-3.24.1/po/LINGUAS    2017-01-05 13:15:12.000000000 +0100
+++ new/gnome-logs-3.24.2/po/LINGUAS    2017-07-29 13:22:57.000000000 +0200
@@ -21,6 +21,7 @@
 gd
 gl
 he
+hr
 hu
 id
 it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/po/hr.po 
new/gnome-logs-3.24.2/po/hr.po
--- old/gnome-logs-3.24.1/po/hr.po      1970-01-01 01:00:00.000000000 +0100
+++ new/gnome-logs-3.24.2/po/hr.po      2017-07-29 13:22:57.000000000 +0200
@@ -0,0 +1,595 @@
+# Croatian translation for gnome-logs.
+# Copyright (C) 2017 gnome-logs's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gnome-logs package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gnome-logs gnome-3-24\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-";
+"logs&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2017-04-10 13:18+0000\n"
+"PO-Revision-Date: 2017-04-11 18:00+0200\n"
+"Language-Team: Croatian <h...@li.org>\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Last-Translator: gogo <trebeln...@gmail.com>\n"
+"X-Generator: Poedit 1.8.7.1\n"
+
+#: ../data/gl-categorylist.ui.h:1
+msgid "Important"
+msgstr "Bitno"
+
+#: ../data/gl-categorylist.ui.h:2
+msgid "Alerts"
+msgstr "Upozorenja"
+
+#: ../data/gl-categorylist.ui.h:3
+msgid "Starred"
+msgstr "Sa zvjezdicom"
+
+#: ../data/gl-categorylist.ui.h:4
+msgid "All"
+msgstr "Svi"
+
+#: ../data/gl-categorylist.ui.h:5 ../src/gl-eventviewrow.c:202
+msgid "Applications"
+msgstr "Aplikacije"
+
+#: ../data/gl-categorylist.ui.h:6 ../src/gl-eventviewrow.c:211
+msgid "System"
+msgstr "Sustav"
+
+#: ../data/gl-categorylist.ui.h:7 ../src/gl-eventviewrow.c:215
+msgid "Security"
+msgstr "Sigurnost"
+
+#: ../data/gl-categorylist.ui.h:8 ../src/gl-eventviewrow.c:207
+msgid "Hardware"
+msgstr "Hardver"
+
+#: ../data/gl-categorylist.ui.h:9
+msgid "Updates"
+msgstr "Nadopune"
+
+#: ../data/gl-categorylist.ui.h:10
+msgid "Usage"
+msgstr "Upotreba"
+
+#: ../data/gl-eventtoolbar.ui.h:1
+msgid "Go back to the event view"
+msgstr "Idi natrag na pregled događaja"
+
+#: ../data/gl-eventtoolbar.ui.h:2
+msgid "Export logs to a file"
+msgstr "Izvezi zapise u datoteku"
+
+#: ../data/gl-eventtoolbar.ui.h:3
+msgid "Choose the boot from which to view logs"
+msgstr "Odaberite zapis pokretanje računala za prikaz"
+
+#: ../data/gl-eventtoolbar.ui.h:4
+msgid "Search all the logs of the current category"
+msgstr "Pretraži sve zapise trenutne kategorije"
+
+#: ../data/gl-eventviewdetail.ui.h:1 ../data/gl-searchpopover.ui.h:35
+msgid "Message"
+msgstr "Poruka"
+
+#: ../data/gl-eventviewdetail.ui.h:2 ../data/gl-searchpopover.ui.h:39
+msgid "Audit Session"
+msgstr "Revizija sesije"
+
+#: ../data/gl-eventviewdetail.ui.h:3 ../data/gl-searchpopover.ui.h:38
+msgid "Kernel Device"
+msgstr "Uređaj kernela"
+
+#: ../data/gl-eventviewdetail.ui.h:4
+msgid "Priority"
+msgstr "Prioritet"
+
+#: ../data/gl-eventviewdetail.ui.h:5
+msgid "Subject"
+msgstr "Predmet"
+
+#: ../data/gl-eventviewdetail.ui.h:6
+msgid "Defined By"
+msgstr "Odredio"
+
+#: ../data/gl-eventviewdetail.ui.h:7
+msgid "Support"
+msgstr "Podrška"
+
+#: ../data/gl-eventviewdetail.ui.h:8
+msgid "Documentation"
+msgstr "Dokumentacija"
+
+#: ../data/gl-eventviewlist.ui.h:1
+msgid "Select journal field and timestamp range filtering options"
+msgstr "Odaberite mogućnosti filtriranja polje dnevnika i vremenskog razdoblja"
+
+#: ../data/gl-searchpopover.ui.h:1
+msgid "Select a Journal Field to filter the Logs according to it"
+msgstr "Odaberite polje dnevnika i vremenskog razdoblja za filtriranje zapisa "
+
+#: ../data/gl-searchpopover.ui.h:2
+msgid "All Available Fields"
+msgstr "Sva dostupna polja"
+
+#. Translators: What [journal fields to search in]
+#: ../data/gl-searchpopover.ui.h:4
+msgid "What"
+msgstr "Što"
+
+#: ../data/gl-searchpopover.ui.h:5
+msgid "Select Journal Field…"
+msgstr "Odaberi polje dnevnika..."
+
+#. When [log entries to be shown for a given timestamp range]
+#: ../data/gl-searchpopover.ui.h:7
+msgid "When"
+msgstr "Kada"
+
+#: ../data/gl-searchpopover.ui.h:8
+msgid "Show Logs from…"
+msgstr "Prikaži zapise od..."
+
+#: ../data/gl-searchpopover.ui.h:9
+msgid "Select Timestamp Range of the Log Entries to be shown"
+msgstr "Odaberite vremensko razdoblje unosa zapisa za prikaz"
+
+#: ../data/gl-searchpopover.ui.h:10 ../src/gl-searchpopover.c:1303
+msgid "Current Boot"
+msgstr "Trenutno pokretanje"
+
+#: ../data/gl-searchpopover.ui.h:11
+msgid "Search Type"
+msgstr "Vrsta pretrage"
+
+#: ../data/gl-searchpopover.ui.h:12
+msgid "Substring"
+msgstr "Podniz"
+
+#: ../data/gl-searchpopover.ui.h:13
+msgid "Match in any part of the string"
+msgstr "Podudaraj u bilo kojemu dijelu niza"
+
+#: ../data/gl-searchpopover.ui.h:14
+msgid "Exact"
+msgstr "Točno"
+
+#: ../data/gl-searchpopover.ui.h:15
+msgid "Match complete string only"
+msgstr "Podudaraj samo s cjelovitim nizom"
+
+#: ../data/gl-searchpopover.ui.h:16
+msgid "Back"
+msgstr "Natrag"
+
+#: ../data/gl-searchpopover.ui.h:17
+msgid "Show Logs Starting From…"
+msgstr "Prikaži zapise od..."
+
+#: ../data/gl-searchpopover.ui.h:18
+msgid "Select a start date"
+msgstr "Odaberi vrijeme pokretanja"
+
+#: ../data/gl-searchpopover.ui.h:19 ../src/gl-searchpopover.c:503
+msgid "Select Start Date…"
+msgstr "Odaberi vrijeme pokretanja..."
+
+#: ../data/gl-searchpopover.ui.h:20
+msgid "22 January 2016 or 1/22/2016"
+msgstr "22 Siječanj 2016 ili 1/22/2016"
+
+#: ../data/gl-searchpopover.ui.h:21
+msgid "Select start time"
+msgstr "Odaberi vrijeme pokretanja"
+
+#: ../data/gl-searchpopover.ui.h:22 ../src/gl-searchpopover.c:504
+msgid "Select Start Time…"
+msgstr "Odaberi vrijeme pokretanja..."
+
+#: ../data/gl-searchpopover.ui.h:23
+msgid "Hr"
+msgstr "Sat"
+
+#: ../data/gl-searchpopover.ui.h:24
+msgid "Min"
+msgstr "Min"
+
+#: ../data/gl-searchpopover.ui.h:25
+msgid "Sec"
+msgstr "Sek"
+
+#: ../data/gl-searchpopover.ui.h:26
+msgid "AM/PM"
+msgstr "AM/PM"
+
+#: ../data/gl-searchpopover.ui.h:27
+msgid "Until…"
+msgstr "Do..."
+
+#: ../data/gl-searchpopover.ui.h:28
+msgid "Select an end date"
+msgstr "Odaberi vrijeme završetka"
+
+#: ../data/gl-searchpopover.ui.h:29 ../src/gl-searchpopover.c:521
+msgid "Select End Date…"
+msgstr "Odaberi vrijeme završetka..."
+
+#: ../data/gl-searchpopover.ui.h:30
+msgid "Select end time"
+msgstr "Odaberi vrijeme završetka"
+
+#: ../data/gl-searchpopover.ui.h:31 ../src/gl-searchpopover.c:522
+msgid "Select End Time…"
+msgstr "Odaberi vrijeme završetka..."
+
+#: ../data/gl-searchpopover.ui.h:32
+msgid "PID"
+msgstr "PID"
+
+#: ../data/gl-searchpopover.ui.h:33
+msgid "UID"
+msgstr "UID"
+
+#: ../data/gl-searchpopover.ui.h:34
+msgid "GID"
+msgstr "GID"
+
+#: ../data/gl-searchpopover.ui.h:36
+msgid "Process Name"
+msgstr "Naziv procesa"
+
+#: ../data/gl-searchpopover.ui.h:37
+msgid "Systemd Unit"
+msgstr "Systemd jedinica"
+
+#: ../data/gl-searchpopover.ui.h:40
+msgid "Executable Path"
+msgstr "Izvršna putanja"
+
+#: ../data/gl-searchpopover.ui.h:41
+msgid "Previous Boot"
+msgstr "Prijašnje pokretanje"
+
+#: ../data/gl-searchpopover.ui.h:42
+msgid "Today"
+msgstr "Danas"
+
+#: ../data/gl-searchpopover.ui.h:43
+msgid "Yesterday"
+msgstr "Jučer"
+
+#: ../data/gl-searchpopover.ui.h:44
+msgid "Last 3 days"
+msgstr "Posljednja 3 dana"
+
+#: ../data/gl-searchpopover.ui.h:45
+msgid "Entire Journal"
+msgstr "Cjelokupni dnevnik"
+
+#: ../data/gl-searchpopover.ui.h:46
+msgid "Set Custom Range…"
+msgstr "Postavi prilagođeni raspon..."
+
+#: ../data/gl-window.ui.h:1
+msgid "Help"
+msgstr "Pomoć"
+
+#: ../data/help-overlay.ui.h:1
+msgctxt "shortcut window"
+msgid "General"
+msgstr "Općenito"
+
+#: ../data/help-overlay.ui.h:2
+msgctxt "shortcut window"
+msgid "Open a new window"
+msgstr "Otvori novi prozor"
+
+#: ../data/help-overlay.ui.h:3
+msgctxt "shortcut window"
+msgid "Close a window"
+msgstr "Zatvori prozor"
+
+#: ../data/help-overlay.ui.h:4
+msgctxt "shortcut window"
+msgid "Search"
+msgstr "Pretraga"
+
+#: ../data/help-overlay.ui.h:5
+msgctxt "shortcut window"
+msgid "Find"
+msgstr "Pretraži"
+
+#: ../data/menus.ui.h:1
+msgid "_New Window"
+msgstr "_Novi prozor"
+
+#: ../data/menus.ui.h:2
+msgid "_Help"
+msgstr "_Pomoć"
+
+#: ../data/menus.ui.h:3
+msgid "Keyboard Shortcuts"
+msgstr "Prečaci tipkovnice"
+
+#: ../data/menus.ui.h:4
+msgid "_About"
+msgstr "_O programu"
+
+#: ../data/menus.ui.h:5
+msgid "_Quit"
+msgstr "_Zatvori"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:1
+msgid "GNOME Logs"
+msgstr "GNOME zapisi"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:2
+#: ../data/org.gnome.Logs.desktop.in.h:3
+msgid "View detailed event logs for the system"
+msgstr "Pogledajte opširnije događaje svojeg sustava"
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:3
+msgid ""
+"Logs shows events from the systemd journal, and sorts them into categories, "
+"such as hardware and applications."
+msgstr ""
+"Prikazani zapisi događaja iz systemd dnevnika koji su razvrstani u "
+"kategorije, poput hradvera i aplikacija."
+
+#: ../data/org.gnome.Logs.appdata.xml.in.h:4
+msgid ""
+"Using Logs you can search your logs by typing a search term, and view "
+"detailed information about each event by clicking on it."
+msgstr ""
+"Korištenjem Zapisa možete pretražiti svoje zapise upisivanjem izraza "
+"pretrage i vidjeti opširnije informacije o svakom događaju klikom na njega."
+
+#: ../data/org.gnome.Logs.desktop.in.h:1 ../src/gl-eventtoolbar.c:124
+msgid "Logs"
+msgstr "Zapisi"
+
+#: ../data/org.gnome.Logs.desktop.in.h:2
+msgid "Log Viewer"
+msgstr "Preglednik zaspisa"
+
+#. Translators: Search terms to find this application. Do NOT translate or 
localize the semicolons! The list MUST also end with a semicolon!
+#: ../data/org.gnome.Logs.desktop.in.h:5
+msgid "log;journal;debug;error;"
+msgstr "zapis;dnevnik;otklanjanje grešaka;greška;"
+
+#: ../data/org.gnome.Logs.gschema.xml.h:1
+msgid "How to sort list rows in the event view list"
+msgstr "Kako razvrstati popis redaka u popisu događaja"
+
+#: ../data/org.gnome.Logs.gschema.xml.h:2
+msgid "Sort list rows in ascending or descending order for the selected type"
+msgstr "Razvrstaj popis redaka rastući ili padajući za odabrane vrste"
+
+#: ../src/gl-application.c:110
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+"  gogo https://launchpad.net/~trebelnik-stefina";
+
+#: ../src/gl-application.c:111
+msgid "View and search logs"
+msgstr "Pogledaj i pretraži zapise"
+
+#: ../src/gl-application.c:245
+msgid "Print version information and exit"
+msgstr "Ispiši podatke o inačici i izađi"
+
+#. Translators: Boot refers to a single run (or bootup) of the system
+#: ../src/gl-eventtoolbar.c:115
+msgid "Boot"
+msgstr "Pokretanje"
+
+#. Translators: Shown when there are no (zero) results in the current
+#. * view.
+#: ../src/gl-eventviewlist.c:296
+msgid "No results"
+msgstr "Nema rezultata"
+
+#: ../src/gl-eventviewrow.c:219
+msgid "Other"
+msgstr "Ostalo"
+
+#. Translators: if only custom start timestamp is set, then we update
+#. * the timestamp range button label in popover to show that
+#. * logs are shown in the window starting from this timestamp
+#. * until the ending timestamp of journal.
+#: ../src/gl-searchpopover.c:687
+#, c-format
+msgid "From %s"
+msgstr "Od %s"
+
+#. Translators: if only custom end timestamp is set, then we update
+#. * the timestamp range button label in popover to show that
+#. * logs are shown in the window upto this timestamp
+#. * with the starting timestamp being the current time.
+#: ../src/gl-searchpopover.c:700
+#, c-format
+msgid "Until %s"
+msgstr "Do %s"
+
+#. Translators: date format for the start date entry
+#. * and start date button label in the custom range submenu,
+#. * showing the day of month in decimal number, full month
+#. * name as string, the year as a decimal number including the century.
+#. Translators: date format for the end date entry
+#. * and end date button label in the custom range submenu,
+#. * showing the day of month in decimal number, full month
+#. * name as string, the year as a decimal number including the century.
+#: ../src/gl-searchpopover.c:737 ../src/gl-searchpopover.c:1104
+msgid "%e %B %Y"
+msgstr "%e %B %Y"
+
+#: ../src/gl-searchpopover.c:875
+#, c-format
+msgid "AM"
+msgstr "AM"
+
+#: ../src/gl-searchpopover.c:879
+#, c-format
+msgid "PM"
+msgstr "PM"
+
+#. Translators: timestamp format for the custom start time button
+#. * label in the custom range submenu, showing the time with seconds
+#. * in 12-hour format.
+#. Translators: timestamp format for the custom end time button
+#. * label in the custom range submenu, showing the time with seconds
+#. * in 12-hour format.
+#: ../src/gl-searchpopover.c:987 ../src/gl-searchpopover.c:1226
+msgid "%I:%M:%S %p"
+msgstr "%H:%M:%S"
+
+#. Translators: timestamp format for the custom start time button
+#. * label in the custom range submenu, showing the time with seconds
+#. * in 24-hour format.
+#. Translators: timestamp format for the custom end time button
+#. * label in the custom range submenu, showing the time with seconds
+#. * in 24-hour format.
+#: ../src/gl-searchpopover.c:994 ../src/gl-searchpopover.c:1233
+msgid "%T"
+msgstr "%T"
+
+#. Translators: timestamp format for events on the
+#. * current day, showing the time with seconds in
+#. * 12-hour format.
+#: ../src/gl-util.c:148
+msgid "%l:%M:%S %p"
+msgstr "%H:%M:%S"
+
+#. Translators: timestamp format for events on the
+#. * current day, showing the time without seconds in
+#. * 12-hour format.
+#: ../src/gl-util.c:155
+msgid "%l:%M %p"
+msgstr "%H:%M"
+
+#. Translators: timestamp format for events in
+#. * the current year, showing the abbreviated
+#. * month name, day of the month and the time
+#. * with seconds in 12-hour format.
+#: ../src/gl-util.c:166
+msgid "%b %e %l:%M:%S %p"
+msgstr "%b %e %H:%M:%S"
+
+#. Translators: timestamp format for events in the
+#. * current year, showing the abbreviated month name,
+#. * day of the month and the time without seconds in
+#. * 12-hour format.
+#: ../src/gl-util.c:174
+msgid "%b %e %l:%M %p"
+msgstr "%b %e %H:%M"
+
+#. Translators: timestamp format for events in
+#. * a different year, showing the abbreviated
+#. * month name, day of the month, year and the
+#. * time with seconds in 12-hour format.
+#: ../src/gl-util.c:185
+msgid "%b %e %Y %l:%M:%S %p"
+msgstr "%b %e %Y %H:%M:%S"
+
+#. Translators: timestamp format for events in
+#. * a different year, showing the abbreviated
+#. * month name day of the month, year and the
+#. * time without seconds in 12-hour format.
+#: ../src/gl-util.c:194
+msgid "%b %e %Y %l:%M %p"
+msgstr "%b %e %Y %H:%M"
+
+#. Translators: timestamp format for events on the
+#. * current day, showing the time with seconds in
+#. * 24-hour format.
+#: ../src/gl-util.c:211
+msgid "%H:%M:%S"
+msgstr "%H:%M:%S"
+
+#. Translators: timestamp format for events on the
+#. * current day, showing the time without seconds in
+#. * 24-hour format.
+#: ../src/gl-util.c:218
+msgid "%H:%M"
+msgstr "%H:%M"
+
+#. Translators: timestamp format for events in the
+#. * current year, showing the abbreviated month name,
+#. * day of the month and the time with seconds in
+#. * 24-hour format.
+#: ../src/gl-util.c:228
+msgid "%b %e %H:%M:%S"
+msgstr "%b %e %H:%M:%S"
+
+#. Translators: timestamp format for events in the
+#. * current year, showing the abbreviated month name,
+#. * day of the month and the time without seconds in
+#. * 24-hour format.
+#: ../src/gl-util.c:236
+msgid "%b %e %H:%M"
+msgstr "%b %e %H:%M"
+
+#. Translators: timestamp format for events in
+#. * a different year, showing the abbreviated
+#. * month name, day of the month, year and the
+#. * time with seconds in 24-hour format.
+#: ../src/gl-util.c:247
+msgid "%b %e %Y %H:%M:%S"
+msgstr "%b %e %Y %H:%M:%S"
+
+#. Translators: timestamp format for events in a
+#. * different year, showing the abbreviated month name,
+#. * day of the month, year and the time without seconds
+#. * in 24-hour format.
+#: ../src/gl-util.c:255
+msgid "%b %e %Y %H:%M"
+msgstr "%b %e %Y %H:%M"
+
+#. Transltors: the first string is the earliest timestamp of the boot,
+#. * and the second string is the newest timestamp. An example string might
+#. * be '08:10 - 08:30'
+#: ../src/gl-util.c:319
+#, c-format
+msgid "%s – %s"
+msgstr "%s – %s"
+
+#: ../src/gl-window.c:181
+msgid "Save logs"
+msgstr "Spremi zapise"
+
+#: ../src/gl-window.c:184
+msgid "_Cancel"
+msgstr "_Odustani"
+
+#: ../src/gl-window.c:185
+msgid "_Save"
+msgstr "_Spremi"
+
+#: ../src/gl-window.c:190
+msgid "log messages"
+msgstr "poruka zapisa"
+
+#: ../src/gl-window.c:243
+msgid "Unable to export log messages to a file"
+msgstr "Nemoguć izvoz poruka zapisa u datoteku"
+
+#: ../src/gl-window.c:474 ../src/gl-window.c:505
+msgid "Unable to read system logs"
+msgstr "Nemoguće čitanje zapisa sustava"
+
+#: ../src/gl-window.c:488
+msgid "Unable to read user logs"
+msgstr "Nemoguće čitanje zapisa korinika"
+
+#: ../src/gl-window.c:520
+msgid "No logs available"
+msgstr "Nema dostupnih zapisa"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/src/gl-eventviewlist.c 
new/gnome-logs-3.24.2/src/gl-eventviewlist.c
--- old/gnome-logs-3.24.1/src/gl-eventviewlist.c        2017-02-14 
00:11:24.000000000 +0100
+++ new/gnome-logs-3.24.2/src/gl-eventviewlist.c        2017-07-29 
13:27:32.000000000 +0200
@@ -45,8 +45,6 @@
     GlUtilClockFormat clock_format;
     GtkListBox *entries_box;
     GtkSizeGroup *category_sizegroup;
-    GtkSizeGroup *message_sizegroup;
-    GtkSizeGroup *time_sizegroup;
     GtkWidget *categories;
     GtkWidget *event_search;
     GtkWidget *event_scrolled;
@@ -308,8 +306,6 @@
                                       gpointer user_data)
 {
     GtkWidget *rtn;
-    GtkWidget *message_label;
-    GtkWidget *time_label;
     GlCategoryList *list;
     GlCategoryListFilter filter;
     GlEventViewList *view = user_data;
@@ -338,14 +334,6 @@
                                      GL_EVENT_VIEW_ROW_CATEGORY_NONE);
     }
 
-    message_label = gl_event_view_row_get_message_label (GL_EVENT_VIEW_ROW 
(rtn));
-    time_label = gl_event_view_row_get_time_label (GL_EVENT_VIEW_ROW (rtn));
-
-    gtk_size_group_add_widget (GTK_SIZE_GROUP (priv->message_sizegroup),
-                               message_label);
-    gtk_size_group_add_widget (GTK_SIZE_GROUP (priv->time_sizegroup),
-                               time_label);
-
     return rtn;
 }
 
@@ -910,8 +898,6 @@
     g_clear_object (&priv->journal_model);
     g_clear_pointer (&priv->search_text, g_free);
     g_object_unref (priv->category_sizegroup);
-    g_object_unref (priv->message_sizegroup);
-    g_object_unref (priv->time_sizegroup);
 }
 
 static void
@@ -957,8 +943,6 @@
     priv->search_text = NULL;
     priv->boot_match = NULL;
     priv->category_sizegroup = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
-    priv->message_sizegroup = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
-    priv->time_sizegroup = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
 
     categories = GL_CATEGORY_LIST (priv->categories);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/src/gl-eventviewrow.c 
new/gnome-logs-3.24.2/src/gl-eventviewrow.c
--- old/gnome-logs-3.24.1/src/gl-eventviewrow.c 2017-01-05 13:15:12.000000000 
+0100
+++ new/gnome-logs-3.24.2/src/gl-eventviewrow.c 2017-07-29 13:27:44.000000000 
+0200
@@ -93,26 +93,6 @@
     return priv->category_label;
 }
 
-GtkWidget *
-gl_event_view_row_get_message_label (GlEventViewRow *row)
-{
-    GlEventViewRowPrivate *priv;
-
-    priv = gl_event_view_row_get_instance_private (row);
-
-    return priv->message_label;
-}
-
-GtkWidget *
-gl_event_view_row_get_time_label (GlEventViewRow *row)
-{
-    GlEventViewRowPrivate *priv;
-
-    priv = gl_event_view_row_get_instance_private (row);
-
-    return priv->time_label;
-}
-
 static void
 gl_event_view_row_finalize (GObject *object)
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-logs-3.24.1/src/gl-eventviewrow.h 
new/gnome-logs-3.24.2/src/gl-eventviewrow.h
--- old/gnome-logs-3.24.1/src/gl-eventviewrow.h 2017-01-05 13:15:12.000000000 
+0100
+++ new/gnome-logs-3.24.2/src/gl-eventviewrow.h 2017-07-29 13:28:13.000000000 
+0200
@@ -49,8 +49,6 @@
 const gchar * gl_event_view_row_get_message (GlEventViewRow *row);
 guint64 gl_event_view_row_get_timestamp (GlEventViewRow *row);
 GtkWidget * gl_event_view_row_get_category_label (GlEventViewRow *row);
-GtkWidget * gl_event_view_row_get_message_label (GlEventViewRow *row);
-GtkWidget * gl_event_view_row_get_time_label (GlEventViewRow *row);
 
 G_END_DECLS
 


Reply via email to