diff options
author | raveit65 <[email protected]> | 2016-09-04 08:32:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-09-04 08:32:37 +0200 |
commit | 927e0708e079aae0938f5a031cfcf137bc7c9469 (patch) | |
tree | ac3f48cf0fb0c282f4ff857d4fa4745e65a91a75 /NEWS | |
parent | 1f4e81487da2a4140aece0a4fe1c4b5927360577 (diff) | |
download | mozo-927e0708e079aae0938f5a031cfcf137bc7c9469.tar.bz2 mozo-927e0708e079aae0938f5a031cfcf137bc7c9469.tar.xz |
update to 1.15.1 releasev1.15.1
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,3 +1,28 @@ +1.15.1 + + * Translations update + * quit on delete event + * MainWindow: make property editing work again + * MainWindow: refactor button sensitivity code a bit + * MainWindow: don't select the destination directory after a drop + * MainWindow: fix drag/drop handlers + * util: remove unused for_properties + * add properties and a delete button + * fix minidom related crashes (#29) + * encode with utf-8 before writing XML + * remove dumb explicit checks + * MenuEditor: be resilient to bad XML + * move revert item code close together + * MenuEditor: undo and redo lists should not be global + * MenuEditor: put removeWhitespaceNodes somewhere else + * MenuEditor: fix up XML writing + * MenuEditor: remove regex madness + * util: use GLib for xdg basedir spec stuff + * MenuEditor: scrap unused __deleteItem + * util: replace our own DesktopParser with GKeyFile + * fix several drag-and-drop usability issues + * don't crash when a desktop has a / in the name + 1.15.0 * Translations update |