lib/vdr/libvdr-osdteletext.so.%%APIVERSION%% %%NLS%%share/locale/ca_ES/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/de_DE/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/es_ES/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/fi_FI/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/it_IT/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/ru_RU/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/sk_SK/LC_MESSAGES/vdr-osdteletext.mo %%NLS%%share/locale/uk_UA/LC_MESSAGES/vdr-osdteletext.mo @dir(%%VDR_USER%%,%%VDR_GROUP%%,) /var/cache/vdr/vtx @dir /var/cache/vdr it repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
Commit message (Expand)AuthorAgeFilesLines
* Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-301-5/+0
* Coding style cleanups.Matthew Barnes2010-09-131-29/+29
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-12/+24
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-5/+4
* Coding style and whitespace cleanup.Matthew Barnes2010-05-272-13/+17
* Fix compiler warnings.Matthew Barnes2010-05-221-1/+1
* Bug #545462 - Printing of contacts is weird.Vibha Yadav2010-05-072-16/+132
* Update win32 directory relocation and some consistency cleanupFridrich Strba2010-03-101-1/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-311-29/+29
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-6/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-01-041-2/+4
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-3/+7
* port addressbook/ to use new EError APIJonathon Jongsma2009-12-011-0/+1
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-172-4/+1
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-7/+14
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
* Remove an obsolete Makefile.am stanza.Matthew Barnes2009-06-191-6/+0
* More code cleanup.Matthew Barnes2009-06-021-1/+1
* Whitespace cleanup.Matthew Barnes2009-05-291-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-292-32/+32
* Remove trailing whitespace, again.Matthew Barnes2009-05-294-4/+4
* Fix compiler warnings in addressbook.Matthew Barnes2009-05-262-6/+4
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
* Remove unused filesMilan Crha2009-04-244-2274/+0
* GN-bug #572348 - Removed deprecated Gtk+ symbolsMilan Crha2009-04-241-13/+1
* ** Fixes bug #572950Matthew Barnes2009-02-271-1/+0
* Migrate the test programs off libgnomeui/libbonobo.Matthew Barnes2009-01-272-56/+33
* Remove unneeded #include <libgnome/gnome-util.h>.Matthew Barnes2009-01-111-1/+0
* ** Fixes bug #567270Matthew Barnes2009-01-112-40/+0
* ** Fixes bug #567276Matthew Barnes2009-01-111-1/+0
* ** Fix for bug #563669Milan Crha2008-12-091-2/+2
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-037-91/+98
* ** Fixes bug #548348Matthew Barnes2008-08-301-0/+4
* ** Fix for bug #211267Milan Crha2008-07-301-54/+83
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-217-7/+7
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-065-8/+4
* ** Fixes bug #534360Matthew Barnes2008-05-232-67/+38
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-157-24/+24
* ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-032-191/+0
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-243-5/+2
* ** Fix for bug #471791 (Move away from assert to g_ret)Srinivasa Ragavan2007-09-031-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-029-18/+18
* 2007-08-16 mcrha Fix for bug #412732Milan Crha2007-08-161-0/+3
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-9/+0
* ** Fix for bug #325882Srinivasa Ragavan2007-06-181-1/+1
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-28/+28
* Clean up printing in Evolution (bug #426816)Matthew Barnes2007-04-207-735/+404
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-202-3/+2
* ** Fixes bug #419524Matthew Barnes2007-03-212-2/+2
* ** 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