aboutsummaryrefslogtreecommitdiff
path: root/src/addressbook.c
AgeCommit message (Expand)Author
2017-12-12disabled '/Tools/Export to CSV file' menu when toplevel interface is selected.hiro
2017-11-29addressbook: implemented CSV export feature.hiro
2017-11-24added 'Nick Name' column to the address book.hiro
2015-06-22src/addressbook.c: disabled autto expand of columns because it conflicts with...hiro
2014-11-07made some dialogs size DPI-aware.hiro
2014-04-18applied OS X fixes.hiro
2014-03-26updated copyright year. configure.in: increased library version.hiro
2014-03-17src/addressbook.c: auto-expand columns with GTK+ >= 2.14.0.hiro
2012-04-18removed unrequired debug prints.hiro
2012-04-18fixed Bug #47: Address book: Cancel editing contact results in click-and-drag...hiro
2012-04-12also use first and last name for address completion.hiro
2011-02-28fixed compilation problem on MinGW (interface -> iface).hiro
2011-02-14renamed 'interface' in struct to 'iface' to prevent compilation problem on so...hiro
2011-02-04save the columns width of address book.hiro
2011-01-21fixed double underline in menu label.hiro
2010-12-22added menu 'Add to recipient/Cc/Bcc'.hiro
2010-12-20added new option: 'Set only mail address when composing from address book'.hiro
2010-08-19win32: implemented automatic import of Windows Address Book (WAB) file.hiro
2010-07-22src/addressbook.c: fix DnD for win32.hiro
2010-07-22src/addressbook.c: implemeted drag and drop of addresses.hiro
2010-07-14always display fixed-positioned windows on screen.hiro
2010-02-12added 'In addressbook' to the quick search menu.hiro
2010-02-12lock addr_table since it can be accessed from sub threads.hiro
2010-02-10added a new filter match type: is (not) in addressbook.hiro
2010-01-27show translated messages on the statusbar. Prohibit addressbook names begin w...hiro
2010-01-26implemented auto-registration of new recipients.hiro
2009-12-15added new search folder icon.hiro
2009-12-10decreased spacing between icon and text.hiro
2009-12-08added Search: label to addressbook.hiro
2009-12-08src/addressbook.c: removed unused xpm objects. Added person icon.hiro
2009-11-27enabled lookup feature for all addressbook type.hiro
2009-11-24re-enabled sort order change of addressbook because the bug seems to be fixed.hiro
2009-11-24src/addressbook.c: addressbook_create(): create renderer for each column.hiro
2009-11-13src/addressbook.c: added sort order change (but disabled because of random cr...hiro
2009-11-10show more descriptive error when address index failed to read.hiro
2009-10-29src/addressbook.c: modifled the design.hiro
2009-10-29src/addressbook.c: change selection if a non-selected row is right-clicked.hiro
2009-10-28removed debug print.hiro
2009-10-28src/addressbook.c: expand tree row when double-clicked.hiro
2009-10-28src/addressbook.c: automatically sort the tree and list.hiro
2009-10-28src/addressbook.c: don't change selection when the list is right-clicked.hiro
2009-10-27addressbook_move_nodes_up(): init variables.hiro
2009-10-27reimplemented addressbook_move_nodes_up().hiro
2009-10-27reimplemented the list view of address book UI with GtkTreeView.hiro
2009-10-26reimplemented the folder tree of address bookb UI with GtkTreeView.hiro
2008-11-27fixed a bug that the addressbook window was not refreshed when adding sender ...hiro
2008-11-20include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-06-25addressbook.c: null-check person to avoid crash.hiro
2007-04-26improved address completion.hiro