aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook.c
Commit message (Expand)AuthorAgeFilesLines
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-9/+5
* unref the book if the view is being destroyedJP Rosevear2001-05-031-0/+8
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-32/+15
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-11/+14
* Added new icons.Miguel de Icaza2001-03-211-1/+2
* Fix a warning here.Christopher James Lahey2001-03-141-1/+1
* add is_read_only param.Chris Toshok2001-03-131-1/+1
* Reorganize the menus to have entries always in a consistent fashion, asMiguel de Icaza2001-03-071-2/+2
* new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-021-11/+18
* Removed an ancient #include <libgnorba/gnorba.h>Jason Leach2001-02-121-1/+0
* Actually make the icon for the "print" menu item work (I was missing aEttore Perazzoli2001-01-251-1/+1
* Make the addressbook use the new 16x16 icons in the menus.Ettore Perazzoli2001-01-251-0/+4
* Get the addressbook to use the new "Show all" icon.Ettore Perazzoli2001-01-251-0/+28
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-171-1/+1
* changed the signature of the property_bag get/set functionsDietmar Maurer2001-01-151-0/+2
* connect with the EAddressbookView's status_message signal.Chris Toshok2001-01-101-0/+62
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-051-0/+55
* copy the dialog's source, destroy the dialog after we're done, and makeChris Toshok2000-12-311-3/+14
* new function, calling our new config ui code. (control_activate): noChris Toshok2000-12-301-44/+5
* Moved the gal view menu stuff from here to EAddressbookView.Christopher James Lahey2000-12-071-5/+1
* return NULL if we can't create a view.Michael Meeks2000-12-051-5/+3
* ugh, it helps when you save the ChangeLog before commiting it :)Jeffrey Stedfast2000-12-011-1/+1
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-1/+1
* Require gal 0.2.99.1.Christopher James Lahey2000-11-101-0/+6
* Switched from EAddressbookSearch to ESearchBar.Christopher James Lahey2000-11-071-27/+53
* Add menus items to the envelope printing stuff.Christopher James Lahey2000-11-061-0/+21
* Removed these unnecessary .cvsignores.Christopher James Lahey2000-11-031-62/+52
* The big api rename ...Michael Meeks2000-11-021-1/+1
* Mark two strings correctlyKjartan Maraas2000-10-311-2/+2
* Fixed marking of strings for translation. Use "_(" instead of "_ (". AddKjartan Maraas2000-10-311-1/+1
* 2000-10-20 Michael Meeks <michael@helixcode.com>Michael Meeks2000-10-211-9/+9
* update to new UI handler. (update_view_type): split fromMichael Meeks2000-10-191-45/+53
* if we are in LDAP mode then merge in the extra few items, otherwise justMichael Meeks2000-10-151-3/+4
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-47/+29
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-14/+4
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-221-14/+25
* s/Bonobo_UIHandler/Bonobo_UIContainer/Michael Meeks2000-09-211-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-3/+3
* Fixed the paths of some .h #includes.Christopher James Lahey2000-09-181-536/+62
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-2/+3
* *Sigh.*Ettore Perazzoli2000-09-161-0/+1
* fix path.Michael Meeks2000-09-141-1/+1
* The Commit from hell that breaks all UI related stuff;Michael Meeks2000-09-141-100/+53
* Made this a bit better balanced.Christopher James Lahey2000-09-111-2/+3
* Use the right argument name to turn on grid lines.Christopher James Lahey2000-08-291-6/+7
* Die gnorba die.JP Rosevear2000-08-261-4/+0
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-3/+6
* Linked in the search dialog again. It looks like some changes in the shellChristopher James Lahey2000-08-221-3/+10
* Changed this to use ECardSimple.Christopher James Lahey2000-08-201-5/+78
* Ref our book view listener.Christopher James Lahey2000-08-121-95/+23
* Made the toolbars conform to the user's gnomecc settings for detachableCody Russell2000-08-101-1/+6
* Fixed a warning.Christopher James Lahey2000-08-091-1/+1
* Add an icon to the "Print contacts" menu item.Ettore Perazzoli2000-08-091-1/+2
* Put the print menu item in the right placeholder for consistency.Ettore Perazzoli2000-08-091-3/+6
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-091-1/+1
* use x-evolution-any-field.Chris Toshok2000-08-091-2/+2
* Everywhere unref the remote_uih having done a set_container.Michael Meeks2000-08-041-0/+1
* Changed the default set of columns.Christopher James Lahey2000-08-011-6/+1
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-141-0/+12
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-2/+2
* Removed an unused functionChristopher James Lahey2000-07-121-7/+0
* Get rid of the ESelectNames test menu entry.Ettore Perazzoli2000-07-111-38/+0
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-8/+7
* Several contacts list bugfixes.Anders Carlsson2000-07-091-14/+14
* Removed unused do_nothing_cb function.Christopher James Lahey2000-07-091-6/+0
* Link the toolbar print button to the print callback.Not Zed2000-07-091-1/+1
* Since ELDAPServer->port is a char *, allocate a string with the number 389Christopher James Lahey2000-07-081-7/+35
* call e_ldap_storage_add_server call.Chris Toshok2000-07-061-13/+11
* remove hack to read "uri" file from local directory.Chris Toshok2000-07-061-8/+5
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-1/+1
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+5
* Added glade files.Christopher James Lahey2000-06-111-0/+20
* Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-111-5/+102
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-091-68/+46
* Bind right click on the ETable to "Save to VCard."Christopher James Lahey2000-06-061-0/+21
* return TRUE if opening a contact editor so that we don't get a "newChristopher James Lahey2000-06-021-0/+2
* Use stock Cancel buttons in the addressbook dialogs.Ettore Perazzoli2000-06-011-3/+5
* Make the toolbar look like a standard GNOME toolbar my putting it intoEttore Perazzoli2000-06-011-2/+9
* Added alphabet.glade and alphabet.glade.h.Christopher James Lahey2000-05-311-9/+80
* Added double click to open contact editor.Christopher James Lahey2000-05-281-0/+60
* Removed some columns.Christopher James Lahey2000-05-261-4/+0
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-3/+9
* Switched printing and gui.Christopher James Lahey2000-05-241-0/+20
* Fixed some memory leaks.Christopher James Lahey2000-05-161-2/+6
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-2/+5
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-121-1/+0
* Make the table view be sorted by name initially.Christopher James Lahey2000-05-111-1/+1
* Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-111-10/+12
* Added a dialog for when you can't open an addressbook.Christopher James Lahey2000-05-111-0/+30
* Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-101-1/+4
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-091-1/+1
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-081-2/+8
* (addressbook_factory): create the ebook once.Chris Toshok2000-05-081-3/+4
* don't create a new ebook. instead, unload the current uri (if there isChris Toshok2000-05-081-10/+6
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-081-30/+10
* Make the addressbook create the correct file uri. Added a default query.Christopher James Lahey2000-05-071-3/+13
* remove the separator and toggle view items as well. (toggle_view_as_cb):Chris Toshok2000-05-071-74/+203
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-41/+156
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-6/+4
* Made the component take a uri through its property bag.Christopher James Lahey2000-05-071-3/+103
* #ifdef HAVE_LDAP the ldap specific stuff. (null_cb): same.Chris Toshok2000-05-031-3/+8
* added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.gladeChris Toshok2000-05-011-31/+46
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-4/+10
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-2/+2
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-7/+66
* new function. (delete_contact_cb): wire up button to callChris Toshok2000-04-111-1/+15
* implement braindead dialog to input the query string for the view.Chris Toshok2000-04-111-9/+42
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-2/+6
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-101-3/+3
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-101-19/+83
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-17/+30
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+275