| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2006-06-02 Jeffrey Stedfast <fejj@novell.com>
* em-folder-view.c (emfv_setup_view_instance): Can't make camel
calls from the main thread or we run the risk of deadlocking.
svn path=/trunk/; revision=32072
|
|
|
|
| |
svn path=/trunk/; revision=32071
|
|
|
|
| |
svn path=/trunk/; revision=32070
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-02 Tor Lillqvist <tml@novell.com>
* e-util.c: Don't need the Win32-only fix_percent_l() after all,
this is taken care of in e_strftime(). (The check in e-d-s's
configure.in for the support of %l and %k has now been made more
reliable so it actually works also on Win32.)
svn path=/trunk/; revision=32069
|
|
|
|
|
|
|
|
|
|
| |
2006-06-02 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fixes bug 343494
* e-search-bar.c: (add_button): Use gtk_button_set_image if GTK+ is
2.6 or higher.
svn path=/trunk/; revision=32067
|
|
|
|
|
|
|
|
|
| |
2006-06-02 Frederic Peters <fpeters@entrouvert.com>
* e-error.c: Set new scroll member to false in static
declarations. Fixes build breaker #343446.
svn path=/trunk/; revision=32066
|
|
|
|
|
|
|
|
|
| |
2006-06-02 Iain Buchanan <iaindb@netspace.net.au>
* configure.in: Fix typo that caused experimental plugins
to be skipped.
svn path=/trunk/; revision=32065
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-01 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/Makefile.am, gui/dialogs/event-editor.c,
gui/dialogs/task-editor.c: Remove redundant files
meeting-page.[ch], cal-attachment.glade and references
in includes.
svn path=/trunk/; revision=32063
|
|
|
|
|
|
|
|
|
| |
2006-05-31 David Richards <drichard@largo.com>
* proxy-login-dialog.glade:
Increases the height of the dialog to make it easily usable
svn path=/trunk/; revision=32060
|
|
|
|
|
|
|
|
| |
2006-05-31 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=32058
|
|
|
|
| |
svn path=/trunk/; revision=32056
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-30 Li Yuan <li.yuan@sun.com>
Fix for #343280.
* e-search-bar.c: (add_button):
No need to add label when we use gtk_button_new_from_stock
to create a button.
svn path=/trunk/; revision=32055
|
|
|
|
|
|
|
|
|
|
| |
2006-05-30 Li Yuan <li.yuan@sun.com>
Fix for #341381.
* message-list.c: (message_list_set_folder):
We should lock e-tree-memory when we change it.
svn path=/trunk/; revision=32054
|
|
|
|
| |
svn path=/trunk/; revision=32053
|
|
|
|
| |
svn path=/trunk/; revision=32052
|
|
|
|
|
|
|
|
| |
2006-05-29 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=32049
|
|
|
|
|
|
|
|
| |
2006-05-28 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
svn path=/trunk/; revision=32048
|
|
|
|
|
|
|
| |
* widgets/misc/e-attachment-bar.c: (update):
Fix compilation by adding missing (
svn path=/trunk/; revision=32046
|
|
|
|
|
|
|
|
| |
2006-05-27 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=32044
|
|
|
|
| |
svn path=/trunk/; revision=32043
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32041
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32037
|
|
|
|
| |
svn path=/trunk/; revision=32036
|
|
|
|
| |
svn path=/trunk/; revision=32034
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32030
|
|
|
|
|
|
| |
contacts doesnt work on email addresses in received mails.
svn path=/trunk/; revision=32029
|
|
|
|
|
|
|
| |
when seen in preview pane and contact editor (Video Chat in contact
editor and Video Conferencing in preview pane).
svn path=/trunk/; revision=32028
|
|
|
|
| |
svn path=/trunk/; revision=32027
|
|
|
|
| |
svn path=/trunk/; revision=32025
|
|
|
|
| |
svn path=/trunk/; revision=32024
|
|
|
|
| |
svn path=/trunk/; revision=32023
|
|
|
|
| |
svn path=/trunk/; revision=32022
|
|
|
|
| |
svn path=/trunk/; revision=32021
|
|
|
|
| |
svn path=/trunk/; revision=32020
|
|
|
|
| |
svn path=/trunk/; revision=32017
|
|
|
|
| |
svn path=/trunk/; revision=32016
|
|
|
|
| |
svn path=/trunk/; revision=32015
|
|
|
|
| |
svn path=/trunk/; revision=32014
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
2006-05-22 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Update intltool requirements.
svn path=/trunk/; revision=32011
|
|
|
|
| |
svn path=/trunk/; revision=32009
|
|
|
|
|
|
|
|
| |
2006-05-20 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated.
svn path=/trunk/; revision=32007
|
|
|
|
|
|
|
|
| |
2006-05-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=32004
|
|
|
|
|
|
|
|
| |
2006-05-18 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=32000
|
|
|
|
|
|
|
|
|
| |
2006-05-18 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=31999
|
|
|
|
|
|
|
|
|
| |
2006-05-18 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=31998
|
|
|
|
| |
svn path=/trunk/; revision=31996
|
|
|
|
|
|
|
|
|
|
| |
2006-05-04 Jeffrey Stedfast <fejj@novell.com>
* mail-component.c (mail_component_remove_store): Ref the store
before removing the store from our hash and cache. Should fix
Novell bug #166987.
svn path=/trunk/; revision=31994
|
|
|
|
|
|
|
|
|
|
| |
2006-05-17 Roozbeh Pournader <roozbeh@farsiweb.info>
Fix for gnome bug #341931, farsiweb #562
* gui/contact-editor/e-contact-editor.c: Mark a few messages for
translation.
svn path=/trunk/; revision=31993
|
|
|
|
|
|
|
|
| |
2006-05-17 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* evolution-doc-2.6.po: Added Spanish doc translation.
svn path=/trunk/; revision=31992
|
|
|
|
|
|
|
|
|
|
| |
2006-05-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am, e-table/Makefile.am
e-text/Makefile.am: Revert the earlier patch.
They are needed, after all.
svn path=/trunk/; revision=31990
|
|
|
|
|
|
|
|
| |
2006-05-15 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=31989
|
|
|
|
| |
svn path=/trunk/; revision=31987
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-15 Li Yuan <li.yuan@sun.com>
Fixes #341525
* e-sidebar.c: (button_toggled_callback):
If the button has been selected, it is no need to emit the signal.
svn path=/trunk/; revision=31986
|
|
|
|
|
|
|
|
|
|
| |
2006-05-15 Harish Krishnaswamy <kharish@novell.com>
Patch submitted by Li Yuan <li.yuan@sun.com>
* Makefile.am, e-table/Makefile.am,
e-text/Makefile.am: Do not install header files.
svn path=/trunk/; revision=31985
|
|
|
|
| |
svn path=/trunk/; revision=31984
|
|
|
|
|
|
|
|
|
|
| |
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
Patch suggested by Yu-Hui Liu
* conduits/todo/todo-conduit.c: (pre_sync):
Check for timezone before passing the context.
svn path=/trunk/; revision=31981
|
|
|
|
|
|
|
|
|
|
| |
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
patch submitted by: Hiroyuki Ikezoe
* ipod.c: Remove compiler warning. Fixes 341606.
svn path=/trunk/; revision=31980
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-12 Hiroyuki Ikezoe <poincare@ikezoe.net>
Reviewed and committed by Harish Krishnaswamy <kharish@novell.com>
** Fixes bug #341530.
* e-table.h:
Removed duplicate delcaration of e_table_commi_click_to_add.
svn path=/trunk/; revision=31979
|
|
|
|
|
|
|
|
|
|
| |
2006-05-12 simon.zheng <simon.zheng@sun.com>
Fix for Bug 341521
* gui/contact-editor/contact-editor.glade: Change the label
name of categories button.
svn path=/trunk/; revision=31978
|
|
|
|
| |
svn path=/trunk/; revision=31976
|
|
|
|
| |
svn path=/trunk/; revision=31974
|
|
|
|
|
|
|
|
|
| |
2006-05-11 Sankar P <psankar@novell.com>
* exchange-account-setup.c: (btn_chpass_clicked):
Do not print the password in the terminal.
svn path=/trunk/; revision=31972
|
|
|
|
| |
svn path=/trunk/; revision=31971
|
|
|
|
| |
svn path=/trunk/; revision=31970
|
|
|
|
| |
svn path=/trunk/; revision=31968
|
|
|
|
| |
svn path=/trunk/; revision=31966
|
|
|
|
|
|
|
|
|
|
| |
2006-05-09 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Patch from Brian Pepple to achieve
GNOME Goal for po/LINGUAS. Closes bug #337965.
* po/LINGUAS: New file.
svn path=/trunk/; revision=31964
|
|
|
|
|
|
|
|
| |
2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=31963
|
|
|
|
|
|
|
|
|
| |
2006-05-08 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=31961
|
|
|
|
| |
svn path=/trunk/; revision=31960
|
|
|
|
|
|
|
|
|
|
|
| |
2006-05-08 Li Yuan <li.yuan@sun.com>
Fix for #333279.
* e-table/gal-a11y-e-table-item.c: (table_is_row_selected):
If row<0, just return FALSE.
svn path=/trunk/; revision=31959
|
|
|
|
|
|
|
|
| |
2006-05-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=31958
|
|
|
|
| |
svn path=/trunk/; revision=31957
|
|
|
|
| |
svn path=/trunk/; revision=31956
|
|
|
|
|
|
| |
evolution might showup with bold text.
svn path=/trunk/; revision=31955
|
|
|
|
| |
svn path=/trunk/; revision=31954
|
|
|
|
|
|
|
|
|
| |
2006-05-04 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.glade: Set mnemonic to
L instead of the conflicting 'i'. Fixes #334056.
svn path=/trunk/; revision=31953
|
|
|
|
|
|
|
|
| |
2006-05-04 Harish Krishnaswamy <kharish@novell.com>
Upstreaming Chen's patch. Fixes #333689
svn path=/trunk/; revision=31952
|
|
|
|
|
|
|
|
|
| |
2006-05-02 Kjartan Maraas <kmaraas@gnome.org>
configure.in: Fix compilation with modern openldap releases.
Partially fixes bug #325957. Patch from Sushuma Rai.
svn path=/trunk/; revision=31948
|
|
|
|
| |
svn path=/trunk/; revision=31945
|
|
|
|
| |
svn path=/trunk/; revision=31944
|
|
|
|
| |
svn path=/trunk/; revision=31943
|
|
|
|
| |
svn path=/trunk/; revision=31940
|
|
|
|
|
|
| |
translation.
svn path=/trunk/; revision=31936
|
|
|
|
|
|
|
|
| |
2006-04-30 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation
svn path=/trunk/; revision=31934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-30 Shi Pu <shi.pu@sun.com>
** Fixes bug #323853
* em-composer-prefs.c: (sig_edit_cb), (sig_add_script_response):
* em-mailer-prefs.c: (notify_sound_changed),
(em_mailer_prefs_construct):
* em-mailer-prefs.h:
* mail-config.glade:
Replace GnomeFileEntry by GtkFileChooserButton.
svn path=/trunk/; revision=31933
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-24 Shi Pu <shi.pu@sun.com>
** Fixes Bug #323853
* filter-file.c: (filename_changed), (get_widget):
Replace GnomeFileEntry by GtkFileChooserButton.
svn path=/trunk/; revision=31932
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-28 Shi Pu <shi.pu@sun.com>
** Fixes #323853
* save-attachments.c: (save_response), (entry_changed),
(save_got_message):
replace GnomeFileEntry by GtkFileChooserButton.
svn path=/trunk/; revision=31931
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-30 Nancy Cai <nancy.cai@sun.com>
Fixes #323853
* e-shell-importer.c: (filename_changed), (item_selected),
(importer_file_page_new), (prepare_file_page):
replacing GnomeFileEntry by GtkFileButton, which can import task files
with none UTF-8 filenames.
svn path=/trunk/; revision=31930
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-28 Sven Herzberg <herzi@gnome-de.org>
reviewed by: Srinivasa Ragavan
* shell/apps_evolution_shell.schemas.in.in: added boolean key for the
maximized state of the window
* shell/e-shell-window.c: added window state saving and updated window
size saving to work as expected (fixes bug 243962)
svn path=/trunk/; revision=31926
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-28 Boby Wang <boby.wang@sun.com>
Fix for #339136
* calendar/ea-cal-view-event.c: (ea_cal_view_event_get_type),
(ea_cal_view_event_class_init), (ea_cal_view_event_init),
(ea_cal_view_event_dispose),
(ea_cal_view_event_get_index_in_parent),
(ea_cal_view_event_ref_state_set):
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-cal-view-event.h:
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-calendar.c: (e_cal_view_a11y_init):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-day-view.c: (ea_day_view_get_type):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-week-view.c:
* calendar/ea-week-view.h:
change the base class of EaWeekView from GtkAccessible to EaCalView
svn path=/trunk/; revision=31924
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-28 Boby Wang <boby.wang@sun.com>
Fix for # 333725
* ea-factory.h: Disable accessible code when accessibility is not enabled
* gal-a11y-factory.h: Remove some unused code
svn path=/trunk/; revision=31922
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Don't set gtk-delete as the stock icon
for Empty Trash
* evolution-mail-message.xml: Set the MessageDelete icon as a pixbuf
from the code
Don't set an icon for MessageUndelete
Fixes #339626
svn path=/trunk/; revision=31921
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Rodney Dawes <dobey@novell.com>
* em-folder-tree.c (render_pixbuf): Use gnome-fs-trash-empty rather
than stock_delete for the Trash folder icon
* em-folder-view.c (emfv_popup_items[]): Don't set an icon for Undelete
(emfv_message_pixmaps[]): Don't set an icon for Undelete and set the
icon for deleting a message to gnome-fs-trash-empty, not stock_delete
Fixes #339626
svn path=/trunk/; revision=31920
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Tor Lillqvist <tml@novell.com>
* gui/e-day-view-main-item.c
(e_day_view_main_item_draw_long_events_in_vbars): Fix crash:
Should use a GdkColor struct as such here, not a pointer.
* gui/dialogs/event-editor.c (event_editor_init): Construct
pathname to query-free-busy.png at run-time. Fixes Win32 build
broken by the fix for #321832 below.
svn path=/trunk/; revision=31917
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fixes bug #339138
* e-calendar.c: (e_calendar_init):
Correct the button's accessible name.
svn path=/trunk/; revision=31916
|
|
|
|
|
|
|
| |
2006-04-27 Andre Klapper <a9016009@gmx.de>
* main.c: update last stable version number from 2.4.2.1 to 2.6.1
svn path=/trunk/; revision=31915
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Tor Lillqvist <tml@novell.com>
* win32/libemiscwidgets.def: Add e_expander_get_type which now is
needed when linking libevolution-widgets-a11y.
svn path=/trunk/; revision=31913
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fixes bug #332821
* e-expander.c: (e_expander_class_init):
Implement the accessibility of EExpander.
svn path=/trunk/; revision=31912
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Boby Wang <boby.wang@sun.com>
Fix for #332821
* widgets/Makefile.am:
* widgets/ea-expander.[ch]:
Add two new files to implement the accessibility of EExpander.
* widgets/ea-widgets.[ch]:(e_expander_a11y_init):
Implement the accessibility of EExpander.
svn path=/trunk/; revision=31911
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fix for bug # 336470
* gui/contact-editor/fullname.glade:
Add labelled-by relationship to gtkcombo.
svn path=/trunk/; revision=31910
|
|
|
|
| |
svn path=/trunk/; revision=31909
|
|
|
|
| |
svn path=/trunk/; revision=31908
|
|
|
|
| |
svn path=/trunk/; revision=31907
|
|
|
|
| |
svn path=/trunk/; revision=31906
|
|
|
|
| |
svn path=/trunk/; revision=31905
|
|
|
|
|
|
| |
message list for groupwise servers.
svn path=/trunk/; revision=31904
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-26 Li Yuan <li.yuan@sun.com>
* e-text-event-processor-emacs-like.c:
(e_text_event_processor_emacs_like_event):
Handle SUN Type 6 keyboard's copy, paste and cut key.
Fix #271661.
svn path=/trunk/; revision=31903
|
|
|
|
| |
svn path=/trunk/; revision=31902
|
|
|
|
| |
svn path=/trunk/; revision=31901
|
|
|
|
| |
svn path=/trunk/; revision=31900
|
|
|
|
| |
svn path=/trunk/; revision=31899
|
|
|
|
| |
svn path=/trunk/; revision=31898
|
|
|
|
| |
svn path=/trunk/; revision=31897
|
|
|
|
| |
svn path=/trunk/; revision=31896
|
|
|
|
| |
svn path=/trunk/; revision=31895
|
|
|
|
| |
svn path=/trunk/; revision=31894
|
|
|
|
| |
svn path=/trunk/; revision=31893
|
|
|
|
|
|
|
|
|
| |
2006-04-25 Jeffrey Stedfast <fejj@novell.com>
* configure.in: Figure out auto-magically what the mozilla-nss
pkg-config module name is.
svn path=/trunk/; revision=31890
|
|
|
|
|
|
|
|
| |
2006-04-25 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: fixing 3 bugs. Fixes bug 339094.
svn path=/trunk/; revision=31889
|
|
|
|
| |
svn path=/trunk/; revision=31888
|
|
|
|
|
|
|
|
| |
2006-04-24 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
svn path=/trunk/; revision=31886
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Harish Krishnaswamy <kharish@novell.com>
* NEWS, configure.in: Release updates. Bump version.
***** Release 2.7.1 *****
svn path=/trunk/; revision=31884
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Harish Krishnaswamy <kharish@novell.com>
* main.c: (kill_dataserver): add eds-1.4 and eds-1.6
to the list of old instances.
svn path=/trunk/; revision=31883
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Update credits for
the previous development series.
svn path=/trunk/; revision=31882
|
|
|
|
| |
svn path=/trunk/; revision=31881
|
|
|
|
| |
svn path=/trunk/; revision=31880
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #332409
* gui/calendar-component.c: (setup_create_ecal): Reset the ecal to NULL.
* gui/e-calendar-view.c:
(e_calendar_view_new_appointment_for): If the default client does not
exist do not open the dialog.
svn path=/trunk/; revision=31879
|
|
|
|
| |
svn path=/trunk/; revision=31876
|
|
|
|
| |
svn path=/trunk/; revision=31875
|
|
|
|
| |
svn path=/trunk/; revision=31874
|
|
|
|
| |
svn path=/trunk/; revision=31873
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Sankar P <psankar@novell.com>
* org-gnome-proxy-login-errors.xml:
Changed the ; in the end to a . in an error message
svn path=/trunk/; revision=31872
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
reviewed by: Harish Krishnaswamy <kharish@novell.com>
* e-table/gal-a11y-e-cell-text.c: (ect_check)
Fixes the corrupted reference to cell_view->ecell
Fix for #330728, #332727.
svn path=/trunk/; revision=31871
|
|
|
|
|
|
| |
translation.
svn path=/trunk/; revision=31869
|
|
|
|
| |
svn path=/trunk/; revision=31868
|
|
|
|
|
|
|
| |
* exchange-account-setup.c (owa_authenticate_user): Changed the function
signature. Fixes #329371.
svn path=/trunk/; revision=31864
|
|
|
|
|
|
|
|
|
|
| |
2006-04-22 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.c (attendee_added_cb):
Added the delfrom property to the delegatee. Fixes
#165714 (bugzilla.novell.com)
svn path=/trunk/; revision=31863
|
|
|
|
|
|
|
|
| |
2006-04-21 David Lodge <dave@cirt.net>
* en_GB.po: Translation updated by David Lodge.
svn path=/trunk/; revision=31861
|
|
|
|
| |
svn path=/trunk/; revision=31860
|
|
|
|
| |
svn path=/trunk/; revision=31859
|
|
|
|
| |
svn path=/trunk/; revision=31858
|
|
|
|
| |
svn path=/trunk/; revision=31857
|
|
|
|
| |
svn path=/trunk/; revision=31856
|
|
|
|
| |
svn path=/trunk/; revision=31855
|
|
|
|
|
|
|
|
|
| |
2006-04-21 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=31854
|
|
|
|
|
|
|
|
|
| |
2006-04-21 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
svn path=/trunk/; revision=31853
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-21 Simon Zheng <simon.zheng@sun.com>
Fix for bug #337604
* printing/e-contact-print.c: (e_contact_print_response):
Should destory the print dialog window after clicking Print
Preview button.
svn path=/trunk/; revision=31852
|
|
|
|
| |
svn path=/trunk/; revision=31850
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-21 Sankar P <psankar@novell.com>
* mail-mt.c: (do_op_status):
Fix the cryptic hexa-status-bar-message.
The problem still lies somewhere. But dont show
something weird to the user.
svn path=/trunk/; revision=31849
|
|
|
|
| |
svn path=/trunk/; revision=31847
|
|
|
|
| |
svn path=/trunk/; revision=31843
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-20 Jeffrey Stedfast <fejj@novell.com>
Fix for bug #339052
* em-inline-filter.c (emif_add_part): Preserve all Content-Type
params so that they may be restored later.
* em-format.c (emf_inlinepgp_signed): Restore the original part's
Content-Type params otherwise we lose valuable information such as
charset or format=flowed or various other things.
svn path=/trunk/; revision=31842
|
|
|
|
| |
svn path=/trunk/; revision=31838
|
|
|
|
| |
svn path=/trunk/; revision=31837
|
|
|
|
|
|
|
|
| |
2006-04-19 Philip Van Hoof <pvanhoof@gnome.org>
* shell/main.c: Replaced popt with GOption API
svn path=/trunk/; revision=31833
|
|
|
|
|
|
| |
creation. Fixes #328578 and #338876.
svn path=/trunk/; revision=31831
|
|
|
|
|
|
|
|
|
|
| |
2006-04-19 Harish Krishnaswamy <kharish@novell.com>
* camel-gw-listener.c: (add_esource):
Add default color to the GW source created.
Fixes #167102 (bugzilla.novell.com).
svn path=/trunk/; revision=31830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* mail.error.xml: Removed error id "camel-exception" as it was a
bogus error.
2006-04-14 Jeffrey Stedfast <fejj@novell.com>
* em-composer-utils.c (em_utils_handle_receipt): Fixed up the if
conditional so that 'account' wasn't ever dereferenced when
NULL. Fixes bug #324327.
svn path=/trunk/; revision=31829
|
|
|
|
|
|
|
|
|
|
| |
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* e-shell-nm.c (e_shell_network_monitor): Intercept the
Disconnected signal and setup a timeout to try and reconnect when
the dbus daemon comes back up.
svn path=/trunk/; revision=31828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-18 Jeffrey Stedfast <fejj@novell.com>
* new-mail-notify.c (org_gnome_message_reading_notify): Don't try
and send a dbus message if the bus is down.
(org_gnome_new_mail_notify): Same.
(init_dbus): New function to init the dbus connection and setup
handlers for when the bus gets unexpectedly disconnected.
(e_plugin_lib_enable): When the plugin gets disabled, unref the
dbus connection and reset it back to NULL.
svn path=/trunk/; revision=31827
|
|
|
|
| |
svn path=/trunk/; revision=31826
|
|
|
|
|
|
|
|
| |
2006-04-18 Ã
smund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=31824
|
|
|
|
| |
svn path=/trunk/; revision=31823
|
|
|
|
| |
svn path=/trunk/; revision=31822
|
|
|
|
|
|
|
|
| |
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Remove obsolete entry for no_NO.
svn path=/trunk/; revision=31821
|
|
|
|
|
|
|
|
|
| |
2006-04-17 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update this.
* no.po: Remove this.
svn path=/trunk/; revision=31820
|
|
|
|
| |
svn path=/trunk/; revision=31819
|
|
|
|
| |
svn path=/trunk/; revision=31817
|
|
|
|
| |
svn path=/trunk/; revision=31816
|
|
|
|
| |
svn path=/trunk/; revision=31814
|
|
|
|
|
|
|
|
| |
2006-04-14 Ã
smund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=31812
|
|
|
|
|
|
|
|
| |
2006-04-14 Ã
smund Skjæveland <aasmunds@fys.uio.no>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=31811
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-27 Tor Lillqvist <tml@novell.com>
* e-util.c (fix_percent_l): [Win32] Instead of %l (which is a GNU
extension not implemented in the Microsoft C library) use %I.
Fixes #336055.
(e_strftime_fix_am_pm): Call fix_percent_l() when necessary.
svn path=/trunk/; revision=31807
|
|
|
|
| |
svn path=/trunk/; revision=31806
|
|
|
|
|
|
|
|
|
| |
2006-04-10 Roozbeh Pournader <roozbeh@farsiweb.info>
* fa.po: Remove "%OC" from translations, as it only works with
Sharif Linux's modified glibc (patch by Elnaz Sarbar).
svn path=/trunk/; revision=31801
|
|
|
|
| |
svn path=/trunk/; revision=31799
|
|
|
|
| |
svn path=/trunk/; revision=31798
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Li Yuan <li.yuan@sun.com>
**Fixes bug #335618
* e-selection-model-array.c: (e_selection_model_array_delete_rows):
If the row being deleted is the last one, we should change the
selection_start_row.
svn path=/trunk/; revision=31797
|
|
|
|
|
|
|
|
|
|
| |
2006-04-10 Jeff Cai <jeff.cai@sun.com>
** Fixes bug #327035
* e-table-header-item.c: (ethi_event):
Grab focus only from widgets which can have focus on.
svn path=/trunk/; revision=31796
|
|
|
|
|
|
|
|
|
|
| |
2006-04-10 Jeff Cai <jeff.cai@sun.com>
** Fixes 333243
* em-folder-tree-model.c: (em_folder_tree_model_remove_folders):
For null uri, don't need remove it.
svn path=/trunk/; revision=31795
|
|
|
|
|
|
| |
Fixes #328813 and #315522.
svn path=/trunk/; revision=31792
|
|
|
|
|
|
|
|
| |
2006-04-09 Lukas Novotny <lukasnov@cvs.gnome.org>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=31789
|
|
|
|
|
|
|
|
| |
2006-04-08 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation (merged from gnome-2-14 branch).
svn path=/trunk/; revision=31785
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-29 Li Yuan <li.yuan@sun.com>
Fix for bug #336454
* gui/component/addressbook-view.c:
(source_selector_key_press_event_callback):
we should return false if it is not a del event to make gtktreeview
deal the rest of keys.
svn path=/trunk/; revision=31781
|
|
|
|
|
|
| |
of standard folders. Fixes #310433.
svn path=/trunk/; revision=31780
|
|
|
|
| |
svn path=/trunk/; revision=31779
|
|
|
|
| |
svn path=/trunk/; revision=31778
|
|
|
|
| |
svn path=/trunk/; revision=31777
|
|
|
|
| |
svn path=/trunk/; revision=31776
|
|
|
|
|
|
|
|
| |
2006-04-05 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31771
|
|
|
|
|
|
|
|
| |
2006-04-05 Inaki Larranaga <dooteo@euskalgnu.org>
* eu.po: Fixed some typos.
svn path=/trunk/; revision=31770
|
|
|
|
|
|
|
|
|
|
| |
2006-04-05 Jeff Cai <jeff.cai@sun.com>
Fixes bug #333987
* message-list.c: (mail_folder_hide_by_flag):
If CamelMessageInfo is null, don't free it.
svn path=/trunk/; revision=31768
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-05 Simon Zheng <simon.zheng@sun.com>
Fixes bug #333704
* gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories):
Because the passing text is in UTF-8 encoding, it should be traversed
by utf-8 char order rather than one by one byte.
svn path=/trunk/; revision=31767
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-05 Simon Zheng <simon.zheng@sun.com>
** Fixes bug #333213
* e-msg-composer.c: (best_encoding): According to POSIX.1
specfication, if iconv() encounts non-identical characters, it'll
return the number of non-identical conversation performed. i.e.
returning positive value means exception as well as -1.
svn path=/trunk/; revision=31766
|
|
|
|
|
|
|
|
|
| |
2006-04-04 Roozbeh Pournader <roozbeh@farsiweb.info>
* fa.po: Updated Persian translation by Elnaz Sarbar and Meelad
Zakaria.
svn path=/trunk/; revision=31763
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-04 Irene Huang <Irene.Huang@sun.com>
Fixes bug 335214
* gui/e-cal-model.c: (e_cal_view_objects_added_cb):
Call e_table_model_pre_change (E_TABLE_MODEL (model)); before
deleting row.
svn path=/trunk/; revision=31760
|
|
|
|
| |
svn path=/trunk/; revision=31759
|
|
|
|
|
|
|
|
| |
2006-03-30 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=31758
|
|
|
|
|
|
|
|
| |
2006-03-29 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31757
|
|
|
|
| |
svn path=/trunk/; revision=31756
|
|
|
|
| |
svn path=/trunk/; revision=31755
|
|
|
|
|
|
|
|
|
|
| |
2006-03-29 Parthasarathi Susarla <sparthasarathi@novell.com>
* em-folder-view.c:(smfv_setup_view_instance): use the
flags CAMEL_STORE_FOLDER_INFO_SUBSCRIBED instead of
CAMEL_STORE_FOLDER_INFO_FAST when getting folder info
svn path=/trunk/; revision=31754
|
|
|
|
|
|
|
|
| |
2006-03-28 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31753
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Jeff Cai <jeff.cai@sun.com>
Fixes #333877
* gui/e-meeting-list-view.c: (row_activated_cb):
Use gtk_tree_selection_get_selected_rows instead of
gtk_tree_selection_get_selected to get selected rows from
a multi-row selection.
svn path=/trunk/; revision=31751
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Jeff Cai <jeff.cai@sun.com>
** Fixes #333881
* caldav-source.c: (oge_caldav):
Set an empty string instead of null for a TEXT entry.
svn path=/trunk/; revision=31749
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Harry Lu <harry.lu@sun.com>
Fix for 333693.
* gui/calendar-component.c: (update_task_selection): need to see if
source is NULL to avoid a CRITICAL warning.
svn path=/trunk/; revision=31748
|
|
|
|
|
|
|
|
|
| |
2006-03-27 Parthasarathi Susarla <sparthasarathi@novell.com>
* MAINTAINERS: Changing the maintainers file to reflect
the current mail maintainers.
svn path=/trunk/; revision=31747
|
|
|
|
|
|
|
|
| |
2006-03-25 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31745
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**Fixes #329585
*mail-config.glade: Changed Remove button to Delete button
*mail.error.xml: Changed current Layout DELETE [Do not delete]
to [Do not delete] DELETE
svn path=/trunk/; revision=31744
|
|
|
|
|
|
|
|
| |
2006-03-23 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31743
|
|
|
|
| |
svn path=/trunk/; revision=31742
|
|
|
|
|
|
|
|
|
| |
2006-03-23 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Updating the doc for 2.6 and fixing bugs which went
in by updating the doc for 2.6.
svn path=/trunk/; revision=31741
|
|
|
|
|
|
|
|
|
| |
2006-03-22 Patrick Ohly <patrick.ohly@intel.com>
* em-utils.c (em_utils_selection_set_urilist):
Fixed premature memory free. Fixes bug #335203.
svn path=/trunk/; revision=31740
|
|
|
|
| |
svn path=/trunk/; revision=31739
|
|
|
|
|
|
|
|
|
| |
2006-03-22 Tommi Vainikainen <thv@iki.fi>
* configure.in (ALL_LINGUAS): Added Dzongkha (dz).
2006-03-22 Tommi Vainikainen <thv@iki.fi>
* dz.po: Added Dzongkha translation from Pema Geyleg.
svn path=/trunk/; revision=31736
|
|
|
|
|
|
|
|
|
|
| |
2006-03-22 Harry Lu <harry.lu@sun.com>
Fix for 333697
* gui/dialogs/task-page.c: (task_page_init), (sensitize_widgets):
remove two useless widgets: sendoptions_frame and sendoptions_button.
svn path=/trunk/; revision=31735
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-07 Harry Lu <harry.lu@sun.com>
Fix for 333706
* gui/dialogs/alarm-dialog.c: (alarm_to_dalarm_widgets): call
set_text only when description.value is not NULL.
svn path=/trunk/; revision=31733
|
|
|
|
|
|
|
|
| |
2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com>
* evolution-editor.xml: Insert menu changed its mnemonic.
Fixes bug #331975. (Committed by Andre Klapper)
svn path=/trunk/; revision=31730
|
|
|
|
|
|
|
|
| |
2006-03-21 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31728
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-21 Simon Zheng <simon.zheng@sun.com>
Fixed bug #326571
* em-utils.c (em_filename_make_safe), (emu_get_save_filesel),
(emu_save_parts_response):
Add em_filename_make_safe(), and use it to allow filenames
contain more valid characters when saving attachments.
svn path=/trunk/; revision=31726
|
|
|
|
|
|
|
|
| |
2006-03-21 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
svn path=/trunk/; revision=31725
|
|
|
|
| |
svn path=/trunk/; revision=31724
|
|
|
|
|
|
|
|
|
|
| |
2006-03-20 Boby Wang <boby.wang@sun.com>
Fix for #319308
* addressbook/ea-minicard-view.c: (ea_minicard_view_get_name):
add the folder name to the name of current minicard view
svn path=/trunk/; revision=31723
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* gui/dialogs/cal-attachment-select-file.c: (run_selector):
* gui/dialogs/cal-attachment.glade:
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31722
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* e-msg-composer-attachment.glade:
* e-msg-composer-select-file.c: (get_selector):
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31721
|
|
|
|
|
|
|
|
| |
2006-03-18 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31719
|
|
|
|
|
|
|
|
| |
2006-03-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=31718
|
|
|
|
|
|
|
|
| |
2006-03-17 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31716
|
|
|
|
| |
svn path=/trunk/; revision=31712
|
|
|
|
| |
svn path=/trunk/; revision=31711
|
|
|
|
| |
svn path=/trunk/; revision=31704
|
|
|
|
|
|
|
|
|
| |
* configure.in:
* mail/default/Makefile.am:
* mail/default/fr/Inbox:
* mail/default/fr/Makefile.am: Added French welcome message.
svn path=/trunk/; revision=31703
|
|
|
|
|
|
|
|
| |
2006-03-12 Frank Arnold <farnold@cvs.gnome.org>
* default/de/Inbox: Updated German translation of default inbox.
svn path=/trunk/; revision=31698
|
|
|
|
|
|
|
|
| |
2006-03-11 Priit Laes <amd@store20.com>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=31697
|
|
|
|
| |
svn path=/trunk/; revision=31695
|
|
|
|
| |
svn path=/trunk/; revision=31693
|
|
|
|
| |
svn path=/trunk/; revision=31691
|
|
|
|
|
|
|
|
| |
2006-03-10 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=31688
|
|
|
|
|
|
|
|
|
| |
2006-03-10 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Rostislav Raykov <zbrox@i-space.org>
svn path=/trunk/; revision=31687
|
|
|
|
|
|
|
|
| |
2006-03-10 Frank Arnold <farnold@cvs.gnome.org>
* de.po: Replaced wrong spaces caused by copy/paste inside gtranslator.
svn path=/trunk/; revision=31684
|
|
|
|
| |
svn path=/trunk/; revision=31681
|
|
|
|
| |
svn path=/trunk/; revision=31680
|
|
|
|
| |
svn path=/trunk/; revision=31679
|