aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/external-editor
Commit message (Collapse)AuthorAgeFilesLines
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-3/+3
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-8/+30
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-11/+13
|
* Bug #586076 - [external-editor] Pass cursor pos to vimMilan Crha2009-08-111-14/+61
|
* Kill EMMenu and EMPopup.Matthew Barnes2009-08-101-1/+0
| | | | | Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
* Fix excessive whitespace.Matthew Barnes2009-07-141-1/+0
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+8
|\
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
| |
| * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-052-2/+4
| |
| * More code cleanup.Matthew Barnes2009-06-021-4/+4
| |
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-4/+4
| |
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
| |
* | Radically reorganize source code.Matthew Barnes2009-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* | Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-092-2/+4
| |
* | More code cleanup.Matthew Barnes2009-06-021-4/+4
| |
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-4/+4
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-221-1/+1
|\| | | | | | | | | | | | | | | | | Conflicts: plugins/audio-inline/org-gnome-audio-inline.eplug.xml plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml plugins/mark-all-read/org-gnome-mark-all-read.eplug.xml plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml plugins/select-one-source/org-gnome-select-one-source.eplug.xml
| * Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-1/+1
| |
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-10/+9
|/ | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* Fix a build break in external-editor plugin.Matthew Barnes2009-05-051-0/+1
|
* Fix an eplug typo.Matthew Barnes2009-05-051-1/+1
|
* Re-mark some metadata strings for translationMatthew Barnes2009-05-051-2/+2
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Fix distcheck errors.Matthew Barnes2009-05-011-17/+0
|
* External Editor rewrite by Holger Macht. Fixes #567145Holger Macht2009-04-286-165/+300
|
* Define .error files correctly and external-editor crash fixMilan Crha2009-04-274-71/+89
| | | | ** Fix for bug #561188
* Windows port by Fridrich Strba.Tor Lillqvist2009-01-293-2/+28
| | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> Windows port by Fridrich Strba. * Makefile.am: Use -no-undefined and link with more libraries on Windows. * external-editor.c: Check HAVE_SYS_WAIT_H. svn path=/trunk/; revision=37150
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-272-1/+28
| | | | svn path=/trunk/; revision=36116
* ** Fixes bug #517151Matthew Barnes2008-08-022-1/+8
| | | | | | | | | | | | 2008-08-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #517151 * org-gnome-external-editor.xml: Give a mnemonic to "Composer in External Editor". svn path=/trunk/; revision=35887
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-6/+5
| | | | | | | | | | 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
* Added new files deleted files not needed.Sankar P2008-04-176-55/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Sankar P <psankar@novell.com> * Makefile.am: Added new files deleted files not needed. * external-editor.c: (convert_to_camel_internet_address), (ee_editor_command_changed), (e_plugin_lib_get_configure_widget), (async_external_editor), (show_composer_dialog), (org_gnome_external_editor): Leak fixes, Temporary files, Bug fixes and so on. * org-gnome-external-editor-errors.xml: Modified error file for staying aligned with other plugins * apps-evolution-external-editor.schemas.in: Added new file for default schema * org-gnome-external-editor.error.xml: Removed in favor of the other errors file. ** Fix for bug #517168 svn path=/trunk/; revision=35373
* ** Part of fix for bug #515744Milan Crha2008-02-182-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-18 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #515744 * addressbook/gui/component/addressbook-migrate.c: (get_source_name): * plugins/groupwise-features/send-options.c: (get_source): * plugins/groupwise-features/share-folder-common.c: (get_container_id): * plugins/groupwise-features/install-shared.c: (install_folder_response): * plugins/external-editor/external-editor.c: (convert_to_camel_internet_address), (org_gnome_external_editor): * plugins/itip-formatter/itip-formatter.c: (idle_open_cb): * mail/em-folder-view.c: (emfv_setup_view_instance): * mail/mail-component.c: (impl_finalize): * mail/message-list.c: (ml_tree_value_at): * composer/e-msg-composer.c: (drop_action): * e-util/e-config.c: (ep_finalise): Use proper member to free. * widgets/misc/e-cursors.c: (e_cursors_init): * widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month): * calendar/gui/dialogs/comp-editor.c: (drop_action): * calendar/gui/calendar-config.c: (calendar_config_get_hide_completed_tasks_sexp): * calendar/gui/comp-editor-factory.c: (edit_existing): * calendar/gui/e-day-view.c: (e_day_view_reshape_long_event), (e_day_view_on_top_canvas_drag_data_received): * calendar/gui/e-day-view-main-item.c: (e_day_view_main_item_draw_events_in_vbars), (e_day_view_main_item_draw_long_events_in_vbars): * calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event): * calendar/gui/e-cal-model.c: (redo_queries): * calendar/gui/e-calendar-table.c: (e_calendar_table_open_task): * calendar/gui/e-memo-table.c: (open_memo): * calendar/gui/print.c: (print_todo_details): * calendar/gui/migration.c: (get_source_name): Memory leak fix. * calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things. svn path=/trunk/; revision=35044
* Committed on behalf of Denis Washington <denisw@svn.gnome.org>Sankar P2007-12-043-2/+11
| | | | | | | | | | | | | | | 2007-12-04 Sankar P <psankar@novell.com> * Committed on behalf of Denis Washington <denisw@svn.gnome.org> ** Fix for bug #496298 * org-gnome-external-editor.eplug.xml: * org-gnome-external-editor.xml: Change mails to messages. svn path=/trunk/; revision=34635
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-4/+4
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Added new plugins external-editor, which will make it possible to use anSankar P2007-10-256-0/+255
2007-10-25 Sankar P <psankar@novell.com> * configure.in: * plugins/external-editor: Added new plugins external-editor, which will make it possible to use an external editor as the mail composer. svn path=/trunk/; revision=34423