summaryrefslogtreecommitdiff
path: root/Mozo/MenuEditor.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22fix minidom related crashes (#29)Alexei Sorokin1-0/+11
2016-08-22encode with utf-8 before writing XMLAlexei Sorokin1-12/+31
based on: https://github.com/GNOME/alacarte/commit/f7835d7 https://github.com/GNOME/alacarte/commit/0d7f351
2016-08-22remove dumb explicit checksJasper St. Pierre1-6/+6
replace "== None" with "is None", replace "== False" with "not"
2016-08-22MenuEditor: be resilient to bad XMLJasper St. Pierre1-16/+20
https://bugzilla.gnome.org/show_bug.cgi?id=654167
2016-08-22move revert item code close togetherJasper St. Pierre1-25/+25
quick organizational commit
2016-08-22MenuEditor: undo and redo lists should not be globalJasper St. Pierre1-4/+3
2016-08-22MenuEditor: put removeWhitespaceNodes somewhere elseJasper St. Pierre1-17/+5
2016-08-22MenuEditor: fix up XML writingJasper St. Pierre1-49/+38
2016-08-22MenuEditor: remove regex madnessJasper St. Pierre1-3/+2
don't even.
2016-08-22util: use GLib for xdg basedir spec stuffJasper St. Pierre1-2/+2
2016-08-22MenuEditor: scrap unused __deleteItemJasper St. Pierre1-4/+0
2016-08-22util: replace our own DesktopParser with GKeyFileJasper St. Pierre1-66/+60
2016-08-22fix several drag-and-drop usability issuesLars Kruse1-6/+16
1) drag and drop of an item from the item pane "into" a menu item of the item pane 2) moving a separator item from the item pane "into" a menu item of the "menu pane" 3) dragging an item from the item pane to another position in the item pane (between two other items) https://bugzilla.gnome.org/show_bug.cgi?id=611278
2016-08-22don't crash when a desktop has a / in the nameOlav Vitters1-1/+1
reported by Andreas Moog https://bugzilla.gnome.org/show_bug.cgi?id=576531
2016-03-04fix use of spaces/tabs inconsistency in formattingSorokin Alexei1-1/+1
2015-07-23Don't crash when a desktop has a / in the nameinfirit1-1/+1
2015-07-23make undo work when deleting filesinfirit1-1/+1
https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/225941
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2012-01-12Alacarte => MozoStefano Karapetsas1-0/+775