summaryrefslogtreecommitdiff
path: root/Mozo/MainWindow.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22remove dumb explicit checksJasper St. Pierre1-9/+9
replace "== None" with "is None", replace "== False" with "not"
2016-08-22util: replace our own DesktopParser with GKeyFileJasper St. Pierre1-15/+8
2016-08-22fix several drag-and-drop usability issuesLars Kruse1-7/+21
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-03-21Fix some deprecationsSorokin Alexei1-1/+1
2016-03-04fix use of spaces/tabs inconsistency in formattingSorokin Alexei1-2/+2
2016-03-04pygi support fixesSorokin Alexei1-20/+20
2016-03-04Fix help button callbackSander Sweers1-1/+1
2016-03-04Migrate to GObject Introspection and Gtk3Stefano Karapetsas1-46/+56
2015-07-23Don't use a hardcoded path in /tmpinfirit1-2/+4
2015-07-16fix wrong highlighting while moving menu itemsmonsta1-0/+2
when separators are present. fixes https://github.com/mate-desktop/mozo/issues/16
2015-07-09fixed help link - now it points to mate-user-guideMonsta1-1/+1
please note though that the guide only mentions "menubar" editing, while all other menu types can be freely edited with Mozo as well - since they all use the same set of items under the hood.
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2012-07-12fix help linkStefano Karapetsas1-1/+1
2012-01-12Alacarte => MozoStefano Karapetsas1-0/+624