| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This only worked with the legacy IMAP backend, which has now been
removed per bug 665371.
|
|
|
|
| |
Let's not drag the old password keyfile along any further.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Evolution consists of entirely too many small utility libraries, which
increases linking and loading time, places a burden on higher layers of
the application (e.g. modules) which has to remember to link to all the
small in-tree utility libraries, and makes it difficult to generate API
documentation for these utility libraries in one Gtk-Doc module.
Merge the following utility libraries under the umbrella of libeutil,
and enforce a single-include policy on libeutil so we can reorganize
the files as desired without disrupting its pseudo-public API.
libemail-utils/libemail-utils.la
libevolution-utils/libevolution-utils.la
filter/libfilter.la
widgets/e-timezone-dialog/libetimezonedialog.la
widgets/menus/libmenus.la
widgets/misc/libemiscwidgets.la
widgets/table/libetable.la
widgets/text/libetext.la
This also merges libedataserverui from the Evolution-Data-Server module,
since Evolution is its only consumer nowadays, and I'd like to make some
improvements to those APIs without concern for backward-compatibility.
And finally, start a Gtk-Doc module for libeutil. It's going to be a
project just getting all the symbols _listed_ much less _documented_.
But the skeletal structure is in place and I'm off to a good start.
|
|
|
|
|
|
| |
This way it'll be possible to copy whole files if change in one
of them will be done. A real code reuse, rather than copy, would be
ideal, but the trust-prompt is just a module for evolution-user-prompter.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This was useful early in the kill-bonobo project when I was rewriting
EShell from scratch. Nowadays not so much. Drop it.
|
|
|
|
|
|
|
|
|
|
| |
The evolution-settings capplet was originally designed for Anjal, it was
used in MeeGo as part of the Express Mode effort, but doesn't really fit
in GNOME 3 nowadays (nor did it really fit in GNOME 2, in my opinion).
This is pretty clearly dead weight at this point. The MeeGo developers
have disappeared, and the remaining Evolution developers are not and do
not intend to maintain it. Plus it doesn't even build currently.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
audio-inline, itip-formatter, prefer-plain, tnef-attachments
and vcard-inline plugins were converted to modules so that they
can fit into concept of the new formatter.
Every module still installs .eplug file, because there is no
suitable API at the moment to register plugins to the plugins dialog
and to extend the Preferences dialog.
|
| |
|
|
|
|
|
|
| |
Registers the "On This Computer" backend in EBookSourceConfig widgets.
Replaces the 'addressbook-file' plugin.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
These libraries are bound for E-D-S so they live at the lowest layer of
Evolution for now -- even libeutil can link to them (but please don't).
This is the first step toward moving mail handing to a D-Bus service.
|
| |
|
|
|
|
|
|
| |
This is a regression from commit 451179909849, which removes the default
"Dismiss" action from each EAlert, but the EAlertDialog was using that
button to allow users to close it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3.
Account reordering is now done by drag-and-drop instead of up/down
buttons.
Turned out to be a wee bit more complicated than I initially thought.
This scraps EAccountManager and EAccountTreeView and replaces them with
new classes centered around EMailAccountStore, which EMailSession owns.
EMailAccountStore is the model behind the account list in Preferences.
The folder tree model now uses it to sort its own top-level rows using
gtk_tree_path_compare(). It also broadcasts account operations through
signals so we don't have to rely so heavily on EAccountList signals,
since EAccountList is going away soon.
Also as part of this work, the e-mail-local.h and e-mail-store.h APIs
have been merged into EMailSession and MailFolderCache.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This makes updating translation files using intltool-update work again.
|
| |
|
|
|
|
|
|
| |
The accessibility code for ECellText is unmaintained and crashes
constantly. I'm evicting it from our code base until someone takes
ownership of the libgal accessibility support and deals with it.
|
| |
|
| |
|
|
|
|
|
|
| |
This marks the end of unintrusive error dialogs, which were too
unintrusive. We now show errors directly in the main window using
the EAlert / EAlertSink framework.
|
|
|
|
|
|
|
|
|
| |
This module posts an alert to the first EShellWindow when starting
offline, and also posts an alert when the network connection drops.
We get frequent questions on the mailing list from users not realizing
Evolution is starting in offline mode, so this is meant to help address
that confusion.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It just doesn't belong in Evolution anymore. We don't support syncing
with more modern devices -- see Conduits or SyncEvolution for that -- so
it does not make sense for older model Palm Pilot PDAs to be the lone
exception.
I have repackaged the Evolution-Data-Server conduit modules to be
provided by gnome-pilot itself in bug #619315. This should provide
eqivalent Palm Pilot syncing functionality; it's just being moved to
gnome-pilot.
This completely severs our dependency on deprecated GNOME 2.x libraries
which were still being dragged in by way of gnome-pilot dependencies.
It was also interfereing with our bundling of libgnomecanvas.
|
|
|
|
|
|
| |
Both of these modules are deprecated and going away in GNOME 3 but we
still rely heavily on them for GnomeCalendar and ETable. So, welcome
to the island of unwanted libraries...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Convert the "startup-wizard" EPlugin to an EExtension, and fix up the
importing UI a bit (but it still needs a lot more love). Importing
progress is now shown directly in the GtkAssistant window.
Define a new EConfigItem type (E_CONFIG_PAGE_PROGRESS) for creating
progress pages in a GtkAssistant.
Also, change EMAccountEditor semantics slightly: you now have to call
e_config_create_window() manually after creating a new EMAccountEditor
instance. This allows extra EConfigItems (specifications for the window
content) to be added manually before the window is created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install evolution-alarm-notify in $(privlibexecdir) instead of
$(bindir).
- Set the X-GNOME-Bugzilla-Version in evolution-alarm-notify.desktop to
@BASE_VERSION@.x (patch was missing the .x suffix).
- Killed data/evolution.keys.in.in since it's full of CORBA cruft.
The MimeType field in evolution.desktop fills this role now.
- Copied the AS_AC_EXPAND macro from gnome-settings-daemon. The macro
sets up path-related substitutions for use in automake input files.
So for example AS_AC_EXPAND(PRIVLIBEXECDIR, "$privlibexecdir") in
configure.ac allows us to use @PRIVLIBEXECDIR@ in .desktop.in files.
- Simplified .desktop rules using gnome-settings-daemon as a guide.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add a map showing the location of contacts when possible.
It's disabled at the moment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c.
The widget provides a "charset" string property that allows us to bind
to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions()
to e-util/e-charset.c. Updated Glade files, #include lines, etc.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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 for bug #340783
* publish-format-fb.h: (publish_calendar_as_fb):
* publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* publish-format-ical.h: (publish_calendar_as_ical):
* publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
* publish-calendar.c: (publish), (publish_no_succ_info),
(publish_uri_async), (publish_online), (mount_ready_cb),
(mount_first), (add_timeout), (add_offset_timeout),
(online_state_changed), (publish_urls), (action_publish),
(error_queue_show_idle), (error_queue_add):
Show error or success to user in a UI.
|
|
|
|
|
|
|
|
| |
2009-01-29 Bharath Acharya <abharath@novell.com>
* POTFILES.in: Added plugins/pst-import/pst-importer.c
svn path=/trunk/; revision=37164
|
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Bharath Acharya <abharath@novell.com>
** Fix for bug #208426
* configure.in: Added support for importing .pst files into Evolution.
svn path=/trunk/; revision=37078
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Fix my last commit so l10n.gnome.org is happy.
svn path=/trunk/; revision=36959
|
|
|
|
|
|
|
|
|
| |
2008-12-30 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: add missing file (cf. bug #359010)
svn path=/trunk/; revision=36947
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove deleted file.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=36900
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* POTFILES.in: Add e-utils/*intrusive*.[ch]
svn path=/trunk/; revision=36888
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Srinivasa Ragavan <sragavan@novell.com>
* POTFILES.in: Added addressbook/gui/component/autocompletion-config.c
svn path=/trunk/; revision=36732
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-13 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #556191
* po/POTFILES.in: Remove org-gnome-mark-calendar-offline.eplug.xml
svn path=/trunk/; revision=36613
|
|
|
|
|
|
|
|
|
| |
2008-08-15 Milan Crha <mcrha@redhat.com>
* POTFILES.in: Added e-util/e-util.c there.
svn path=/trunk/; revision=35997
|
|
|
|
| |
svn path=/trunk/; revision=35905
|
|
|
|
| |
svn path=/trunk/; revision=35809
|
|
|
|
| |
svn path=/trunk/; revision=35808
|
|
|
|
|
|
|
|
|
| |
2008-07-20 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Updated file list.
svn path=/trunk/; revision=35785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-07-18 Bharath Acharya <abharath@novell.com>
** Fixes Bug #200147
Basic functionality implemented by Diego Escalante Urrelo
<diegoe@gnome.org> Everyone owes him a big mug of Beer for that.
** Added Templates plugin
* Makefile.am:
* apps-evolution-template-placeholders.schemas.in:
* org-gnome-templates.eplug.xml:
* templates.c:
* templates.glade:
svn path=/trunk/; revision=35780
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-25 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.glade: Marked strings for
translation.
remove "window1" string from translation.
2008-06-24 Ashish Shrivastava <shashish@novell.com>
* email-custom-header.c: (e_plugin_lib_get_configure_widget),
(org_gnome_email_custom_header_config_option):
Added Support for configuring gconf values.
* email-custom-header.glade:
Configure email-custom-header plugin within the plugin-manager.
* org-gnome-email-custom-header.eplug.xml: Add hook class
for Configure tab.
* Makefile.am: Add new file.(email-custom-header.glade).
svn path=/trunk/; revision=35774
|
|
|
|
| |
svn path=/trunk/; revision=35757
|
|
|
|
| |
svn path=/trunk/; revision=35682
|
|
|
|
|
|
|
|
|
| |
2008-06-10 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Added missing file.
svn path=/trunk/; revision=35623
|
|
|
|
|
|
|
|
|
| |
2008-05-23 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Fix this up.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35530
|
|
|
|
|
|
| |
Commit for Custom header support
svn path=/trunk/; revision=35510
|
|
|
|
|
|
|
|
|
| |
2008-05-14 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove obsolete file.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=35496
|
|
|
|
|
|
|
|
|
| |
2008-04-22 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Cater for some files that were moved.
* nb.po: Updated translation.
svn path=/trunk/; revision=35401
|
|
|
|
|
|
|
|
| |
2008-04-19 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add missing file.
svn path=/trunk/; revision=35386
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-02 Matthew Barnes <mbarnes@redhat.com>
** Merge the mbarnes-composer branch
* configure.in:
Bump libgtkhtml requirement to 3.19.1.
Add gtkhtml-editor dependency for addressbook, calendar and mail.
Remove print-message plugin; new composer implements this natively.
* tools/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/Makefile.am:
Remove CORBA rules for the old composer.
* addressbook/gui/widgets/eab-gui-util.c
(eab_send_to_contact_and_email_num_list),
(eab_send_contact_list_as_attachment):
Adapt to new Bonobo-less composer widget.
* calendar/gui/Makefile.am:
Remove CORBA rules for the old composer.
* calendar/gui/itip-utils.c (comp_from), (comp_to_list),
(comp_subject), (comp_content_type), (comp_filename),
(comp_description), (append_cal_attachments), (itip_send_comp),
(reply_to_calendar_comp):
Adapt to new Bonobo-less composer widget.
* composer/Makefile.am:
Remove CORBA rules for the old composer.
* composer/e-msg-composer.c:
* composer/e-msg-composer.h:
EMsgComposer is now a subclass of GtkhtmlEditor.
Extensive refactoring and cleanup, too much to list in detail.
* composer/e-composer-header.c:
* composer/e-composer-header.h:
Add "sensitive" property along with get/set functions.
* composer/e-composer-from-header.c:
* composer/e-composer-from-header.h:
Propagate "refreshed" signal from EAccountComboBox.
Add function e_composer_from_header_get_account_list().
* composer/e-composer-private.c:
* composer/e-composer-private.h:
New files manage composer's private data.
Allows other composer files to manipulate private data.
* composer/e-msg-composer-hdrs.c:
* composer/e-msg-composer-hdrs.h:
Remove these files; replaced by EComposerHeaderTable widget.
* composer/evolution-composer.c:
* composer/evolution-composer.h:
Remove these files; composer is now a subclass of GtkhtmlEditor.
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer-select-file.h:
Remove these files; logic moved to e-msg-composer.c.
* composer/listener.c:
* composer/listener.h:
Remove these files; event handlers moved to e-msg-composer.c.
* composer/Composer.idl:
* composer/Evolution-Composer.idl:
Remove these files; composer is no longer a Bonobo object.
* mail/em-composer-prefs (sig_edit_cb),
(em_composer_prefs_new_signature):
Adapt to new Bonobo-less signature editor.
* mail/mail-signature-editor.c:
* mail/mail-signature-editor.h:
Rewrite the signature editor as a subclass of GtkhtmlEditor.
Eliminates Bonobo from the equation.
* mail/em-composer-utils.c (composer_get_message),
(em_utils_composer_send_cb), (save_draft_done),
(em_utils_composer_save_draft_cb), (create_new_composer),
(em_utils_compose_new_message),
(em_utils_compose_new_message_with_mailto), (em_utils_post_to_folder),
(em_utils_post_to_url), (edit_message), (forward_attached),
(forward_non_attached), (reply_get_composer), (composer_set_body),
(em_utils_reply_to_message), (post_reply_to_message):
Adapt to new Bonobo-less composer.
* mail/mail-component-factory.c:
Composer is no longer needs a Bonobo factory.
* mail/mail-config.c:
Fix style pattern for EMsgComposer widgets.
* plugins/groupwise/mail-send-options.c
(org_gnome_composer_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/exchange-operations/Makefile.am:
Add EVOLUTION_MAIL_CFLAGS and EVOLUTION_MAIL_LIBS.
* plugins/exchange-operations/exchange-mail-send-options.c
(append_to_header), (org_gnome_exchange_send_options):
Adapt to streamlined EMsgComposer API.
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
Adapt to streamlined EMsgComposer API.
* po/POTFILES.in: Update file list for new composer.
* ui/evolution-composer-entries.xml:
Remove this file; obsoleted by new composer.
* widgets/misc/Makefile.am:
Add EVOLUTION_MAIL_LIBS.
* widgets/misc/e-account-combo-box.c:
* widgets/misc/e-account-combo-box.h:
New function e_account_combo_box_get_account_list().
Emit a "refreshed" signal when the EAccountList changes.
Add an internal reverse-lookup index.
* widgets/misc/e-charset-picker.c (e_charser_add_radio_actions):
New function adds radio actions to an action group.
Will eventually replace e_charset_picker_bonobo_ui_populate().
* widgets/misc/e-signature-combo-box.c:
* widgets/misc/e-signature-combo-box.h:
New function e_signature_combo_box_get_signature_list().
... separate issue ...
* configure.in:
Bump eds_minimum_version to 2.23.1 for
CAMEL_FOLDER_JUNKED_NOT_DELETED symbol.
svn path=/trunk/; revision=35313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #511957
* plugins/groupwise-features/org-gnome-proxy-login-errors.xml:
* plugins/groupwise-features/org-gnome-shared-folder.errors.xml:
* plugins/groupwise-features/org-gnome-proxy-errors.xml:
* plugins/groupwise-features/org-gnome-mail-retract-errors.xml:
Mark messages for translation.
* po/POTFILES.in:
Added plugins/groupwise-features/org-gnome-mail-retract-errors.xml.
svn path=/trunk/; revision=35269
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-11 Changwoo Ryu <cwryu@debian.org>
** Fix for bug #508282
* e-shell-window.c (switch_view):
* e-shell-view.c (impl_ShellView_setTitle): Mark the window title
for translation.
From po/ChangeLog
2008-01-11 Changwoo Ryu <cwryu@debian.org>
** Part of fix for bug #508282
* POTFILES.in: Add new file shell/e-shell-view.c
svn path=/trunk/; revision=34792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-10 Milan Crha <mcrha@redhat.com>
** Fix for bug #211353
* po/POTFILES.in: Added new file e-util/e-util-labels.c
* mail/filtertypes.xml:
* mail/vfoldertypes.xml:
* mail/em-folder-view.c:
* mail/em-folder-browser.c:
* mail/em-mailer-prefs.h:
* mail/em-mailer-prefs.c:
* mail/mail-config.h:
* mail/mail-config.c:
* mail/mail-config.glade:
* mail/message-list.c:
Label tags are now generated based on label name when creating, except
of first 5 labels. New menu option "New Label" in popup menu over
message list and editing of labels has been changed in Preferences.
Also renaming tab in Preferences for "Labels", not "Colors", and the
tab label too.
mail-config-label... functions was moved to e-util/e-util-labels.c/.h.
* mail/message-list.etspec: Normalized columns has been moved by one
when label column has been added.
* filter/filter-option.h:
* filter/filter-option.c: (filter_option_get_current),
(filter_option_remove_all): New functions to be able to refill options
even after initialization of the filter element.
* filter/filter-label.c: Added support to notify changes on labels in runtime
and use actual labels.
* e-util/Makefile.am:
* e-util/e-util-labels.h:
* e-util/e-util-labels.c: New files to work with labels.
svn path=/trunk/; revision=34788
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-09 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #492702
* configure.in: Just disable the dbus message part of mail
notification if dbus isn't there. Also remove new-mail-notify plugin.
svn path=/trunk/; revision=34784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-15 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
* plugins/mail-remote:
Just remove the mail-remote plugin altogether so we stop going
back and forth over whether the translatable files should be added
to POTFILES.in. We can always add it back once we get it working
again.
* po/POTFILES.in:
Remove the mail-remote files for good this time.
* mail/em-folder-tree-model.c (emft_model_unread_count_changed),
(emfolder_tree_model_set_unread_count):
Fix recently introduced compiler warnings.
* plugins/mail-remote:
Remove this plugin until it can be fixed.
* ui/evolution.xml:
Fix capitalization of "Download Messages..." (HIG 8.3.2).
svn path=/trunk/; revision=34706
|
|
|
|
|
|
|
|
|
| |
2007-12-08 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add missing files from mail-remote.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=34671
|
|
|
|
|
|
|
|
|
| |
2007-12-02 Matthew Barnes <mbarnes@redhat.com>
* POTFILES.in: Add new files, remove dead ones.
svn path=/trunk/; revision=34622
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-03 Matthew Barnes <mbarnes@redhat.com>
** Remove dead files from source control. The dates below
indicate when the file was removed from Makefile.am.
Fixes part of bug #478704.
* addressbook/printing/e-contact-print-envelope.c (Apr 2007)
* addressbook/printing/e-contact-print-envelope.h (Apr 2007)
* addressbook/tools/evolution-addressbook-abuse.c (May 2004)
* addressbook/tools/evolution-addressbook-import.c (no history)
* calendar/gui/dialogs/calendar-setup.glade (Nov 2004)
* calendar/gui/dialogs/meeting-page.etspec (Sep 2003)
* calendar/gui/dialogs/new-calendar.glade (Jan 2003)
* calendar/gui/dialogs/new-task-list.glade (Jan 2004)
* calendar/gui/dialogs/url-editor-dialog.c (Dec 2005)
* calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005)
* calendar/gui/dialogs/url-editor-dialog.h (Dec 2005)
* calendar/gui/e-pub-utils.c (Dec 2005)
* calendar/gui/e-pub-utils.h (Dec 2005)
* calendar/gui/gnome-calendar-conduit.png (May 2000)
* e-util/e-categories-master-list-wombat.c (Jun 2005)
* e-util/e-categories-master-list-wombat.h (Jun 2005)
* tools/evolution-launch-composer.c (Jun 2003)
* configure.in:
Remove plugins/mail-remote/Makefile from AC_OUTPUT.
Fixes a distcheck error.
* po/POTFILES.in: Remove files for mail-remote plugin.
svn path=/trunk/; revision=34487
|
|
|
|
|
|
|
|
| |
2007-10-31 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove e-entry.c here.
svn path=/trunk/; revision=34473
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Matthew Barnes <mbarnes@redhat.com>
* po/POTFILES.in:
Add files for external-editor and google-account-setup plugins.
svn path=/trunk/; revision=34439
|
|
|
|
|
|
|
|
|
|
| |
2007-09-30 Stéphane Raimbault <stephane.raimbault@gmail.com>
* POTFILES.in: Move GNOME_Evolution_Test.server.in.in and
evolution-test-component.c in test directory (not done by
revno 34235).
svn path=/trunk/; revision=34328
|
|
|
|
| |
svn path=/trunk/; revision=34316
|
|
|
|
|
|
|
|
|
| |
2007-08-20 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Reflect rename in a plugin.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=34045
|
|
|
|
| |
svn path=/trunk/; revision=33987
|
|
|
|
|
|
|
|
|
| |
2007-07-28 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: add two missing files.
svn path=/trunk/; revision=33866
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-24 Johnny Jacob <jjohnny@novell.com>
** Fixes 459251
* POTFILES.in : Added new files with translatable strings.
svn path=/trunk/; revision=33838
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-15 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #447727
* po/POTFILES.in: Remove e-clipped-label.c
* mail/mail-send-recv.c:
* shell/e-shell-folder-title-bar.c:
* widgets/misc/e-info-label.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/misc/e-task-bar.c:
Use ellipsized GtkLabels instead of EClippedLabels.
* widgets/misc/e-clipped-label.[ch]:
Remove these files. GTK+ provides this functionality now.
* widgets/misc/Makefile.am:
Remove e-clipped-label.[ch].
svn path=/trunk/; revision=33680
|
|
|
|
|
|
|
|
|
| |
2007-06-13 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: add missing files. Fixes bug #444548.
svn path=/trunk/; revision=33669
|
|
|
|
| |
svn path=/trunk/; revision=33646
|
|
|
|
| |
svn path=/trunk/; revision=33604
|
|
|
|
| |
svn path=/trunk/; revision=33581
|
|
|
|
|
|
|
|
|
| |
2007-05-25 Stéphane Raimbault <stephane.raimbault@gmail.com>
* po/POTFILES.in:
Remove eggtrayicon.c
svn path=/trunk/; revision=33579
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-19 Matthew Barnes <mbarnes@redhat.com>
* POTFILES.in:
* POTFILES.skip:
Move files that have translations but are not shipped to
POTFILES.skip. Patch from Philip Withnall. (#436985)
* plugins/mail-notification/Makefile.am:
Fix a couple distcheck errors.
svn path=/trunk/; revision=33559
|
|
|
|
| |
svn path=/trunk/; revision=33545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #337616
* Makefile.am:
Add --disable-scrollkeeper to DISTCHECK_CONFIGURE_FLAGS.
* addressbook/Makefile.am:
* calendar/gui/Makefile.am:
* mail/Makefile.am:
* plugins/bogo-junk-plugins/Makefile.am:
* plugins/default-mailer/Makefile.am:
* shell/Makefile.am:
Add $(schema_DATA) to DISTCLEANFILES.
* plugins/bogo-junk-plugins/org-gnome-bogo-junk-plugin.eplug.in:
Rename as org-gnome-bogo-junk-plugin.eplug.xml.
* plugins/caldav/Makefile.am:
* plugins/import-ics-attachments/Makefile.am:
* plugins/publish-calendar/Makefile.am:
Add "eplug" file to CLEANFILES.
* plugins/mail-remote/Makefile.am:
Add "eplug.xml" file to EXTRA_DIST.
* po/POTFILES.in: Don't translate files we no longer ship.
svn path=/trunk/; revision=33521
|
|
|
|
| |
svn path=/trunk/; revision=33441
|
|
|
|
| |
svn path=/trunk/; revision=33426
|
|
|
|
| |
svn path=/trunk/; revision=33369
|
|
|
|
| |
svn path=/trunk/; revision=33157
|
|
|
|
| |
svn path=/trunk/; revision=33152
|
|
|
|
|
|
|
|
| |
* sv.po: Updated Swedish translation.
* POTFILES.in: Added missing files.
svn path=/trunk/; revision=33142
|
|
|
|
|
|
|
|
|
| |
2006-10-16 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Add two files here.
* nb.po: Update the translation.
svn path=/trunk/; revision=32893
|
|
|
|
| |
svn path=/trunk/; revision=32393
|
|
|
|
| |
svn path=/trunk/; revision=32074
|
|
|
|
|
|
|
|
|
| |
2006-01-31 Theppitak Karoonboonyanan <thep@linux.thai.net>
* POTFILES.in: Removed a non-existing file.
* th.po: Updated Thai translation.
svn path=/trunk/; revision=31386
|
|
|
|
|
|
|
|
|
|
| |
2006-01-30 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove non-existing file and add a few missing ones.
* nb.po: Update Norwegian bokmål translation.
* no.po: Same.
svn path=/trunk/; revision=31374
|
|
|
|
|
|
|
|
| |
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* POTFILES.in: Added missing file calendar/gui/review.c.
svn path=/trunk/; revision=31347
|
|
|
|
|
|
|
|
|
| |
2006-01-28 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing file.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=31336
|
|
|
|
|
|
|
|
|
| |
2006-01-19 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing file.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=31247
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=31220
|
|
|
|
|
|
|
|
| |
2006-01-15 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=31187
|
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove non-existant file.
* nb.po: Updated Norwegian bokmål translation.
* no.po: Same
svn path=/trunk/; revision=31010
|
|
|
|
| |
svn path=/trunk/; revision=30950
|
|
|
|
|
|
|
|
|
| |
2005-12-23 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30945
|
|
|
|
| |
svn path=/trunk/; revision=30870
|
|
|
|
| |
svn path=/trunk/; revision=30764
|
|
|
|
|
|
|
|
|
| |
2005-12-03 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing file.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30714
|
|
|
|
|
|
|
|
|
| |
2005-11-17 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Add a half-dozen missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30635
|
|
|
|
|
|
|
|
|
| |
2005-10-19 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added a number of missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30540
|
|
|
|
|
|
|
|
| |
2005-09-30 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30454
|
|
|
|
| |
svn path=/trunk/; revision=30189
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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-08 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=30030
|
|
|
|
|
|
|
|
|
| |
2005-08-03 Adam Weinberger <adamw@gnome.org>
* POTFILES.in: Added missing files.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29973
|
|
|
|
|
|
|
|
|
| |
2005-07-23 Adam Weinberger <adamw@gnome.org>
* POTFILES.in, POTFILES.skip: Added many files, sorted.
* en_CA.po: Updated Canadian English translation.
svn path=/trunk/; revision=29858
|
|
|
|
|
|
|
|
|
|
| |
2005-07-22 Shakti Sen <shprasad@novell.com>
* POTFILES.in :
added plugins/exchange-operations/org-gnome-exchange-*-subscription.xml
files.
svn path=/trunk/; revision=29847
|
|
|
|
|
|
|
|
|
| |
2005-07-19 Sankar P <psankar@novell.com>
* configure.in : Removed the proxy and proxy-login plugins as they are
merged into the groupwise-features plugin.
svn path=/trunk/; revision=29805
|
|
|
|
|
|
|
|
|
| |
2005-07-19 Vivek Jain <jvivek@novell.com>
* POTFILES.in : added plugins/groupwise-features/junk-mail
files
svn path=/trunk/; revision=29797
|
|
|
|
|
|
|
|
| |
2005-07-16 Sarfraaz Ahmed <asarfraaz@novell.com>
* POTFILES.in : Added missing exchange files.
svn path=/trunk/; revision=29780
|
|
|
|
|
|
|
|
|
| |
2005-07-15 Shreyas Srinivasan <sshreyas@novell.com>
*plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml
: Add file for translation.
svn path=/trunk/; revision=29775
|
|
|
|
| |
svn path=/trunk/; revision=29725
|
|
|
|
|
|
|
|
| |
2005-07-11 Vivek Jain <jvivek@novell.com>
* POTFILES.in : relocated camel-gw-listener.c
svn path=/trunk/; revision=29717
|
|
|
|
|
|
|
|
| |
2005-07-11 Sankar P <psankar@novell.com>
* POTFILES.in : Added the proxy.c file to the list.
svn path=/trunk/; revision=29713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-10 Shreyas Srinivasan <sshreyas@novell.com>
* configure.in: Add mail-account-disable, proxy, proxy-login and
groupwise-account-setup to the plugin list.
* plugins/proxy/*: Plugin to implement Proxy assignment on a
groupwise account.
* plugins/proxy-login/*: Plugin to implement Proxy Login on a
groupwise account.
* plugins/mail-account-disable/*: Plugin to add Disable/ Proxy
Logout to a store menu on right click.
* plugins/groupwise-account-setup/*: Make the
camel-groupwise-listener load on startup.
* plugins/groupwise-features/*: Remove the
camel-groupwise-listener code as it runs in a different plugin.
* po/POTFILES.in: Add files which need to be translated.
svn path=/trunk/; revision=29700
|
|
|
|
|
|
|
|
|
| |
2005-07-07 Vivek Jain <jvivek@novell.com>
* POTFILES.in : updated with the changed location of
em-junk-filter.c
svn path=/trunk/; revision=29663
|
|
|
|
|
|
|
|
|
|
| |
2005-06-28 Kaushal Kumar <kakumar@novell.com>
* POTFILES.in: Added the remaining relevant gal files.
* POTFILES.skip: Added the gal files which need to be skipped.
svn path=/trunk/; revision=29601
|
|
|
|
|
|
|
|
|
| |
2005-06-27 Sarfraaz Ahmed <asarfraaz@novell.com>
* POTFILES.in : Added the new exchange plugin files.
* POTFILES.skip : Updated the old files here.
svn path=/trunk/; revision=29597
|
|
|
|
|
|
|
|
|
|
| |
2005-06-21 Not Zed <NotZed@Ximian.com>
* POTFILES.in: added all the new gal widgets & a couple of other
missing files. re-sorted properly (it wasn't). *.po: merged in
gal strings and updated (many strings no longer exist).
svn path=/trunk/; revision=29559
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-28 Abel Cheung <maddog@linuxhall.org>
* POTFILES.in:
plugins/groupwise-features/org-gnome-shared-folder.error.xml ->
plugins/groupwise-features/org-gnome-shared-folder.errors.xml
widgets/misc/e-error.c -> e-util/e-error.c
svn path=/trunk/; revision=29420
|
|
|
|
|
|
|
|
|
|
|
| |
2005-05-23 Vivek Jain <jvivek@novell.com>
* POTFILES.in: replaced shared-folder/
send-options/ groupwise-send-options/
groupwise-account-setup/ with groupwise-features/
added plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml
svn path=/trunk/; revision=29402
|
|
|
|
|
|
|
|
|
| |
2005-05-19 Vivek Jain <jvivek@novell.com>
* POTFILES.in: Added
plugins/print-message/org-gnome-print-message.eplug.xml
svn path=/trunk/; revision=29389
|
|
|
|
|
|
|
|
|
|
| |
2005-05-16 Not Zed <NotZed@Ximian.com>
* POTFILES.in: moved widgets/misc/e-system-errors to
e-util/e-system.error. Moved shell error file.
Moved calendar error file. filter error file.
svn path=/trunk/; revision=29368
|
|
|
|
|
|
|
|
| |
2005-05-06 Not Zed <NotZed@Ximian.com>
* POTFILES.in: handle renamed error files.
svn path=/trunk/; revision=29308
|
|
|
|
|
|
|
|
| |
2005-05-06 Not Zed <NotZed@Ximian.com>
* POTFILES.in: updates for plugins.
svn path=/trunk/; revision=29305
|
|
|
|
|
|
|
|
| |
2005-04-29 JP Rosevear <jpr@novell.com>
* POTFILES.in: remove dead files
svn path=/trunk/; revision=29246
|
|
|
|
|
|
|
|
|
| |
2005-03-22 Christian Rose <menthos@menthos.com>
* POTFILES.in: Added missing file entry.
* sv.po: Updated Swedish translation.
svn path=/trunk/; revision=29087
|
|
|
|
|
|
|
|
| |
2005-02-23 JP Rosevear <jpr@novell.com>
* POTFILES.in: e-passwords moved to e-d-s
svn path=/trunk/; revision=28873
|
|
|
|
|
|
|
|
| |
2005-02-10 Christian Rose <menthos@menthos.com>
* POTFILES.in: Sorted and added missing file entry.
svn path=/trunk/; revision=28771
|
|
|
|
| |
svn path=/trunk/; revision=28611
|
|
|
|
|
|
|
|
|
|
| |
2005-01-28 JP Rosevear <jpr@novell.com>
Fixes #71930
* POTFILES.in: add missing e-error files
svn path=/trunk/; revision=28608
|
|
|
|
| |
svn path=/trunk/; revision=28544
|
|
|
|
| |
svn path=/trunk/; revision=28506
|
|
|
|
| |
svn path=/trunk/; revision=28350
|
|
|
|
|
|
|
|
|
| |
2005-01-05 Rodney Dawes <dobey@novell.com>
* POTFILES.in: Remove mail-errors.xml (the .h belongs here, not the
straight .xml currently)
svn path=/trunk/; revision=28246
|
|
|
|
|
|
|
|
| |
<jpr@novell.com>
* POTFILES.in: remove dead files
svn path=/trunk/; revision=28240
|
|
|
|
| |
svn path=/trunk/; revision=28199
|
|
|
|
|
|
|
|
| |
2004-12-15 Rodney Dawes <dobey@novellcom>
* POTFILES.in: Remove mail-account-gui.c
svn path=/trunk/; revision=28130
|
|
|
|
|
|
|
|
| |
2004-12-10 Rodney Dawes <dobey@novell.com>
* POTFILES.in: Back out additional change to use shell-errors.xml.in
svn path=/trunk/; revision=28108
|
|
|
|
|
|
|
|
| |
2004-12-10 Rodney Dawes <dobey@novell.com>
* POTFILES.in: Remove e-destination.c
svn path=/trunk/; revision=28107
|
|
|
|
|
|
|
|
|
| |
* POTFILES.in:
Removed mail/mail-account-editor.c
Removed mail/mail-config-druid.c
They are no longer available.
svn path=/trunk/; revision=28061
|
|
|
|
|
|
|
|
| |
2004-08-02 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
svn path=/trunk/; revision=26803
|
|
|
|
|
|
| |
* POTFILES.in: Removed e-utils/e-pilot-settings.c
svn path=/trunk/; revision=26801
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-07-02 JP Rosevear <jpr@novell.com>
* configure.in: bump version, requirements
2004-07-02 JP Rosevaer <jpr@novell.com>
* Makefile.am (SUBDIRS): Revert previous error change
svn path=/trunk/; revision=26583
|
|
|
|
|
|
|
|
|
| |
2004-06-29 Christian Rose <menthos@menthos.com>
* POTFILES.in: Removed non-existing .h files, added missing
files, sorted the whole thing.
svn path=/trunk/; revision=26548
|
|
|
|
|
|
|
|
|
| |
2004-06-28 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Update this.
* no.po: Update this too.
svn path=/trunk/; revision=26543
|
|
|
|
|
|
|
|
| |
2004-06-25 Rodney Dawes <dobey@novell.com>
* POTFILES.in: Update for removed files
svn path=/trunk/; revision=26522
|
|
|
|
|
|
|
|
| |
2004-06-23 Rodney Dawes <dobey@novell.com>
* POTFILES.in: Update for removed files
svn path=/trunk/; revision=26484
|
|
|
|
|
|
|
|
| |
2004-06-18 Jeffrey Stedfast <fejj@novell.com>
* POTFILES.in: Added error.xml.h files
svn path=/trunk/; revision=26427
|
|
|
|
|
|
|
|
| |
2004-06-18 Jeffrey Stedfast <fejj@ximian.com>
* POTFILES.in: Added filter-errors.xml.h
svn path=/trunk/; revision=26418
|
|
|
|
|
|
|
|
| |
2004-06-18 Not Zed <NotZed@Ximian.com>
* POTFILES.in: fix up for mail glade ifle changes.
svn path=/trunk/; revision=26410
|
|
|
|
|
|
|
|
| |
2004-06-17 Not Zed <NotZed@Ximian.com>
* POTFILES.in: moved the filter files around.
svn path=/trunk/; revision=26381
|
|
|
|
|
|
|
| |
* en_CA.po: Updated Canadian English translation.
* POTFILES.in: Correct path error.
svn path=/trunk/; revision=26298
|
|
|
|
|
|
| |
* POTFILES.in: Update for removed files
svn path=/trunk/; revision=26293
|