Commit Graph

163 Commits

Author SHA1 Message Date
919a9bde9c BUG #480095 (BNC) - Alpha Search In Proxy Dialog Crashes Evolution.
* proxy-login.c (proxy_login_tree_view_changed_cb): Use the unique
stamp to catch only the valid iterators.

Bug description:
If you right mouse click on your Groupwise email account, you can select "Proxy
Login" and a dialog appears with all of your previously used accounts in a
list.  If you click focus into the list and then type in a keyboard letter it
crashes.  This should position you at the first match of that letter, or at
least not crash :)
2009-07-27 10:45:49 +05:30
30ac043b6e Coding style and whitespace cleanups. 2009-07-26 08:18:59 -04:00
f69c15d69d Bug #583972 - Resend meeting dialog isn't coming properly. 2009-07-23 19:17:45 +05:30
606f6c15db Bug #339361 (bnc) - soap threading not working. 2009-07-23 18:55:25 +05:30
dcf2c0e754 More whitespace cleanup. 2009-07-18 14:05:38 -04:00
1cee53b025 Do not decode the date as its already in local timezone. 2009-07-14 15:49:09 +05:30
0274669179 Fix excessive whitespace. 2009-07-12 23:33:07 -04:00
42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
547e123d27 Stop abusing forward declarations. 2009-06-18 15:26:21 -04:00
67159043da Use G_BEGIN_DECLS / G_END_DECLS macros. 2009-06-18 12:56:51 -04:00
8771a6de35 More code cleanup. 2009-06-01 19:09:19 -04:00
6413227cef Whitespace cleanup. 2009-05-28 13:13:05 -04:00
fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
ffa17ed195 Fix compiler warnings in plugins. 2009-05-26 16:56:30 -04:00
f575a7626a Eliminate redundant E_ICON_SIZE_* enumeration. 2009-05-24 11:54:43 -04:00
087494c23e Adding the new file which was missed in earlier commit for resend feature. 2009-05-22 13:30:52 +05:30
1f65552d0d Bug 523216 – User-oriented plugin descriptions 2009-05-21 14:24:22 -04:00
3b94603700 Adds the resend feature to GroupWise features. 2009-05-21 14:10:36 +05:30
e4fa8fe104 Fix several types of pedantic compiler warnings. 2009-05-16 12:11:55 -04:00
d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
46344c7330 Fix distcheck errors. 2009-05-01 09:14:16 -04:00
71c5738707 Only #include specific libgnome[ui] headers; easier to track.
Stop including top-level libgnome[ui] headers -- <gnome.h>,
<libgnome/libgnome.h> and <libgnomeui/libgnomeui.h>.  Instead, include
specific header files so we can track them easier.

Also, remove several unshipped test programs.  Mostly ETable stuff.
2009-04-30 23:30:00 -04:00
b915f8b5bd More gnome-init cleanup for bug #567283. 2009-04-30 22:21:49 -04:00
0f7060ee7d Define .error files correctly and external-editor crash fix
** Fix for bug #561188
2009-04-27 11:34:11 +02:00
708696127f ** Fix for bug #541209
2009-01-21  Suman Manjunath  <msuman@novell.com>

        ** Fix for bug #541209

        ** Adapt to the new APIs from upstream libical. Changes made include
        using the "_r" counterpart for the following APIs:
        + icalproperty_as_ical_string ()
        + icalvalue_as_ical_string ()
        + icalcomponent_as_ical_string ()
        + icalparameter_as_ical_string ()
        + icaldurationtype_as_ical_string ()
        + icalenum_reqstat_code ()
        + icallangbind_property_eval_string ()
        + icallangbind_quote_as_ical ()
        + icalmime_text_end_part ()
        + icalperiodtype_as_ical_string ()
        + icalproperty_enum_to_string ()
        + icalproperty_get_parameter_as_string ()
        + icalproperty_get_value_as_string ()
        + icalproperty_get_property_name ()
        + icalrecurrencetype_as_string ()
        + icaltime_as_ical_string ()
        + icalreqstattype_as_string ()
        + icalvalue_binary_as_ical_string ()
        + icalvalue_int_as_ical_string ()
        + icalvalue_utcoffset_as_ical_string ()
        + icalvalue_string_as_ical_string ()
        + icalvalue_recur_as_ical_string ()
        + icalvalue_text_as_ical_string ()
        + icalvalue_attach_as_ical_string ()
        + icalvalue_duration_as_ical_string ()
        + icalvalue_date_as_ical_string ()
        + icalvalue_datetime_as_ical_string ()
        + icalvalue_float_as_ical_string ()
        + icalvalue_geo_as_ical_string ()
        + icalvalue_datetimeperiod_as_ical_string ()
        + icalvalue_period_as_ical_string ()
        + icalvalue_trigger_as_ical_string ()
        + icalvalue_as_ical_string ()


svn path=/trunk/; revision=37113
2009-01-21 06:42:45 +00:00
2d7b7292bc ** Fixes bug #567744
2009-01-14  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #567744

	* plugins/groupwise-features/proxy-login-dialog.glade:
	* plugins/groupwise-features/proxy-listing.glade:
	Comment attribute in property tag should be plural.
	e.g. <property comments="...">


svn path=/trunk/; revision=37074
2009-01-14 20:02:14 +00:00
c028a63bd8 ** Fix for bug bnc #435694
2008-12-29  Bharath Acharya  <abharath@novell.com>

       ** Fix for bug bnc #435694

       * mail-retract.c: (org_gnome_retract_message): Since we now add
       a bar, lets set the popup items right.

svn path=/trunk/; revision=36941
2008-12-29 06:13:41 +00:00
41a2b0c6e6 ** Fix for bug bnc #446286
2008-11-20  Bharath Acharya  <abharath@novell.com>

        ** Fix for bug bnc #446286

        * status-track.c: (track_status): Remove the header check as we
        do a e_gw_connection_get_item for tracking the status.

svn path=/trunk/; revision=36807
2008-11-20 06:24:45 +00:00
94cfee90c4 Fix proxy login dialog missing artwork issue
svn path=/trunk/; revision=36736
2008-11-04 10:00:38 +00:00
8cfaa650b1 Don't mix declarations and statements.
2008-10-17  Matthew Barnes  <mbarnes@redhat.com>

	* plugins/groupwise-features/send-options.c (org_gnome_send-options):
	Don't mix declarations and statements.


svn path=/trunk/; revision=36646
2008-10-17 21:36:50 +00:00
484f82addc Change licese from GPL to LGPL.
svn path=/trunk/; revision=36539
2008-10-03 09:24:07 +00:00
92255f70f3 Mark two forgotten strings for translation. Fixes bug #553070
2008-10-01  Gabor Kelemen  <kelemeng@gnome.hu>

	*  send-options.c: Mark two forgotten strings for translation. Fixes bug #553070

svn path=/trunk/; revision=36524
2008-10-01 10:02:42 +00:00
09eddb5ec7 Add translator comment to the occurrences of the Proxy term. Fixes bug
2008-10-01  Gabor Kelemen  <kelemeng@gnome.hu>

	* org-gnome-proxy-errors.xml:
	* org-gnome-proxy-login-errors.xml:
	* proxy.c:
	* proxy-listing.glade:
	* proxy-login-dialog.glade:
	Add translator comment to the occurrences of the Proxy term. Fixes bug #554297

svn path=/trunk/; revision=36523
2008-10-01 09:54:29 +00:00
aae003381a ** Fix for bug #511947
2008-10-01  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #511947

	* proxy-login.c: (proxy_login_get_cnc):
	Pass in optional parent for password dialog.
	* proxy-login.c: (proxy_soap_login), (proxy_login_update_tree),
	(org_gnome_proxy_account_login): Adapt to the above change and check
	for NULL values to prevent runtime warnings.


svn path=/trunk/; revision=36514
2008-10-01 07:37:47 +00:00
eb725acfbf ** Fix for bug #553148
2008-09-25  Philip Withnall  <philip@tecnocode.co.uk>

	** Fix for bug #553148

	* addressbook/gui/contact-editor/contact-editor.glade:
	* addressbook/gui/contact-editor/e-contact-editor-im.c:
	* composer/mail-composer.error.xml:
	* 
plugins/groupwise-account-setup/org-gnome-gw-account-setup.eplug.xml:
	* plugins/groupwise-features/org-gnome-compose-send-options.xml:
	* 
plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml:
	Standardise "GroupWise" usage in translatable strings.


svn path=/trunk/; revision=36453
2008-09-25 17:04:44 +00:00
762ac32d75 Change License from GPL to LGPL
svn path=/trunk/; revision=36443
2008-09-24 11:02:48 +00:00
de58c85843 ** Fixes bug #552851
2008-09-22  Philip Withnall  <philip@tecnocode.co.uk>

	** Fixes bug #552851

	* org-gnome-shared-folder.errors.xml:
	Add translator comments to the accept/decline strings, and 
improve
	some other strings in the file.


svn path=/trunk/; revision=36428
2008-09-22 22:32:52 +00:00
f9f3b67162 Change license from GPL to LGPL
svn path=/trunk/; revision=36381
2008-09-19 06:02:55 +00:00
b7fc5caefe License Changes from GPL to LGPL
svn path=/trunk/; revision=36313
2008-09-12 16:19:36 +00:00
14fa5c8a8c Change License from GPL to LGPL. 2nd batch.
More changes to come.

svn path=/trunk/; revision=36247
2008-09-02 16:25:53 +00:00
1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
aea2f5e983 ** Fixes bug #544861
2008-08-01  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #544861

	* org-gnome-proxy-login-errors.xml:
	Reword "invalid-user" error message.


svn path=/trunk/; revision=35879
2008-08-01 17:11:16 +00:00
764a1b7b00 ** Fix for bug #543756
2008-07-28  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #543756

	* org-gnome-shared-folder.errors.xml:
	* process-meeting.c: (process_meeting):
	Make question better translatable.


svn path=/trunk/; revision=35851
2008-07-28 07:32:54 +00:00
abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
3f7fbeb14a Multiple open dialogs is an usability issue and a potential HIG violation.
2008-06-20  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Multiple open dialogs is an usability issue
	and a potential HIG violation. 
	Thanks to Akhil for pointing out.



svn path=/trunk/; revision=35657
2008-06-20 10:45:46 +00:00
fff94b888b Check if cnc is valid before using it. Fixes a crash.
2008-06-20  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Check if cnc is valid before using it.
	Fixes a crash.



svn path=/trunk/; revision=35656
2008-06-20 10:37:08 +00:00
8b47322170 Ask the user if he really wants to retract mails. Re-arrange the menus a
2008-06-19  Sankar P  <psankar@novell.com>

	* mail-retract.c (retract_mail_settings):
	Ask the user if he really wants to retract mails.
	Re-arrange the menus a little for grouping related things.



svn path=/trunk/; revision=35653
2008-06-19 10:35:28 +00:00
4503c052d0 ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
2008-06-06  Matthew Barnes  <mbarnes@redhat.com>

	** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
	   GTK_DISABLE_SINGLE_INCLUDES defined.  (#536637)


svn path=/trunk/; revision=35606
2008-06-06 15:12:53 +00:00
e99e12428d ** Fixes bug #534360
2008-05-22  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #534360

	Migrate from deprecated GtkObject symbols to GObject equivalents.
	Touches over 150 files in all components; too many to list.


svn path=/trunk/; revision=35526
2008-05-22 17:27:48 +00:00