| Commit message (Expand) | Author | Age | Files | Lines |
* | Unicode in addressbook basically works, including simple searching | Lauris Kaplinski | 2000-08-24 | 2 | -5/+6 |
* | UTF-8 in contact editor + some fixes for dealing with illegal strings | Lauris Kaplinski | 2000-08-23 | 1 | -29/+65 |
* | Changed this to use ECardSimple. | Christopher James Lahey | 2000-08-20 | 1 | -0/+1 |
* | Fixed a typo in the name of the first phone entry. | Christopher James Lahey | 2000-08-13 | 1 | -1/+1 |
* | Removed the next and prev toolbar buttons since they don't do anything. | Christopher James Lahey | 2000-08-08 | 1 | -0/+2 |
* | Fixed the tab order to not repeat the web page address field. | Christopher James Lahey | 2000-08-08 | 2 | -4/+5 |
* | Fixed the tab order for this dialog. | Christopher James Lahey | 2000-08-08 | 1 | -0/+40 |
* | Emit "model_pre_change" signal as appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+2 |
* | Added these. | Christopher James Lahey | 2000-07-14 | 2 | -0/+94 |
* | Switched the order of compilation of printing and contact-editor. | Christopher James Lahey | 2000-07-14 | 3 | -8/+79 |
* | Add icons to the toolbars. | Christopher James Lahey | 2000-07-13 | 1 | -8/+14 |
* | Added installation of arrow.png. | Christopher James Lahey | 2000-07-13 | 2 | -3/+9 |
* | Switched from ETable to ETableScrolled. | Christopher James Lahey | 2000-07-10 | 1 | -1/+2 |
* | Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbar | Christopher James Lahey | 2000-07-06 | 1 | -7/+1 |
* | Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c, | Christopher James Lahey | 2000-07-04 | 1 | -0/+1 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -0/+11 |
* | Fix compilation with builddir != srcdir. | Ettore Perazzoli | 2000-06-19 | 1 | -1/+1 |
* | Removed the ETableModel thaw handler. Likewise. | Federico Mena Quintero | 2000-06-13 | 1 | -10/+0 |
* | Make ETable use EScrollFrame instead of GtkScrolledWindow. | Ettore Perazzoli | 2000-06-11 | 1 | -0/+1 |
* | Do e_card_simple_sync and extract_info more often. | Christopher James Lahey | 2000-06-11 | 1 | -1/+5 |
* | Bind Save As to save the current view of the contact as a vcard. | Christopher James Lahey | 2000-06-09 | 1 | -1/+12 |
* | Doh, sync the card simple and extract the card info. | Federico Mena Quintero | 2000-06-09 | 1 | -0/+3 |
* | Now this derives from GtkObject. It follows the same strategy as the | Federico Mena Quintero | 2000-06-09 | 5 | -2050/+2457 |
* | Fix Makefiles so that (guess what?) they work with builddir != srcdir. | Ettore Perazzoli | 2000-06-08 | 1 | -1/+1 |
* | a bunch of patches to make evolution compile with bonobo in strange prefixes.... | Mathieu Lacage | 2000-06-05 | 1 | -3/+3 |
* | Made phone/email/address labels change correctly again. | Christopher James Lahey | 2000-06-03 | 1 | -3/+3 |
* | Added accelerators for the remaining items. | Miguel de Icaza | 2000-06-01 | 2 | -267/+156 |
* | Fixed some memory leaks. | Christopher James Lahey | 2000-05-24 | 1 | -0/+3 |
* | Added e-contact-editor-save-as.c and e-contact-editor-save-as.h. | Christopher James Lahey | 2000-05-23 | 3 | -1/+119 |
* | Added initialize_value and value_is_empty callbacks. | Christopher James Lahey | 2000-05-20 | 1 | -0/+22 |
* | Fixed a bug that broke address field support. | Christopher James Lahey | 2000-05-19 | 1 | -1/+1 |
* | Added support for arbitrary fields in the contact editor. | Christopher James Lahey | 2000-05-19 | 2 | -0/+104 |
* | Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with a | Christopher James Lahey | 2000-05-19 | 5 | -550/+562 |
* | Implemented "MAILER" field. Added arbitrary field support. | Christopher James Lahey | 2000-05-18 | 1 | -1/+1 |
* | Fixed some memory leaks. | Christopher James Lahey | 2000-05-16 | 1 | -0/+1 |
* | Fixed a reference leak. | Christopher James Lahey | 2000-05-16 | 1 | -0/+2 |
* | Fixed a compile error. | Christopher James Lahey | 2000-05-16 | 1 | -4/+5 |
* | Got rid of a memory leak. Rearranged a couple functions. | Christopher James Lahey | 2000-05-16 | 1 | -10/+16 |
* | Use the correct policy for resize. | Christopher James Lahey | 2000-05-14 | 1 | -1/+1 |
* | From widgets/e-table/ChangeLog | Christopher James Lahey | 2000-05-14 | 8 | -398/+1316 |
* | Use accelerators here. | Miguel de Icaza | 2000-05-13 | 2 | -44/+51 |
* | Removed dist-hook section. | Christopher James Lahey | 2000-05-10 | 1 | -3/+7 |
* | Make sure that the canvas doesn't intercept keyboard focus. | Christopher James Lahey | 2000-05-10 | 1 | -0/+1 |
* | Added briefcase.png to get installed. | Christopher James Lahey | 2000-05-10 | 1 | -12/+39 |
* | Replaced the Address button with a label and rearranged the address area a | Christopher James Lahey | 2000-05-10 | 2 | -30/+33 |
* | Fixed some indentation. | Christopher James Lahey | 2000-05-09 | 3 | -80/+214 |
* | Mostly finished ECardSimple. | Christopher James Lahey | 2000-05-07 | 1 | -23/+10 |
* | Added e-card-simple.c and e-card-simple.h. | Christopher James Lahey | 2000-05-05 | 2 | -291/+65 |
* | ignore the .pure directory | Chris Toshok | 2000-05-05 | 1 | -1/+2 |
* | Made some fields invisible that were visible before. | Christopher James Lahey | 2000-05-01 | 2 | -8/+19 |
* | From addressbook/ChangeLog | Christopher James Lahey | 2000-05-01 | 2 | -13/+228 |
* | Fixed a string mismatch. | Christopher James Lahey | 2000-04-30 | 2 | -2/+2 |
* | Added ename includes and libs. | Christopher James Lahey | 2000-04-30 | 4 | -320/+272 |
* | Added e_card_phone_new e_card_delivery_address_new, | Christopher James Lahey | 2000-04-30 | 7 | -8/+809 |
* | Added addressbook/ename/Makefile. | Christopher James Lahey | 2000-04-28 | 3 | -121/+248 |
* | Added an address label field. | Christopher James Lahey | 2000-04-27 | 4 | -413/+318 |
* | Added proper handling of the email field. | Christopher James Lahey | 2000-04-26 | 1 | -24/+70 |
* | Prefixed the ADDR_ flags. | Christopher James Lahey | 2000-04-26 | 4 | -328/+339 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 3 | -14/+17 |
* | Added orginizational unit, nickname, and internet free-busy fields. | Christopher James Lahey | 2000-04-17 | 2 | -2/+53 |
* | Added orginization and role fields. | Christopher James Lahey | 2000-04-16 | 3 | -88/+160 |
* | Added a note field. | Christopher James Lahey | 2000-04-15 | 1 | -0/+17 |
* | Check for 0 length fields when building the outgoing ECard. | Christopher James Lahey | 2000-04-13 | 1 | -38/+56 |
* | reflect the title attribute in the contact editor. (extract_info): same. | Chris Toshok | 2000-04-13 | 1 | -0/+13 |
* | + * art/Makefile.am: Add tigert's contact-dlg-related images. | Matthew Loper | 2000-04-12 | 2 | -6/+9 |
* | Fixed a bug where I was sending the wrong information to some callbacks. | Christopher James Lahey | 2000-04-10 | 2 | -62/+139 |
* | + * addressbook/Makefile.am: Compile contact-editor, _then_ gui, | Matthew Loper | 2000-04-10 | 1 | -0/+2 |
* | Made the contact editor load from an ECard. | Christopher James Lahey | 2000-04-09 | 4 | -52/+200 |
* | Added the addressbook/backend directory. | Christopher James Lahey | 2000-03-23 | 2 | -0/+4 |
* | fix library ordering on link line | Dan Winship | 2000-02-17 | 1 | -2/+2 |
* | Fixed the location the first time you see the drop down menus for changing | Christopher James Lahey | 2000-02-12 | 1 | -2/+5 |
* | Handle shift-tab properly now. | Christopher James Lahey | 2000-01-26 | 1 | -389/+396 |
* | Changed some line spacing. | Chris Lahey | 2000-01-21 | 10 | -280/+2697 |
* | Images for e-contact-editor.c. | Chris Lahey | 2000-01-17 | 10 | -0/+618 |