summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20release 1.16.0v1.16.01.16raveit651-1/+1
2016-09-19update NEWS for 1.16monsta1-24/+11
2016-09-19sync with Transifexmonsta1-6/+7
2016-09-04update to 1.15.1 releasev1.15.1raveit652-1/+26
2016-09-04sync with transiflexraveit654-24/+25
2016-08-23quit on delete eventStefano Facchini2-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=706821
2016-08-23MainWindow: make property editing work againJasper St. Pierre1-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-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
based on a patch by Antti Kaihola. https://bugzilla.gnome.org/show_bug.cgi?id=551390
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 Jorde2-3/+41
https://bugzilla.gnome.org/show_bug.cgi?id=518251
2016-08-22fix minidom related crashes (#29)Alexei Sorokin1-0/+11
2016-08-22encode with utf-8 before writing XMLAlexei Sorokin2-14/+36
based on: https://github.com/GNOME/alacarte/commit/f7835d7 https://github.com/GNOME/alacarte/commit/0d7f351
2016-08-22remove dumb explicit checksJasper St. Pierre3-18/+18
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. Pierre2-17/+18
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. 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
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-07-07po: drop languages not present on Transifexmonsta6-413/+0
2016-06-21po: actually add a new language from Transifexmonsta1-0/+1
2016-06-07release 1.15.0v1.15.0raveit652-1/+5
2016-06-07sync with Transiflexraveit655-20/+104
2016-04-07po: add missing language to LINGUAS + fix sorting a bitv1.14.0monsta1-1/+2
2016-04-07release 1.14.0raveit652-1/+2
2016-04-07Fix Changelog generationraveit651-11/+5
2016-04-07add new languages and sync with transiflexraveit6599-855/+1288
2016-04-06update NEWS and pack 1.13.x changes into single 1.14.0 entrymonsta1-6/+4
2016-04-06revert "don't show scrollbar on categories list"Sorokin Alexei1-1/+1
having different behavior for different gtk is undesired
2016-03-23fix pkg name in autogen.shraveit651-1/+1
2016-03-21Fix some deprecationsSorokin Alexei2-317/+204
2016-03-10configure.ac: don't check for old python versionsmonsta1-1/+1
2016-03-10configure.ac: correct indent a bitmonsta1-2/+2
2016-03-10README: mention modern bug tracker addressmonsta1-1/+1
2016-03-05release 1.13.1v1.13.1raveit652-1/+5
2016-03-04don't show scrollbar on categories listSorokin Alexei1-1/+1
GtkPolicyType.EXTERNAL is only available since Gtk 3.16, in older versions warning will be shown and it'll fallback to AUTOMATIC
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-04Fix configure for Gtk3Stefano Karapetsas1-47/+1
2016-03-04Fix debugStefano Karapetsas1-2/+2
2016-03-04Migrate to GObject Introspection and Gtk3Stefano Karapetsas2-50/+63
2016-02-19Sync with TransifexMartin Wimpress3-24/+24