aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-manager.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_SYSTEM_MONITOR_2_6_0nobody2003-12-091-755/+0
* change prototype to fix warning, and change the comment to readChris Toshok2003-12-071-39/+20
* no more custom widget for the selection of the search sourceJP Rosevear2003-12-061-89/+82
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-3/+3
* Remove addressbook-storage.[ch] and new-addressbook.[ch].Hans Petter Jansson2003-12-011-1/+12
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-16/+11
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-031-4/+4
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-311-3/+3
* indent properly.Chris Toshok2003-02-171-12/+12
* Remove cruft. (serverdir, gladedir, etspecdir): Remove definitionsDan Winship2003-02-061-1/+1
* [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-021-11/+34
* oops, use strcmp, not !strcmp here.Chris Toshok2002-12-181-1/+1
* #include <string.h>.Ettore Perazzoli2002-12-071-2/+2
* use new schema for completion/uris. (uris_listener): same.Chris Toshok2002-11-271-11/+11
* push_in = FALSE, no clue why... :) (_arrow_pressed): callChris Toshok2002-11-131-1/+1
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-121-4/+8
* parent class is GObjectClass.Chris Toshok2002-11-091-15/+32
* prepend /apps/Evolution to config db paths.Chris Toshok2002-11-081-3/+3
* more porting work.Chris Toshok2002-11-081-40/+41
* Port to GObject/gnome2.Chris Toshok2002-11-061-82/+72
* free adapter->priv.Chris Toshok2002-09-261-4/+5
* [ Fixes #28165, 29171 ] check to see if the value has really changed. theChris Toshok2002-09-231-25/+47
* add the listener_id slot.Chris Toshok2002-08-201-11/+8
* Commented out this unused function.Christopher James Lahey2002-06-041-3/+3
* [ #24189 ] ifdef out the body of this because it only works with a singleChris Toshok2002-05-241-21/+94
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-281-8/+41
* Remove a reference to code I don't want to commit yet. :-)Jon Trowbridge2001-12-081-2/+0
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-081-398/+416
* Clean ESelectNamesModel on focus-out. (Half of a fix for 15656)Jon Trowbridge2001-12-041-0/+2
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-311-2/+4
* Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok"Jon Trowbridge2001-10-301-1/+13
* free up all the book_data list stuff.Chris Toshok2001-10-281-6/+5
* Lag our cardification on focus-out. This seems to help with the unintendedJon Trowbridge2001-10-191-1/+1
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-0/+1
* If our select names dialog is still around, destroy it. Otherwise, theJon Trowbridge2001-10-111-2/+0
* db isn't a BonoboObject, so don't bonobo_object_unref it!Jon Trowbridge2001-10-061-1/+10
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-061-1/+1
* add completion_book.Chris Toshok2001-09-271-3/+43
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-091-50/+28
* Use e_select_names_model_merge to combine the selected names with anyJon Trowbridge2001-08-301-1/+1
* Hook up some magic to (basically) cardify an entry on focus-out. (What weJon Trowbridge2001-08-101-0/+45
* Removed some debugging chatter.Jon Trowbridge2001-07-261-0/+2
* Hold a reference to our listener while the idle function is active.Jon Trowbridge2001-07-181-4/+5
* Added addSectionWithLimit to the SelectNames interface.Jon Trowbridge2001-07-171-1/+75
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-061-3/+4
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-2/+3
* Fix a reference counting bug.Jon Trowbridge2001-03-061-1/+13
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-021-43/+62
* When creating the entry, open up an ebook (corresponding to the localJon Trowbridge2001-02-201-1/+40
* Call e_select_names_set_default when appropriate.Christopher James Lahey2001-02-051-0/+2
* Fixed these to include EXTRA_GNOME_CFLAGS.Christopher James Lahey2000-10-281-0/+1
* Change the initial dialog visibility to FALSE so the contact editorIain Holmes2000-10-181-30/+11
* Only allow one select-names dialog for each id.Iain Holmes2000-10-141-10/+40
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-091-5/+107
* Set the returned entry to use the ellipsis.Christopher James Lahey2000-07-091-0/+1
* Wrap the ESelectNames stuff into a Bonobo interface, so that we canEttore Perazzoli2000-07-081-5/+5
* Implemented the get_cards function.Christopher James Lahey2000-07-081-1/+1
* Make the entry widgets we create editable.Christopher James Lahey2000-07-081-0/+1
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-081-1/+24
* Fixed more compile errors.Christopher James Lahey2000-07-041-1/+0
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-19/+71
* New select names manager interface (Not complete.)Christopher James Lahey2000-06-291-0/+171