aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Added some military prefixes.Nat Friedman2000-08-091-0/+4
* Fixed a warning.Christopher James Lahey2000-08-091-0/+4
* Add an icon to the "Print contacts" menu item.Ettore Perazzoli2000-08-091-0/+5
* Put the print menu item in the right placeholder for consistency.Ettore Perazzoli2000-08-091-0/+7
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-091-0/+12
* use x-evolution-any-field.Chris Toshok2000-08-091-0/+23
* Removed the next and prev toolbar buttons since they don't do anything.Christopher James Lahey2000-08-081-0/+5
* Fixed the tab order to not repeat the web page address field.Christopher James Lahey2000-08-081-0/+6
* Fixed the tab order for this dialog.Christopher James Lahey2000-08-081-0/+5
* Fixed a warning.Christopher James Lahey2000-08-051-0/+9
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+6
* Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-031-0/+6
* Adapted this to supply the new append_row API of ETableModel.Christopher James Lahey2000-08-021-0/+5
* Changed the default set of columns.Christopher James Lahey2000-08-011-0/+4
* Added load-gnomecard-addressbook compilation.Christopher James Lahey2000-07-291-0/+18
* Make sure the LDAP backend files get distributed even if OpenLDAPEttore Perazzoli2000-07-281-0/+6
* Changed the URI to load to.Christopher James Lahey2000-07-271-0/+5
* Fixed a warning.Christopher James Lahey2000-07-271-0/+4
* wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-271-0/+17
* add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-271-0/+7
* lowercasify the supported_mime_typesDan Winship2000-07-261-0/+5
* add enum for e-card pilot status.Chris Toshok2000-07-261-0/+18
* add comment headers to signals that didn't have any.Chris Toshok2000-07-261-0/+5
* use the user's Contact db. not toshok's.Chris Toshok2000-07-261-0/+5
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-0/+5
* build static versions of some util libraries for the conduit to link withSeth Alves2000-07-261-0/+8
* Added a #define for "X-EVOLUTION-PILOTID". Added a parse_pilot_id to readChristopher James Lahey2000-07-251-0/+7
* add pilot_id.Chris Toshok2000-07-251-0/+9
* Remove the idle handler when we're destroyed.Christopher James Lahey2000-07-241-2/+11
* Fixed the oaf info.Christopher James Lahey2000-07-211-0/+14
* Update the components to match the changes in the libeshell API.Ettore Perazzoli2000-07-211-0/+5
* Added the Turkish desktop entryFatih Demir2000-07-201-0/+5
* Added "text/vCard" to the list of mime types we support.Christopher James Lahey2000-07-181-0/+5
* Added gui/minicard/e-minicard-control.c,Christopher James Lahey2000-07-181-0/+17
* New files for using a minicard as a widget or a bonobo control.Christopher James Lahey2000-07-181-0/+8
* duh. don't save the port in the host slot either.Chris Toshok2000-07-151-0/+5
* Added these.Christopher James Lahey2000-07-141-0/+6
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-141-0/+25
* oops. fix typo that was saving the port in the rootdn spot.Chris Toshok2000-07-131-0/+10
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-0/+7
* Add icons to the toolbars.Christopher James Lahey2000-07-131-0/+4
* Added installation of arrow.png.Christopher James Lahey2000-07-131-0/+6
* Removed an unused functionChristopher James Lahey2000-07-121-0/+4
* add idl file to EXTRA_DISTDan Winship2000-07-111-0/+5
* Get rid of the ESelectNames test menu entry.Ettore Perazzoli2000-07-111-0/+5
* Fix the address entry box for more than one address being specifiedPeter Williams2000-07-101-0/+5
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-0/+10
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-101-0/+15
* Fixed a small off by one error that was causing an extra character to getChristopher James Lahey2000-07-091-0/+6
* Several contacts list bugfixes.Anders Carlsson2000-07-091-0/+17
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-091-0/+23
* Link the toolbar print button to the print callback.Not Zed2000-07-091-0/+5
* Hitting OK or Cancel at least closes the dialog now.Christopher James Lahey2000-07-091-0/+6
* Set the returned entry to use the ellipsis.Christopher James Lahey2000-07-091-0/+6
* Include e-select-names-factory.h.Christopher James Lahey2000-07-091-0/+22
* Ignore dynamically created source filesJeffrey Stedfast2000-07-091-0/+5
* Added code for initializing the values of the fields in the messageEttore Perazzoli2000-07-081-0/+5
* Wrap the ESelectNames stuff into a Bonobo interface, so that we canEttore Perazzoli2000-07-081-0/+25
* Added an "editable" argument.Christopher James Lahey2000-07-081-0/+8
* Changed to line mode.Christopher James Lahey2000-07-081-0/+5
* Implemented the get_cards function.Christopher James Lahey2000-07-081-0/+9
* Make the entry widgets we create editable.Christopher James Lahey2000-07-081-0/+19
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-081-0/+34
* add scope to ELDAPServer, and make port a string.Chris Toshok2000-07-071-0/+17
* Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbarChristopher James Lahey2000-07-061-0/+18
* call e_ldap_storage_add_server call.Chris Toshok2000-07-061-0/+25
* remove hack to read "uri" file from local directory.Chris Toshok2000-07-061-0/+18
* Fixed more compile errors.Christopher James Lahey2000-07-041-0/+7
* Fixed compile error.Christopher James Lahey2000-07-041-0/+4
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-0/+53
* EvolutionShellClient.Ettore Perazzoli2000-06-301-0/+6
* New select names manager interface (Not complete.)Christopher James Lahey2000-06-291-0/+7
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+17
* remove spew. (pas_backend_ldap_ensure_connected): duh, don't access aChris Toshok2000-06-271-0/+8
* Remove usage of "x" and "y" arguments.Christopher James Lahey2000-06-211-0/+6
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-191-0/+6
* Made the left column of minicards not get any wider than the widestChristopher James Lahey2000-06-171-0/+7
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-0/+6
* Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-131-0/+6
* Fixed the widget reparenting.Christopher James Lahey2000-06-111-0/+4
* Added glade files.Christopher James Lahey2000-06-111-0/+16
* Forgot ChangeLog for my latest commit.Ettore Perazzoli2000-06-111-0/+9
* Renamed a bunch of functions for better readability.Christopher James Lahey2000-06-111-0/+11
* Glade files for Select Names dialog.Christopher James Lahey2000-06-111-0/+6
* Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-111-0/+7
* Initial support for creating/removing folders. This implies some newEttore Perazzoli2000-06-101-0/+12
* Bind Save As to save the current view of the contact as a vcard.Christopher James Lahey2000-06-091-0/+5
* Doh, sync the card simple and extract the card info.Federico Mena Quintero2000-06-091-0/+5
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-091-0/+36
* Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-081-0/+12
* Bind right click on the ETable to "Save to VCard."Christopher James Lahey2000-06-061-0/+5
* Made phone/email/address labels change correctly again.Christopher James Lahey2000-06-031-0/+5
* Made evolution-addressbook shut down when the shell is done with it.Christopher James Lahey2000-06-031-0/+5
* Made double click only work on the first button.Christopher James Lahey2000-06-021-0/+5
* return TRUE if opening a contact editor so that we don't get a "newChristopher James Lahey2000-06-021-0/+5
* Use stock Cancel buttons in the addressbook dialogs.Ettore Perazzoli2000-06-011-0/+7
* Added accelerators for the remaining items.Miguel de Icaza2000-06-011-0/+7
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-011-0/+7
* New files for card list.Christopher James Lahey2000-05-311-0/+9
* Made the alphabet buttons not focusable.Christopher James Lahey2000-05-311-0/+10
* Added a bit of space around the alphabet bar.Christopher James Lahey2000-05-311-0/+5
* Added alphabet.glade and alphabet.glade.h.Christopher James Lahey2000-05-311-0/+12
* Added BONOBO_GNOME_CFLAGS to CPPFLAGS.Christopher James Lahey2000-05-301-0/+4
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-301-0/+13
* Added "sequence_complete" signal.Christopher James Lahey2000-05-301-0/+12
* Added double click to open contact editor.Christopher James Lahey2000-05-281-0/+7
* Removed some columns.Christopher James Lahey2000-05-261-0/+4
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+12
* Switched printing and gui.Christopher James Lahey2000-05-241-0/+28
* Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.Christopher James Lahey2000-05-231-0/+12
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-0/+6
* Fixed a bug that broke address field support.Christopher James Lahey2000-05-191-0/+5
* Added support for arbitrary fields in the contact editor.Christopher James Lahey2000-05-191-0/+6
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-191-0/+16
* Fixed the code to write out and read in arbitrary fields.Christopher James Lahey2000-05-181-0/+5
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-181-0/+9
* Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.Christopher James Lahey2000-05-171-0/+5
* convert to use ECardSimple. (poll_ldap): same.Chris Toshok2000-05-171-0/+5
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-171-0/+23
* Fixed a large memory leak.Christopher James Lahey2000-05-161-1/+6
* Fixed another memory leak.Christopher James Lahey2000-05-161-0/+4
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+9
* Fixed a reference leak.Christopher James Lahey2000-05-161-1/+6
* Fixed a compile error.Christopher James Lahey2000-05-161-1/+6
* Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-161-0/+10
* Use the correct policy for resize.Christopher James Lahey2000-05-141-0/+5
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-0/+37
* Use accelerators here.Miguel de Icaza2000-05-131-0/+4
* Saved translatable strings. Added files to POTFILES.in.Valek Frob2000-05-131-0/+7
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-121-0/+6
* Make the table view be sorted by name initially.Christopher James Lahey2000-05-111-0/+5
* Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-111-0/+8
* Added a dialog for when you can't open an addressbook.Christopher James Lahey2000-05-111-0/+5
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+19
* Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-101-0/+5
* Added briefcase.png to get installed.Christopher James Lahey2000-05-101-0/+4
* Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-101-0/+6
* Reenable editting.Christopher James Lahey2000-05-101-0/+6
* Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-101-0/+5
* Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-101-0/+5
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-101-0/+8
* Enabled a couple more fieldsChristopher James Lahey2000-05-091-0/+4
* Added a default card to all new file backends.Christopher James Lahey2000-05-091-0/+5
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-091-0/+19
* Fixed some indentation.Christopher James Lahey2000-05-091-0/+12
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-091-0/+8
* Fixed this up a bit. Syncing should work better now.Christopher James Lahey2000-05-081-0/+5
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-081-0/+7
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-081-0/+10
* comment function, and fix an ABR.Chris Toshok2000-05-081-0/+5
* comment function, and fix an ABR.Chris Toshok2000-05-081-0/+5
* Added saving in minicard view.Christopher James Lahey2000-05-081-0/+4
* Fixed an off by 2 error.Christopher James Lahey2000-05-081-0/+4
* (addressbook_factory): create the ebook once.Chris Toshok2000-05-081-0/+1
* don't create a new ebook. instead, unload the current uri (if there isChris Toshok2000-05-081-0/+6
* Replaced some model_changed calls with row_inserted calls.Christopher James Lahey2000-05-081-0/+5
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-081-0/+10
* Make the addressbook create the correct file uri. Added a default query.Christopher James Lahey2000-05-071-0/+10
* remove the separator and toggle view items as well. (toggle_view_as_cb):Chris Toshok2000-05-071-0/+37
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-0/+4
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-0/+18
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-0/+16
* ignore evolution-addressbook.pureChris Toshok2000-05-071-0/+6
* if a port isn't specified in the uri default to 389.Chris Toshok2000-05-071-0/+5
* Made the component take a uri through its property bag.Christopher James Lahey2000-05-071-0/+5
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-051-0/+12
* #ifdef HAVE_LDAP the ldap specific stuff. (null_cb): same.Chris Toshok2000-05-031-0/+7
* Fix builddir != srcdir build once again.Ettore Perazzoli2000-05-031-0/+5
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+5
* Add back in the CORBA_Object_release.Christopher James Lahey2000-05-021-0/+8
* Made uri slightly better managed.Christopher James Lahey2000-05-021-0/+12
* Switched the subdirs order since backend depends on ename.Christopher James Lahey2000-05-021-0/+5
* fix a typo in the for loop.Larry Ewing2000-05-021-0/+5
* include a header to make it compile...Michael Meeks2000-05-011-0/+4
* Added new status values for the IDL stuff.Federico Mena Quintero2000-05-011-0/+77
* added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.gladeChris Toshok2000-05-011-0/+23
* create the book listener here, since it's destroyed in unload_uri.Chris Toshok2000-05-011-0/+6
* Added load-pine-addressbook.Christopher James Lahey2000-05-011-0/+4
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-011-0/+6
* From addressbook/ChangeLogChristopher James Lahey2000-05-011-0/+22
* Fixed a string mismatch.Christopher James Lahey2000-04-301-0/+5
* Added ename includes and libs.Christopher James Lahey2000-04-301-0/+20
* add support for a rootdn in the uri.Chris Toshok2000-04-301-0/+10
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-301-0/+26
* fix the `USING_OAF' changes so that they work for when we are not usingLarry Ewing2000-04-291-0/+6
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-0/+33
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-0/+23
* Added an address label field.Christopher James Lahey2000-04-271-0/+13
* Added proper handling of the email field.Christopher James Lahey2000-04-261-0/+5
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-261-0/+14
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-261-0/+7
* The Joy of Broken Makefiles Part #2.Ettore Perazzoli2000-04-261-0/+11
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-1/+26
* Started ChangeLog here - FedericoFederico Mena Quintero2000-04-181-0/+3