aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-101-0/+1
* Added briefcase.png to get installed.Christopher James Lahey2000-05-101-12/+39
* Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-102-30/+33
* Reenable editting.Christopher James Lahey2000-05-103-7/+4
* Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-101-1/+4
* Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-101-0/+1
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-102-0/+4
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-098-26/+47
* Fixed some indentation.Christopher James Lahey2000-05-093-80/+214
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-091-1/+1
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-088-148/+245
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-083-4/+14
* Added saving in minicard view.Christopher James Lahey2000-05-082-0/+90
* (addressbook_factory): create the ebook once.Chris Toshok2000-05-081-3/+4
* don't create a new ebook. instead, unload the current uri (if there isChris Toshok2000-05-081-10/+6
* Replaced some model_changed calls with row_inserted calls.Christopher James Lahey2000-05-082-4/+4
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-081-30/+10
* Make the addressbook create the correct file uri. Added a default query.Christopher James Lahey2000-05-075-7/+21
* remove the separator and toggle view items as well. (toggle_view_as_cb):Chris Toshok2000-05-071-74/+203
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-074-0/+798
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-073-41/+163
* Mostly finished ECardSimple.Christopher James Lahey2000-05-076-209/+134
* ignore evolution-addressbook.pureChris Toshok2000-05-072-0/+13
* Made the component take a uri through its property bag.Christopher James Lahey2000-05-071-3/+103
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-052-291/+65
* ignore the .pure directoryChris Toshok2000-05-053-3/+6
* #ifdef HAVE_LDAP the ldap specific stuff. (null_cb): same.Chris Toshok2000-05-031-3/+8
* added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.gladeChris Toshok2000-05-015-31/+533
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-014-10/+23
* From addressbook/ChangeLogChristopher James Lahey2000-05-014-45/+268
* Fixed a string mismatch.Christopher James Lahey2000-04-302-2/+2
* Added ename includes and libs.Christopher James Lahey2000-04-304-320/+272
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-3010-8/+816
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-286-12/+140
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-283-121/+248
* Added an address label field.Christopher James Lahey2000-04-274-413/+318
* Added proper handling of the email field.Christopher James Lahey2000-04-261-24/+70
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-266-332/+343
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-262-2/+2
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-2125-140/+157
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-172-2/+53
* Added orginization and role fields.Christopher James Lahey2000-04-167-88/+182
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-7/+66
* Added a note field.Christopher James Lahey2000-04-151-0/+17
* Fix compilation with builddir != srcdir (again).Ettore Perazzoli2000-04-152-0/+2
* Check for 0 length fields when building the outgoing ECard.Christopher James Lahey2000-04-131-38/+56
* reflect the title attribute in the contact editor. (extract_info): same.Chris Toshok2000-04-131-0/+13
* add a title.Chris Toshok2000-04-134-0/+18
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-122-6/+9
* This was setting E_REFLOW(view)->items to NULL too soon. Fixed now.Christopher James Lahey2000-04-112-6/+4
* new function. (delete_contact_cb): wire up button to callChris Toshok2000-04-113-9/+23
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-115-0/+63
* implement braindead dialog to input the query string for the view.Chris Toshok2000-04-113-9/+44
* Added a "query" argument to the e-minicard-view. Documented all theChristopher James Lahey2000-04-114-44/+88
* change the empty search string ("") to the valid (contains "full_name"Chris Toshok2000-04-112-2/+2
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-107-220/+411
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-101-3/+3
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-104-20/+90
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-17/+30
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-096-62/+218
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-0919-227/+1742
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-098-0/+392
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-052-2/+46
* Added the addressbook/backend directory.Christopher James Lahey2000-03-232-0/+4
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-1212-278/+414
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-119-330/+150
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-086-54/+42
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-292-6/+6
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2411-47/+89
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+3
* fix library ordering on link lineDan Winship2000-02-171-2/+2
* Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-121-2/+5
* chutBertrand Guiheneuf2000-02-111-0/+6
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-092-0/+94
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-283-193/+251
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-274-6/+10
* Set the minimum_width.Christopher James Lahey2000-01-274-4/+38
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-264-48/+208
* Handle shift-tab properly now.Christopher James Lahey2000-01-268-430/+439
* Changed some line spacing.Chris Lahey2000-01-2116-295/+2917
* Images for e-contact-editor.c.Chris Lahey2000-01-1710-0/+618
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-144-8/+92
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-1412-78/+992
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-128-216/+492
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-114-20/+2
* Added minicard and text stuff.Chris Lahey2000-01-1012-0/+2160