Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-02 | fix adding and removing seperator item | mbkma | 1 | -1/+1 | |
2021-06-25 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2021-03-03 | rewrite mozo.ui from scratch | mbkma | 1 | -4/+4 | |
2019-08-13 | Add Undo and Redo buttons | gm10 | 1 | -4/+5 | |
2019-08-11 | Change DragAction to MOVE | gm10 | 1 | -2/+2 | |
2019-08-11 | Fix item drag & drop creating copies, fix undo, redo and a crash when refreshing | gm10 | 1 | -4/+4 | |
2019-06-12 | Fix DeprecationWarning: cgi.escape is deprecated | Sam Tygier | 1 | -8/+8 | |
As per note at: https://docs.python.org/3.2/library/cgi.html#cgi.escape | |||||
2019-05-15 | Fix drag and drop of .desktop file | Sam Tygier | 1 | -6/+6 | |
Update for gtk3 API changes in SelectionData, Gio.File, Gio.InputStream and urllib. | |||||
2019-03-11 | Fix creating new menus and items | gm10 | 1 | -2/+2 | |
2019-02-23 | Fix menu entry can not move | Wu Xiaotian | 1 | -2/+2 | |
2018-05-31 | Support new mate-menus api | yetist | 1 | -63/+67 | |
- Requires mate-menus 1.21.0 - Use Gobject-introspection - Migrate to python3 | |||||
2018-04-25 | just reindent python code | yetist | 1 | -614/+614 | |
2016-08-23 | quit on delete event | Stefano Facchini | 1 | -0/+3 | |
https://bugzilla.gnome.org/show_bug.cgi?id=706821 | |||||
2016-08-23 | MainWindow: make property editing work again | Jasper St. Pierre | 1 | -4/+2 | |
It seems I was mixing up binary/unicode data again. Rather than copy manually by reading into memory, just use shutil to do a direct copy. | |||||
2016-08-23 | MainWindow: refactor button sensitivity code a bit | Jasper St. Pierre | 1 | -20/+12 | |
2016-08-23 | MainWindow: don't select the destination directory after a drop | Jasper St. Pierre | 1 | -1/+0 | |
based on a patch by Antti Kaihola. https://bugzilla.gnome.org/show_bug.cgi?id=551390 | |||||
2016-08-23 | MainWindow: fix drag/drop handlers | Jasper St. Pierre | 1 | -1/+1 | |
2016-08-23 | add properties and a delete button | Matt Jorde | 1 | -0/+11 | |
https://bugzilla.gnome.org/show_bug.cgi?id=518251 | |||||
2016-08-22 | encode with utf-8 before writing XML | Alexei Sorokin | 1 | -2/+5 | |
based on: https://github.com/GNOME/alacarte/commit/f7835d7 https://github.com/GNOME/alacarte/commit/0d7f351 | |||||
2016-08-22 | remove dumb explicit checks | Jasper St. Pierre | 1 | -9/+9 | |
replace "== None" with "is None", replace "== False" with "not" | |||||
2016-08-22 | util: replace our own DesktopParser with GKeyFile | Jasper St. Pierre | 1 | -15/+8 | |
2016-08-22 | fix several drag-and-drop usability issues | Lars Kruse | 1 | -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-21 | Fix some deprecations | Sorokin Alexei | 1 | -1/+1 | |
2016-03-04 | fix use of spaces/tabs inconsistency in formatting | Sorokin Alexei | 1 | -2/+2 | |
2016-03-04 | pygi support fixes | Sorokin Alexei | 1 | -20/+20 | |
2016-03-04 | Fix help button callback | Sander Sweers | 1 | -1/+1 | |
2016-03-04 | Migrate to GObject Introspection and Gtk3 | Stefano Karapetsas | 1 | -46/+56 | |
2015-07-23 | Don't use a hardcoded path in /tmp | infirit | 1 | -2/+4 | |
2015-07-16 | fix wrong highlighting while moving menu items | monsta | 1 | -0/+2 | |
when separators are present. fixes https://github.com/mate-desktop/mozo/issues/16 | |||||
2015-07-09 | fixed help link - now it points to mate-user-guide | Monsta | 1 | -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-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2012-07-12 | fix help link | Stefano Karapetsas | 1 | -1/+1 | |
2012-01-12 | Alacarte => Mozo | Stefano Karapetsas | 1 | -0/+624 | |