aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
Commit message (Expand)AuthorAgeFilesLines
* Radically reorganize source code.Matthew Barnes2009-06-251-1250/+0
* Stop abusing forward declarations.Matthew Barnes2009-06-191-7/+7
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-53/+53
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-23/+23
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-22/+22
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-28/+52
|\|
| * GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-28/+52
| * Use the correct macro when marking strings for translation.Matthew Barnes2009-01-021-1/+1
| * Change License from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-011-6/+22
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #448435 (Keep UI consistent, di...Suman Manjunath2008-09-011-0/+1
| * ** Fix for bug #324203Milan Crha2008-08-071-0/+14
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+1
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-6/+22
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-0/+1
* | Progress update:Matthew Barnes2008-08-301-2/+0
* | Miscellaneous tweaks. Nothing major.Matthew Barnes2008-08-281-3/+0
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-0/+14
|/
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-14/+0
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #468277 (mis...Suman Manjunath2007-12-071-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-17/+17
* ** Fixes bug #437579Matthew Barnes2007-10-101-5/+5
* Fix for a build break.Srinivasa Ragavan2007-09-031-1/+1
* ** Fix for bug #471791 (Move away from assert to g_ret)Srinivasa Ragavan2007-09-031-7/+4
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-261-0/+1
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-3/+3
* Call gettext() on the EConfigItem labels. (#406933) Patch from Jeff Cai.Matthew Barnes2007-04-051-1/+4
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Fixing memory leaks.Hiroyuki Ikezoe2006-07-101-0/+1
* Fix for #336453simon.zheng2006-06-121-1/+3
* fix a bunch of Address Book stringsKarsten Bräckelmann2006-02-061-2/+2
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-3/+1
* add a not NULL-pointer check before using lud->scope.Shi Pu2006-01-051-11/+13
* Include openldap-extract.h on Windows. Include e-util-private.h to getTor Lillqvist2005-11-261-10/+63
* Making the LDAP search filter configurable. Fixes #311884.Sushma Rai2005-10-221-5/+36
* Proper Checking for naming context value. Now pops up the errorSushma Rai2005-08-131-1/+1
* fix make distcheck issues. remove duplicate inclusion of headerHarish Krishnaswamy2005-07-271-2/+0
* moved e-error to e-utilNot Zed2005-05-161-1/+1
* Removed the hack, setting absolute URI to NULL. Fixes #72715Sushma Rai2005-02-241-1/+0
* connect to "value_changed" signal of spin button instead of "changed"Sivaiah Nallagatla2005-02-151-1/+1
* Implement based on the create_groups () function in addressbook-migrate.c.Hans Petter Jansson2005-02-031-0/+6
* reverting my last change, we will acheive the same thing withSivaiah Nallagatla2005-01-211-1/+0
* in case of new book set the uid of the source as the relative uri.Sivaiah Nallagatla2005-01-211-1/+1
* Merge from offline brnachSivaiah Nallagatla2004-12-241-1/+44
* set the window title based upon the sourceJain Vivek2004-12-151-1/+5
* set the active item based on the current group.Not Zed2004-12-061-2/+7
* reverting commitSivaiah Nallagatla2004-11-221-38/+1
* added message which gets prompted when user tries to access a book whichSivaiah Nallagatla2004-11-221-1/+38
* fix a past-o for no-ldap case.Not Zed2004-10-211-1/+1
* register config hook.Not Zed2004-10-211-806/+588
* disbale the display name widget in case of groupwise as we can not handleSivaiah Nallagatla2004-08-261-2/+8
* Make the main dialog here be an actual GtkDialog instead of a GtkWindowRodney Dawes2004-08-031-1/+5
* [ fixes #61365 and other misc issues with the addressbook source editors ]Chris Toshok2004-07-311-14/+31
* remove the auth-entry-notebook in the edit dialog, and rename the authChris Toshok2004-06-221-93/+18
* set auth-domain property on groupwise sources, so that newly createdSivaiah Nallagatla2004-06-191-0/+1
* Don't need these two functions any more (source_to_dialog,Rodney Dawes2004-06-021-99/+24
* added missing #ifdef HAVE_LDAPChristophe Fergeau2004-05-291-0/+2
* Generate the addressbook-errors.xml.h file and install the xml file andJeffrey Stedfast2004-05-251-54/+17
* make exchange accounts insensitve.Larry Ewing2004-05-191-1/+4
* see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-111-1/+21
* fixup the dialog initialization.Larry Ewing2004-05-051-2/+4
* set the email entry sesitive only when anonymous isn't selected. Make theLarry Ewing2004-05-041-4/+4
* sensitize the details dialog where appropriate. Don't try to read fromLarry Ewing2004-05-021-7/+11
* remove debug spew.Larry Ewing2004-04-281-8/+3
* fix warnings, remove unused code.Larry Ewing2004-04-271-243/+32
* start integrate the new dialog.Larry Ewing2004-04-271-13/+229
* force the info label to update its contents here if the load wasChris Toshok2004-04-151-2/+1
* Fixes #53433.Hari Prasad Nadig2004-04-021-11/+29
* [ fixes bug #53094 ]Chris Toshok2004-03-311-33/+0
* : maintain a list of only those source groups which are added to menuSivaiah Nallagatla2004-03-041-2/+15
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-271-1/+1
* use gtk_spin_button_* apis to get and set values for download limit spinSivaiah Nallagatla2004-02-041-6/+7
* Sync the modified source list.Hans Petter Jansson2004-01-301-2/+7
* set group to temporary sourceRadek Doulik2004-01-301-0/+1
* set the relative_uri of a local source to be its uid.Chris Toshok2004-01-281-1/+1
* Remove. (dialog_to_source): Don't create source dir, backend takes care ofHans Petter Jansson2004-01-221-26/+1
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-031-1/+0
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-021-2/+2
* Remove addressbook-storage.[ch] and new-addressbook.[ch].Hans Petter Jansson2003-12-011-721/+402
* fixed typo in variable name.Rodrigo Moya2003-10-231-1/+1
* Make the the scrolled window have an "in" shadow. Likewise. Likewise.Ettore Perazzoli2003-10-231-0/+1
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-12/+4
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-081-8/+8
* [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):Chris Toshok2003-03-241-8/+13
* [ Fixes addressbook bug #39730 ] add response ids to the search baseChris Toshok2003-03-191-27/+12
* s/PACKAGE/GETTEXT_PACKAGE/ in gettext initDan Winship2003-02-071-2/+2
* Replace deprecated glade_gnome_init() with glade_init().Dan Winship2003-02-061-1/+1
* Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-151-1/+2
* addressbook-config.etspec is gone.Chris Toshok2003-01-101-95/+124
* (addressbook_config_control_new): Made it return anEttore Perazzoli2002-12-201-1/+1
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-191-18/+19
* (addressbook_config_control_new): UseEttore Perazzoli2002-12-171-1/+1
* Don't #include <e-util/e-html-utils.h>Jeffrey Stedfast2002-12-171-2/+0
* #include <string.h>.Ettore Perazzoli2002-12-071-35/+7
* show the etable. (addressbook_add_server_druid): show_all before returningChris Toshok2002-11-251-1/+2
* sink the popup. (e_contact_editor_build_email_ui): same.Chris Toshok2002-11-171-0/+2
* change signature to that of a weak ref notify function. (main): ::destroyChris Toshok2002-11-121-9/+10
* add lots of libs back in since they're building now.Chris Toshok2002-11-081-17/+16
* gobjectify this.Chris Toshok2002-11-071-38/+32
* fix the gnome-xml headers.Chris Toshok2002-11-061-66/+66
* ignore the new .server file.Chris Toshok2002-11-061-88/+116
* [ fixes #29144 ] use e_table_memory_storage_change instead ofChris Toshok2002-10-251-3/+1
* [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file.Kjartan Maraas2002-10-101-12/+4
* [ fixes #29699 ] call _set_source with a NULL source to fill in dialogChris Toshok2002-09-041-0/+3
* [ fixes #29446 ] searching_modify_func can be NULL (since we don't requireChris Toshok2002-08-271-1/+2
* fix c&p error that was losing the ssl setting.Chris Toshok2002-08-171-1/+1
* don't unref selection_model (otherwise 3 clicks of "Show Supported Bases"Sean Atkinson2002-07-011-2/+0
* remove source argument (get it from the dialog). (edit_source_clicked):Sean Atkinson2002-06-251-6/+17
* put this back in, accidentally got snipped with the hacking going on inChris Toshok2002-05-251-0/+1
* [ part of #25047 ] remove the autocompletion config control from here, asChris Toshok2002-05-241-80/+0
* fix parameter/local variable overloading.Chris Toshok2002-05-241-3/+3
* oops, add the NULL back at the end of possible_types.Chris Toshok2002-05-081-1/+1
* bleah, need to pass the GtkWindow here so we can pop up the a modalChris Toshok2002-05-081-22/+37
* Call evolution_config_control_changed when the EFolderList changes.Christopher James Lahey2002-05-041-0/+10
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-041-0/+1801
* fix memory leaks.Chris Toshok2002-04-191-589/+0
* Remove verb "AddressbookConfig". (config_cb): Removed.Ettore Perazzoli2002-03-131-40/+91
* make the right auth page start up open.Chris Toshok2002-02-251-1/+3
* [ fixes bug 16097 ] gui love for the new auth stuff.Chris Toshok2002-01-251-21/+58
* Set the number of cards to return to the value specified in the ldap uri,Christopher James Lahey2002-01-211-0/+12
* Handle returning dates here. (e_card_simple_get_allow_newlines): NewChristopher James Lahey2001-10-291-1/+1
* grab focus in the Account entry when preparing the dialog, fixes #10406.Chris Toshok2001-10-181-0/+4
* add an Email Address field/label/help text.Chris Toshok2001-10-071-27/+23
* reorder the LDAP scopes so that they match the order of the option menusChris Toshok2001-09-171-2/+60
* don't access source->auth if source == NULL (bug #7086).Chris Toshok2001-08-141-1/+1
* [ Fixes ximian bugs #5080, #6021, #6704, #6705 ]Chris Toshok2001-08-101-699/+144
* Added #include <e-util/e-path.h>.Christopher James Lahey2001-07-311-3/+6
* [ Fix bug #4705 - LDAP storage gets saved with corrupted binddn]Chris Toshok2001-07-171-0/+2
* Removed an unused variable.Christopher James Lahey2001-05-211-0/+2
* correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-121-2/+4
* use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-121-28/+38
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-3/+8
* Save the help_text in the closure.Christopher James Lahey2001-02-061-2/+10
* #ifdef INCLUDE_FILE_SOURCE. (table_add_elem): add help_text parameter andChris Toshok2001-01-301-15/+76
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-051-0/+4
* copy the dialog's source, destroy the dialog after we're done, and makeChris Toshok2000-12-311-4/+29
* new function, calling our new config ui code. (control_activate): noChris Toshok2000-12-301-67/+351
* add addressbook-config.[ch].Chris Toshok2000-12-291-0/+578