commit 6bb73822e6dab20cc3c036671e56f7ca29edb478
Author: David King <davidk@gnome.org>
Date:   Mon Oct 28 20:22:19 2013 +0000

    Update NEWS for 3.11.1 release

M	NEWS
M	configure.ac

commit 763569cc598fafcb69abd5d1eea921f033f4dcad
Author: David King <davidk@gnome.org>
Date:	Mon Oct 28 16:15:32 2013 +0000

    Make timestamp translatable

M	po/POTFILES.in
M	src/gl-util.c

commit 60d7c1f738ee406491a3583ed11feca4771594aa
Author: David King <davidk@gnome.org>
Date:	Mon Oct 28 15:15:10 2013 +0000

    Use the system 12/24 hour clock setting

    Use the clock-format key in org.gnome.desktop.interface to control
    whether timestamps are shown in 12 hour or 24 hour format.

    https://bugzilla.gnome.org/show_bug.cgi?id=710728

M	src/gl-eventview.c
M	src/gl-util.c
M	src/gl-util.h

commit 619a1c700c192cc4ebc65f82a5a31c8ea8a57406
Author: David King <davidk@gnome.org>
Date:	Mon Oct 28 13:30:49 2013 +0000

    Show only user events in the applications category

    Refine the query for applications to only show events from the
    same user
    that is running the application.

M	src/gl-eventview.c

commit d3af38b5074f23cacea975dc2b64cab191a5ec15
Author: David King <davidk@gnome.org>
Date:	Mon Oct 28 12:18:32 2013 +0000

    Support case-insensitive search

    If only lower-case characters are entered in the search field, use a
    case-insensitive search. If there are any upper-case characters, use a
    simple case-sensitive search.

M	src/gl-eventview.c

commit 0690984ec7cc4bf881a6a86f27d375386d94a30f
Author: David King <davidk@gnome.org>
Date:	Fri Oct 25 16:13:21 2013 +0100

    Show placeholder when the events listbox is empty

M	src/gl-eventview.c

commit e3683c5bab72e670a8cb0f0d3e9b200fd0cda499
Author: David King <davidk@gnome.org>
Date:	Fri Oct 25 14:23:37 2013 +0100

    Avoid overwriting the first typeahead find letter

    Grabbing the focus of the search entry caused the whole contents
    of the
    entry to be selected. As this was done when entering a character to
    bring up the search entry, it was easy to type a whole word,
    overwriting
    the first (selected) character.

    Fix the problem by setting the cursor position to the end of the
    search
    entry immediately after grabbing focus.

M	src/gl-window.c

commit e2e9690b09ea37a6e1ea142868f573bc0e3be915
Author: David King <davidk@gnome.org>
Date:	Thu Oct 24 15:04:16 2013 +0100

    Make find mode tolerant of NULL event messages

M	src/gl-eventview.c

commit 3e9c2cefeecc504e58dc900b584c80f295b5e18d
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:	Thu Oct 24 15:46:44 2013 +0300

    Always set the direction of the text to left

    Also to put the date in the right place in RTL.

    https://bugzilla.gnome.org/show_bug.cgi?id=710800

M	src/gl-eventview.c

commit 40661e5d3f989305a51e4e54eafbfa8a81882fef
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 20:26:32 2013 +0100

    Use locale format when displaying event timestamp

    https://bugzilla.gnome.org/show_bug.cgi?id=710728

M	src/gl-util.c

commit 3160ddf01d74a153246acd5f5b94a134095d5118
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 18:53:26 2013 +0100

    Add GlJournalError enum

M	src/gl-journal.c
M	src/gl-journal.h

commit 0325f69e86d9bcb8790624c109f6da9bb23a75f6
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 18:13:03 2013 +0100

    Set a GError when calling gl_journal_get_data()

M	src/gl-journal.c

commit b79f02b78bbb5bd34e292d9613e92ac0f4b95e76
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 17:54:47 2013 +0100

    Use the length result of sd_journal_get_data()

    Previously, the journal fields were passed to functions which
    assumed a
    NUL-terminated string, and surprisingly this mostly worked. However,
    the
    systemd journal API does not guarantee this, and there were some
    reports
    of strange crashes and odd characters appearing in log messages.

    Fix the problem by using the length result from sd_journal_get_data()
    to
    read only the number of characters in the field.

    https://bugzilla.gnome.org/show_bug.cgi?id=709290

M	src/gl-eventview.c
M	src/gl-journal.c
M	src/gl-journal.h

commit 1911fd1b11807909b205ac751c1d12b97f7322f0
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 11:30:00 2013 +0100

    Make event view timestamps slightly smaller

M	data/gl-style.css
M	src/gl-eventview.c

commit 28ae5f9b237ff3b336ee764362bb4f7231fc2dd6
Author: David King <davidk@gnome.org>
Date:	Wed Oct 23 10:28:25 2013 +0100

    Increase window width and height request

    https://bugzilla.gnome.org/show_bug.cgi?id=710397

M	data/gl-window.ui

commit 80f606ed0354bc178cf744c0103a57cee29013b2
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 16:52:37 2013 +0100

    Add timestamp to system events view

M	src/gl-eventview.c

commit 8b48335b0eead9bbec36c7370f87d739af307479
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 16:42:50 2013 +0100

    Add timestamp to commandline events view

M	src/gl-eventview.c

commit 744bb9a88459be06372931bdae11eea79ffdf345
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 16:09:05 2013 +0100

    Add timestamp to security events view

M	src/gl-eventview.c

commit b166b5977d45f497f666a6f36df6fc6595cd124a
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 15:48:29 2013 +0100

    Add timestamp to kernel events list view

M	src/gl-eventview.c

commit 62161f93787367cfcba6c0d8477f3ffcd002e524
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 15:34:28 2013 +0100

    Factor out timestamp handling

    Add gl_util_timestamp_to_display() and move microseconds-to-string
    handling to it.

M	src/gl-eventview.c
M	src/gl-util.c
M	src/gl-util.h

commit 8ca1da91bd9105ccc274cae09630b4db89c146fa
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 12:13:19 2013 +0100

    Fix duplicate child warning for detail view

M	src/gl-eventview.c

commit 2354b3f781db02d532399f7f7b560835a2a4ea6b
Author: David King <davidk@gnome.org>
Date:	Wed Oct 9 16:45:22 2013 +0100

    Apply the system monospace font to log messages

    Monitor the monospace-font-name key from gsettings-desktop-schemas and
    update the font if it changes.

M	README
M	configure.ac
M	src/gl-application.c
M	src/gl-application.h
M	src/gl-eventview.c

commit 643c9f4165f7c97fc24d2d9ad3ac22f77963a27b
Author: David King <davidk@gnome.org>
Date:	Thu Oct 10 10:14:11 2013 +0100

    Move CSS parsing-error handler to separate file

M	Makefile.am
A	src/gl-util.c
A	src/gl-util.h
M	src/gl-window.c

commit 26ff8352eb5cdad7a17bed10807e7b0821c45e95
Author: Marek Černocký <marek@manet.cz>
Date:	Fri Oct 18 21:15:14 2013 +0200

    Added the Czech language

M	po/LINGUAS

commit 5c0e7ee304e6fc05d14c733a351c1135bb837b07
Author: Marek Černocký <marek@manet.cz>
Date:	Fri Oct 18 21:14:49 2013 +0200

    Czech translation

A	po/cs.po

commit 93b40a4c69245141242ec38f0b0e778dde8c7fdb
Author: Andika Triwidada <andika@gmail.com>
Date:	Mon Oct 14 08:27:58 2013 +0700

    Added id

M	po/LINGUAS

commit d291f5485f538512bf53b5669d2fb7f1e3414650
Author: Andika Triwidada <andika@gmail.com>
Date:	Mon Oct 14 08:25:59 2013 +0700

    Added Indonesian translation

A	po/id.po

commit 22a36e17e9301d7f0e5d715d9e888eb27e561e01
Author: David King <davidk@gnome.org>
Date:	Wed Oct 9 10:13:02 2013 +0100

    Set a larger default search bar width

M	data/gl-window.ui

commit 88b8a60a84696843dd3ef38c0011cae94ffb23a0
Author: David King <davidk@gnome.org>
Date:	Tue Oct 8 15:39:23 2013 +0100

    Add accelerator for closing a window

M	src/gl-application.c
M	src/gl-window.c

commit b606ac13de696b83245bb477b3aa537311d97320
Author: David King <davidk@gnome.org>
Date:	Tue Oct 8 15:30:53 2013 +0100

    Add accelerator for search functionality

M	src/gl-application.c

commit 098d0f0167099192076d16eda5d257d5ff0365ce
Author: David King <davidk@gnome.org>
Date:	Tue Oct 8 12:50:43 2013 +0100

    Make labels in detail view selectable

    Allow the labels shown in the details view to be selected, and
    therefore
    copied easily.

M	src/gl-eventview.c

commit cff713cdb04b83b7112c7961a70544f21b814631
Author: David King <davidk@gnome.org>
Date:	Tue Oct 8 12:06:40 2013 +0100

    Use a single header bar

    Remove the left header bar.

M	data/gl-style.css
M	data/gl-window.ui
M	po/POTFILES.in
M	src/gl-window.c

commit 70fe478deb9a4f486dd22456e20f735f9f5a1662
Author: David King <davidk@gnome.org>
Date:	Tue Oct 8 16:02:13 2013 +0100

    Do not unref the default GtkCssProvider

M	src/gl-window.c

commit 3cf4ef8cdca997454b149296c9ef1b62ddf1aba6
Author: David King <davidk@gnome.org>
Date:	Mon Oct 7 17:22:10 2013 +0100

    Unref GFile and GtkCssProvider in gl_window_init()

M	src/gl-window.c

commit ad0ab2a21084b7a24185818d8585b538cebd3e35
Author: David King <davidk@gnome.org>
Date:	Mon Oct 7 14:56:41 2013 +0100

    Make "important" category the default

    https://bugzilla.gnome.org/show_bug.cgi?id=709303

M	src/gl-categorylist.c
M	src/gl-eventview.c
M	src/gl-window.c

commit 662b03c7d92938bc556b521d6a4100043bb24571
Author: David King <davidk@gnome.org>
Date:	Mon Oct 7 14:39:37 2013 +0100

    Adjust important category to priorities <= 3

M	src/gl-eventview.c

commit 8b424fc199f1928fbb25fb9b98c0d6b9ca4d9082
Author: David King <davidk@gnome.org>
Date:	Fri Oct 4 13:47:50 2013 +0100

    Refactor category, view and toolbar state changes

M	data/gl-eventtoolbar.ui
M	src/gl-eventtoolbar.c
M	src/gl-eventview.c
M	src/gl-window.c

commit 4e001e08bdff921151f670199ccb557040a9a142
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 15:47:46 2013 +0100

    Add details view to all categories

    https://bugzilla.gnome.org/show_bug.cgi?id=709300

M	src/gl-eventview.c

commit 9fd0ef36535c4871eb714bec1a72c4df8c80d667
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 14:10:15 2013 +0100

    Remove unused gl_journal_get_journal() method

M	src/gl-journal.c
M	src/gl-journal.h

commit b39e0cc454a9a547a8a8281a2aa0fda111b8fd82
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 14:08:00 2013 +0100

    Use new cursor query method in details view

M	src/gl-eventview.c

commit 5f0823cd2fd44902718ad98ea969a85b45a75399
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 13:40:39 2013 +0100

    Use new cursor query method in listbox filter

M	src/gl-eventview.c

commit bed5e35aa6047392e08df4035a6e193f71dc30c0
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 13:39:25 2013 +0100

    Add method to query a single event with a cursor

M	src/gl-journal.c
M	src/gl-journal.h

commit 3b3dcc1f8673199145798324cc1856bab713f81a
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 11:56:16 2013 +0100

    Use new journal query API for "security" category

M	src/gl-eventview.c

commit 53166e178dad8d68f4428d0f1ce4860a82e486fb
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 11:36:43 2013 +0100

    Use new journal query API for "hardware" catwgory

M	src/gl-eventview.c

commit a32e83ea9ed6f5ee4d7484c3fd563f118931c2b7
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 10:07:15 2013 +0100

    Use new journal query API for "system" category

M	src/gl-eventview.c

commit 79cfaccc706b8f48c812fec175658aa72a1dc3d7
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 09:52:20 2013 +0100

    Use new query API for "applications" category

M	src/gl-eventview.c

commit 69b5329c4aa3aea3b21f7507e1579fc294d53c0a
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 21:37:07 2013 +0100

    Use new journal query API for "important" category

M	src/gl-eventview.c

commit 906db1a7c9683cfb48338c2f1bf4b418b0399b7f
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 20:04:54 2013 +0100

    Handle matches in gl_journal_query()

M	src/gl-journal.c

commit 323251c1fac6d7013667becad61d798e63c9fa50
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 17:55:20 2013 +0100

    Use new journal query API for "all" category

M	src/gl-eventview.c

commit 74da4c0dd155942fb55cf40e512b578080cd94da
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 17:54:44 2013 +0100

    Add method to free result lists

M	src/gl-journal.c
M	src/gl-journal.h

commit 7bb4e8c37e2fa91ec9135b90cbb5755543dabcf9
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 17:20:38 2013 +0100

    Add simple journal query method

M	src/gl-journal.c
M	src/gl-journal.h

commit 96b300b3d4909b4bdd2237f76554804f448cb9b9
Author: David King <davidk@gnome.org>
Date:	Wed Oct 2 14:38:36 2013 +0100

    Split off journal to new GlJournal object

M	Makefile.am
M	src/gl-eventview.c
A	src/gl-journal.c
A	src/gl-journal.h

commit 6841c2454120d83b5c2eab0dd915117cc267527f
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:	Mon Oct 7 22:36:25 2013 +0300

    Fix the size of the search button

M	data/gl-eventtoolbar.ui

commit dfa54928226cabac5073e014bdae4c978f8e6ab6
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:	Fri Oct 4 17:26:39 2013 +0300

    Added Hebrew translation

M	po/LINGUAS
A	po/he.po

commit 45028869106d7ed28d6727fe66239a6ab35c4c4d
Author: David King <davidk@gnome.org>
Date:	Thu Oct 3 14:56:32 2013 +0100

    Only show category separator above "applications"

    https://bugzilla.gnome.org/show_bug.cgi?id=709291

M	src/gl-categorylist.c

commit aa94b35f332149767c359e6efb3731f14a43ef29
Author: Enrico Nicoletto <liverig@gmail.com>
Date:	Thu Oct 3 01:42:33 2013 -0300

    Added Brazilian Portuguese translation

M	po/LINGUAS
A	po/pt_BR.po

commit b4bbf8930d225869fdb6325d3ced597bb9c7e28f
Author: Colin Walters <walters@verbum.org>
Date:	Wed Oct 2 15:47:35 2013 -0400

    desktop.in: Fix Exec= line

M	data/gnome-logs.desktop.in

commit 6d08498103a98e9198b8915fa48e8eae3fc2da5f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:	Wed Oct 2 11:33:52 2013 +0200

    Added Serbian translation

M	po/LINGUAS
A	po/sr.po
A	po/sr@latin.po

commit 6a3f75b85a4b467b55ffeb993f095ca0865e77ec
Author: Martin Srebotnjak <miles@filmsi.net>
Date:	Tue Oct 1 23:22:48 2013 +0200

    Updated Slovenian translation

M	po/sl.po

commit a3f4f923c792b6997e73377e5802bbc9e1a0df4f
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Oct 1 23:21:57 2013 +0200

    Added sl for Slovenian translation

M	po/LINGUAS

commit 7e7dd017bc5a4ca3aafcc38b98e80b735a8ec8bd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:	Tue Oct 1 23:21:48 2013 +0200

    Added Slovenian translation

A	po/sl.po

commit 5f773e6243ae0ce54fdf7f9c00ebd8b9362f7aa8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:	Tue Oct 1 18:26:23 2013 +0200

    Updated Spanish translation

M	po/LINGUAS
A	po/es.po

commit ca0729ad86881c567e183259e5aad4d8115aa9b4
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 13:59:25 2013 +0100

    Add padding to message catalog label

M	src/gl-eventview.c

commit 31b850a0594367f87506d2f04b3247f45bbb521e
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 13:45:14 2013 +0100

    Add wrapped message to detailed event view

M	data/gl-style.css
M	src/gl-eventview.c

commit f5da06e3d98eb0feeca678cbd7bea28087f2e6c3
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 13:34:02 2013 +0100

    Add some simple styling to the detailed event view

M	data/gl-style.css
M	src/gl-eventview.c

commit 02eb62acdb07376c20863a72b9b857932a862fa0
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 12:44:43 2013 +0100

    Use message catalog in detailed log event view

    https://bugzilla.gnome.org/show_bug.cgi?id=709153

M	src/gl-eventview.c

commit a1e74034d0a57fa22fb6b3606a70a22685112d69
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:	Tue Oct 1 14:07:54 2013 +0300

    Set the back icon according to locale's text direction

M	data/gl-eventtoolbar.ui
M	src/gl-eventtoolbar.c

commit f51c0210dc43ed84db18a9912300cf19d9b3e176
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:	Tue Oct 1 13:50:53 2013 +0300

    Make the buttons in the headerbar as center vertically

M	data/gl-eventtoolbar.ui

commit 5112d2a33e9d139860df5789a9b5ef1f8f4452d4
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 11:15:13 2013 +0100

    Add rounded corners on titlebar

M	data/gl-style.css
M	data/gl-window.ui

commit 45e1c3ae110ad74ddf9d6b2413c844d5bfe22391
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 09:41:12 2013 +0100

    Update .gitignore

M	.gitignore

commit 1ea3c0139b929c91b14aa8df25fcdd6234767029
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 09:42:18 2013 +0100

    Remove LT_INIT from configure.ac

    There is no need to use libtool if no libraries are being built.

M	configure.ac

commit 5d648a9a1d1ef492a624d04e2387d91b225a88c5
Author: David King <davidk@gnome.org>
Date:	Tue Oct 1 09:37:06 2013 +0100

    Adjust some internal warning severities

    Drop many uses of g_warning() to g_debug(), as several of the warnings
    were purely informational during development. Make a failure of
    sd_journal_open() use g_critical().

M	src/gl-eventview.c

commit 16d9ae6ae8b9b2a8a378fecd47ddf2a4c407c35e
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Oct 1 03:38:12 2013 +0200

    Updated Polish translation

M	po/pl.po

commit 90e14af0ce85807fdeb14800dedfce1ce3621a5f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Oct 1 03:36:13 2013 +0200

    Added Polish translation

A	po/LINGUAS
A	po/pl.po

commit 8112dcf213d41e863903f2683e85f2accc251287
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:	Tue Oct 1 03:33:50 2013 +0200

    Add translator-credits to the About window

M	src/gl-application.c

commit d87acf2ed7bcae0c58668e364a23092c113d4c67
Author: Matthias Clasen <mclasen@redhat.com>
Date:	Mon Sep 30 15:13:58 2013 -0400

    Make category switching work

    The listbox is not a direct child of the stack. We need
    to take the scrolled window and a viewport to take into account.

    https://bugzilla.gnome.org/show_bug.cgi?id=709123

M	src/gl-eventview.c

commit 28516e83eb7563b08794263266203a945654e039
Author: David King <davidk@gnome.org>
Date:	Mon Sep 30 19:30:38 2013 +0100

    Update Bugzilla and homepage links

M	README
M	configure.ac
M	gnome-logs.doap

commit 58b692a38f0c646095dcb2d7273203973a9be577
Author: David King <davidk@gnome.org>
Date:	Mon Sep 30 13:09:31 2013 +0100

    Add DOAP file

A	gnome-logs.doap

commit 1c4492d98dfb8c15bab6dda3cebac7c0311b7bc6
Author: David King <davidk@gnome.org>
Date:	Mon Sep 30 12:18:23 2013 +0100

    Update NEWS for 0.1 release

    Add check-news to Automake options.

M	NEWS
M	README
M	configure.ac

commit 9e510a1bb51d32cc455f300fb2f7e5fd637cb4e4
Author: David King <davidk@gnome.org>
Date:	Mon Sep 30 10:48:59 2013 +0100

    Enable type-ahead search for search bar

M	data/gl-window.ui
M	src/gl-window.c

commit 0b2a7d2d2497ade02c210f154daeffe154d26ca7
Author: David King <davidk@gnome.org>
Date:	Sun Sep 29 14:44:55 2013 +0100

    Show search bar on clicking the find button

M	data/gl-eventtoolbar.ui
M	data/gl-window.ui
M	src/gl-eventview.c
M	src/gl-eventview.h
M	src/gl-window.c

commit 7c8834c4ba66991f659e9310432fd06f3a27ff3c
Author: David King <davidk@gnome.org>
Date:	Sun Sep 29 11:03:39 2013 +0100

    Switch toolbar mode on changing to detail view

M	data/gl-eventtoolbar.ui
M	src/gl-eventtoolbar.c
M	src/gl-eventview.c
M	src/gl-eventview.h
M	src/gl-window.c

commit 777c1a0ebd3e49238c024ec727af38c982f5c458
Author: David King <davidk@gnome.org>
Date:	Sun Sep 29 10:33:47 2013 +0100

    Add new window action to application menu

M	data/appmenu.ui
M	src/gl-application.c

commit 1dd2f4d03fc1d2ced008dd313b833bb08cf3f580
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 23:26:16 2013 +0100

    Use GFile instead of GBytes to read from GResource

M	src/gl-window.c

commit eea86f06f7d6bd8c14d766f599a13cf6bfaaa37d
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 23:14:07 2013 +0100

    Move right toolbar to GlEventToolbar object

M	Makefile.am
A	data/gl-eventtoolbar.ui
M	data/gl-window.ui
M	data/gnome-logs.gresource.xml
M	po/POTFILES.in
M	src/gl-application.c
A	src/gl-eventtoolbar.c
A	src/gl-eventtoolbar.h

commit abe91248244fea3909bd287f54026085758e8373
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 15:48:29 2013 +0100

    Add padding to event view entries

M	data/gl-style.css
M	src/gl-eventview.c

commit 5335d8c1b3ba9ca736d2c5dc1ad5be71fe273ca2
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 11:45:07 2013 +0100

    Add title to categories list header bar

M	data/gl-window.ui

commit 39dac6ec8a249ce5ee4d61883058b60b7f2c7ad6
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 11:39:06 2013 +0100

    Set background colour on category list

M	data/gl-style.css
M	data/gl-window.ui

commit d01ec6e01766189f17b3fb15394fb74e3e6e264c
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 11:29:38 2013 +0100

    Add separators between titlebars and content views

M	data/gl-window.ui

commit 91edf7f539c9aeaf896063c8a09b35ae9bfeb516
Author: David King <davidk@gnome.org>
Date:	Sat Sep 28 11:21:32 2013 +0100

    Add separator to category list rows

M	src/gl-categorylist.c

commit f7662c0b44a440213fdbb31fa6b08a08d7fd3754
Author: David King <davidk@gnome.org>
Date:	Fri Sep 27 15:08:26 2013 +0100

    Add padding to category rows

    Add a CSS override to the resource bundle, and load it in GlWindow.

M	Makefile.am
M	data/gl-categorylist.ui
A	data/gl-style.css
M	data/gnome-logs.gresource.xml
M	src/gl-window.c

commit 395286a0460466a0c4382a4daac6178a84f6a454
Author: David King <davidk@gnome.org>
Date:	Fri Sep 27 12:28:54 2013 +0100

    Look up action strings from generated GEnumValues

M	src/gl-categorylist.c
M	src/gl-window.c

commit 442c8131f58ad5aaedf534c47f896fac41be56c0
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 17:43:56 2013 +0100

    Stop using libgd

    As the toolbars are now using GtkHeaderBar, there is no need to use
    GdMainToolbar.

D	.gitmodules
M	Makefile.am
M	autogen.sh
M	configure.ac
D	libgd
M	src/gl-window.c

commit 789b31693f7d079b1fc4dbe6acb11fc09bc367cb
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 17:40:56 2013 +0100

    Use two header bars for the titlebar

M	data/gl-window.ui

commit 126302128087abfd48ca2503dbe86a632150e13a
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 15:42:32 2013 +0100

    Set image-button style class on toolbar buttons

M	data/gl-window.ui

commit 3c29cd2a688ffd362e2cf23d6ce77dbcf70db533
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 12:09:42 2013 +0100

    Use GtkHeaderBar

M	data/gl-window.ui

commit e0433c00a63429c83e7a5e9a5eeef651c1813f56
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 11:36:41 2013 +0100

    Add important category filter

    Additionally, mark alerts and starred categories as unimplemented.

M	po/POTFILES.in
M	src/gl-eventview.c

commit 57678592c3ca7a9437523734219a50cf38beabcd
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 11:16:27 2013 +0100

    Mark updates and usage categories as unimplemented

M	src/gl-eventview.c

commit 85fda37bea962c96460ab4b9459377b04034b6e2
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 10:57:35 2013 +0100

    Add security category filter

M	src/gl-eventview.c

commit dc299724be2af7de283f15bb7d4510942fc5749d
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 10:40:36 2013 +0100

    Add hardware category filter

M	src/gl-eventview.c

commit 23b021ebcb003a2c8825efb41180a2bc740344fb
Author: David King <davidk@gnome.org>
Date:	Thu Sep 26 09:58:31 2013 +0100

    Add applications category filter

M	src/gl-eventview.c

commit 2eff8c665f8f2593916fb9dd2eed647c46920360
Author: David King <davidk@gnome.org>
Date:	Wed Sep 25 14:20:25 2013 +0100

    Factor out iteration over journal entries

M	src/gl-eventview.c

commit aaee7b626ffd4d5b3055636b771ec351c73f04e6
Author: David King <davidk@gnome.org>
Date:	Sat Sep 7 12:52:21 2013 +0100

    Restrict system category to kernel events

M	src/gl-eventview.c

commit feb6f6a76e14e57e9b0414fe99db5d0a538c7599
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 15:17:27 2013 +0100

    Add skeleton system event view

M	src/gl-eventview.c

commit 3c67ba090cef8901397d785dbbc0fca3f4054f30
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 14:19:22 2013 +0100

    Set GlEventView:filter from GlWindow

M	src/gl-eventview.c
M	src/gl-eventview.h
M	src/gl-window.c

commit 250e6a78f73a5c89e4bab57af37eff6e507859a8
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 13:23:48 2013 +0100

    Add GlEventViewFilter and property to GlEventView

M	.gitignore
M	Makefile.am
M	configure.ac
M	src/gl-eventview.c
M	src/gl-eventview.h

commit a924a4970d390b19f841a9c371842a5354b4e5fe
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 12:07:42 2013 +0100

    Add events view to GlWindowPrivate

M	src/gl-window.c

commit 321c4144c56f6c4db6afd178403f79ed8e523ed9
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 11:53:01 2013 +0100

    Handle category change in GlWindow

M	src/gl-window.c

commit fbefdfedbebd6e671f77bddb59d739a245f13274
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 11:33:15 2013 +0100

    Activate window actions in the category list

M	src/gl-categorylist.c

commit 16588da791be762f163dd1bb9c56f8abfb4a885f
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 10:37:03 2013 +0100

    Add category list action to GlWindow

M	src/gl-window.c

commit da45201fe6b737be02fd359a2bf261bc1e63d1f8
Author: David King <davidk@gnome.org>
Date:	Thu Sep 5 10:07:46 2013 +0100

    Handle activation of category list rows

M	data/gl-categorylist.ui
M	src/gl-categorylist.c

commit 5acb29dcb42e28ed86444df24bc00922b45dc095
Author: David King <davidk@gnome.org>
Date:	Thu Aug 15 10:42:12 2013 +0100

    Use GNOME_COMPILE_WARNINGS from gnome-common

M	Makefile.am
M	configure.ac

commit 2c86eefcef97552ffe43532186bbe83b083ef2d7
Author: David King <davidk@gnome.org>
Date:	Thu Aug 15 10:02:17 2013 +0100

    Make scrolled window part of the GlEventView

M	data/gl-window.ui
M	src/gl-eventview.c

commit ee7e6751d040c9266a7d13bb76d54b2d893197c1
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 16:40:22 2013 +0100

    Monitor systemd journal fd for events

M	src/gl-eventview.c

commit 63942f8df29c053627e4a91ce7a952621a68a46f
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 15:16:05 2013 +0100

    Store a journal pointer in GlEventViewPrivate

M	src/gl-eventview.c

commit f54a7e1ebb986473db38c4dbe05e8d414bbcf099
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 14:28:12 2013 +0100

    Check for reaching the end of the journal

M	src/gl-eventview.c

commit 0395f10df6fc8b8cb1b66574fc5fae6699a974a3
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 14:27:43 2013 +0100

    Seek back from the end of the journal

M	src/gl-eventview.c

commit 16248ea2cf70cc4b02f423bca9dc7fffa146d655
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 14:25:06 2013 +0100

    Allow a blank commandline in the event view

    Blank commandlines are possible with coredumps and segfaults.

M	src/gl-eventview.c

commit 6013feb59d832a617e39e1a545677e0843e1a9a0
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 13:53:01 2013 +0100

    Add timestamp to detailed event view

M	src/gl-eventview.c

commit f3dd0c789bb0a5cca9db09069e3e41693490cbcb
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 11:15:07 2013 +0100

    Make GlCategoryList a template widget

M	Makefile.am
A	data/gl-categorylist.ui
M	data/gnome-logs.gresource.xml
M	po/POTFILES.in
M	src/gl-categorylist.c

commit ab0bfd06b598093c8782d4c6ad266803d99e51ec
Author: David King <davidk@gnome.org>
Date:	Mon Aug 5 09:57:29 2013 +0100

    Add visible properties to GtkBuilder XML

M	data/gl-window.ui
M	src/gl-application.c
M	src/gl-eventview.c

commit 5f5046c7f63dad92a3a53db9acf73af63f2be5bb
Author: David King <davidk@gnome.org>
Date:	Wed Jul 31 16:33:58 2013 +0100

    Add a window action for the view mode

M	data/gl-window.ui
M	src/gl-application.c
M	src/gl-window.c

commit 1de8f787848dce7a62f6d6acb8c53166d93741cf
Author: David King <davidk@gnome.org>
Date:	Wed Jul 31 15:51:01 2013 +0100

    Add placeholder toolbar buttons

M	data/gl-window.ui

commit b6eae314f8002e9643a93cd1de4e5f491d7d03b5
Author: David King <davidk@gnome.org>
Date:	Wed Jul 31 14:42:28 2013 +0100

    Go back from the detailed to the event view

M	src/gl-eventview.c

commit 6bd335c14a0afb47bfd702221e23b0951d3d3bdc
Author: David King <davidk@gnome.org>
Date:	Wed Jul 31 13:47:46 2013 +0100

    Add skeleton detailed event view

M	src/gl-eventview.c

commit 81d3a2d04c875b60003ab896d810ba69eab6f8fa
Author: David King <davidk@gnome.org>
Date:	Wed Jul 31 12:42:34 2013 +0100

    Make GlEventView a GtkStack

    Move the list box that was GlEventView to a private struct.

M	src/gl-eventview.c

commit 155345169b3820afdece699a9f4d9b2367d517c1
Author: David King <davidk@gnome.org>
Date:	Thu Aug 1 12:12:35 2013 +0100

    Add handler for activating an event view row

    Read the cursor from the activated row and seek to that position
    in the
    journal.

M	src/gl-eventview.c

commit 8115f58264cd1e4b6a15b821cd4e3055fd3dc0ca
Author: David King <davidk@gnome.org>
Date:	Fri Jul 26 11:00:26 2013 +0100

    Attach a journal cursor string to each event row

M	src/gl-eventview.c

commit 95cb96955b72382898b057796225fa40bfbf473c
Author: David King <davidk@gnome.org>
Date:	Tue Jul 16 11:29:21 2013 +0100

    Display the name of the logging executable

    Show the name, in bold, of the executable which is logging a message,
    above the log message in the event view.

M	src/gl-eventview.c

commit 3ccda9adcebcf561891c0a819260e1d1584b2820
Author: David King <davidk@gnome.org>
Date:	Tue Jul 16 11:05:47 2013 +0100

    Add image to individual event view rows

M	src/gl-eventview.c

commit 27ea6fe8e5e11aa69480eb77dc77b60308bfb515
Author: David King <davidk@gnome.org>
Date:	Wed Jul 10 16:58:48 2013 +0100

    Use GtkBuilder for children of application window

M	data/gl-window.ui
M	src/gl-application.c
M	src/gl-window.c

commit 5b1dff7ba5ee41d516b8f8262f20e5c08891acfb
Author: David King <davidk@gnome.org>
Date:	Wed Jul 10 13:27:52 2013 +0100

    Set program name and application window title

M	configure.ac
M	data/gl-window.ui
M	po/POTFILES.in
M	src/gl-main.c

commit dceb94de231c87c681db078489a740c7022d5328
Author: David King <davidk@gnome.org>
Date:	Wed Jul 10 13:03:09 2013 +0100

    Use GtkBuilder for application window

M	Makefile.am
A	data/gl-window.ui
M	data/gnome-logs.gresource.xml
M	src/gl-application.c

commit 09132c56e91b9f2bee3e2b77b6ea61806eacfdb3
Author: David King <davidk@gnome.org>
Date:	Tue Jul 9 19:38:07 2013 +0100

    Add application menu, using GResource

M	.gitignore
M	Makefile.am
M	configure.ac
A	data/appmenu.ui
A	data/gnome-logs.gresource.xml
M	po/POTFILES.in
M	src/gl-application.c

commit 548d117a63c5b6d9ef4a937cff0056930084db06
Author: David King <davidk@gnome.org>
Date:	Tue Jul 9 17:30:16 2013 +0100

    Add "quit" and "about" actions

M	po/POTFILES.in
M	src/gl-application.c

commit 08294d1a33d2249a365000977005ad4a1da1e615
Author: David King <davidk@gnome.org>
Date:	Tue Jul 9 15:06:02 2013 +0100

    Move application to GlApplication

M	Makefile.am
C056	src/gl-main.c	src/gl-application.c
A	src/gl-application.h
M	src/gl-main.c

commit f0efdc9593cb379fe34c00e95337eb3353ab4a2e
Author: David King <davidk@gnome.org>
Date:	Tue Jul 9 14:13:51 2013 +0100

    Add desktop file

M	.gitignore
M	Makefile.am
M	configure.ac
A	data/gnome-logs.desktop.in
M	po/POTFILES.in

commit 92845578135685bbc72ef09fb27b7b5addc0f347
Author: David King <davidk@gnome.org>
Date:	Mon Jul 8 15:57:25 2013 +0100

    Move category and group view to GlCategoryList

M	Makefile.am
M	po/POTFILES.in
C055	src/gl-window.c src/gl-categorylist.c
A	src/gl-categorylist.h
M	src/gl-window.c

commit fb768c547d7deb093d09c49aae12da2ed216f1ce
Author: David King <davidk@gnome.org>
Date:	Mon Jul 8 15:26:27 2013 +0100

    Move event view to GlEventView

M	Makefile.am
A	src/gl-eventview.c
A	src/gl-eventview.h
M	src/gl-window.c

commit 5791ce28d71ad79f8f4c97561016623ae300a779
Author: David King <davidk@gnome.org>
Date:	Mon Jul 8 14:14:47 2013 +0100

    Display the last 10 items from the journal

M	configure.ac
M	src/gl-window.c

commit 22f31b7e761efdb407f8d30f4ae6b8e9d868e3f3
Author: David King <davidk@gnome.org>
Date:	Mon Jul 8 12:17:35 2013 +0100

    Select a row in the category list

M	src/gl-window.c

commit ff28e4ca6a00ffce1acb4c3f0eb1ced4fdc8860b
Author: David King <davidk@gnome.org>
Date:	Mon Jul 8 11:50:13 2013 +0100

    Push the menu button to the far end of the toolbar

M	src/gl-window.c

commit c2f4f3f55fd9c22ad949a29a078586c8f0f8c514
Author: David King <davidk@gnome.org>
Date:	Thu Jul 4 17:21:36 2013 +0100

    Add labels to category list box

    Add some text labels to the category listbox. Add internationalization
    support.

M	Makefile.am
M	configure.ac
A	po/POTFILES.in
M	src/gl-main.c
M	src/gl-window.c

commit 8542d6a8a4519ead24db518f74f09d42a7d257c7
Author: David King <davidk@gnome.org>
Date:	Thu Jul 4 14:36:56 2013 +0100

    Add skeleton of UI elements

    Use GtkListBox and GtkMenuButton.

M	Makefile.am
M	configure.ac
M	src/gl-window.c

commit 1b1bceedee06afa98c4156940605de2b531ce801
Author: David King <davidk@gnome.org>
Date:	Thu Jul 4 09:48:52 2013 +0100

    Add GtkApplicationWindow subclass

M	Makefile.am
M	src/gl-main.c
C053	src/gl-main.c	src/gl-window.c
C053	src/gl-main.c	src/gl-window.h

commit 30dabf5fa1ad5631cd668e28b240caa060f090b9
Author: David King <davidk@gnome.org>
Date:	Wed Jul 3 14:47:45 2013 +0100

    Link with libgd submodule

M	.gitignore
A	.gitmodules
M	Makefile.am
M	autogen.sh
M	configure.ac
A	libgd

commit 231a3bd1814698734b249d50ad0bac4642f0c8d0
Author: David King <davidk@gnome.org>
Date:	Wed Jul 3 13:52:23 2013 +0100

    Generate ChangeLog from git log

M	ChangeLog
M	Makefile.am

commit 6995e5788d79c569f20952551046d519290fb4b3
Author: David King <davidk@gnome.org>
Date:	Wed Jul 3 13:50:36 2013 +0100

    Initial commit

A	.gitignore
A	AUTHORS
A	COPYING
A	ChangeLog
A	Makefile.am
A	NEWS
A	README
A	autogen.sh
A	configure.ac
A	src/gl-main.c