/addressbook/util/

repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
Commit message (Expand)AuthorAgeFilesLines
* ** Fixes bug #360240Matthew Barnes2007-03-171-8/+0
* Bypass the body of these functions on non-G_OS_UNIX for now as they useTor Lillqvist2007-03-011-0/+4
* Print migration updates from Ebby Wiselyn.Srinivasa Ragavan2007-02-121-28/+54
* ** Fixes bug #400726Matthew Barnes2007-02-091-0/+1
* Removed the obsolete function e_contact_print_preview.Chenthill Palanisamy2007-02-081-1/+0
* ** Committing Ebby Wiselyn's patch for GtkPrint API migration. 2006-01-22Srinivasa Ragavan2007-01-231-303/+239
* Reviewed by Harish Krishnaswamy <kharish@novell.com>Yuri Pankov2006-07-221-0/+2
* Fix for bug #337604 Should destory the print dialog window after clickingSimon Zheng2006-04-211-0/+1
* Fix for Bug 333869.Devashish Sharma2006-04-212-80/+2
* Fix for 331993.Simon Zheng2006-02-221-3/+3
* Use pango for all text handling when printing addressbooksDevashish Sharma2006-02-142-262/+154
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-10/+0
* gui/widgets/gal-view-minicard.c Use libedataserver's e_xml_parse_file()Tor Lillqvist2005-12-171-5/+11
* gui/contact-editor/e-contact-editor.cTor Lillqvist2005-11-262-1/+9
* Add a config argument to get the actual page size and set it to style.Evan Yan2005-11-111-4/+16
* Test program change, missed in previous commit.Sushma Rai2005-10-031-1/+1
* Fix for issues related to printing contacts. Fixes #248624, #274285,Sushma Rai2005-10-032-12/+53
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* Fixes #46404JP Rosevear2005-01-222-8/+9
* EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same.Chris Toshok2004-06-181-1/+1
* finish pages printing by gnome_print_job_close call before showing previewRadek Doulik2004-05-211-0/+2
* Don't dereference the file_as pointer if it turns out to be NULL.Hans Petter Jansson2004-04-291-1/+1
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-101-11/+0
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-271-0/+1
* do not try to unref when query is NULLSivaiah Nallagatla2004-01-211-1/+4
* Only unref if we have a query.Hans Petter Jansson2004-01-201-2/+3
* Update for API changes to e-book-asyncRoss Burton2004-01-091-10/+11
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-074-7/+5
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-225-266/+108
* Chain.Hans Petter Jansson2003-08-141-1/+7
* deal with "uses_list". Fixes #30839. (e_contact_print_dialog_new): useChris Toshok2003-07-281-9/+34
* Use 'Sans' instead of 'Helvetica' for the font name. Likewise.Akira TAGOH2003-07-252-6/+6
* update for correct used of g_object_get.Larry Ewing2003-06-141-11/+20
* Use glib macro to case from pointer to int.Jeremy Katz2003-05-092-1/+2
* Build libecontacteditor as an uninstalled shared library.Dan Winship2003-03-011-5/+5
* Make libversit a shared library, update stuff for that, and clean upDan Winship2003-02-221-9/+0
* revert previous changeDan Winship2003-02-201-3/+3
* Build the subparts as (noinst) shared libraries rather than staticDan Winship2003-02-201-3/+3
* Define in terms of privdatadir. (gladedir): Defined in configure.in now.Dan Winship2003-02-064-5/+4
* Replace deprecated glade_gnome_init() with glade_init().Dan Winship2003-02-062-2/+2
* begin the new page after showing the last one. (complete_sequence):Chris Toshok2003-01-261-7/+11
* Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir):Ettore Perazzoli2003-01-231-2/+2
* don't use gnome_print_multipage_new_from_sizes and add warningRadek Doulik2003-01-221-2/+12
* applied patch from Frederic Crozat <fcrozat@mandrakesoft.com>Radek Doulik2003-01-222-27/+27
* Add $(schema_DATA).Ettore Perazzoli2003-01-151-0/+1
* add camel back in. (contact_print_style_editor_test_LDADD): same.Chris Toshok2002-11-091-3/+2
* port this to gnome2/gnomeprint2.Chris Toshok2002-11-077-2142/+2170
* change prototype for complete_sequence to match sequence_complete.Chris Toshok2002-08-271-3/+3
* Add include lines to get ebook headers relative to <ebook/foo.h>, notPeter Williams2002-07-111-0/+2
* ugh, missed one.Jeffrey Stedfast2002-04-271-1/+0
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-1/+0
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-201-2/+2
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-28/+20
* Fixes #17725Zbigniew Chyla2002-01-181-4/+8
* s/gnome_font_get_width_string/gnome_font_get_width_utf8/Chyla Zbigniew2001-11-172-24/+24
* Check that our BonoboUIComponent has a container so we don't get a lot ofJon Trowbridge2001-10-304-4/+4
* Fixing the license text.Ettore Perazzoli2001-10-289-9/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-279-18/+18
* Check that the string we are checking for xml-ness is non-NULL.Jon Trowbridge2001-10-211-1/+1
* Filter out empty destinations. (also Bug #13036)Jon Trowbridge2001-10-21