| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
2005-09-30 Sarfraaz Ahmed <asarfraaz@novell.com>
* gui/component/addressbook.c (remove_parameters_from_uri) : This now
takes care to escape any auth mechanism in the uri.
svn path=/trunk/; revision=30438
|
|
|
|
| |
svn path=/trunk/; revision=30436
|
|
|
|
| |
svn path=/trunk/; revision=30434
|
|
|
|
|
|
| |
specific attributes. Fixes #316373
svn path=/trunk/; revision=30431
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug 317284
* em-mailer-prefs.c: (emmp_header_add_header):
Check if its a valid header and only then add it
svn path=/trunk/; revision=30429
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-30 Shakti Sen <shprasad@novell.com>
* exchange-folder-subscription.c (setup_folder_name_combo): Sets the
corresponding 'Folder name'.
(create_folder_subscription_dialog): Sets the cursor to User's entry
text field.
* exchange-folder-subscription.h: Added one more argument to function
create_folder_subscription_dialog() to set the window title.
* exchange-folder.c (org_gnome_exchange_inbox_subscription),
(org_gnome_exchange_addressbook_subscription),
(org_gnome_exchange_calendar_subscription),
(org_gnome_exchange_tasks_subscription): Added newly.
* org-gnome-exchange-operations.eplug.in: Changed the activate callback
function names so that it can show appropriate window title.
Fixes bug #317019, #317023.
svn path=/trunk/; revision=30426
|
|
|
|
|
|
| |
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=30424
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Christian Rose <menthos@menthos.com>
* sv.po: Reverted unauthorized changes made by
user 'kloczek'. Also updated the translation.
svn path=/trunk/; revision=30422
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Tor Lillqvist <tml@novell.com>
* e-table.c (e_table_load_specification)
* e-table-specification.c (e_table_specification_load_from_file)
* e-tree-table-adapter.c (open_file): Use
g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
gnome_win32_locale_filename_from_utf8() which was temporarily in
libgnome.
svn path=/trunk/; revision=30421
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Tor Lillqvist <tml@novell.com>
* menus/gal-view-collection.c (load_single_dir)
* menus/gal-view-instance.c (load_current_view): Use
g_win32_locale_filename_from_utf8() from GLib 2.8 instead of
gnome_win32_locale_filename_from_utf8() which was temporarily in
libgnome.
svn path=/trunk/; revision=30420
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug 317337
* e-msg-composer.c: (e_msg_composer_new_with_message):
Set the proper account name in account_name, so that
the from header is set properly.
svn path=/trunk/; revision=30419
|
|
|
|
| |
svn path=/trunk/; revision=30418
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Parthasarathi Susarla <sparthasarathi@novell.com>
** See bug 317284
* em-mailer-prefs.c: (emmp_header_add_header):
Check if its a valid header and only then add it
svn path=/trunk/; revision=30415
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-29 Li Yuan <li.yuan@sun.com>
* menus/gal-define-views-dialog.c:
(etable_selection_change_forall_cb):
Fix #240762. If the galview implement the edit function,
enable the edit button. If not, disable it.
svn path=/trunk/; revision=30414
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (owa_authenticate_user) : Propogate the
authentication mechanism to the backend.
* exchange-calendar.c
* exchange-contacts.c
* exchange-folder.c : Parse the new account uri.
svn path=/trunk/; revision=30413
|
|
|
|
|
|
|
| |
dragging them into contact list editor.
Patch submitted by "Devashish <sdevashish@novell.com>"
svn path=/trunk/; revision=30411
|
|
|
|
| |
svn path=/trunk/; revision=30410
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* text/Makefile.am: On Win32, use bootstrap import library for
libemiscwidgets, which hasn't been built yet when we come
here. Drop several overlapping CFLAGS. EXTRA_GNOME_CFLAGS
should be enough. Install in privsolib instead of privlib (no
difference on Unix). Use NO_UNDEFINED. Link with all needed
libraries to satisfy the -no-undefined used on Windows.
svn path=/trunk/; revision=30409
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* win32/dummy.la: libdir is prefix/lib, not bin.
svn path=/trunk/; revision=30408
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-table-specification.c (e_table_specification_load_from_node):
Use g_ascii_strcasecmp() instead of strcasecmp(). We are comparing
to literal ASCII strings, just casefolding ASCII is enough. Also
better for portability.
svn path=/trunk/; revision=30407
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-charset-picker.c (e_charset_picker_new,
e_charset_picker_bonobo_ui_populate): Use g_ascii_strcasecmp()
instead of strcasecmp(). We are comparing to strings known to be
plain ASCII, so just casefolding ASCII is enough. Also better for
portability.
svn path=/trunk/; revision=30406
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* menus/Makefile.am: Install in privsolib instead of privlib
(no difference on Unix). Use NO_UNDEFINED. Drop several
overlapping CFLAGS, use E_UTIL_CFLAGS instead. Link with
necessary libraries.
svn path=/trunk/; revision=30405
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-timezone-dialog/Makefile.am: On Win32, use bootstrp import
library for libemiscwidgets, which hasn't been built yet when we
come here. Install in privsolib instead of privlib (no difference
on Unix). Use NO_UNDEFINED. Link with EVOLUTION_CALENDAR_LIBS.
svn path=/trunk/; revision=30404
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* org-gnome-exchange-operations.eplug.in: Use SOEXT.
svn path=/trunk/; revision=30403
|
|
|
|
|
|
| |
Fixes #233424. Patch submitted by "Devashish Sharma <sdevashish@novell.com>"
svn path=/trunk/; revision=30402
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* importers/netscape-importer.c (netscape_get_boolean): Use
g_ascii_strcasecmp() instead of strcasecmp(). We are
comparing to literal ASCII strings in these cases, so just
casefolding ASCII is enough. Also better for portability.
svn path=/trunk/; revision=30401
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* message-list.c: Define localtime_r() for Win32 using localtime()
(which is thread-safe in Microsoft's C library).
svn path=/trunk/; revision=30400
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* mail-tools.c (mail_tool_do_movemail): Not implemented on Win32.
svn path=/trunk/; revision=30399
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* em-format-html-display.c: Define localtime_r() for Win32 using
localtime() (which is thread-safe in Microsoft's C library).
svn path=/trunk/; revision=30398
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* em-composer-utils.c (reply_get_composer, get_reply_list,
post_reply_to_message)
* em-folder-view.c (emfv_format_link_clicked): Use
g_ascii_strncasecmp() instead of strncasecmp(). We are comparing
to literal ASCII strings, so just casefolding ASCII is
enough. Also better for portability.
svn path=/trunk/; revision=30397
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-profile-event.c (e_profile_event_target_new): Use
g_get_current_time() instead of gettimeofday() for portability.
svn path=/trunk/; revision=30396
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* e-html-utils.c (e_text_to_html_full): Use g_ascii_strncasecmp()
instead of strncasecmp(). We are comparing to literal ASCII
strings, just casefolding ASCII is enough. Also better for
portability.
svn path=/trunk/; revision=30395
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/itip-bonobo-control.c (pstream_load, pstream_save): Use
g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
literal ASCII strings, just casefolding ASCII is enough. Also
better for portability.
svn path=/trunk/; revision=30394
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/e-cal-model.c (set_classification): Use g_ascii_strcasecmp()
instead of strcasecmp(). We are comparing to literal ASCII
strings, just casefolding ASCII is enough. Also better for
portability.
svn path=/trunk/; revision=30393
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/e-cal-model-calendar.c (set_transparency): Use
g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
literal ASCII strings, just casefolding ASCII is enough. Also
better for portability.
svn path=/trunk/; revision=30392
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* gui/component/addressbook.c (get_remember_password): Use
g_ascii_strcasecmp() instead of strcasecmp(). We are comparing to
the literal "true", just casefolding ASCII is enough. Also better
for portability.
svn path=/trunk/; revision=30391
|
|
|
|
|
|
| |
Patch submitted by "Devashish Sharma <sdevashish@novell.com>"
svn path=/trunk/; revision=30389
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Tor Lillqvist <tml@novell.com>
* configure.in: Drop unused SOCKET_LIBS leftover. Don't check for
OpenLDAP on Win32. Set corresponding variables unconditionally on
Win32, as LDAP support is always present (in <winldap.h> and
-lwldap32).
(CAMEL_EXCHANGE): Add more stuff to CAMEL_EXCHANGE_CFLAGS and
_LIBS. These are used only in
plugins/exchange-operations/Makefile.am, and now it's enough to
use only that CAMEL_EXCHANGE_CFLAGS and _LIBS there.
In plugins/exchange-operations:
2005-09-28 Tor Lillqvist <tml@novell.com>
* Makefile.am (INCLUDES, LIBADD): Use just CAMEL_EXCHANGE_CFLAGS
and _LIBS, they now includes all necessary (see top-level
ChangeLog).
(LDFLAGS): Use NO_UNDEFINED.
svn path=/trunk/; revision=30388
|
|
|
|
|
|
| |
Fixes #303286.
svn path=/trunk/; revision=30387
|
|
|
|
|
|
| |
marking it for offline usage, instead of it's name.
svn path=/trunk/; revision=30385
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Sankar P <psankar@novell.com>
* proxy.c (proxy_dialog_store_widgets_data):
Added code to handle the extra blank email that will be returned
from the ENameSelector, while auto-completion.
Fixes #317400
svn path=/trunk/; revision=30384
|
|
|
|
|
|
|
|
|
|
| |
2005-09-28 Parthasarathi Susarla <sparthasarathi@novell.com>
See bug ** 317329
* em-vfolder-rule.c: (em_vfolder_rule_add_source):
Do not add a NULL uri.
svn path=/trunk/; revision=30382
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-27 Harry Lu <harry.lu@sun.com>
Fix for #316351
* e-table/gal-a11y-e-cell.c: (idle_do_action),
(gal_a11y_e_cell_action_do_action): add a ref/unref pair to make
sure the pointer is valid.
svn path=/trunk/; revision=30381
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-27 Vivek Jain <jvivek@novell.com>
* install-shared.c: (accept_clicked):
we have to connect "response" to (install_folder_response)
to make it work
don't destroy druid right now, wait till folder selector
dialog dies, make folder selector dialog modal
svn path=/trunk/; revision=30379
|
|
|
|
|
|
|
|
| |
2005-09-24 Andre Klapper <a9016009@gmx.de>
* evolution-message-composer.xml: changing the order of the
main menu items due to HIG (#308614)
svn path=/trunk/; revision=30376
|
|
|
|
| |
svn path=/trunk/; revision=30374
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-26 S.Antony Vincent Pandian <santony@gmail.com>
Fixes #208647
* em-folder-tree.c : Have added a menu item Empty
Trash in the folder tree's context menu and also
added its callback.
svn path=/trunk/; revision=30373
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-22 Praveen Kumar <kpraveen@novell.com>
** Fixes bug 312849
* exchange-calendar.c
(e_exchange_calendar_pcalendar): Populate the folder hierarchy only
if Evolution is online.
(e_exchange_calendar_check): Disable the "OK" button if Evolution
is offline.
(e_exchange_calendar_commit): Don't do anything if Evolution is
offline.
* exchange-contacts.c
(e_exchange_contacts_pcontacts): Populate the folder hierarchy only
if Evolution is online.
(e_exchange_contacts_check): Disable the "OK" button if Evolution
is offline.
(e_exchange_contacts_commit): Don't do anything if Evolution is
offline.
svn path=/trunk/; revision=30372
|
|
|
|
|
|
|
|
|
| |
2005-09-23 S.Antony Vincent Pandian <santony@gmail.com>
* Have added the "View Status Bar" under the "View" menu
This is a toggle button to hide/show the status bar
svn path=/trunk/; revision=30371
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-22 Carsten Guenther <carsten.guenther@scalix.com>
Fixes #316983
* em-composer-utils.c (em_utils_send_receipt):
Exchanged the FROM and TO fields so that a read
receipt actually goes to the sender of the original
message.
svn path=/trunk/; revision=30370
|
|
|
|
|
|
|
| |
2005-08-26 Andre Klapper <a9016009@gmx.de>
* evolution-mail-list.xml: Fixing mnemonic conflict (#314351)
svn path=/trunk/; revision=30369
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-21 Sankar P <psankar@novell.com>
* em-account-editor.c (emae_defaults_page):
Added code to enable the sent folder button for accounts with
"None" set as the Receiving Server type.
Fixes #315506
svn path=/trunk/; revision=30367
|
|
|
|
|
|
|
|
|
|
| |
2005-09-15 Sankar P <psankar@novell.com>
* em-folder-tree-model.c (em_folder_tree_model_set_folder_info):
* em-folder-tree.c (render_pixbuf): Added enum and the code to
change the icon for sent items folder. Fixes #257321
svn path=/trunk/; revision=30365
|
|
|
|
| |
svn path=/trunk/; revision=30362
|
|
|
|
|
|
| |
Fixes #263269.
svn path=/trunk/; revision=30361
|
|
|
|
| |
svn path=/trunk/; revision=30358
|
|
|
|
| |
svn path=/trunk/; revision=30357
|
|
|
|
| |
svn path=/trunk/; revision=30354
|
|
|
|
| |
svn path=/trunk/; revision=30352
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-15 Arunprakash <arunp@novell.com>
* exchange-account-setup.c
(org_gnome_exchange_show_folder_size_factory) : Now checks for the
camel provider type, and does nothing for non exchange providers.
** Fixes #312886.
svn path=/trunk/; revision=30350
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-06-15 Andre Klapper <a9016009@gmx.de>
* quickref/C/quickref.tex: Updating and fixing several
typos, wrong keyboard shortcuts and inconsistencies
(fixes bug #268024)
committed on behalf of Andre since he does not have
commit rights -partha
svn path=/trunk/; revision=30349
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-14 Irene Huang <Irene.Huang@sun.com>
Fix for #316274
* exchange-account-setup.c: (btn_chpass_clicked),
(org_gnome_exchange_settings): Enable change password function only
when built with kerberos5.
svn path=/trunk/; revision=30348
|
|
|
|
|
|
| |
Fix for #235038.
svn path=/trunk/; revision=30346
|
|
|
|
|
|
|
|
|
| |
2005-09-13 Roozbeh Pournader <roozbeh@farsiweb.info>
* fa.po: Updated Persian translation by Elnaz Sarbar
<elnaz@farsiweb.info> and Meelad Zakaria <meelad@farsiweb.info>.
svn path=/trunk/; revision=30345
|
|
|
|
|
|
|
|
| |
2005-09-12 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30343
|
|
|
|
| |
svn path=/trunk/; revision=30342
|
|
|
|
| |
svn path=/trunk/; revision=30341
|
|
|
|
|
|
|
|
| |
2005-09-05 Mengjie Yu <meng-jie.yu@sun.com>
* configure.in:grep on Solaris doesn't support -q, use > /dev/null instead.
svn path=/trunk/; revision=30339
|
|
|
|
| |
svn path=/trunk/; revision=30337
|
|
|
|
| |
svn path=/trunk/; revision=30336
|
|
|
|
| |
svn path=/trunk/; revision=30335
|
|
|
|
| |
svn path=/trunk/; revision=30322
|
|
|
|
|
|
|
|
| |
2005-09-04 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Minor fixes & updates in Thai translation.
svn path=/trunk/; revision=30319
|
|
|
|
|
|
|
|
| |
2005-09-04 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30318
|
|
|
|
|
|
|
|
| |
2005-09-04 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30316
|
|
|
|
| |
svn path=/trunk/; revision=30315
|
|
|
|
| |
svn path=/trunk/; revision=30312
|
|
|
|
| |
svn path=/trunk/; revision=30311
|
|
|
|
|
|
|
|
| |
2005-09-02 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30310
|
|
|
|
|
|
|
|
| |
2005-09-02 Harish Krishnaswamy <kharish@novell.com>
* default/C/Inbox: Update the Welcome mail.
svn path=/trunk/; revision=30308
|
|
|
|
| |
svn path=/trunk/; revision=30306
|
|
|
|
|
|
|
|
| |
2005-09-01 Rhys Jones <rhys@sucs.org>
* cy.po: Updated Welsh translation.
svn path=/trunk/; revision=30303
|
|
|
|
|
|
|
|
| |
2005-08-31 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30302
|
|
|
|
|
|
|
|
| |
2005-08-31 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
svn path=/trunk/; revision=30300
|
|
|
|
|
|
|
|
|
| |
2005-08-31 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same.
svn path=/trunk/; revision=30299
|
|
|
|
| |
svn path=/trunk/; revision=30298
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-31 Not Zed <NotZed@Ximian.com>
* build-eplugin-manual.pl: fix e-import.c not to be included twice
& added invocation of xsltproc to build the html.
* evolution-plugin-manual.xml: fixed some syntax errors.
svn path=/trunk/; revision=30297
|
|
|
|
|
|
|
|
| |
2005-08-31 Not Zed <NotZed@Ximian.com>
* evolution-plugin-manual.xml: added missing localedir thing.
svn path=/trunk/; revision=30296
|
|
|
|
|
|
|
|
| |
2005-08-31 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v2.3.8.
svn path=/trunk/; revision=30295
|
|
|
|
|
|
|
|
| |
2005-08-31 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30294
|
|
|
|
|
|
|
|
| |
2005-08-30 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
svn path=/trunk/; revision=30293
|
|
|
|
| |
svn path=/trunk/; revision=30292
|
|
|
|
|
|
|
|
|
| |
2005-08-30 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Vladimir Petkov <vpetkov@i-space.org>
svn path=/trunk/; revision=30291
|
|
|
|
| |
svn path=/trunk/; revision=30290
|
|
|
|
| |
svn path=/trunk/; revision=30289
|
|
|
|
| |
svn path=/trunk/; revision=30288
|
|
|
|
|
|
|
|
| |
2005-08-29 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
svn path=/trunk/; revision=30287
|
|
|
|
| |
svn path=/trunk/; revision=30286
|
|
|
|
|
|
| |
and reviewed by Mark Moulder
svn path=/trunk/; revision=30285
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-29 Praveen Kumar <kpraveen@novell.com>
** Fixes bug 314762
* exchange-config-listener.c (remove_selected_non_offline_esources) :
Fixing a nasty infinite loop by swapping an if and while block.
svn path=/trunk/; revision=30284
|
|
|
|
|
|
|
|
|
| |
2005-08-29 Sankar P <psankar@novell.com>
* C/evolution.xml: Committed on behalf of Jessica.
Changes are made to the Proxy documentation.
svn path=/trunk/; revision=30283
|
|
|
|
| |
svn path=/trunk/; revision=30282
|
|
|
|
|
|
|
|
|
|
| |
2005-08-25 Sankar P <psankar@novell.com>
* proxy.c: (proxy_dialog_finalize):
Replaced g_object_unref with g_free since priv was created using g_new.
Fixes #312309
svn path=/trunk/; revision=30281
|
|
|
|
|
|
|
|
|
|
| |
2005-08-29 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #313534
* itip-formatter.c: (cal_opened_cb), (find_cal_opened_cb):
Moved the code to display recur check box to cal_opened_cb.
svn path=/trunk/; revision=30280
|
|
|
|
|
|
|
|
| |
2005-08-29 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation.
svn path=/trunk/; revision=30279
|
|
|
|
|
|
|
|
| |
2005-08-28 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=30278
|
|
|
|
|
|
|
|
|
|
| |
2005-08-28 Harish Krishnaswamy <kharish@novell.com>
* configure.in : Turn stable release bit on. Set
version to 2.4.0.
* MAINTAINERS : Update.
svn path=/trunk/; revision=30277
|
|
|
|
|
|
|
|
| |
2005-08-28 Harish Krishnaswamy <kharish@novell.com>
* e-shell-window-commands.c: Update credits.
svn path=/trunk/; revision=30276
|
|
|
|
| |
svn path=/trunk/; revision=30275
|
|
|
|
| |
svn path=/trunk/; revision=30274
|
|
|
|
| |
svn path=/trunk/; revision=30273
|
|
|
|
| |
svn path=/trunk/; revision=30272
|
|
|
|
|
|
|
|
| |
2005-08-28 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=30271
|
|
|
|
| |
svn path=/trunk/; revision=30270
|
|
|
|
|
|
|
|
| |
2005-08-28 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation
svn path=/trunk/; revision=30269
|
|
|
|
|
|
|
|
| |
2005-08-27 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=30268
|
|
|
|
| |
svn path=/trunk/; revision=30267
|
|
|
|
| |
svn path=/trunk/; revision=30266
|
|
|
|
|
|
|
|
| |
2005-08-26 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
svn path=/trunk/; revision=30265
|
|
|
|
|
|
|
|
| |
2005-08-26 Mugurel Tudor <mugurelu@gnome.ro>
* ro.po: Updated Romanian translation.
svn path=/trunk/; revision=30264
|
|
|
|
| |
svn path=/trunk/; revision=30263
|
|
|
|
|
|
|
|
| |
2005-08-26 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=30262
|
|
|
|
|
|
|
|
| |
2005-08-26 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional chinese translation.
svn path=/trunk/; revision=30261
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-26 Shakti Sen <shprasad@novell.com>
* exchange-folder.c (org_gnome_exchange_folder_unsubscribe): Fixes the
'Label disappears' problem in Tasks, Calendar and Contacts.
Fixes bug #311959.
svn path=/trunk/; revision=30258
|
|
|
|
|
|
|
|
|
| |
2006-08-26 Harish Krishnaswamy <kharish@novell.com>
* C/evolution.xml: Update references to bugzilla
and related hyperlinks.
svn path=/trunk/; revision=30257
|
|
|
|
|
|
|
|
|
| |
2006-08-26 Harish Krishnaswamy <kharish@novell.com>
* C/evolution.xml: Update documentation
on behalf of Mark Moulder
svn path=/trunk/; revision=30255
|
|
|
|
|
|
| |
Fixes #313124.
svn path=/trunk/; revision=30254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-25 Not Zed <NotZed@Ximian.com>
** See bug #314440.
* em-format-html.c (efh_url_requested): check the content object's
mime type, not the container, when seeing if the data should be
written.
(efh_write_text_html): add some debug.
* em-format-html-display.c (efhd_html_button_press_event): fix
debug.
svn path=/trunk/; revision=30253
|
|
|
|
| |
svn path=/trunk/; revision=30252
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-25 Arunprakash <arunp@novell.com>
* exchange-config-listener.c (account_added) : Need to set the
account's linestatus to online as there is no way to get the
linestatus in plugin. Also moved the authentication code to
exchange_operations_get_exchange_account as it is not needed here.
* exchange-operations.c (exchange_operations_get_exchange_account) :
Updated to return the account in offline mode.
svn path=/trunk/; revision=30251
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-25 Shakti Sen <shprasad@novell.com>
* exchange-folder.c (exchange_refresh_folder_tree, exchange_get_folder,
org_gnome_exchange_folder_inbox_unsubscribe): Added support for
Unsubscribe to other user's Inbox.
Fixes bug #313310.
svn path=/trunk/; revision=30250
|
|
|
|
|
|
|
|
| |
2005-08-24 Sarfraaz Ahmed <asarfraaz@novell.com>
* configure.in : Enable building of exchange plugins by default.
svn path=/trunk/; revision=30249
|
|
|
|
| |
svn path=/trunk/; revision=30248
|
|
|
|
| |
svn path=/trunk/; revision=30247
|
|
|
|
| |
svn path=/trunk/; revision=30246
|
|
|
|
| |
svn path=/trunk/; revision=30245
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Li Yuan <li.yuan@sun.com>
Fixes #314352.
* e-table-item.c: (eti_event):
if accessibility is enabled, we enable horizontal cusor
movement for line selection.
svn path=/trunk/; revision=30244
|
|
|
|
|
|
|
|
| |
2005-08-24 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
svn path=/trunk/; revision=30243
|
|
|
|
|
|
|
|
| |
2005-08-24 Shreyas Srinivasan <sshreyas@novell.com>
* Revert patch
svn path=/trunk/; revision=30242
|
|
|
|
|
|
|
|
| |
2005-08-24 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
svn path=/trunk/; revision=30241
|
|
|
|
|
|
|
|
| |
2005-08-24 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=30240
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Shakti Sen <shprasad@novell.com>
* exchange-permissions-dialog.c (add_clicked): Getting list of mail-ids
instead of a single mail-id.
* exchange-user-dialog.[c/h] (e2k_user_dialog_get_user_list): Added
support for adding multiple IDs.
Fixes bug #313919.
svn path=/trunk/; revision=30239
|
|
|
|
| |
svn path=/trunk/; revision=30238
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Praveen Kumar <kpraveen@novell.com>
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/exchange-operations/exchange-delegates-user.c:
* plugins/exchange-operations/exchange-folder-size-display.c:
* plugins/exchange-operations/exchange-folder.c:
* plugins/exchange-operations/exchange-operations.c:
Removed the warning that are generated when compiled with GCC 4.
* plugins/exchange-operations/exchange-calendar.c:
Fixed a build break due to the modification of the 'source_type'
field in the ECalConfigTargetSource class.
svn path=/trunk/; revision=30237
|
|
|
|
|
|
|
|
| |
2005-08-24 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=30236
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c (efhd_bar_resize): Dont call update.
Just set the width on the bar.
svn path=/trunk/; revision=30235
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-24 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment.c (e_attachment_build_remote_file):
Fix for bug #314136. Shows filename in the remote download in
composer.
* e-attachment-bar.c (update): Better space management.
Kills one extra row that happens some times.
(e_attachment_bar_set_width): Just adjusts the size instead of
rebuild of the bar, which is the cause for the freeze. Fixes the
bug #313799. Remove the function e_attachment_bar_refresh
* e-attachment-bar.h: Remove the function e_attachment_bar_refresh
svn path=/trunk/; revision=30234
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Srinivasa Ragavan <sragavan@novell.com>
* e-msg-composer.c (drop_action): Show the bar depending on the
number of attachments.
* e-msg-composer-select-file.c (select_attach_response): Show the bar
depending on the number of attachments.
** Fixes the bug #313083
svn path=/trunk/; revision=30233
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* proxy-login.c (proxy_get_password): return the right type.
(proxy_soap_login): fix pointer cast.
(proxy_login_add_new_store): fix pointer cast.
(proxy_login_setup_tree_view): fix callback cast.
(org_gnome_proxy_account_login): fix prototype to match use.
* junk-settings.c (user_selected): fix calling.
(junk_settings_construct): more stupid casts.
* junk-mail-settings.c (junk_mail_settings): casts.
* install-shared.c (install_folder_response): constify item_id.
(install_folder_response): remove unused.
(org_gnome_popup_wizard): fixed numerous problems with this,
over-copying data around, not referencing information properly,
freeing potentially unset variables, etc etc.
(accept_free): add a free function.
* share-folder.c (notification_clicked): fix a multitude of busted
casts.
(user_selected): fix broken calling conventions, busted style.
(share_folder_construct): fix more busted/missing casts.
* share-folder-common.c: add missing header.
svn path=/trunk/; revision=30232
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* groupwise-account-setup.c (org_gnome_groupwise_account_setup):
def9ine before defining.
* camel-gw-listener.c (account_added): fix warning.
svn path=/trunk/; revision=30231
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* Makefile.am: Remove the special case for win32, its a bug on all
platforms, silly.
* mail-account-disable.c (mail_account_disable): make signature
match usage.
svn path=/trunk/; revision=30230
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* mail-to-task.c (add_attendee_cb): use the right type for attendees.
svn path=/trunk/; revision=30229
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* print-message.c: Add missing headers
(org_gnome_print_message): define before defining, remove c99isms.
(org_gnome_print_preview): define before defining.
svn path=/trunk/; revision=30228
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* ical-format.c: include missing header.
svn path=/trunk/; revision=30227
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* em-junk-filter.c (em_junk_sa_report_non_junk): pre-define.
svn path=/trunk/; revision=30226
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* itip-view.c: add missing headers.
svn path=/trunk/; revision=30225
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* default-source.c: forward declare exported func.
svn path=/trunk/; revision=30224
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* new-mail-notify.c: forward-define e_plugin_lib_enable, remove
some unecessary headers.
(send_dbus_message): remove spurious check for bus==NULL.
svn path=/trunk/; revision=30223
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* calendar-file.c (e_calendar_file_dummy): fix relative_uri type.
svn path=/trunk/; revision=30222
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* addressbook-file.c (e_book_file_dummy): fix relative_uri type,
don't include every header in the world we dont' need. And it
sure has hell seems to do something for a 'dummy' function.
svn path=/trunk/; revision=30221
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-table-config.c (setup_fields): fix some missing casts.
svn path=/trunk/; revision=30220
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-send-options.c (get_widgets): cast warning away.
* e-calendar-item.c (e_calendar_item_realize): remove some unused
vars.
svn path=/trunk/; revision=30219
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (build_message): only define skip_content: if
it is used.
(menu_file_add_attachment_cb): fixed the warning. Boy, what on
earth is this thing doing!
(add_to_bar): fix signature to match code.
(emcab_add): more warning fixes for bizarre functions.
(emcab_popup_position): more casting crap
* e-msg-composer-hdrs.c (addressbook_dialog_response): Remove
unused.
(account_can_send): make this static, and define before first use.
: include missing e-name-selector-entry header.
(create_headers): fix casts/style
(e_msg_composer_hdrs_set_to, e_msg_composer_hdrs_set_cc)
(e_msg_composer_hdrs_set_bcc, e_msg_composer_hdrs_get_to)
(e_msg_composer_hdrs_get_cc, e_msg_composer_hdrs_get_bcc): remove
unused str. lazy addressbook hackers!
svn path=/trunk/; revision=30218
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* gui/e-cal-config.h: source-type is an enum not a pointer!
* gui/tasks-component.c (selector_tree_drag_data_received):
constify uid.
* gui/itip-utils.c (comp_sentby): use the right list type for
attendees.
* gui/gnome-cal.c (config_categories_changed_cb): fix cast.
(setup_widgets): fix casts.
* gui/e-tasks.c: add missing e-categories.h include.
(config_categories_changed_cb): fix cast.
* gui/e-week-view.c (e_week_view_realize): remove unused.
* gui/e-select-names-editable.c
(e_select_names_editable_get_emails): remve unused.
* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
remove/comment unused.
* gui/e-meeting-store.c (freebusy_async): g* strikes again, use
the right lock/unlock function for the g-spastic-mutex.
(process_callbacks_main_thread): fix signature to match usage.
(refresh_queue_add): cast off warning
* gui/e-itip-control.c (cleanup_ecal): fix signature to match use
* gui/e-day-view.c (process_component): remove unused vars.
(e_day_view_realize): more.
(e_day_view_on_event_double_click): cast
(e_day_view_update_calendar_selection_time): define out unused
* gui/e-calendar-table.c (e_calendar_table_init): more a11y
related casts.
* gui/e-calendar-view.c (on_edit_appointment): proper boolean
conversion of a pointer.
(transfer_selected_items): cast
(on_unrecur_appointment): remove unused prop
(e_calendar_view_open_event): proper boolean conversion of pointer.
* gui/e-cal-popup.c (needs_to_accept): remove unused.
* gui/e-cal-model.c (set_instance_times): remove unused.
:include missing calendar-config.
* gui/dialogs/meeting-page.c (clear_widgets): yawn, another
gtklabel wawrning.
(meeting_page_fill_component): constify attendees.
* gui/dialogs/e-send-options-utils.c: remove unused global sod,
add missing string.h
* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
remove unused.
* gui/dialogs/comp-editor.c (response_cb): wtf, this can't use
em_utils!!! #if 0 it out and add a build warning.
(cab_popup_position): pointer cast.
(set_attachment_list): remove unused.
* gui/dialogs/calendar-setup.c (eccp_general_offline): change very
incorrect N_ macro to _.
(CalendarSourceDialog): Umm, source_type is an enum, not a
pointer.
(eccp_get_source_color): remove unused.
svn path=/trunk/; revision=30217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* gui/component/addressbook.c (addressbook_authenticate):
de-constify uri, and fix its creation logic.
(load_source_cb): cast for warning.
* gui/widgets/e-addressbook-view.c: more missing a11y include.
* gui/widgets/e-minicard-view.c: another missing a11y include.
* gui/widgets/e-minicard.c: include missing a11y include.
(e_minicard_activate_editor): fix cast.
* gui/widgets/eab-popup-control.c (eab_popup_control_display_contact): remove unused.
* gui/widgets/eab-gui-util.c (eab_contact_save): fix conditional build.
(eab_send_to_contact_and_email_num_list): fix boolean conversion.
* gui/widgets/eab-contact-display.c (eab_contact_display_init): cast.
* gui/contact-list-editor/e-contact-list-editor.c (fill_in_info): constify file_as.
* gui/contact-editor/e-contact-editor.c (init_im_record_location):
fix warnings for conditional building.
(fill_in_simple_field): do proper boolean conversion.
(extract_simple_field): do proper boolean conversion.
(response): constify categories, and dont bother initialising it.
(image_clicked): remove warnings for conditional build.
(e_contact_editor_is_valid): constify text.
(e_contact_editor_create_web): cast.
svn path=/trunk/; revision=30216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-util.c (e_mkdir_hier): cast warning, good ol win32 patches.
(e_strftime): fix some clahey-code to use the right variable and
not try to modify const strings by stealth.
* eggtrayicon.h: add missing prototype.
* e-gui-utils.c (e_create_image_widget): remove unused pixbuf.
* e-dialog-utils.c (dialog_realized): fix cast.
(e_dialog_set_transient_for_xid): same.
(e_file_dialog_save): fix cases for build.
* e-categories-config.c
(e_categories_config_open_dialog_for_entry): cast & use right type
for text.
(icons_table[]): remove unused.
* e-account-list.c (e_account_list_remove_account_proxies): cast
to fix warning.
svn path=/trunk/; revision=30215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* mail-tools.c (mail_tool_uri_to_folder): cast warning away.
* mail-folder-cache.c: include missing header for
e_filename_make_safe.
* em-junk-hook.h: Fix some header includes, fix the include guard
to use the right name.
(EMJunk): Ugh, this is an object, properly derive from it! How
did this work?
* em-junk-hook.c (em_junk_check_junk): fix bool conversion.
* em-format-html-display.c (efhd_bar_popup_position): another
wraning, why this crap isn't in the attachment bar like i said it
should be, i'll never know.
(efhd_xpkcs7mime_viewcert_foad): only define if used.
* em-account-editor.c (emae_defaults_page): attempt to fix parentheses
(emae_security_page): fix conditional compilation warnings.
svn path=/trunk/; revision=30214
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-shell-window-commands.c: include missing e-error.h
* e-component-registry.c (query_components): cast away a seemingly
spurious warning.
svn path=/trunk/; revision=30213
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* filter-rule.c (get_widget): cast.
svn path=/trunk/; revision=30212
|
|
|
|
|
|
|
|
| |
2005-08-23 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
svn path=/trunk/; revision=30211
|
|
|
|
| |
svn path=/trunk/; revision=30210
|
|
|
|
|
|
|
|
| |
2005-08-23 Maxim Dziumanenko <mvd@mylinux.ua>
* Updated Ukrainian translation.
svn path=/trunk/; revision=30209
|
|
|
|
| |
svn path=/trunk/; revision=30208
|
|
|
|
|
|
|
|
| |
2005-08-22 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation
svn path=/trunk/; revision=30207
|
|
|
|
| |
svn path=/trunk/; revision=30205
|
|
|
|
| |
svn path=/trunk/; revision=30204
|
|
|
|
|
|
|
|
| |
2005-08-23 Harish Krishnaswamy <kharish@novell.com>
* configure.in: Release 2.3.8
svn path=/trunk/; revision=30203
|
|
|
|
|
|
|
|
| |
2005-08-22 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=30202
|
|
|
|
|
|
|
|
| |
2005-08-22 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=30201
|
|
|
|
| |
svn path=/trunk/; revision=30200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Sarfraaz Ahmed <asarfraaz@novell.com>
* exchange-account-setup.c (btn_fsize_clicked)
(set_oof_info) : Use exchange_operations_get_exchange_account.
* exchange-config-listener.c (exchange_config_listener_authenticate) :
Fetch the password and connect. Added new
* exchange-config-listener.h : Similar.
* exchange-operations.c (exchange_operations_get_exchange_account) :
Try authenticating if account is not found.
svn path=/trunk/; revision=30199
|
|
|
|
|
|
|
|
|
|
| |
2005-08-22 vivek jain <jvivek@novell.com>
** see previous commit
changed variable name to
groupwise_shared_folder
svn path=/trunk/; revision=30198
|
|
|
|
|
|
| |
Patch submitted by "ross@burtonini.com (Ross Burton)".
svn path=/trunk/; revision=30197
|
|
|
|
|
|
|
|
| |
2005-08-22 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=30196
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Srinivasa Ragavan <sragavan@novell.com>
* Commiting Devashish patch for #241219.
2005-08-19 Devashish Sharma <sdevashish@novell.com>
svn path=/trunk/; revision=30195
|
|
|
|
| |
svn path=/trunk/; revision=30194
|
|
|
|
| |
svn path=/trunk/; revision=30193
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Vivek Jain <jvivek@novell.com>
* shared-folder-common.c: (org_gnome_create_option)
: (org_gnome_shared_folder_factory)
* install-shared.c : (org_gnome_popup_wizard)
disable shared-folder functionalilty temporarily, (server doesn't show
mails in it)
export SHARED_FOLDER if you want to have it
svn path=/trunk/; revision=30192
|
|
|
|
| |
svn path=/trunk/; revision=30191
|
|
|
|
|
|
|
|
|
| |
2005-08-22 Shreyas Srinivasan <sshreyas@novell.com>
* proxy.c (org_gnome_proxy): Dont try to connect when the account is
offline.CVS
svn path=/trunk/; revision=30190
|
|
|
|
| |
svn path=/trunk/; revision=30189
|
|
|
|
|
|
|
|
| |
2005-08-22 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
svn path=/trunk/; revision=30188
|
|
|
|
|
|
|
|
| |
Fixes #235038.
Patch submitted by "sean.gao@sun.com (Sean Gao)" and patch corrected by
"Devashish Sharma <sdevashish@novell.com>".
svn path=/trunk/; revision=30187
|
|
|
|
|
|
| |
match_email_hostname().
svn path=/trunk/; revision=30186
|
|
|
|
|
|
|
|
|
|
| |
2005-08-19 Not Zed <NotZed@Ximian.com>
** See #308117.
* Makefile.am: link to proper libraries.
svn path=/trunk/; revision=30185
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-19 Not Zed <NotZed@Ximian.com>
** See #312668.
* mail-component.c (setline_done, impl_setLineStatus): change the
camel-session online status before (if we're going online) or
after (if we're going offline) actually doing offline processing.
svn path=/trunk/; revision=30184
|
|
|
|
| |
svn path=/trunk/; revision=30183
|
|
|
|
|
|
|
|
| |
2005-08-22 Mohammad DAMT <mdamt@gnome.org>
* POTFILES.in: reverted (accidentally updated by my previous check in)
svn path=/trunk/; revision=30182
|
|
|
|
|
|
|
|
| |
2005-08-22 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
svn path=/trunk/; revision=30181
|
|
|
|
| |
svn path=/trunk/; revision=30180
|
|
|
|
|
|
|
|
| |
2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* Resolve #309074
svn path=/trunk/; revision=30179
|
|
|
|
| |
svn path=/trunk/; revision=30177
|
|
|
|
|
|
|
|
| |
2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=30176
|
|
|
|
| |
svn path=/trunk/; revision=30175
|
|
|
|
| |
svn path=/trunk/; revision=30174
|
|
|
|
|
|
|
|
| |
2005-08-21 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30173
|
|
|
|
|
|
|
|
|
| |
2005-08-20 Carsten Guenther <carsten.guenther@scalix.com>
* itip-formatter.c: (cal_opened_cb, final_cal_opened_cb):
Put back in warning messages about calendar not being opened.
svn path=/trunk/; revision=30172
|
|
|
|
|
|
|
|
| |
2005-08-21 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=30171
|
|
|
|
|
|
|
|
| |
2005-08-21 Sigurd Gartmann <sigurdga@europe.yahoo-inc.com>
* nn.po: Updated Norwegian Nynorsk translation.
svn path=/trunk/; revision=30170
|
|
|
|
| |
svn path=/trunk/; revision=30169
|
|
|
|
| |
svn path=/trunk/; revision=30167
|
|
|
|
|
|
|
|
|
| |
2005-08-20 Frank Arnold <farnold@cvs.gnome.org>
* POTFILES.in: Removed missing files. See bug #312668.
* de.po: Updated German translation.
svn path=/trunk/; revision=30166
|
|
|
|
|
|
|
|
| |
2005-08-20 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish trasnlation.
svn path=/trunk/; revision=30165
|
|
|
|
|
|
|
|
| |
2005-08-19 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
svn path=/trunk/; revision=30164
|
|
|
|
|
|
|
|
|
| |
2005-08-19 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/comp-editor.h: Remove unwanted include of
header that also borks the build.
svn path=/trunk/; revision=30163
|
|
|
|
| |
svn path=/trunk/; revision=30162
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-19 Not Zed <NotZed@Ximian.com>
* em-format.c (emf_multipart_encrypted): put the s/mime message
back, awaiting string approval for a change otherwise.
2005-08-18 Not Zed <NotZed@Ximian.com>
* em-format-html-display.c (efhd_message_add_bar): dont add
attachment bar if it is disabled.
(efhd_attachment_button): dont add attachments if there is no bar.
* em-format.c (emf_inlinepgp_signed, emf_inlinepgp_encrypted): fix
the error messages for consistency. We dont need to check
content-type, since we only get called with the right one.
(emf_multipart_encrypted): fix up wrong s/mime error.
* em-format-html.c (efh_inlinepgp_signed)
(efh_inlinepgp_encrypted): moved to em-format.c; otherwise this
will break replying, etc.
** See #271894.
* em-format.c (emf_multipart_encrypted): use the content object's
content-type to check types.
svn path=/trunk/; revision=30161
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment-bar.c
eab_drag_data_get: Use camel_url to construct url
(eab_icon_clicked_cb) (e_attachment_bar_new):
Fixed part of bug #312224. It handles double click on a attachment
icon and calls gnome_url_show.
* e-attachment.[ch] (finalise) (init): Add a new member to preserve
the stored location
(e_attachment_new)(e_attachment_build_remote_file): Camel_url to
construct urls
svn path=/trunk/; revision=30160
|
|
|
|
|
|
|
|
| |
2005-08-18 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation
svn path=/trunk/; revision=30159
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-18 Carsten Guenther <carsten.guenther@scalix.com>
* itip-formatter.c: (update_attendee_status): NULL-terminate
calls to e_error_run; fixed typos in if-statement; some code
cleanup.
(cal_opened_cb, final_cal_opened_cb): Removed unnecessary
message about not being able to open the calendar.
svn path=/trunk/; revision=30158
|
|
|
|
| |
svn path=/trunk/; revision=30157
|
|
|
|
|
|
|
|
| |
2005-08-18 Žygimantas BeruÄka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
svn path=/trunk/; revision=30156
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-16 Not Zed <NotZed@Ximian.com>
** See #312668.
* mail-component.c (impl_setLineStatus): new offline interface.
(setline_check, setline_done): and implementation.
* mail-offline-handler.[ch]: destroyed, burnt, dissolved in acid.
svn path=/trunk/; revision=30155
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Not Zed <NotZed@Ximian.com>
* e-shell.c (impl_Shell_handleURI): fix warning.
(impl_Shell_findComponent): fix signature for warning.
2005-08-16 Not Zed <NotZed@Ximian.com>
** See bug #312668.
* e-shell.c (set_line_status, set_line_status_complete)
(set_line_status_finished): new code to set componetns on/offline.
(e_shell_go_online, e_shell_go_offline): use new interface.
(offline_procedure_started_cb, offline_procedure_finished_cb): removed.
(impl_dispose): cleanup line status listener.
(e_shell_init): setup line status listener.
* evolution-listener.[ch]: skeleton listener object for new
setlinestatus call.
* Evolution-Offline.idl, e-shell-offline-handler.[ch]: killed. We
just add a single interface on EvolutionComponent now, much
simpler.
svn path=/trunk/; revision=30154
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-16 Not Zed <NotZed@Ximian.com>
** See bug #312668.
* gui/calendar-offline-handler.[ch]: removed. Not even used
anyway, god knows how it works.
svn path=/trunk/; revision=30153
|
|
|
|
|
|
|
|
| |
2005-08-18 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
svn path=/trunk/; revision=30152
|
|
|
|
|
|
|
|
|
| |
2005-08-18 Tor Lillqvist <tml@novell.com>
* e-iconv.c (e_iconv_init): Use g_get_charset() on Win32 to get
locale charset. Free return value from g_win32_getlocale().
svn path=/trunk/; revision=30151
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Carsten Guenther <carsten.guenther@scalix.com>
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555
* gui/dialogs/comp-editor.c:
(get_attachment_list): Only save attachment to file
if file does not exist yet.
svn path=/trunk/; revision=30149
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Remove the MailPost command
* evolution-mail-message.xml: Move the MailPost command to here
Add a menu item for the MailPost command (#312225)
* evolution-mail-list.xml: Add a menu item for the EditSelectThread
command (#306878)
Fixes #306878 and #312225
svn path=/trunk/; revision=30148
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c
(efhd_bar_save_selected): Fix a warning.
(efhd_bar_resize): Fix the bar size to match other widgets.
(efhd_bar_scroll_event): Fix scroll issue over bar. bug #312224.
(efhd_add_bar): Add a frame around the attachment bar. bug #312033
svn path=/trunk/; revision=30147
|
|
|
|
|
|
| |
skip email comparison in case of contact lists. Fixes #312554.
svn path=/trunk/; revision=30146
|
|
|
|
|
|
| |
the email id of new contact with the email ids of contact lists.
svn path=/trunk/; revision=30145
|
|
|
|
| |
svn path=/trunk/; revision=30144
|
|
|
|
| |
svn path=/trunk/; revision=30143
|
|
|
|
| |
svn path=/trunk/; revision=30142
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Kaushal Kumar <kakumar@novell.com>
* em-composer-prefs.c (url_requested): Add the close call for fd.
See bug #307375.
svn path=/trunk/; revision=30141
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-15 Li Yuan <li.yuan@sun.com>
* e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object):
Fixes #313514.
For the code change in gnopernicus, we should use
atk_focus_tracker_notify here.
svn path=/trunk/; revision=30140
|
|
|
|
| |
svn path=/trunk/; revision=30139
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Tor Lillqvist <tml@novell.com>
* gui/widgets/Makefile.am (libeabwidgets_la_SOURCES): Add
eab-popup.c back which apparently was accidentally removed.
svn path=/trunk/; revision=30138
|
|
|
|
|
|
|
|
| |
2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=30137
|
|
|
|
|
|
|
|
| |
2005-08-16 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
svn path=/trunk/; revision=30136
|
|
|
|
|
|
|
|
| |
2005-08-16 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
svn path=/trunk/; revision=30135
|
|
|
|
|
|
|
|
|
|
| |
2005-08-15 Christian Kellner <gicmo@gnome.org>
* Makefile.am: Install missing e-plugin header es-event.h
and es-menu.h.
Fixes bug #313585.
svn path=/trunk/; revision=30134
|
|
|
|
|
|
|
|
|
| |
2005-08-15 Christian Kellner <gicmo@gnome.org>
* gui/widgets/Makefile.am: Install missing e-plugin header
eab-config.h, eab-menu.h and eab-popup.h. Fixes bug: #313585.
svn path=/trunk/; revision=30133
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-09-12 Praveen Kumar <kpraveen@novell.com>
* exchange-config-listener.c
(remove_selected_non_offline_esources): Added new
(add_account_esources): Don't add the calendars and tasks in the
selected list
(account_added): If starting in offline mode remove the non-offline
calendars and tasks from the selected list so that it doesn't
throws an error
Fixes the bug 273272.
2005-08-11 Praveen Kumar <kpraveen@novell.com>
* exchange-config-listener.c
(exchange_camel_urls_is_equal): Added new
(exchange_config_listener_modify_esource_group_name): Added new
(account_changed): Handle most of the account parameter changes
without restart. This fixes bug 272784 and partially bug 220168
(account_removed): Removed the message dialog that says that the
changes will be reflected after restart. This partially fixes the
bug 220168
svn path=/trunk/; revision=30132
|
|
|
|
|
|
|
|
| |
2005-08-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
svn path=/trunk/; revision=30131
|
|
|
|
|
|
|
|
| |
2005-08-16 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
svn path=/trunk/; revision=30130
|
|
|
|
|
|
|
|
| |
2005-08-16 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30129
|
|
|
|
|
|
|
|
|
| |
2005-08-16 Srinivasa Ragavan <sragavan@novell.com>
* e-attachment.c (download_to_local_path) (e_attachment_edit): Fixed
few warnings
svn path=/trunk/; revision=30128
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-15 Not Zed <NotZed@Ximian.com>
** See #313440.
* Makefile.am (mailinclude_HEADERS): Include the idl generated
headers.
svn path=/trunk/; revision=30127
|