History | View | Annotate | Download (122 kB)
added 'In addressbook' to the quick search menu.
lock addr_table since it can be accessed from sub threads.
added a new filter match type: is (not) in addressbook.
show translated messages on the statusbar. Prohibit addressbook names begin with '@'.
implemented auto-registration of new recipients.
added new search folder icon.
decreased spacing between icon and text.
added Search: label to addressbook.
src/addressbook.c: removed unused xpm objects. Added person icon.
enabled lookup feature for all addressbook type.
re-enabled sort order change of addressbook because the bug seems to be fixed.
src/addressbook.c: addressbook_create(): create renderer for each column.
src/addressbook.c: added sort order change (but disabled because of random crash bug inside GTK+).
show more descriptive error when address index failed to read.
src/addressbook.c: modifled the design.
src/addressbook.c: change selection if a non-selected row is right-clicked.
removed debug print.
src/addressbook.c: expand tree row when double-clicked.
src/addressbook.c: automatically sort the tree and list.
src/addressbook.c: don't change selection when the list is right-clicked.
addressbook_move_nodes_up(): init variables.
reimplemented addressbook_move_nodes_up().
reimplemented the list view of address book UI with GtkTreeView.
reimplemented the folder tree of address bookb UI with GtkTreeView.
fixed a bug that the addressbook window was not refreshed when adding sender to addressbook.
include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.
removed all warnings output with -Wall.
addressbook.c: null-check person to avoid crash.
improved address completion.
in addressbook, fixed a crash bug that if a person was removed and its e-mail address was referenced by a group in another folder.
use 'Address Book' instead of 'Addressbook'.
set focus row after address book import.
also delete physical files when deleting data sources.
implemented CSV import (in progress).
win32: made a workaround for the redraw problem in GTK+ 2.10.11.
prevent warnings when ESC, BS etc. is pressed at address completion.
added close button to the address book. Set the minimum size of the window.
Disable 'Lookup' button if LDAP is disabled.
addressbook_load_completion(): fixed possible crash.
enabled multiple copy and paste of persons in addressbook.
when deleting email from group, only remove from group list and not from person.
src/addressbook.c: removed redundant signal handler.
improved the behavior of edit group dialog.
src/addressbook.c: implemented copy and paste of person, and refactored the menu sensitivity management.
modified the accelerators, and the layout of address book.
always enable To, Cc, and Bcc button of the address book.
preserve the window position of address book.
the size of address book is now remembered.
fixed the folder tree bug of addressbook.
fixed refresh of addressbook folder contents.
fixed a bug of addressbook that multiple selection with Ctrl key didn't work with GTK+ 2.6.9.
modified several alerts, and added accelerators for the buttons.
added G_ALERTCANCEL to AlertValue, and return it if cancelled.
fixed Turkish locale problem.
reimplemented summary view with GtkTreeView.
replaced intl.h with glib/gi18n.h.
use GTK stock button for button set.
Initial import of Sylpheed (GTK2 version).