/comms/viewfax/

olution' href='/~lantw44/cgit/gsoc2013-evolution/'>gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_VFS_2_2_4nobody2003-03-203143-2041945/+0
* macros/autogen.sh: use GNOME2_DIR, not GNOME2_PATH which can beFrédéric Crozat2003-03-202-3/+8
* updated for gnome spell API 0.3Radek Doulik2003-03-202-5/+5
* Fixes #39770Rodrigo Moya2003-03-202-5/+15
* removed activation of shell_client. (importer_destroy_cb): no need toRodrigo Moya2003-03-202-28/+7
* removed. (load_file_fn, vcal_load_file_fn): use physical_uri instead ofRodrigo Moya2003-03-203-92/+14
* ** for mail part of bug #38461.Not Zed2003-03-208-316/+276
* *** empty log message ***Michael Zucci2003-03-207-18/+59
* Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550Jeffrey Stedfast2003-03-203-95/+102
* removed a dead header fileJeffrey Stedfast2003-03-201-1/+0
* Revert ettore's broken patch.Jeffrey Stedfast2003-03-204-248/+1
* Revert ettore's broken patch.Jeffrey Stedfast2003-03-203-7/+11
* Change the logic to attach text parts when appropriate. (map_default_cb):Jeffrey Stedfast2003-03-202-11/+12
* (get_name_from_component_info): Look for theEttore Perazzoli2003-03-202-2/+7
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-203-2/+10
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-202-2/+8
* Change the logic to attach text parts when appropriate.Jeffrey Stedfast2003-03-202-34/+35
* Replace "evolution:menu-name" prop with "evolution:menu_name". [#39692]Ettore Perazzoli2003-03-203-2/+8
* Updated considerably.Ettore Perazzoli2003-03-202-154/+177
* (generate_html): Add a %P in the strftimeEttore Perazzoli2003-03-202-2/+7
* s/sgml/xml/ (DOH)Aaron Weber2003-03-203-1/+19
* argh, make that IS_E_SEXPJeffrey Stedfast2003-03-201-9/+9
* s/FILTER_IS_SEXP/E_IS_SEXPJeffrey Stedfast2003-03-201-15/+15
* Fix ESExpClass to never be an empty struct. Also make ESExp optionally aJeffrey Stedfast2003-03-204-48/+77
* If you can't get a pixbuf icon for the folder's type, do not crash.Ettore Perazzoli2003-03-204-27/+27
* (mail_config_druid_new): Give the druid theEttore Perazzoli2003-03-202-0/+6
* changed default language to en_us instead of enRadek Doulik2003-03-192-1/+34
* up the column count by one for the underline.Chris Toshok2003-03-192-1/+12
* Fixed a type-o in the krb5 checks.Jeffrey Stedfast2003-03-192-1/+5
* Add gthread-2.0, to get any thread-specific flags (like -D_REENTRANT).Not Zed2003-03-192-8/+8
* 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
* e_msg_composer_hdrs_get_subject() now returns const so don't g_free() itJeffrey Stedfast2003-03-195-44/+50
* e_msg_composer_get_subject() now returns a const char *, so updateJeffrey Stedfast2003-03-192-5/+8
* fix leak, cleanup variable name, and call gtk_window_set_transient_forLarry Ewing2003-03-192-6/+15
* add underline_column field.Chris Toshok2003-03-194-27/+60
* add cursor_idle_id.Chris Toshok2003-03-191-0/+2
* use alternating-row-colors="false"Chris Toshok2003-03-194-61/+44
* add cursor_idle_id.Chris Toshok2003-03-191-1/+8
* Set the type hint to DIALOG so that Metacity shows this window on top.Jeffrey Stedfast2003-03-192-3/+12
* use GtkMessageDialog instead of gnome_question_dialog, and deal correctlyRodrigo Moya2003-03-192-4/+15
* mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8
* Swap OK/Cancel buttons to comply with the HIG.Ettore Perazzoli2003-03-192-9/+14
* kill warning by sinking objectsJP Rosevear2003-03-192-0/+9
* null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11
* Fix errors in Czech translationMiloslav Trmac2003-03-182-469/+459
* Fixes #34505Rodrigo Moya2003-03-182-7/+34
* disconnect/keep track of search result signal id. (e_select_names_init):Not Zed2003-03-183-5/+38
* validate rule & rule is unique. Workaround for #39464. Should this justNot Zed2003-03-182-0/+23
* use the same code as in filter-rule to enforce unique names for allNot Zed2003-03-182-1/+18
* Initial Portuguese translation update.Duarte Loreto2003-03-182-7183/+7342
* Part of fix for #34095Hans Petter Jansson2003-03-183-3/+17
* Fixes #34095Hans Petter Jansson2003-03-189-7/+46
* Fixes #39757Hans Petter Jansson2003-03-182-6/+18
* Fixes #39736Hans Petter Jansson2003-03-182-1/+8
* unhook from the html engine signals here, before we redisplay the message.Not Zed2003-03-182-7/+16
* use a hack to find out if the message-list was focussed before weNot Zed2003-03-183-3/+26
* Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3
* Set the default window size to something reasonable (350x400?). Fixes bugJeffrey Stedfast2003-03-182-0/+4
* Fixed to work properly. Fixes bug #39654.Jeffrey Stedfast2003-03-182-17/+27
* (mail_signature_editor): Give the editorEttore Perazzoli2003-03-182-0/+6
* If we fail to load the pixbuf, don't use it (stops some g_warnings).Jeffrey Stedfast2003-03-182-0/+20
* Part of a fix for bug #39809Jeffrey Stedfast2003-03-183-3/+9
* Always add a Cancel button here, but if !enable_undo - make the responseJeffrey Stedfast2003-03-184-43/+55
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-182-77/+83
* Don't crash if there's no timezone set initially. #39783Dan Winship2003-03-182-4/+11
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-183-15/+20
* Lookup the handler for the type. If we don't have a registered handler orJeffrey Stedfast2003-03-184-1/+23
* More date fixesKjartan Maraas2003-03-181-4/+1
* More date format fixesKjartan Maraas2003-03-171-2/+2
* Updated Norwegian translation.Kjartan Maraas2003-03-173-4878/+5443
* When declaring a line to be part of "extended" because we don't know whatDan Winship2003-03-172-9/+15
* use bonobo_main_quit, and clean this up a bit.Chris Toshok2003-03-152-3/+13
* ugh, we need to make sure the file is opened for writing. or the flagsChris Toshok2003-03-151-1/+1
* save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7
* Add (e_storage_declare_has_subfolders): Rename fromDan Winship2003-03-154-7/+94
* Fixes #39740Rodrigo Moya2003-03-156-342/+18
* Update for EvolutionStorage changeDan Winship2003-03-152-9/+10
* mkdir views and subdirsMike Kestner2003-03-152-0/+9
* add a Bonobo::Listener to this like the other async interfaces, ratherDan Winship2003-03-159-63/+137
* Use header_contentid_decode() as this new function should be safer thanJeffrey Stedfast2003-03-154-15/+82
* use access() like camelMike Kestner2003-03-153-8/+10
* Updated to msg 1100.Marco Ciampa2003-03-152-97/+101
* set_release on the sequence we create.Rodrigo Moya2003-03-152-0/+4
* Update Czech translationMiloslav Trmac2003-03-142-79/+81
* Updated Spanish translation by Francisco Javier FernandezPablo Gonzalo del Campo2003-03-142-1594/+1654
* don't leak the string sequence returned by CalFactory_uriList.Rodrigo Moya2003-03-142-1/+8
* pass FALSE for expand to e_summary_shown_add_node. ditto,Mike Kestner2003-03-144-10/+20
* Default the composer's title to "Create a message". Fixes bug #39696.Jeffrey Stedfast2003-03-142-1/+7
* use set_entry_changed_signal_email for the email entry so the email getsChris Toshok2003-03-142-1/+18
* (generate_html): Changed so its printf()sEttore Perazzoli2003-03-142-24/+23
* Don't add bogus uids to the uid array. Might fix bug #38868 (it's the onlyJeffrey Stedfast2003-03-142-8/+14
* reverted mail-display.c and mail-format.c fixes - pondering better fixesJeffrey Stedfast2003-03-143-45/+10
* Updated Slovak translation.Stanislav Visnovsky2003-03-142-5149/+5216
* kill an unused variableDan Winship2003-03-141-1/+0
* Updated to use xmlDocDumpFormatMemory() so that we get structured xmlJeffrey Stedfast2003-03-141-1/+1
* Make this depend on Makefile so it gets regenerated if you switch fromDan Winship2003-03-142-1/+7
* Update Czech translationMiloslav Trmac2003-03-142-181/+181
* use a weak ref instead of connecting to backend's "destroy" signal.Rodrigo Moya2003-03-132-9/+12
* [ fixes bug #20210 ] change "Edit Contact Info" to "View Contact Info", asChris Toshok2003-03-132-2/+11
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-0/+12
* Security vulnerability fixes.Jeffrey Stedfast2003-03-132-10/+33
* revert a commit that I didn't mean to doJeffrey Stedfast2003-03-131-4/+4
* Rewritten to do the same as the composer's build_message() code.Jeffrey Stedfast2003-03-132-35/+69
* Various small fixes leading up to a real fix.Jeffrey Stedfast2003-03-133-26/+41
* Update for a libxml2 change that was making this code g_warn a lotDan Winship2003-03-132-1/+6
* New, to free/thaw the ETree models. (e_summary_shown_add_node): Don'tDan Winship2003-03-135-17/+40
* don't use GNOME_STOCK_* defines, but GTK_STOCK_*.Rodrigo Moya2003-03-132-3/+8
* corrected button ordering and changed the return type to be aRodrigo Moya2003-03-134-10/+25
* [ 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
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-122-11/+21
* If the wizard factory returns NULL, we'll get a NIL wizard but noDan Winship2003-03-122-20/+51
* Update for timezone dialog API changes.Dan Winship2003-03-123-102/+38
* Various cleanups. (e_timezone_dialog_get_timezone): Return anDan Winship2003-03-123-159/+120
* Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-125-84/+11
* Use gtk_window_set_transient_for() on the druid with the settings dialogJeffrey Stedfast2003-03-122-3/+18
* Updated German translation.Christian Neumair2003-03-122-3217/+3484
* Use GnomeIconList instead of EIconList so we don't have to maintain anJeffrey Stedfast2003-03-126-2887/+70
* issue more descriptive warnings.Rodrigo Moya2003-03-122-2/+7
* Updated revision to string 600Marco Ciampa2003-03-112-20/+24
* Updated phone number. Bug #37204.Not Zed2003-03-112-2/+4
* Remove the yes/no buttons. Fixes bug #39382.Jeffrey Stedfast2003-03-112-1/+4
* New callback function to handle the checkbox getting toggled.Jeffrey Stedfast2003-03-112-4/+62
* added a commentJeffrey Stedfast2003-03-111-0/+2
* New. New.Ettore Perazzoli2003-03-115-2/+17
* Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3
* if we already have the client loaded, don't remove it, just increment itsRodrigo Moya2003-03-103-50/+72
* Fix the response code, because some bastard changed the filter/* code andNot Zed2003-03-102-1/+7
* go to the proper level of child node before looking for rule sets, fix forNot Zed2003-03-102-216/+222
* re-enable in build, include e-destination.h. For #39256.Not Zed2003-03-102-2/+6
* Removed the debug printf. Added a case for the composer. Part of fixingNot Zed2003-03-102-2/+6
* add send_cb/save_draft_cb arguments. (impl_Composer_send): use the localNot Zed2003-03-103-72/+55
* removed main.c from the build.Not Zed2003-03-104-35/+9
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-102-1/+7
* fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14
* removed erroneous static prototype (it is now supposed to be a public symbol)Jeffrey Stedfast2003-03-081-4/+0
* All this snot just to fix bug #38925 and an attempt to fix bug #38926 (butJeffrey Stedfast2003-03-089-130/+186
* Add some escapes to the newly added locations so they get split properly.Ettore Perazzoli2003-03-083-20/+35
* If the part url is a text part, useJeffrey Stedfast2003-03-084-25/+30
* Updated Swedish translation.Christian Rose2003-03-082-937/+969
* create the array to be returned only once.Rodrigo Moya2003-03-072-3/+8
* Update Czech translationMiloslav Trmac2003-03-072-237/+253
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-072-9/+17
* ** reverted the following patch from ettore, this is a gnome 2.2 apiNot Zed2003-03-072-2/+20
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-07