Commit Graph

111 Commits

Author SHA1 Message Date
Matthew Barnes 42e75c9162 Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. 2009-06-30 17:20:23 -04:00
Matthew Barnes 547e123d27 Stop abusing forward declarations. 2009-06-18 15:26:21 -04:00
Matthew Barnes 8771a6de35 More code cleanup. 2009-06-01 19:09:19 -04:00
Matthew Barnes fad4af8a3d Prefer GLib basic types over C types. 2009-05-28 12:13:23 -04:00
Matthew Barnes 6f5464f34c Remove trailing whitespace, again. 2009-05-28 12:13:22 -04:00
Matthew Barnes 1868c9e675 Fix compiler warnings in smime. 2009-05-25 23:52:08 -04:00
Matthew Barnes e4fa8fe104 Fix several types of pedantic compiler warnings. 2009-05-16 12:11:55 -04:00
Matthew Barnes d523f10dfe Use Behdad's brilliant git.mk to generate .gitignore files. 2009-05-02 11:37:10 -04:00
Matthew Barnes 4ce3d9c321 Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this
file will be removed when the kill-bonobo branch is merged.
2009-04-30 22:05:37 -04:00
Milan Crha 8a072ffc7c GN-bug #572348 - Removed deprecated Gtk+ symbols
Some still left, because those gone in kill-bonobo branch.
2009-04-24 11:45:21 +02:00
Matthew Barnes e42f276527 Bug 577929 – Consolidate marshallers
Consolidate all marshalling specifications to e-util/e-marshal.list.
This reduces code duplication and makes it slightly easier to locate
unused marshallers.
2009-04-23 10:02:07 -04:00
Matthew Barnes 035c9fbfa8 ** Remove a bunch of juvenile comments. Source code should look
2009-04-12  Matthew Barnes  <mbarnes@redhat.com>

	** Remove a bunch of juvenile comments.  Source code should
	   look professional, even if some developers are not.


svn path=/trunk/; revision=37514
2009-04-12 05:58:10 +00:00
Milan Crha 7b76c88e4d ** Fix for bug #539002
2009-04-07  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #539002

	* gui/certificate-manager.c: (load_certs):
	Show all other certificates in a contact tab.


svn path=/trunk/; revision=37500
2009-04-07 12:11:12 +00:00
Milan Crha f8d913a688 ** Fix for bug #529745
2009-04-07  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #529745

	* gui/certificate-manager.c: (import_your), (import_contact):
	Add more file types in a file filter.


svn path=/trunk/; revision=37499
2009-04-07 12:08:30 +00:00
Milan Crha 6c721ffaeb ** Fix for bug #572975
2009-02-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #572975

	* gui/smime-ui.glade: Center dialogs.
	* gui/certificate-manager.c: (import_your), (import_contact),
	(import_ca): Destroy file chooser dialog early enough to not have
	hidden any other windows below it.


svn path=/trunk/; revision=37333
2009-02-25 11:28:08 +00:00
Sankarasivasubramanian Pasupathilingam 3fa5c34a8f License changes
svn path=/trunk/; revision=36583
2008-10-10 05:09:27 +00:00
Michael Meeks 9b2f1c77d2 esthetic license header cleans, and fix e-pkcs12
svn path=/trunk/; revision=36264
2008-09-06 15:32:10 +00:00
Sankarasivasubramanian Pasupathilingam 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
Sankarasivasubramanian Pasupathilingam 1bad915150 License Changes
svn path=/trunk/; revision=36116
2008-08-27 10:33:22 +00:00
Jeffrey Stedfast abda2bda85 updated novell copyright notices (left others alone)
svn path=/trunk/; revision=35665
2008-06-20 22:26:57 +00:00
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes e0d5ae3e97 ** Fixes bug #513951
2008-03-11  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #513951

	* addressbook/gui/component/addressbook-component.c (ensure_sources):
	* addressbook/gui/component/addressbook-migrate.c (addressbook_migrate):
	* calendar/gui/cal-search-bar.c (cal_search_bar_construct):
	* calendar/gui/migration.c (create_calendar_sources),
	(create_task_sources), (migrate_calendars), (migrate_tasks),
	(create_memo_sources):
	* calendar/gui/e-memos.c (e_memos_setup_view_menus):
	* calendar/gui/tasks-component.c (ensure_sources):
	* calendar/gui/gnome-cal.c (gnome_calendar_setup_view_menus):
	* calendar/gui/calendar-component.c (ensure_sources):
	* calendar/gui/memos-component.c (ensure_sources):
	* mail/mail-config.c (gconf_mime_types_changed):
	Adapt to new meaning of xxx_component_peek_base_directory().

	* addressbook/gui/component/addressbook-component.c
	(addressbook_component_init):
	* addressbook/gui/component/addressbook-migrate.c (create_groups):
	* calendar/gui/tasks-component.c (tasks_component_init):
	* calendar/gui/calendar-component.c (calendar_component_init):
	* calendar/gui/memos-component.c (memos_component_init):
	* composer/e-msg-composer.c (autosave_manager_query_load_orphans),
	(autosave_init_file):
	* e-util/e-mktemp.c (get_dir):
	* e-util/e-util.c (get_lock_filename):
	* mail/mail-component.c:
	* plugins/face/face.c (org_gnome_composer_face):
	* smime/lib/e-cert-db.c (initialize_nss):
	Use e_get_user_data_dir() instead of constructing the full path.

	* calendar/gui/migration.c (add_gw_esource):
	* composer/e-msg-composer.c (e_msg-composer_unrealize),
	(e_msg_composer_set_view_from), (e_msg_composer_set_view_replyto),
	(e_msg_composer_set_view_to), (e_msg_composer_set_view_postto),
	(e_msg_composer_set_view_cc), (e_msg_composer_set_view_bcc):
	* e-util/e-util.c (e_file_update_save_path), (e_file_get_save_path):
	Emit warnings if saving to GConf fails.

	* e-util/e-util.c (e_get_user_data_dir):
	New function returns the base directory for Evolution user data.
	This should be the /only/ place in the application where this
	directory is hard-coded.


svn path=/trunk/; revision=35175
2008-03-11 15:20:59 +00:00
Matthew Barnes 9e4fcb29cf ** Remove trailing whitespace from source code.
2007-11-14  Matthew Barnes  <mbarnes@redhat.com>

	** Remove trailing whitespace from source code.


svn path=/trunk/; revision=34537
2007-11-14 22:04:21 +00:00
Matthew Barnes b32649a94c ** Fixes bug #437579
2007-10-09  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #437579

	* addressbook/conduit/address-conduit.c:
	* addressbook/gui/component/addressbook-config.c:
	* addressbook/gui/contact-editor/e-contact-editor.c:
	* addressbook/gui/widgets/eab-gui-util.c:
	* calendar/conduits/calendar/calendar-conduit.c:
	* calendar/conduits/memo/memo-conduit.c:
	* calendar/conduits/todo/todo-conduit.c:
	* calendar/gui/dialogs/alarm-dialog.c:
	* calendar/gui/dialogs/event-page.c:
	* calendar/gui/dialogs/memo-page.c:
	* calendar/gui/dialogs/task-page.c:
	* calendar/gui/e-day-view-layout.c:
	* calendar/gui/e-day-view-layout.h:
	* calendar/gui/print.c:
	* e-util/e-pilot-map.c:
	* e-util/e-plugin.c:
	* e-util/e-profile-event.c:
	* e-util/e-signature.c:
	* filter/filter-file.c:
	* mail/e-searching-tokenizer.c:
	* mail/em-folder-browser.c:
	* mail/em-format-html.c:
	* mail/em-format-view.c:
	* mail/em-format.c:
	* mail/em-mailer-prefs.c:
	* mail/em-mailer-prefs.h:
	* mail/mail-session.c:
	* mail/mail-session.h:
	* mail/mail-vfolder.c:
	* mail/message-list.c:
	* plugins/bbdb/bbdb.c:
	* plugins/bbdb/gaimbuddies.c:
	* plugins/calendar-http/calendar-http.c:
	* plugins/exchange-operations/exchange-user-dialog.c:
	* plugins/face/face.c:
	* shell/e-shell-window.c:
	* shell/e-shell.c:
	* smime/lib/e-cert-db.c:
	* tools/killev.c:
	* widgets/misc/e-cursors.c:
	* widgets/misc/e-spinner.c:
	* widgets/misc/e-unicode.c:
	* widgets/table/e-table-field-chooser-item.c:
	* widgets/table/e-table-header-item.c:
	* widgets/table/e-table-header-item.h:
	* widgets/table/e-table-header-utils.c:
	* widgets/table/e-table.c:
	* widgets/text/e-text.c:
	Fix various compiler warnings.  Patch from Milan Crha.


svn path=/trunk/; revision=34368
2007-10-10 04:54:36 +00:00
Matthew Barnes 5ad1bf8506 Remove the --enable-file-chooser configure option.
GtkFileChooser has been around since 2004.

svn path=/trunk/; revision=34257
2007-09-14 15:29:05 +00:00
Srinivasa Ragavan ea3061eb06 ** Fix for bug #471791
svn path=/trunk/; revision=34215
2007-09-10 10:57:41 +00:00
Matthew Barnes 8e47917e8c Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02  Matthew Barnes  <mbarnes@redhat.com>

	* Update FSF address in header comments (#469886).
	  Patch from Tobias Mueller.


svn path=/trunk/; revision=34151
2007-09-02 04:19:22 +00:00
Milan Crha cc1f27817b 2007-08-31 mcrha Fix for bug #378759
svn path=/trunk/; revision=34144
2007-08-31 06:09:09 +00:00
Hiroyuki Ikezoe e0b92a2aaa ** Fix for bug #455799
2007-08-04  Hiroyuki Ikezoe  <poincare@ikezoe.net>

	** Fix for bug #455799

	Remove all .cvsignore and update svn:ignore porperty in whole
	directories.


svn path=/trunk/; revision=33945
2007-08-03 23:52:01 +00:00
Andre Klapper 49caaeeafa calendar/gui/dialogs/memo-page.glade:
2007-07-31  Andre Klapper  <a9016009@gmx.de>

	* calendar/gui/dialogs/schedule-page.glade:
	calendar/gui/dialogs/memo-page.glade:
	calendar/gui/dialogs/meeting-page.glade:
	calendar/gui/dialogs/task-page.glade:
	calendar/gui/dialogs/task-details-page.glade:
	calendar/gui/dialogs/cal-prefs-dialog.glade:
	calendar/gui/dialogs/event-page.glade:
	calendar/gui/e-itip-control.glade:
	smime/gui/smime-ui.glade:
	filter/filter.glade:
	plugins/attachment-reminder/attachment-reminder.glade:
	plugins/imap-features/imap-headers.glade:
	plugins/exchange-operations/exchange-permissions-dialog.glade:
	plugins/publish-calendar/publish-calendar.glade:
	remove "window1" string from translation


svn path=/trunk/; revision=33913
2007-07-31 02:49:09 +00:00
Matthew Barnes 08de5e9e14 Collect all the required package versions in one place and explicitly
2007-07-27  Matthew Barnes  <mbarnes@redhat.com>

	* configure.in:
	Collect all the required package versions in one place and
	explicitly require GTK+ 2.10 or higher.  (#380354)

        * Adapt various Makefile.am files.


svn path=/trunk/; revision=33863
2007-07-27 16:42:11 +00:00
Srinivasa Ragavan 54a9260f69 Fix for version removal from installed files.
svn path=/trunk/; revision=33646
2007-06-03 14:50:35 +00:00
Srinivasa Ragavan 6b03aee314 Fix for bug #396645
svn path=/trunk/; revision=33437
2007-04-20 05:22:04 +00:00
Matthew Barnes 64977cb1bc Massive code cleanup (bug #429422)
svn path=/trunk/; revision=33432
2007-04-19 18:53:33 +00:00
Matthew Barnes cba3097cad ** Fixes bug #419524
2007-03-20  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #419524

	* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.

	* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
	* mail/em-migrate.c (emm_setup_initial):
	* shell/e-component-registry.c (query_components):
	* shell/e-shell-settings-dialog.c (load_pages):
	* shell/e-shell-window-commands.c (command_quick_reference):
	* tools/killev.c (main):
	Use g_get_language_names() instead of gnome_i18n_get_language_list().

	* e-util/e-util.c: Remove e_gettext().

	* e-util/Makefile.am: Remove e-i18n.h.


svn path=/trunk/; revision=33319
2007-03-20 17:23:58 +00:00
Kjartan Maraas 8f0374166d Initialize a pointer to NULL and cast away a warning. bug #332101. Fix
2006-10-01  Kjartan Maraas  <kmaraas@gnome.org>

	* lib/e-asn1-object.c: (build_from_der): Initialize a pointer
	to NULL and cast away a warning. bug #332101.
	* lib/e-pkcs12.c: (prompt_for_password), (nickname_collision):
	Fix some signed/unsigned warnings. bug #332101.

svn path=/trunk/; revision=32840
2006-10-01 11:49:27 +00:00
Andre Klapper fe6ce719e4 changed window focus. Fixes bug #266828.
2006-08-21  Andre Klapper  <a9016009@gmx.de>

	* smime-ui.glade:
	changed window focus. Fixes bug #266828.

svn path=/trunk/; revision=32620
2006-08-21 18:21:35 +00:00
Veerapuram Varadhan 261d697aed ** Fixes #334848
* lib/e-pkcs12.c (prompt_for_password):
        * gui/component.c (smime_pk11_passwd), (smime_pk11_change_passwd):
        Do not pass NULL for the domain parameter of
        e_passwords_ask_password.

svn path=/trunk/; revision=32451
2006-07-31 11:08:17 +00:00
Tor Lillqvist a7426478fa On Win32, NSS wants filenames in system codepage, so convert UTF-8
2006-06-15  Tor Lillqvist  <tml@novell.com>

	* lib/e-cert-db.c (initialize_nss): On Win32, NSS wants filenames
	in system codepage, so convert UTF-8 filename to system codepage.

svn path=/trunk/; revision=32157
2006-06-15 14:28:48 +00:00
Tor Lillqvist 6ef5fe427f On Win32, don't bother to attempt looking in Unix paths like /usr/lib or
2006-01-30  Tor Lillqvist  <tml@novell.com>

	* lib/e-cert-db.c (install_loadable_roots): On Win32, don't bother
	to attempt looking in Unix paths like /usr/lib or /opt/mozilla
	for Mozilla's nssckbi module. If necessary, add code later to look
	up the installation path of Mozilla or Firefox from the Registry.

svn path=/trunk/; revision=31382
2006-01-30 18:44:23 +00:00
Kjartan Maraas 1c0c36fc8f Remove unused code. Use #ifdef instead of #if some places. Add missing
2006-01-29  Kjartan Maraas <kmaraas@gnome.org>

	* gui/cert-trust-dialog.c: (ctd_response):
	* gui/certificate-viewer.c: (fill_in_general):
	* gui/component.c:
	* lib/e-cert-db.c: (initialize_nss), (default_nickname):
	* lib/e-cert-db.h:
	* lib/e-cert.c: (create_tbs_certificate_asn1_struct):
	* lib/e-pkcs12.c: (import_from_file_helper):
	Remove unused code. Use #ifdef instead of #if some places.
	Add missing header.

svn path=/trunk/; revision=31368
2006-01-30 11:50:47 +00:00
Andre Klapper fe9e00b044 removed string "dialog1" from translation. Fixes bug 306118.
2006-01-27  Andre Klapper <a9016009@gmx.de>
	* plugins/groupwise-features/proxy-listing.glade:
	* plugins/publish-calendar/publish-calendar.glade:
	* smime/gui/smime-ui.glade:
	* widgets/table/e-table-config.glade:
	* widgets/table/e-table-config-no-group.glade:
	removed string "dialog1" from translation. Fixes bug 306118.

svn path=/trunk/; revision=31326
2006-01-27 15:12:53 +00:00
Simon Zheng 8c075ee8ff Fix for 325748. Add an search path which can be automatically retrieved
2006-01-11  Simon Zheng  <simon.zheng@sun.com>

        Fix for 325748.
        * lib/e-cert-db.c: (install_loadable_roots): Add an search path
        which can be automatically retrieved when running configure.

svn path=/trunk/; revision=31128
2006-01-11 04:32:40 +00:00
Simon Zheng bb85229d0b use e_utf8_strftime() in evolution-data-server/
2006-01-10  Simon Zheng  <simon.zheng@sun.com>

        * lib/e-cert.c:use e_utf8_strftime() in evolution-data-server/
        libedataserver/e-data-server-util.c instead of the copy in
        evolution/e-util/e-util.c.

svn path=/trunk/; revision=31121
2006-01-10 08:14:12 +00:00
Andre Klapper c5b4b66072 marked LDAP specific strings as not translatable. Fixes bug 273076.
2006-01-06  Andre Klapper <a9016009@gmx.de>
	* lib/e-cert-c: marked LDAP specific strings as not translatable.
	  Fixes bug 273076.

svn path=/trunk/; revision=31086
2006-01-06 14:10:33 +00:00
Harish Krishnaswamy 06a16e8c65 Do not set the sort column before the model is initialized. This is done
2006-01-02  Harish Krishnaswamy  <kharish@novell.com>

* gui/certificate-manager.c: (initialize_yourcerts_ui):
Do not set the sort column before the model is initialized.
This is done later by the function unload_certs.
Fixes #325472 (critical warning crasher).

svn path=/trunk/; revision=31015
2006-01-02 06:19:54 +00:00
Tor Lillqvist a831a31bef lib/e-cert-db.c Use gstdio wrappers. Open file in binary mode.
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* lib/e-cert-db.c
	* lib/e-pkcs12.c: Use gstdio wrappers. Open file in binary mode.

svn path=/trunk/; revision=30858
2005-12-18 08:36:11 +00:00
Tor Lillqvist bc7c7799f0 gui/ca-trust-dialog.c (ca_trust_dialog_show) gui/cert-trust-dialog.c
2005-12-18  Tor Lillqvist  <tml@novell.com>

	* gui/ca-trust-dialog.c (ca_trust_dialog_show)
	* gui/cert-trust-dialog.c (cert_trust_dialog_show)
	* gui/certificate-manager.c (certificate_manager_config_control_new)
	* gui/certificate-viewer.c (certificate_viewer_show)
	* gui/e-cert-selector.c (e_cert_selector_new):
	Construct glade file pathname at run-time.

svn path=/trunk/; revision=30857
2005-12-18 08:34:08 +00:00
Mengjie Yu c2dc17d84b Add reserved field for an empty structure.
2005-07-28  Mengjie Yu  <meng-jie.yu@sun.com>

        * lib/e-cert-db.c:
        Add reserved field for an empty structure.

        Fixes #311837

svn path=/trunk/; revision=29923
2005-07-29 04:38:40 +00:00