commit f163fd9d52c996ffe3e4a61ed7d720341eed89e4 Author: Alberts Muktupāvels Date: 2020-02-13 3.35.91 M NEWS M configure.ac commit 99ed35ef5340c1f070b16f25e78d7cea699ba91f Author: Alberts Muktupāvels Date: 2020-02-13 doap: add myself as a maintainer https://gitlab.gnome.org/GNOME/alacarte/merge_requests/1#note_692036 https://gitlab.gnome.org/GNOME/alacarte/merge_requests/2#note_708886 M alacarte.doap commit 3614c2c42805fae18cf56d763b2179acde85622c Merge: afeca1f 85ad095 Author: Christoph Reiter Date: 2020-02-11 Merge branch 'python3' into 'master' MainWindow: Use html.escape. Fix Python 3.8. See merge request GNOME/alacarte!3 commit 85ad095c1a9684353eb9605b818bd33ac6997fb0 Author: Lubosz Sarnecki Date: 2020-02-08 MainWindow: Use html.escape. Python 3.2 deprecated and 3.8 removes the escape function from the cgi module. The official documentation states to use html.escape as replacement. This makes Alacarte work with Python 3 for me. As @muktupavels pointed out the default parameter for the quote option has changed when moving from cgi to html. This patch sets quote to False, keeping the parameter name for better readibility. See: https://docs.python.org/3.7/library/cgi.html#cgi.escape https://docs.python.org/3.8/library/html.html#html.escape M Alacarte/MainWindow.py commit afeca1fc0364526e617c2b66981474dc048522b2 Author: Andre Klapper Date: 2020-01-22 Replace Bugzilla with Gitlab in README M README commit 37f3fe40b6591c2860028206d240ed0d08316e09 Merge: 57372b3 9c04cd9 Author: Christoph Reiter Date: 2019-09-15 Merge branch 'wip/muktupavels/python3' into 'master' Python 3 Closes #1 See merge request GNOME/alacarte!1 commit 9c04cd9576ebd65d52178fb08153f920e4b3ee06 Author: Alberts Muktupāvels Date: 2019-08-30 util: replace basestring with str M Alacarte/util.py commit 4d671b7a30a696b365a5cbe79e64e605e80bd9dd Author: Alberts Muktupāvels Date: 2019-08-30 MainWindow: set required version for GMenu To fix PyGIWarning: GMenu was imported without specifying a version first. Use gi.require_version('GMenu', '3.0') before import to ensure that the right version gets loaded. M Alacarte/MainWindow.py commit 1f0926359439269b9e78ffc0008d12f618671434 Author: Alberts Muktupāvels Date: 2019-08-30 build: require Python 3.0+ D acinclude.m4 M configure.ac commit 57372b316914640df910b7bd7b96ce420f5a56dc Author: Andre Klapper Date: 2018-12-16 Comment invalid in DOAP file to pass git pre-receive hook M alacarte.doap commit 88e430b92f96364417e8582779ffb56b47e70e26 Author: Andre Klapper Date: 2018-12-16 Replace Bugzilla by Gitlab URL in DOAP file M alacarte.doap commit 40c8c608842007ef2d127c07bb17835ee9acfdb1 Author: Piotr Drąg Date: 2017-11-07 Update Polish translation M po/pl.po commit aa8e44f603ac5b44eabf1299affe0573be5b966d Author: Piotr Drąg Date: 2017-11-07 Mark a missing string for translation https://bugzilla.gnome.org/show_bug.cgi?id=789996 M data/alacarte.ui commit a7591945fcc428865f73c76bd1c02c2b6a12d246 Author: Matej Urbančič Date: 2017-10-16 Updated Slovenian translation M po/sl.po commit 6efc2b92a2e661096519b48f5619e7c9e1e2ef8e Author: Andre Klapper Date: 2017-09-18 README: Update/remove incorrect/outdated content - bug 787786 M README commit 1b00ad4a7a5f519d1f658c1cbf94b60db212577c Author: Matej Urbančič Date: 2017-07-28 Updated Slovenian translation M po/sl.po commit e119ab303e4b4c5bb8645c6bed72d254a57fbd39 Author: Fabio Tomat Date: 2017-03-20 Update Friulian translation M po/fur.po commit 1bb265f72d2bcef29a3fa7751fbb7aa401d4852e Author: Pedro Albuquerque Date: 2015-08-16 Updated Portuguese translation M po/pt.po commit f2569d054b46cc84f54c7bbf158863486de990fd Author: Samir Ribic Date: 2015-03-13 Added Bosnian translation M po/LINGUAS A po/bs.po commit 5ed381e1f03d3a409706ca7be6b8b8c20b28f2cc Author: Marek Černocký Date: 2014-12-14 Updated Czech translation M po/cs.po commit f355c0e2338a6f6bfa3837c3a29dbbcb6bf5da53 Author: Denis Arnaud Date: 2014-09-30 Updated breton translation M po/br.po commit 4b5a91576ef0b8dcc2f40e8afcab2d3da7d6b091 Author: fr33domlover Date: 2014-09-01 l10n: Update Hebrew translation Signed-off-by: fr33domlover M po/he.po commit 90dc3177481d73bf56b9bed33eb6b7b948044bad Author: Muhammet Kara Date: 2014-06-19 Updated Turkish translation M po/tr.po commit 5491a6669a65f1557004d2cde1e7e89010a37db3 Author: Anders Jonsson Date: 2014-05-06 Updated Swedish translation M po/sv.po commit ca7d05cc060e0a31039bb8186da35058f6b02cd1 Author: Jasper St. Pierre Date: 2014-04-18 ItemEditor: Clean up validation logic a tiny bit When g_shell_parse_argv returns FALSE, it means an error has been thrown, so we don't need to check it ourselves. M Alacarte/ItemEditor.py commit 849427c3f25e41a33f79c49cb5824eba73420773 Author: Jasper St. Pierre Date: 2014-04-18 MainWindow: Fix whitespace M Alacarte/MainWindow.py commit 92b9f5211d0d1c31d1a021df7076693b9b074c67 Author: Jasper St. Pierre Date: 2014-04-18 MainWindow: Remove '== True' M Alacarte/MainWindow.py commit 02582212ecdf0da16ea0a1753c5db5926d4b32e2 Author: Jasper St. Pierre Date: 2014-04-18 MainWindow: Fix indentation M Alacarte/MainWindow.py commit 665b4715000e4f6b55db0e23ca100c56f3be4455 Author: OmegaPhil Date: 2014-04-18 ItemEditor: Fix bad command validation When the Exec line has multiple components, we need to parse it and only check the first one. https://bugzilla.gnome.org/show_bug.cgi?id=728372 M Alacarte/ItemEditor.py