/news/openftd/

itory'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagEVOLUTION_2_6_2nobody2006-05-2986-24702/+41911
| | | | | | 'EVOLUTION_2_6_2'. svn path=/tags/EVOLUTION_2_6_2/; revision=32051
* Updated Spanish translation.Francisco Javier F. Serrador2006-05-292-420/+450
| | | | | | | | 2006-05-29 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation. svn path=/trunk/; revision=32049
* Translation updated.Vincent van Adrighem2006-05-292-1852/+2568
| | | | | | | | 2006-05-28 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=32048
* Fix compilation by adding missing (Thomas Vander Stichele2006-05-282-1/+6
| | | | | | | * widgets/misc/e-attachment-bar.c: (update): Fix compilation by adding missing ( svn path=/trunk/; revision=32046
* Updated Norwegian bokmål translation.Kjartan Maraas2006-05-272-531/+594
| | | | | | | | 2006-05-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=32044
* *** empty log message ***Pema Geyleg2006-05-272-4580/+5903
| | | | svn path=/trunk/; revision=32043
* Fix for Novell bug #178631Jeffrey Stedfast2006-05-274-478/+451
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-26 Jeffrey Stedfast <fejj@novell.com> Fix for Novell bug #178631 * e-attachment-bar.c: Changed the EAttachmentBarPrivate struct, we no longer use a linked list, instead we use a GPtrArray - faster, simpler (plus all the code used indexes anyway, so it was really bizarre). (free_attachment_list): Removed. (attachment_destroy): New GWeakNotify callback for when an EAttachment object gets destroyed. Remove the attachment from the attachments array. (add_common): Updated to add to an array rather than a linked list. Also weak_ref the attachment object. (remove_attachment): Removed. (update): Updated to use the array instead of linked list of attachments. (e_attachment_bar_remove_selected): Same. (e_attachment_bar_set_width): Same. (e_attachment_bar_edit_selected): Same. (e_attachment_bar_get_selected): Same. (e_attachment_bar_get_attachment): Same. (e_attachment_bar_get_all_attachments): Same and also optimised since we can cheat now without having to g_slist_reverse. (e_attachment_bar_get_parts): Same. (destroy): Same. (eab_drag_data_get): Same. (init): Init attachments to a g_ptr_array_new (e_attachment_bar_to_multipart): Updated to use the attachments array. (e_attachment_bar_get_num_attachments): Updated to return the attachments->len. (e_attachment_bar_get_download_count): Updated to use the array. * e-attachment.c (finalise): Close the editor dialog if it is open. (async_progress_update_cb): If the phase is COMPLETE but the file_size is 0, then treat it as an error. In the error case, unref the attachment object (this will magically remove it from the EAttachmentBar). (close_cb): Don't unref the attachment object here anymore. (e_attachment_edit): Don't ref the EAttachment anymore. svn path=/trunk/; revision=32042
* fixed ChangeLogJeffrey Stedfast2006-05-271-160/+179
| | | | svn path=/trunk/; revision=32041
* If 'str' is empty, continue immediately rather than trying to parse it aJeffrey Stedfast2006-05-272-3/+9
| | | | | | | | | 2006-05-26 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer.c (drop_action): If 'str' is empty, continue immediately rather than trying to parse it a URL. svn path=/trunk/; revision=32040
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-05-262-400/+436
| | | | svn path=/trunk/; revision=32037
* Updated TranslationAnkitkumar Rameshchandra Patel2006-05-262-390/+421
| | | | svn path=/trunk/; revision=32036
* Typo fixNguyen Thai Ngoc Duy2006-05-261-1/+1
| | | | svn path=/trunk/; revision=32034
* Instead of g_free()ing 'str' in the if and else blocks, just g_free itJeffrey Stedfast2006-05-262-28/+24
| | | | | | | | | 2006-05-25 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer.c (drop_action): Instead of g_free()ing 'str' in the if and else blocks, just g_free it after the if-else block. svn path=/trunk/; revision=32033
* Replace 'if (!filename)' with 'if (filename)', fixes a bug in Srini'sJeffrey Stedfast2006-05-262-3/+7
| | | | | | | | | | 2006-05-25 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer-select-file.c (select_attach_response): Replace 'if (!filename)' with 'if (filename)', fixes a bug in Srini's patch. svn path=/trunk/; revision=32032
* Set the visible field to FALSE.Jeffrey Stedfast2006-05-263-16/+22
| | | | | | | | | 2006-05-25 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer-hdrs.c (header_new_recipient): Set the visible field to FALSE. svn path=/trunk/; revision=32031
* fixed ChangeLog formattingJeffrey Stedfast2006-05-261-70/+86
| | | | svn path=/trunk/; revision=32030
* gui/contact-editor/e-contact-quick-add.c : Right click add toDevashish Sharma2006-05-252-2/+7
| | | | | | contacts doesnt work on email addresses in received mails. svn path=/trunk/; revision=32029
* gui/widgets/eab-contact-display.c : Name of some fields differDevashish Sharma2006-05-252-3/+9
| | | | | | | when seen in preview pane and contact editor (Video Chat in contact editor and Video Conferencing in preview pane). svn path=/trunk/; revision=32028
* vi.po: Updated Vietnamese translation.Clytie Siddall2006-05-252-5822/+6395
| | | | svn path=/trunk/; revision=32027
* contacts added to a contact-list cant be added again.Devashish Sharma2006-05-252-5/+41
| | | | svn path=/trunk/; revision=32025
* Added support for saving/attaching files/events/mails from/to remote sharesSrinivasa Ragavan2006-05-256-7/+30
| | | | svn path=/trunk/; revision=32024
* Added code to save/attach files/mails/events to/from remote sharesSrinivasa Ragavan2006-05-2519-71/+191
| | | | svn path=/trunk/; revision=32023
* Added new icons to buildSrinivasa Ragavan2006-05-254-1/+11
| | | | svn path=/trunk/; revision=32022
* Committed fix for bug #342092Srinivasa Ragavan2006-05-252-2/+9
| | | | svn path=/trunk/; revision=32021
* Added support for collapsible headers for To/Cc/BccSrinivasa Ragavan2006-05-2511-14/+306
| | | | svn path=/trunk/; revision=32020
* Committed fix for bug #342676.Srinivasa Ragavan2006-05-243-9/+17
| | | | svn path=/trunk/; revision=32017
* Typo fixes.Stanislav Brabec2006-05-232-2/+6
| | | | svn path=/trunk/; revision=32016
* More alarm fixesSrinivasa Ragavan2006-05-233-9/+31
| | | | svn path=/trunk/; revision=32015
* Updated TranslationAnkitkumar Rameshchandra Patel2006-05-232-30/+35
| | | | svn path=/trunk/; revision=32014
* **Fixes bug #331418 Set mnemonics in popup menu.Hiroyuki Ikezoe2006-05-222-4/+9
| | | | | | | | | 2006-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net> **Fixes bug #331418 * gui/memos-component.c: Set mnemonics in popup menu. svn path=/trunk/; revision=32012
* Update intltool requirements.Harish Krishnaswamy2006-05-222-2/+6
| | | | | | | | 2006-05-22 Harish Krishnaswamy <kharish@novell.com> * configure.in: Update intltool requirements. svn path=/trunk/; revision=32011
* *** empty log message ***Ignacio Casal Quinteiro2006-05-222-117/+153
| | | | svn path=/trunk/; revision=32009
* Translation updated.Vincent van Adrighem2006-05-202-6157/+2420
| | | | | | | | 2006-05-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=32007
* Updated Spanish translation.Francisco Javier F. Serrador2006-05-202-4/+24
| | | | | | | | 2006-05-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=32004
* Translation updated by Ivar Smolin.Priit Laes2006-05-182-1134/+1197
| | | | | | | | 2006-05-18 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=32000
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-05-18