/* XPM */ static char * monthview_xpm[] = { "24 24 7 1", " c None", ". c #000000", "+ c #FFFFFF", "@ c #666666", "# c #919191", "$ c #F2F1ED", "% c #D8D8D4", "....................... ", ".+++++++++++++++++++++. ", ".+@@@@@@@@@@@@@@@@@@@#. ", ".+@@@@@@@@@@@@@@@@@@@#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+####################. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+####################. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+####################. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".+$$$#$$$#$$$#$$$#$$$#. ", ".%###################@. ", "....................... ", " "}; body>
aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* duplicate the extra address linesJP Rosevear2003-08-272-1/+6
* use memcpy to assign CORBA_char_sequence instead of strcpy. (#46706)Gilbert Fang2003-08-202-1/+7
* unref the EComponentListener before unloading the CORBA object.Rodrigo Moya2003-08-162-6/+11
* Chain.Hans Petter Jansson2003-08-1414-14/+122
* deal with "uses_list". Fixes #30839. (e_contact_print_dialog_new): useChris Toshok2003-07-282-9/+44
* fix a typo.Chris Toshok2003-07-282-1/+5
* Use 'Sans' instead of 'Helvetica' for the font name. Likewise.Akira TAGOH2003-07-253-6/+12
* use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise LikewiseDan Winship2003-07-249-81/+28
* Remove gtk_window_set_policy call since that function is deprecated and itDan Winship2003-07-233-1/+11
* Make the "vcard" arg const. ...: add lots and lots of other consts as aDan Winship2003-07-223-96/+102
* disconnect from model signals to prevent a race condition at shutdownDan Winship2003-07-186-6/+53
* new function, override the event handler for focus_in_event, set the firstGilbert Fang2003-06-262-0/+32
* in the EUrlEntry case just reassign widget. it'll be handled by theChris Toshok2003-06-242-1/+8
* Fix lots of leaks, update for correct use of g_object_get. Some cleanups.Larry Ewing2003-06-148-8/+64
* Fix lots of leaks, update for correct use of g_object_get. Some miscLarry Ewing2003-06-1412-35/+106
* update for correct used of g_object_get.Larry Ewing2003-06-142-11/+25
* Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-0/+3
* ** For #42691.Not Zed2003-06-114-7/+27
* Roll over ChangeLogs.Ettore Perazzoli2003-06-102-16759/+16758
* adapted to changes in EComponentListener API.Rodrigo Moya2003-06-042-1/+6
* i2003-05-19 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-202-1/+8
* handle the case where @book == NULL, which can happen if there was aChris Toshok2003-05-202-2/+11
* fix the initial run case. the config upgrade code creates all elements soChris Toshok2003-05-202-0/+12
* if we've got focus, set the background of the rect to bg[NORMAL], and theChris Toshok2003-05-202-3/+11
* add a g_object_ref(card), to match the one inChris Toshok2003-05-202-1/+7
* Added HIG-appropriate HIG-appropriate spacing, padding, accelerators.Anna Marie Dirks2003-05-192-6/+13
* HIG-ified the various dialogs (including the settings pages, the configAnna Marie Dirks2003-05-192-41/+47
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-192-6/+12
* Changed button order, and added HIG-appropriate spacing/padding. Fixes bugAnna Marie Dirks2003-05-192-8/+16
* i2003-05-19 Sean Gao <sean.gao@sun.com>Chris Toshok2003-05-192-1/+14
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-172-11/+17
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-172-2/+6
* Added HIG-appropriate spacing, padding, caps, title and accelerators.Anna Marie Dirks2003-05-172-8/+14
* Added HIG-appropriate spacing, padding, capitalization and accelerators.Anna Marie Dirks2003-05-172-48/+55
* Move the tools to a more appropriate directory, privlibexecdirRodney Dawes2003-05-172-1/+6
* Revert the patch I didn't mean to commit anywayRodney Dawes2003-05-172-6/+1
* Check for libgcc stuff to make solaris happyRodney Dawes2003-05-162-1/+6
* this change fixes 43090 tooChris Toshok2003-05-161-1/+1
* backing out a tiny porting of jpr's fix - we need to set the book on theChris Toshok2003-05-162-0/+10
* new function, split out the duplicated teardown code from final_cb andChris Toshok2003-05-162-7/+21
* replace the text_buffer_delete/text_buffer_insert withChris Toshok2003-05-152-24/+51
* set the clip_height on reflow so the name of the field is as high as theChris Toshok2003-05-152-1/+12
* handle the case where we haven't filled in the address yet. fixes #42620.Chris Toshok2003-05-152-0/+9
* clear the view (book_open_cb): track the book in the view, don't unref theJP Rosevear2003-05-156-64/+72
* strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same.Chris Toshok2003-05-143-31/+94
* rename addressbook_destroy to this, and guard against multiple calls.Chris Toshok2003-05-142-6/+18
* terminate g_build_filename with NULL.Sean Gao2003-05-122-1/+7
* [ fixes bug #42048 ] button => response. (e_addressbook_view_print):Chris Toshok2003-05-122-3/+10
* [ fixes bug #41245 ] fix spacing/border widths as per HIG.Chris Toshok2003-05-123-151/+164
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-094-2/+14
* i2003-05-06 Chris Toshok <toshok@ximian.com>Chris Toshok2003-05-072-14/+13
* [ fixes bug #41255 ] use stock buttons for Add/Remove.Chris Toshok2003-04-302-4/+10
* [ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. SwitchChris Toshok2003-04-302-6/+67
* [ fixes bug #41211 ] call e_button_new_with_stock_icon to create ourChris Toshok2003-04-302-1/+9
* remove duplicate HOME_COUNTRY field add.Gilbert Fang2003-04-302-2/+5
* [ fixes bug #41910 ] change from model_changed to row_deleted here.Chris Toshok2003-04-301-0/+12
* [ fixes bug #41843] use e_card_simple_get_ecard_field instead ofChris Toshok2003-04-282-1/+9
* [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the oldChris Toshok2003-04-282-1/+8
* [ fixes bug #37351 ] the row the signal is called with is already theChris Toshok2003-04-242-1/+7
* [ either mostly or entirely fixes #33708 ] new function, factor it out ofChris Toshok2003-04-242-20/+48
* [ fixes bug #40954 ] guard against NULL bf->priv->summary (happens if theChris Toshok2003-04-202-7/+18
* [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do allChris Toshok2003-04-202-9/+25
* Add missing -DPREFIXRodney Dawes2003-04-192-0/+5
* [ fixes #21499 ]Rodney Dawes2003-04-198-4/+19
* [ fixes #41252 ] change title from "Check Address" to "Full Address".Chris Toshok2003-04-162-1/+7
* [ fixes #40727 ] if the query text is either shorter than the cachedChris Toshok2003-04-092-5/+18
* kill an old e_utf8_gtk usageMike Kestner2003-04-091-1/+0
* (d): Remove all debuggingEttore Perazzoli2003-04-092-1/+6
* Remove color specifications from the druid so it will use theme colors.Dan Winship2003-04-083-30/+17
* [ fixes #7103 ] init style_set. and add the signal.Chris Toshok2003-04-086-97/+186
* [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout.Chris Toshok2003-04-082-13/+19
* [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callbackChris Toshok2003-04-082-0/+180
* change the ok/cancel button layout to be higified.Chris Toshok2003-04-082-6/+18
* [ last portion of #40046 fix ] ifdef this out to quiet the compiler.Chris Toshok2003-04-082-141/+50
* Fixes #40252.Not Zed2003-04-082-45/+52
* add tools.Chris Toshok2003-04-082-1/+5
* [ fixes bug #23036 ] : new and improved export utility.Gilbert Fang2003-04-087-0/+1168
* Clean up server names.Dan Winship2003-04-085-29/+41
* set "handle_popup" on the field to be TRUE if it's got focus, FALSE ifChris Toshok2003-04-042-0/+17
* set the im_context on the field's EText. (e_minicard_label_event): removeChris Toshok2003-04-042-46/+7
* [ fixes bug #40715 ] add this callback, to unref the book/free the closureChris Toshok2003-04-044-20/+63
* add EVOLUTION_IMAGESDIRChris Toshok2003-04-032-0/+8
* change all this around so that we populate the existing popup. This meansChris Toshok2003-04-034-179/+138
* add NONE:OBJECTChris Toshok2003-04-034-0/+35
* added "folder_type" parameter to EvolutionImporterLoadFileFn.Rodrigo Moya2003-04-033-0/+8
* new function, just return the local uri. (set_default_book_uri_local): useChris Toshok2003-04-012-7/+34
* it emits a list nowJP Rosevear2003-03-312-17/+26
* Remove folder-selector button initialization. (e_select_names_new):Dan Winship2003-03-316-61/+84
* constify return valueDan Winship2003-03-312-3/+3
* add vcard testsChris Toshok2003-03-3116-0/+218
* braindead, and *extremely* forgiving vcard parser. not for publicChris Toshok2003-03-313-0/+1038
* add vcard docsChris Toshok2003-03-314-0/+6593
* [ fixes bug #39381 (again) ] add "GtkWidget *button" first arg, so weChris Toshok2003-03-312-1/+7
* [ fixes bug #40403 ] revert the fix for 28945, as was done on the 1.2Chris Toshok2003-03-292-10/+9
* [ fix the contact editor so that the only time the address is parsed isChris Toshok2003-03-293-36/+46
* [ fixes bug #19178 ] use e_book_load_address_book_by_uri on the passed inChris Toshok2003-03-273-42/+19
* [ fixes bug #34651 ] strcmp -> g_utf8_collate. (update_query): encode theChris Toshok2003-03-272-6/+20
* [ fixes bug #34085 ] only successfully complete the drag if they dropped aChris Toshok2003-03-272-11/+25
* $evolution_uidir -> $evolutionuidirChris Toshok2003-03-272-1/+6
* [ fixes bug #39170 ] remove 'return'. (pas_backend_remove_cards): same.Philip Zhao2003-03-272-12/+29
* append the second line to the address if necessaryJP Rosevear2003-03-272-3/+25
* set the dialog to "Visible: No" so it doesn't flash when we bring it up.Chris Toshok2003-03-242-254/+294
* [ fixes bug #40026 ] add EContactEditor arg, and block/unblock signalsChris Toshok2003-03-242-9/+26
* nuke.Chris Toshok2003-03-245-49/+94
* [ fixes bug #31786 ] fix some gtk warnings. (set_advanced_button_state):Chris Toshok2003-03-243-3248/+35
* [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep.Chris Toshok2003-03-239-20/+53
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-203-2/+8
* up the column count by one for the underline.Chris Toshok2003-03-192-1/+12
* fix use of deprecated gtk_menu_append. (card_picker_selection_changed):Chris Toshok2003-03-192-54/+48
* [ Fixes addressbook bug #39730 ] add response ids to the search baseChris Toshok2003-03-193-55/+50
* use alternating-row-colors="false"Chris Toshok2003-03-194-61/+44
* kill warning by sinking objectsJP Rosevear2003-03-192-0/+9
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-183-5/+38
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-142-1/+18
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-132-2/+11
* [ fixes bug #39507 ] new function, sync the models after we do a search.Chris Toshok2003-03-122-0/+49
* fix compiler warnings about deprecated functions.Chris Toshok2003-03-125-77/+41
* Updated phone number. Bug #37204.Not Zed2003-03-112-2/+4
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-102-2/+6
* Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create):Ettore Perazzoli2003-03-0711-14/+27
* removed. (owner_unset_cb): Basically a noop, the shell does the quit, weNot Zed2003-03-052-10/+10
* Fixes #37881JP Rosevear2003-03-052-1/+9
* reflect prior column additionJP Rosevear2003-03-059-4/+66
* (e_select_names_new): Don't set the "modal" property throughEttore Perazzoli2003-03-042-1/+10
* (create_minicard_view): No needEttore Perazzoli2003-03-042-5/+6
* (e_select_names_init): Instead of using gtk_widget_unparent(),Ettore Perazzoli2003-03-042-2/+10
* Build libecontacteditor as an uninstalled shared library.Dan Winship2003-03-018-26/+46
* Remove these from here; talking to the mailer doesn't really belong at theDan Winship2003-03-0112-307/+342
* use g_signal_connect here, not swapped... although since we pass theChris Toshok2003-02-286-10/+47
* link to libversit libtool objectJP Rosevear2003-02-282-1/+5
* Fix for server files from Antonio XuRodney Dawes2003-02-282-1/+5
* if we fail to activate factories for a given protocol, return.Chris Toshok2003-02-273-62/+23
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-226-65/+38
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-213-5/+13
* revert previous changeDan Winship2003-02-208-32/+23
* oopsDan Winship2003-02-201-1/+1
* Build the subparts as (noinst) shared libraries rather than staticDan Winship2003-02-208-22/+31
* Make parent_class static.Dan Winship2003-02-204-3/+11
* ignore more generated stuffChris Toshok2003-02-201-0/+1
* [ fix #38074 ] first arg is a GtkWidget. duh.Chris Toshok2003-02-202-1/+7
* (INCLUDES): Use $(evolutionuidir)Ettore Perazzoli2003-02-20