commit e275a79cf98206c6680dbc6882823e305b841be9 Author: David King Date: Tue Aug 16 10:52:06 2016 +0200 Update NEWS for 3.21.90 release M NEWS M configure.ac commit 330d563cb7d939bf534a36c8eb4f233bea91b685 Author: David King Date: Tue Aug 16 10:40:21 2016 +0200 Update British English translation M po/en_GB.po commit 2ba735a5edd15a1f93d716517c83ec3404932c98 Author: Andika Triwidada Date: Mon Aug 15 08:50:33 2016 +0000 Updated Indonesian translation M po/id.po commit 2b41ab56523521f25de8cbcb798f5a231baf6d4a Author: Gustavo Marques Date: Sun Aug 14 21:10:56 2016 +0000 Updated Brazilian Portuguese translation M po/pt_BR.po commit 0b8a1b1d11aaee2aabd848d5f0523fc5e7e8754c Author: Tiago Santos Date: Sun Aug 14 21:03:30 2016 +0000 Updated Portuguese translation M po/pt.po commit ac03d471b0e2787aa976594eb9a94599506efce9 Author: Marek Černocký Date: Sat Aug 13 09:37:42 2016 +0200 Updated Czech translation M po/cs.po commit 66fa86f28d65d51c9febecd7f999bc6b680f16fd Author: Jiri Grönroos Date: Fri Aug 12 13:32:12 2016 +0000 Updated Finnish translation M po/fi.po commit 73ab0d48305b794c036db9a6a8bab87a6876302e Author: Dušan Kazik Date: Wed Aug 10 11:25:25 2016 +0000 Updated Slovak translation M po/sk.po commit 1dffafc58fc8114c7d5e93f7e1341364ff1b9a7e Author: Dirk Maetens Date: Wed Aug 10 18:27:02 2016 +0800 Improve the check for journal permissions There are mainly two kind of ways to storage journal files, one is persistent and the other is volatile. So both method should be considered when checking is the user has permissons to access journal files. M src/gl-util.c M src/gl-util.h M src/gl-window.c commit 820c6bf250e9fd79d34faf2feed130a56310e1fa Author: Pranav Ganorkar Date: Thu Jul 14 19:52:48 2016 +0530 Add support for additional journal parameters More parameters, including PID and GID, are added. The tokenizer was modified to detect characters encountered in these new parameters. https://bugzilla.gnome.org/show_bug.cgi?id=768848 M src/gl-eventviewlist.c M src/gl-journal-model.c M src/gl-journal.c M src/gl-journal.h commit 03609326db64b0ef5845a0c741a3c56630d07227 Author: Pranav Ganorkar Date: Tue Jun 7 21:30:06 2016 +0530 Change the "uid" variable type in GlJournalEntry This variable was changed as we need to pass it as string for substring search in gl-journal-model. Also, GlEventViewRow was modified to reflect the change in the "uid" variable type. https://bugzilla.gnome.org/show_bug.cgi?id=768848 M src/gl-eventviewrow.c M src/gl-journal.c M src/gl-journal.h commit b353835d62df7bd039370324d5328142281e0062 Author: Piotr Drąg Date: Tue Jul 19 21:51:39 2016 +0200 Add Language headers to po files Future versions of gettext will fail if this header is missing. M po/ca@valencia.po M po/en_GB.po M po/gl.po M po/nb.po M po/sr@latin.po M po/tr.po M po/zh_HK.po commit b86a50a312b08dadbd58e04db351c38c65927b46 Author: Pranav Ganorkar Date: Tue May 31 01:06:46 2016 +0530 Move search matches to model using query API The querying for user entered search text is now done by parsing the query struct in journal model and it is populated accordingly. The query struct is populated in the view. Earlier,the searching work was done by listbox_search_filter_func() but now it is transferred to the query API. A new enum 'GlSearchQueryType' was introduced to differentiate between exact and substring matches.The search related functions from eventviewlist are also removed. M src/gl-eventviewlist.c M src/gl-journal-model.c M src/gl-journal-model.h commit ce9263e17eba6db4da80b61efe58bc986fd27978 Author: Pranav Ganorkar Date: Thu Jul 14 23:16:12 2016 +0530 Pass GPtrArray to gl_journal_set_matches() The function argument is changed from const gchar * const * to GPtrArray. M src/gl-journal-model.c M src/gl-journal.c M src/gl-journal.h commit b2505ca31a57e77afc6822ca6134399f9705d15d Author: Pranav Ganorkar Date: Fri May 27 15:39:50 2016 +0530 Move category matches to model using query API Query struct is populated with the corresponding category matches. It is parsed in the journal model to finally apply the matches with gl_journal_set_matches(). After applying the matches, the model is repopulated accordingly. M src/gl-eventviewlist.c M src/gl-journal-model.c M src/gl-journal-model.h commit 06546ec2708283388cc7f8ae5e329fa69e931c77 Author: Pranav Ganorkar Date: Mon May 30 18:22:32 2016 +0530 Define structs for query API These structs will be used for passing data from eventviewlist (view) to journal model. Also, the functions for allocating and freeing them are defined. M src/gl-journal-model.c M src/gl-journal-model.h commit 17d2adb37b91aba2045e8ba983295cabb63c64d4 Author: Pranav Ganorkar Date: Fri May 27 15:11:00 2016 +0530 Remove PROP_MATCHES property from journal model This property was removed as it was not used anywhere. M src/gl-journal-model.c commit 7895f6b6703a16d5a42e89c13ccf97d207257db9 Author: Muhammet Kara Date: Sat Jul 2 22:22:50 2016 +0000 Updated Turkish translation M po/tr.po