aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagguikachu-1_2_3nobody2002-05-161-1182/+0
* Desensitize the to, cc, and bcc buttons if there's no selection here.Christopher James Lahey2002-05-031-0/+28
* Unref the text_model here instead of the model, since the model never getsChristopher James Lahey2002-04-261-4/+3
* Added a "Browse..." button to switch to a different addressbook folder.Christopher James Lahey2002-04-251-14/+71
* Coded handling of the select_entry to search within the displayedChristopher James Lahey2002-04-241-4/+51
* Bumped required gal version number to 0.19.99.11.Christopher James Lahey2002-04-181-17/+19
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-121-2/+2
* Update to use new EPopupMenu API.Jeffrey Stedfast2002-03-161-3/+2
* change contains x-evolution-any-field to beginswith on email, full_name,Chris Toshok2002-03-121-1/+4
* Keep a ref of the model in this case as well.Christopher James Lahey2002-02-141-0/+2
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-141-7/+24
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-281-40/+52
* [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP]Chris Toshok2001-12-181-1/+62
* Extensively refactored -- this code had gotten _really_ ugly. UntangleJon Trowbridge2001-12-081-1/+1
* Check that local_listener and other_contacts_listener are non-NULL beforeJon Trowbridge2001-10-311-4/+9
* Change "this should never happen" dialog to not give my name/e-mail. SorryJon Trowbridge2001-10-281-0/+7
* Bumped required version of gal to 0.15.99.6.Christopher James Lahey2001-10-281-2/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can beChristopher James Lahey2001-10-231-0/+1
* Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067.Christopher James Lahey2001-10-211-33/+23
* (e_select_names_set_default): don't forget to unref the oldstyle.Larry Ewing2001-10-211-1/+1
* stick with the style font if the efont bold font does not exist.Larry Ewing2001-10-211-8/+18
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-0/+1
* Added #include <gal/widgets/e-unicode.h>.Christopher James Lahey2001-10-201-0/+1
* Translate labels in select-names option menu. (Bug #9604)Jon Trowbridge2001-10-201-1/+5
* make sure to also add "ldap-contacts" folders to the option menu.Chris Toshok2001-10-181-1/+2
* Added linebreaks to our "this shouldn't happen" dialog message. (BugJon Trowbridge2001-10-151-5/+6
* Check to see if the uri we are setting is the same as the current uri. IfJon Trowbridge2001-10-121-0/+9
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-0/+1
* Don't need this any more.Dan Winship2001-10-121-16/+0
* e_book_load_uri -> addressbook_load_uri.Chris Toshok2001-10-061-1/+1
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-061-10/+9
* Change the "this should never happen" message into a request for people toJon Trowbridge2001-09-201-1/+5
* No loose name matches on family names. (#8802)Jon Trowbridge2001-09-151-0/+5
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-091-17/+50
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-4/+4
* Wrap our addressbook table adapter in an ETableWithout, so that we canJon Trowbridge2001-08-211-7/+75
* rename physical_uri to uri, since it includes the addressbook.db for file:Chris Toshok2001-08-181-34/+55
* svn path=/trunk/; revision=11916Kjartan Maraas2001-08-121-1/+1
* did a little packing-magic to get the two tables at bottom of this dialogAnna Marie Dirks2001-08-111-1/+2
* redesigned this dialog to fix bug #6815.Anna Marie Dirks2001-08-101-1/+6
* Make the OK button the keyboard default instead of Cancel. Bug #4942.Jason Leach2001-08-081-0/+1
* Check for storage != NULL here. This shouldn't come up unless addressbookChristopher James Lahey2001-08-041-13/+16
* Check if evolution_shell_client_get_local_storage returnsJon Trowbridge2001-07-251-0/+12
* Added some comments for clarity and fixed a pretty noticable bug with howJason Leach2001-07-111-0/+5
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-031-2/+2
* Added a search field to the query here. (e_select_names_init): Update theChristopher James Lahey2001-06-301-9/+32
* Change the uri here to have addressbook.db at the end.Christopher James Lahey2001-06-301-2/+5
* Change the query when the "Update List" button is pushed.Christopher James Lahey2001-06-301-12/+30
* Oops. Can't use the wombat version of the master categories list yet.Christopher James Lahey2001-06-271-2/+2
* Added a categories combo here. It's not used yet.Christopher James Lahey2001-06-271-0/+23
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-061-3/+29
* Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1
* (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-061-0/+36
* add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-011-10/+17
* Removed an unused variable.Christopher James Lahey2001-05-211-1/+1
* Added.Jon Trowbridge2001-04-171-3/+1
* Call e_select_names_model_clean after adding address. This should dealJon Trowbridge2001-03-311-0/+1
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-5/+11
* Use E_CARD_SIMPLE_FIELD_NAME_OR_ORG instead of getting the NAME and thenChristopher James Lahey2001-03-291-2/+6
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-021-29/+7
* Call e_select_names_set_default when appropriate.Christopher James Lahey2001-02-051-38/+109
* Replace the arrow icons in the ESelectNames component with "->" for aEttore Perazzoli2001-01-271-7/+7
* Added this function.Christopher James Lahey2001-01-051-6/+194
* 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
* Removed these unnecessary .cvsignores.Christopher James Lahey2000-11-031-3/+1
* Change NAME_OR_ORG to return the email address if both name andChristopher James Lahey2000-10-191-12/+4
* 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-181-2/+2
* *Sigh.*Ettore Perazzoli2000-09-161-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
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-6/+5
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-101-7/+15
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-091-16/+17
* Hitting OK or Cancel at least closes the dialog now.Christopher James Lahey2000-07-091-0/+1
* Include e-select-names-factory.h.Christopher James Lahey2000-07-091-0/+28
* 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-081-1/+31
* Make the entry widgets we create editable.Christopher James Lahey2000-07-081-1/+9
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-081-2/+3
* Fixed more compile errors.Christopher James Lahey2000-07-041-2/+2
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-0/+344