aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
ModeNameSize
-rw-r--r--make_index3724logstatsplainblame
d---------portbuild199logstatsplain
d---------scripts810logstatsplain
nge dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-1510-14/+48 * (do_exit): Make dialog HIG compliantEttore Perazzoli2003-01-152-3/+14 * Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit):Ettore Perazzoli2003-01-154-10/+33 * Make dialog Cancel/OK to match HIG.Ettore Perazzoli2003-01-156-10/+29 * use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11 * If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6 * (init): Change dialog fromEttore Perazzoli2003-01-152-1/+6 * Make dialog New/Cancel/OK to match HIG.Ettore Perazzoli2003-01-154-13/+28 * Call mail_config_save_accounts ().Jeffrey Stedfast2003-01-154-4/+26 * reverted fe casts and added ChageLog entriesRadek Doulik2003-01-153-3/+13 * (CORBA_SOURCES_GENERATED): Renamed fromEttore Perazzoli2003-01-152-2/+12 * Change the user_data argument to be of type gpointer instead ofJeffrey Stedfast2003-01-152-2/+8 * Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove theEttore Perazzoli2003-01-156-9/+23 * Only set view ID if we have an instance.Hans Petter Jansson2003-01-152-1/+4 * Cast signal handlers to GtkSignalFunc, avoid warnings.Hans Petter Jansson2003-01-152-12/+17 * (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-34/+38 * (EXTRA_DIST): Add $(schema_DATA) here.Ettore Perazzoli2003-01-153-2/+8 * (EXTRA_DIST): Add $(schema_DATA).Ettore Perazzoli2003-01-152-0/+5 * (libevolution_mail_la_SOURCES): Add mail-format.h.Ettore Perazzoli2003-01-152-0/+7 * (eutilinclude_HEADERS): Add e-dialog-utils.h.Ettore Perazzoli2003-01-152-0/+5 * cal-util-marshal.list.Ettore Perazzoli2003-01-152-0/+5 * Add $(schema_DATA).Ettore Perazzoli2003-01-155-4/+16 * (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-152-1/+1 * Make the component be unversioned as a shlibRodney Dawes2003-01-152-1/+5 * Do not dist the .server.in files; just dist theEttore Perazzoli2003-01-152-2/+6 * Update for renamed and removed files.Ettore Perazzoli2003-01-152-2/+5 * Comment out the CONDUIT_DIR stuff for now.Ettore Perazzoli2003-01-152-6/+11 * (ALL_LINGUAS): Remove fr for now, since it doesn'tEttore Perazzoli2003-01-152-1/+6 * Switch to using GtkPaned instead of EPaned for GTK2Rodney Dawes2003-01-157-43/+49 * (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-1/+6 * Updating Amharic translation.Daniel Yacob2003-01-152-71/+77 * Work around canvas crashes by ensuring rectangles have an initial width.Hans Petter Jansson2003-01-152-0/+8 * EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-154-18/+13 * intltool, not xml-i18n-toolsRodney Dawes2003-01-142-3/+7 * If we have no content-type header, set it to text/plain explcitly, ratherNot Zed2003-01-142-0/+8 * New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-144-1/+380 * install the schemas fileJeffrey Stedfast2003-01-141-0/+7 * Perform some sanity checking on the auto-check-timeout value.Jeffrey Stedfast2003-01-142-1/+12 * Correctly create the clipboard buffer by using a nul to delimit the uriJeffrey Stedfast2003-01-142-2/+6 * Check the state of message_style in gconf and set the menus accordingly.Jeffrey Stedfast2003-01-144-12/+52 * Removed. Removed.Ettore Perazzoli2003-01-1426-1583/+149 * Save the auto-check timeout value. (account_new_from_xml): Load theJeffrey Stedfast2003-01-142-4/+9 * include headersJeffrey Stedfast2003-01-142-6/+5 * s/BonoboXObject/BonoboObject/ (for BONOBO_DISABLE_DEPRECATED)Dan Winship2003-01-1429-152/+148 * s/BonoboXObject/BonoboObject/Dan Winship2003-01-145-21/+29 * Updated Spanish translation from Francisco J FernandezPablo Gonzalo del Campo2003-01-132-322/+312 * fix header include order.Not Zed2003-01-133-4/+16 * hook onto destroy to remove dialogue from active table. (error_response):Not Zed2003-01-132-2/+11 * fix a past-o with the physical_uri_list prepend.Not Zed2003-01-132-1/+6 * Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-133-17/+87 * g_strdup the md->charset otherwise we'll get memory corruption later. ThisJeffrey Stedfast2003-01-122-1/+7 * "Send Later" feature changed for 1.2 and I didn't notice. Shame on me.Aaron Weber2003-01-121-27/+15 * We also need to call message_list_set_hidedeleted() here so that anyJeffrey Stedfast2003-01-116-42/+90 * (connect_to_shell): CORBA_Object_release() the CORBA shell.Ettore Perazzoli2003-01-112-0/+8 * Don't duplicate the shell object here before passing toEttore Perazzoli2003-01-115-16/+24 * Make this work again.Dan Winship2003-01-112-4/+8 * revert broken fixMike Kestner2003-01-111-1/+1 * (e_shell_view_save_defaults): Save the expansionEttore Perazzoli2003-01-112-20/+22 * notify-type is a int, not a bool. Duh.Jeffrey Stedfast2003-01-112-1/+6 * Make the view save its settings as the default ones if it's the last one.Ettore Perazzoli2003-01-113-1/+15 * Generate the URI list from the popt context fetched from the GnomeProgramEttore Perazzoli2003-01-113-25/+44 * Updated for function rename.Jeffrey Stedfast2003-01-1110-53/+81 * (parse_default_uri): Remove bogus is_default check.Ettore Perazzoli2003-01-112-2/+5 * Updated Slovak translation.Stanislav Visnovsky2003-01-112-10440/+19921 * (set_default_folder_physical_uri_from_path): NewEttore Perazzoli2003-01-112-21/+53 * Set defaults for /apps/evolution/shell/default_folders/... .Ettore Perazzoli2003-01-113-5/+14 * Fixed a situation in which we could notify the shell listener twice.Jeffrey Stedfast2003-01-113-21/+26 * Removed non-existing file. Updated Swedish translation.Christian Rose2003-01-103-469/+480 * Save the paned_size notify handle. (folder_browser_destroy): Remove gconfNot Zed2003-01-103-3/+15 * remove cast to GTK_OBJECT, it isn't, nor needed.Not Zed2003-01-102-1/+6 * Remove info.png from a couple of images, the image is set via code atNot Zed2003-01-102-2/+4 * try to load the uri again if it failed previously. (book_open_cb): setChris Toshok2003-01-104-3/+47 * enable the account before attempting to saving it.Chris Toshok2003-01-103-3/+13 * dont unref the dialogue. (dialog_destroy_cb): null out theNot Zed2003-01-102-5/+9 * glist->gslist for display_folders list (mail_change_notify): "Not Zed2003-01-103-10/+23 * doh, fix build error.Chris Toshok2003-01-102-2/+7 * #include gtklabel.h, fixes an unresolved symbol.Chris Toshok2003-01-102-0/+6 * build up the list of supported auth_methods.Chris Toshok2003-01-1011-66/+411 * deal with backends that might not have loaded successfully (they'll have aChris Toshok2003-01-102-12/+19 * call e_select_names_bonobo_construct on the newly created object.Chris Toshok2003-01-102-0/+8 * don't pass NULL to bonobo_widget_set_property.Chris Toshok2003-01-102-3/+10 * use pango_layout_get_pixel_size here instead of pango_layout_get_width,Chris Toshok2003-01-102-1/+10 * Properly reset activity_interface to NULL.Ettore Perazzoli2003-01-104-6/+21 * addressbook-config.etspec is gone.Chris Toshok2003-01-105-6353/+6001 * change gtk_widget_show to gtk_widget_show_all so all the various customChris Toshok2003-01-102-1/+7 * fix parameter types here (this signal isn't generated from an ETable.)Chris Toshok2003-01-106-1/+26 * Updated question testAnna Marie Dirks2003-01-101-0/+0 * remove the select names stuff (the Related Contacts button/entry.)Chris Toshok2003-01-103-2537/+2285 * Screenshot of outlook's OOOA Config dialog.Anna Marie Dirks2003-01-101-0/+17 * Screenshot of outlook's OOOA Config dialog.Anna Marie Dirks2003-01-105-0/+29 * change this to use GtkImage instead of GnomeCanvas.Chris Toshok2003-01-102-29/+16 * Glade file for the Out of Office Assistant.Anna Dirks2003-01-101-0/+488 * pass bag to bonobo_pbclient_set_boolean.Chris Toshok2003-01-102-1/+6 * (owner_set_cb): Don't callEttore Perazzoli2003-01-102-4/+6 * comment out the factory oaf_server, and change the location of theChris Toshok2003-01-104-6/+33 * need to ref/sink "new" so that the g_object_unref doesn't spew a warning.Chris Toshok2003-01-102-1/+9 * #include "mail-format.h"Jeffrey Stedfast2003-01-101-0/+1 * Allow recur_id to be NULL to clear the recurrence id. (Based on a story byDan Winship2003-01-104-5/+25 * Added druidpagestart1 to the pages list. (construct): Change the limits onNot Zed2003-01-099-188/+179 * back out accidental commitJoe Shaw2003-01-091-9/+9 * g_free->xmlFree (account_to_xml): copy xml memory to glib memory whenNot Zed2003-01-092-16/+29 * back out accidental commitJoe Shaw2003-01-091-9/+9 * oops, don't include e-treeview-selection-model.h unless we're building theChris Toshok2003-01-092-1/+6 * dont unref the pango context, get_context() doesn't create a ref.Not Zed2003-01-092-1/+5 * Fix to build.Jeffrey Stedfast2003-01-092-1/+6 * add in the schema entry for minimum_query_length.Chris Toshok2003-01-092-0/+16 * add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out.Chris Toshok2003-01-094-18/+190 * add parent arg.Chris Toshok2003-01-097-1/+1063 * (e_pixmap_file): Update to useEttore Perazzoli2003-01-092-4/+12 * make it buildJeffrey Stedfast2003-01-091-1/+1 * Icons are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-094-4/+12 * $(datadir)/evolution/images instead of $(datadir)/images/evolution.Ettore Perazzoli2003-01-095-22/+30 * Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-097-30/+45 * Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-092-1/+7 * Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-093-3/+11 * Icons are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-092-1/+6 * (imagesdir): Install images intoEttore Perazzoli2003-01-092-3/+12 * Call folder_browser_set_message_preview().Jeffrey Stedfast2003-01-092-2/+4 * Removed. (mail_config_set_show_preview): Removed.Jeffrey Stedfast2003-01-095-93/+48 * Move PASBook request handling into PASBackend itself since allDan Winship2003-01-095-395/+559 * Use gconf to get the default account index.Jeffrey Stedfast2003-01-092-36/+48 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-14/+5 * Save the setting via gconf. (mail_config_add_account): Immediately saveJeffrey Stedfast2003-01-093-63/+79 * (evolution_LDFLAGS): -export-dynamic so customEttore Perazzoli2003-01-093-1/+9 * Updated Swedish translation.Christian Rose2003-01-092-1224/+925 * - 3092 translated messages, 761 fuzzy translations, 2471 untranslated messages.Andrew V. Samoilov2003-01-081-165/+110 * update...Marco Ciampa2003-01-081-126/+126 * update...Marco Ciampa2003-01-081-80/+63 * use the composer's charset gconf keyJeffrey Stedfast2003-01-082-2/+2 * oops, forgot to init the gconf-clientJeffrey Stedfast2003-01-082-1/+4 * remove a dead headerJeffrey Stedfast2003-01-081-1/+0 * Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-0823-1634/+1099 * New convenience function. (attach_to_multipart): UseJeffrey Stedfast2003-01-082-1/+23 * Convenience function. (get_file_content): Use the convenience function toJeffrey Stedfast2003-01-082-4/+44 * fix the SYNTAX for the telephone attributes, and make the fax attributesChris Toshok2003-01-082-13/+15 * add poDan Winship2003-01-083-15/+19 * Don't translate the conf strings. Camel already did it.Dan Winship2003-01-082-10/+16 * add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-083-5/+21 * setup gettextDan Winship2003-01-082-0/+8 * updating...Marco Ciampa2003-01-081-105/+68 * Added "am.po" to the ALL_LINGUAS list.Daniel Yacob2003-01-071-1/+1 * Adding Amharic translation.Daniel Yacob2003-01-072-0/+27335 * New.Dan Winship2003-01-074-3/+37 * Updating...not completly done yet.Marco Ciampa2003-01-071-108/+72 * dont double-free storage_lname.Not Zed2003-01-072-1/+5 * First commit of the new translator...Marco Ciampa2003-01-071-225/+203 * Add this back: Connector needs it, and there's no reason for addressbookDan Winship2003-01-074-0/+457 * Updated the help message for the read receipt proposal.Anna Dirks2003-01-071-0/+5 * Changed help message near top of this image.Anna Dirks2003-01-071-0/+0 * Updated Spanish translation by Fco. Javier FernandezPablo Gonzalo del Campo2003-01-072-7642/+6889 * remove idldir definition. (It's defined in configure.in now)Dan Winship2003-01-0614-13/+34 * Use "Evolution", not "evolution", since that becomes the value of theDan Winship2003-01-0612-98/+119 * Updated Hungarian translation.Andras Timar2003-01-062-4889/+5243 * init local exception before doing anything. fixes a crash.Not Zed2003-01-062-0/+6 * spell-checkJeffrey Stedfast2003-01-051-5/+5 * Use e_destination_get_email() instead of e_destination_get_address() whenJeffrey Stedfast2003-01-052-2/+12 * Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-052-2/+9 * Adding the Comments file for people to store their, uh, comments.Anna Dirks2003-01-041-0/+3 * This is the ChangeLog..Anna Dirks2003-01-042-19/+41 * Removing these files so that no on else looks at them quite yet.Anna Dirks2003-01-042-21/+0 * Spec file which describes the desired appearance and behavior or the read rec...Anna Dirks2003-01-041-0/+49 * This screenshot show Outlook (Express)'s implementation of the read receipt i...Anna Dirks2003-01-041-0/+0 * more bug #'sJeffrey Stedfast2003-01-041-1/+1 * had to get rid of these two files, since their names were too confusing to ex...Anna Dirks2003-01-042-0/+0 * added a bug # that was fixedJeffrey Stedfast2003-01-041-1/+1 * Scroll to the newly added row. (rule_delete): Scroll to the selected row.Jeffrey Stedfast2003-01-042-10/+41 * fixed some labels, and removed an unnecessary frame. this design could use so...Anna Dirks2003-01-042-0/+346 * Fixed some build issues.Jeffrey Stedfast2003-01-046-19/+32 * Removing this screenshot because it was mangled by the screenshooting softwar...Anna Dirks2003-01-041-0/+0 * better screenshot of generic read receipt optionsAnna Dirks2003-01-041-0/+0 * screenshot of secure receipt optionsAnna Dirks2003-01-041-0/+0 * Initial mockup for the 'set message priority' featureAnna Dirks2003-01-041-0/+0 * Initial spec for the 'set message priority' featureAnna Dirks2003-01-041-0/+21 * Removing these two as they contain a spelling mistake.Anna Dirks2003-01-042-360/+0 * Ignore Glade backup files.Ettore Perazzoli2003-01-031-0/+1 * Remove .bak files.Ettore Perazzoli2003-01-032-360/+0 * glade2 file with an attempted design for evo's read receipt stuffAnna Dirks2003-01-034-0/+720 * various screenshots of outlook's implementation of read receiptsAnna Dirks2003-01-034-0/+0 * Updated Swedish translation somewhat.Christian Rose2003-01-032-161/+172 * A bunch of fixes to make e-util build with -DG_DISABLE_DEPRECATED andJeffrey Stedfast2003-01-038-234/+205 * fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-038-50/+20 * fixed to build with -DG[TK]_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-032-1/+2 * fixesJeffrey Stedfast2003-01-032-12/+5 * newJeffrey Stedfast2003-01-031-0/+65 * more fixesJeffrey Stedfast2003-01-033-9/+9 * Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-0310-46/+76 * (e_signal_connect_full_while_alive): Get toEttore Perazzoli2003-01-032-3/+9 * Dutch translation updated by "Last-Translator: \n".Vincent van Adrighem2003-01-032-5395/+5665 * [ fixes the non-ui portion of #36183 ] use the entry'sChris Toshok2003-01-025-15/+71 * Updated Swedish translation somewhat.Christian Rose2002-12-292-320/+267 * add missing .cvsignore entriesJose Maria Celorio2002-12-281-0/+1 * Updated Swedish translation somewhat.Christian Rose2002-12-282-4966/+5241 * One more typoAndrew V. Samoilov2002-12-271-1/+1 * Typo fixedAndrew V. Samoilov2002-12-272-2/+2 * - 3329 translated messages, 344 fuzzy translations, 2651 untranslated messages.Andrew V. Samoilov2002-12-261-156/+119 * fix broken entryTakuro Kitame2002-12-261-2/+6 * Update Japanese translationTakuro Kitame2002-12-262-585/+317 * - 3173 translated messages, 460 fuzzy translations, 2691 untranslated messages.Andrew V. Samoilov2002-12-252-342/+240 * *** empty log message ***Wang Jian2002-12-212-748/+484 * (e_signal_connect_while_alive): New.Ettore Perazzoli2002-12-203-25/+55 * [With this commit, the shell compiles without deprecatedEttore Perazzoli2002-12-2048-897/+1225 * Add AC_CONFIG_AUX_DIR(..) so it looks for ylwrap in the toplevel evolutionJoe Shaw2002-12-202-0/+10