aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names
Commit message (Expand)AuthorAgeFilesLines
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-093-37/+48
* Fix glitch with inserting comma-delimited stuff when length > 1.Jon Trowbridge2001-03-071-0/+2
* Fix a reference counting bug.Jon Trowbridge2001-03-065-1/+400
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-1/+1
* track change to e_contact_editor_new.Chris Toshok2001-03-021-1/+1
* Oops, we do need to be able to write to "text" after all (for things likeJon Trowbridge2001-03-023-5/+14
* I am an idiot.Jon Trowbridge2001-03-021-12/+22
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-0212-716/+1874
* Made this pay attention to the return value of e_sexp_parse.Christopher James Lahey2001-02-221-2/+3
* When creating the entry, open up an ebook (corresponding to the localJon Trowbridge2001-02-205-19/+178
* Ignore generated .oaf filesDan Winship2001-02-151-0/+1
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-132-4/+8
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-113-13/+0
* Call e_select_names_set_default when appropriate.Christopher James Lahey2001-02-053-38/+114
* Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-271-7/+7
* (Adding a boolean "entry_changed" BonoboPropertyBag arg)Jason Leach2001-01-191-1/+20
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+2
* Added this function.Christopher James Lahey2001-01-054-18/+233
* Make the -> in the select names dialog into a GNOME stock arrow pixmap.Iain Holmes2000-12-131-4/+10
* Connect to the "cursor_change" signal on the ETable here instead of theChristopher James Lahey2000-12-101-3/+3
* return NULL if we can't create a view.Michael Meeks2000-12-055-37/+8
* #!/usr/bin/perl -pi.bakMichael Meeks2000-11-163-3/+3
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-131-4/+4
* Update the remaining "IDL:Evolution*" to "IDL:GNOME/Evolution*" to sync upMatt Bissiri2000-11-113-3/+3
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-114-22/+24
* Fix the addressbook crash that happened when the ESelectNames controlEttore Perazzoli2000-11-071-1/+1
* Block signals from the toggle button. (date_changed_cb): MergedFederico Mena Quintero2000-11-051-0/+3
* Removed these unnecessary .cvsignores.Christopher James Lahey2000-11-031-3/+1
* The big api rename ...Michael Meeks2000-11-021-1/+1
* Fixed these to include EXTRA_GNOME_CFLAGS.Christopher James Lahey2000-10-281-0/+1
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-191-12/+4
* Add this file I forgot earlierIain Holmes2000-10-181-1/+2
* Change the initial dialog visibility to FALSE so the contact editorIain Holmes2000-10-181-30/+11
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-161-3/+0
* Only allow one select-names dialog for each id.Iain Holmes2000-10-142-10/+42
* Changed these for boolean ascending attribute instead of int ascendingChristopher James Lahey2000-10-141-1/+1
* Fixed the column elements, the no-headers attribute and added aChristopher James Lahey2000-10-111-2/+2
* Updated these to the new style ETables.Christopher James Lahey2000-10-111-31/+13
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-188-10/+10
* *Sigh.*Ettore Perazzoli2000-09-162-1/+2
* Thou shalt add a space after `-I' when invoking `orbit-idl'.Ettore Perazzoli2000-09-131-2/+2
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-1/+1
* Fixed a typo that cause the wrong field to be searched.Christopher James Lahey2000-08-131-1/+1
* New search dialog for addressbook.Christopher James Lahey2000-08-111-10/+2
* Add the OAF stuff to `EXTRA_DIST'.Ettore Perazzoli2000-07-111-2/+1
* add idl file to EXTRA_DISTDan Winship2000-07-111-1/+3
* Fix the address entry box for more than one address being specifiedPeter Williams2000-07-101-19/+22
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-102-7/+7
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-102-9/+25
* Fixed a small off by one error that was causing an extra character to getChristopher James Lahey2000-07-091-1/+2
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-097-30/+154
* Hitting OK or Cancel at least closes the dialog now.Christopher James Lahey2000-07-091-0/+1
* Set the returned entry to use the ellipsis.Christopher James Lahey2000-07-091-0/+1
* Include e-select-names-factory.h.Christopher James Lahey2000-07-096-8/+63
* Ignore dynamically created source filesJeffrey Stedfast2000-07-091-0/+4
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-081-2/+24
* Wrap the ESelectNames stuff into a Bonobo interface, so that we canEttore Perazzoli2000-07-0811-11/+595
* Added an "editable" argument.Christopher James Lahey2000-07-081-0/+3
* Changed to line mode.Christopher James Lahey2000-07-081-0/+9
* Implemented the get_cards function.Christopher James Lahey2000-07-083-3/+75
* Make the entry widgets we create editable.Christopher James Lahey2000-07-085-12/+45
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-089-18/+155
* Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbarChristopher James Lahey2000-07-065-23/+355
* Fixed more compile errors.Christopher James Lahey2000-07-043-3/+4
* Fixed compile error.Christopher James Lahey2000-07-041-2/+0
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-0415-30/+1659
* New select names manager interface (Not complete.)Christopher James Lahey2000-06-292-0/+220