summaryrefslogtreecommitdiff
path: root/Mozo
AgeCommit message (Expand)AuthorFilesLines
2021-09-02make the collection menu item removeablembkma1-17/+12
2021-09-02fix adding and removing seperator itemmbkma1-1/+1
2021-06-25update copyright to 2021raveit653-0/+3
2021-03-03rewrite mozo.ui from scratchmbkma1-4/+4
2021-01-27Skip Collection directoryrbuj1-13/+20
2020-02-24add meson build files to EXTRA_DISTraveit651-1/+3
2019-08-13Add Undo and Redo buttonsgm102-5/+18
2019-08-11moveItem: Remove redundant code, add missing check for move mode when merging...gm101-7/+8
2019-08-11Change DragAction to MOVEgm101-2/+2
2019-08-11undo/redo: Handle missing filesgm101-18/+36
2019-08-11Fix item drag & drop creating copies, fix undo, redo and a crash when refreshinggm102-47/+41
2019-06-12Fix DeprecationWarning ABCs from 'collections'Sam Tygier1-1/+1
2019-06-12Fix DeprecationWarning: cgi.escape is deprecatedSam Tygier1-8/+8
2019-05-21use meson to buildWu Xiaotian1-0/+27
2019-05-15Fix drag and drop of .desktop fileSam Tygier1-6/+6
2019-03-11Fix creating new menus and itemsgm101-2/+2
2019-03-11Fix moving a menu corrupting the menugm101-5/+6
2019-02-23Fix menu entry can not moveWu Xiaotian1-2/+2
2018-09-28Remove libdir from Mozo/config.pyAlexei Sorokin2-4/+0
2018-05-31Support new mate-menus apiyetist3-167/+240
2018-04-25just reindent python codeyetist3-1487/+1487
2016-08-23quit on delete eventStefano Facchini1-0/+3
2016-08-23MainWindow: make property editing work againJasper St. Pierre1-4/+2
2016-08-23MainWindow: refactor button sensitivity code a bitJasper St. Pierre1-20/+12
2016-08-23MainWindow: don't select the destination directory after a dropJasper St. Pierre1-1/+0
2016-08-23MainWindow: fix drag/drop handlersJasper St. Pierre1-1/+1
2016-08-23util: remove unused for_propertiesJasper St. Pierre1-7/+1
2016-08-23add properties and a delete buttonMatt Jorde1-0/+11
2016-08-22fix minidom related crashes (#29)Alexei Sorokin1-0/+11
2016-08-22encode with utf-8 before writing XMLAlexei Sorokin2-14/+36
2016-08-22remove dumb explicit checksJasper St. Pierre3-18/+18
2016-08-22MenuEditor: be resilient to bad XMLJasper St. Pierre1-16/+20
2016-08-22move revert item code close togetherJasper St. Pierre1-25/+25
2016-08-22MenuEditor: undo and redo lists should not be globalJasper St. Pierre1-4/+3
2016-08-22MenuEditor: put removeWhitespaceNodes somewhere elseJasper St. Pierre2-17/+18
2016-08-22MenuEditor: fix up XML writingJasper St. Pierre1-49/+38
2016-08-22MenuEditor: remove regex madnessJasper St. Pierre1-3/+2
2016-08-22util: use GLib for xdg basedir spec stuffJasper St. Pierre2-55/+24
2016-08-22MenuEditor: scrap unused __deleteItemJasper St. Pierre1-4/+0
2016-08-22util: replace our own DesktopParser with GKeyFileJasper St. Pierre3-140/+85
2016-08-22fix several drag-and-drop usability issuesLars Kruse2-13/+37
2016-08-22don't crash when a desktop has a / in the nameOlav Vitters1-1/+1
2016-03-21Fix some deprecationsSorokin Alexei1-1/+1
2016-03-04fix use of spaces/tabs inconsistency in formattingSorokin Alexei2-3/+3
2016-03-04pygi support fixesSorokin Alexei2-22/+21
2016-03-04Fix help button callbackSander Sweers1-1/+1
2016-03-04Migrate to GObject Introspection and Gtk3Stefano Karapetsas2-50/+63
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
2015-07-23Use AM_SILENT_RULESinfirit1-1/+1