==================== 0.3.1 ==================== Sat May 06 17:30:36 PDT 2006 Christian Hammond * NEWS: * configure.ac: - Fill in the release info and reset the .so version to 0.0.0. - Prepare for release. Sat May 06 17:26:52 PDT 2006 Christian Hammond * libleaftag-gtk/tag-list.c: * libleaftag-gtk/tag-list.h: - Use const gchar * in a few places that were using gchar *, in order to prevent compiler warnings. Sat Apr 08 18:19:43 MDT 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Fix bundle loading. Sat Apr 08 18:02:35 MDT 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Get rid of completion code for now -- it was too fragile and complicated. Sat Apr 08 17:31:39 MDT 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Set size hints such that the window is resizable vertically only when the soup is shown. Sat Apr 08 16:28:20 MDT 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Fix a couple small warning problems. Sat Apr 08 15:55:32 MDT 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Add buttons to the soup when some new tags are typed in the entry before opening the soup for the first time. Wed Mar 15 12:27:42 MST 2006 David Trowbridge * libleaftag-gtk/Makefile.am: A libleaftag-gtk/leaftag-gtk.h: - Install headers Mon Feb 27 17:10:54 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Handle soup toggle visiblity Mon Feb 27 00:21:25 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Don't allow the user to enter any characters which are disallowed in tags. Also back out the previous change, since it didn't work. Sun Feb 26 16:54:16 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Hide soup toggle if there are no existing tags Sun Feb 26 16:52:25 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Fix some more entry badness Sun Feb 26 16:30:51 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Remove new tags from all bundles when the button is clicked. Sun Feb 26 16:26:35 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Fix new-tags vs. set-tags confusion, start completion Sun Feb 26 15:43:01 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Put something in the items label. This could be a lot nicer, but it works for now. Sun Feb 26 04:56:12 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Add tooltips to some of the more-important widgets. Sun Feb 26 04:46:09 MST 2006 David Trowbridge * tests/test-tag-dialog.c: * libleaftag-gtk/tag-dialog.c: - Make the "tag" button actually tag things Sun Feb 26 04:25:36 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Make deactivating buttons work, and fix some focus issues with the soup toggle. Sun Feb 26 01:19:20 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Stick existing tags in the text entry Sun Feb 26 01:14:59 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - More stuff working Sun Feb 26 00:51:23 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Change set-tags stuff around a little. Sun Feb 26 00:02:35 MST 2006 David Trowbridge * tests/test-tag-dialog.c: * libleaftag-gtk/tag-dialog.c: * libleaftag-gtk/tag-dialog.h: - Show currently-set tags in the bundle fields. Sat Feb 25 20:42:51 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: * libleaftag-gtk/tag-dialog.c: - Actually use GHashTable correctly. It's all working now. Sat Feb 25 20:31:24 MST 2006 David Trowbridge * libleaftag-gtk/tag-dialog.c: - Remove old debug output. Sat Feb 25 18:42:11 PST 2006 Christian Hammond * libleaftag-gtk/tag-list.c: - Fix a missing semicolon at the end of a "gboolean frozen". Somehow, this is fixing the crash for me where you type in a tag name that would appear at the end of a row. Maybe this is coincidence. Fri Feb 24 20:50:24 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: * libleaftag-gtk/tag-dialog.c: * libleaftag-gtk/tag-list.h: - A lot less badness. Still pretty fragile, but it's improving. Fri Feb 24 19:08:19 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - Make clicking buttons in the soup insert tag names in the entry. Fri Feb 24 15:53:25 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - Aside from residual flicker problems, this should be done. Fri Feb 24 04:14:57 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - After turning off the border relief, un-toggled buttons no longer flicker. Looks like the flicker exactly duplicates the python version now. Fri Feb 24 03:59:42 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - Muchly-improved flicker. Still visibly present, but no longer eye-gouging. Fri Feb 24 01:58:54 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - O(n^2) is bad. Fri Feb 24 01:56:23 MST 2006 David Trowbridge * libleaftag-gtk/tag-list.c: - Fix alphabetization, which wasn't working because I'm an idiot. Fri Feb 24 00:30:44 PST 2006 Christian Hammond * libleaftag-gtk/tag-list.c: - Fix the button sizing issue. We want to call gtk_widget_get_child_requisition() instead of gtk_widget_size_request().