aboutsummaryrefslogtreecommitdiffstats
path: root/po/POTFILES.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove nautilus-sendto integration.Matthew Barnes2013-07-081-1/+0
| | | | | | | | nautilus-sendto has been stripped of its usefulness in GNOME 3.8. It no longer has a UI of its own, it just immediately spawns a mail client with a set of files as attachment arguments for a new message. There's no reason for Evolution to be invoking it anymore.
* Remove GalViewFactory subclasses for calendar views.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalViewFactoryMinicard.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalViewFactoryEtable.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalViewNewDialog.Matthew Barnes2013-07-061-2/+0
| | | | No longer user.
* Remove GalDefineViewsModel.Matthew Barnes2013-07-061-1/+0
| | | | No longer used.
* Remove GalDefineViewsDialog.Matthew Barnes2013-07-061-2/+0
| | | | No longer used.
* Updated POTFILES.inPiotr Drąg2013-07-031-0/+1
|
* Add EMailPrintConfigHeaders.Matthew Barnes2013-06-081-0/+1
| | | | | | | | | | | | | | | | This splits the print dialog's "Headers" tab into a separate widget. EMailPrintConfigHeaders takes an EMailPartHeaders and displays its print model, which is a representation of all message headers (except subject) with an on/off flag for each. The headers can be toggled and reordered, and the changes are written back to the print model. During printing, EMailFormatterPrintHeaders uses the same print model to determine which headers to show and in what order (except subject). This approach is much saner than the old method, which was trying to manipulate WebKitWebView DOM directly to toggle and reorder headers. This approach also happens to work, whereas the old method did not.
* EMailPartHeaders: Add a "default-headers" property.Matthew Barnes2013-06-081-0/+1
| | | | | | | | | This will replace the headers API in EMailFormatter. Need a more permanent place for headers since EMailFormatter is too disposable. Also add an ESettingsMailPartHeaders class, which binds the new property to the "show-headers" setting with a suitable mapping function to filter out disabled header names.
* Bug #555130 - Redesign task editorMilan Crha2013-06-061-2/+0
|
* Remove deleted fileKjartan Maraas2013-06-031-1/+0
|
* Updated POTFILES.inVadim Rutkovsky2013-05-201-3/+4
|
* Merge [mark-all-read] plugin into core codeMilan Crha2013-05-041-2/+0
| | | | | | During fixes on bug #602428, rather than do everything twice, I merged the plugin into the core code, thus it should be easier to maintain as well.
* Updated POTFILES.inPiotr Drąg2013-04-291-1/+0
|
* Update POTFILES.in.Matthew Barnes2013-04-171-1/+0
|
* Updated POTFILES.inPiotr Drąg2013-03-101-1/+0
|
* Add EClientCache.Matthew Barnes2013-02-171-0/+1
| | | | | | | | | | | | | | | New class to help reduce code duplication and centralize some EClient handling policies. Benefits: - EClient instances can be shared across the entire application. - Centralized rebroadcasting of "backend-died" and "backend-error" signals emitted from cached EClient instances. - Automatic cache invalidation when backends crash. The EClient is discarded, and a new instance is created on the next request.
* Updated POTFILES.inPiotr Drąg2013-01-011-1/+1
|
* Remove the "imap-features" module.Matthew Barnes2012-12-241-1/+0
| | | | | This only worked with the legacy IMAP backend, which has now been removed per bug 665371.
* e-util: Remove e-passwords-win32.c.Matthew Barnes2012-12-141-1/+0
| | | | Let's not drag the old password keyfile along any further.
* Update POTFILES.in.Matthew Barnes2012-12-131-109/+122
|
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Use the same certificate-viewer as the trust-prompt from edsMilan Crha2012-12-121-0/+1
| | | | | | 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.
* Updated POTFILES.inPiotr Drąg2012-10-161-2/+0
|
* Updated POTFILES.inPiotr Drąg2012-10-131-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-09-191-1/+0
|
* Bug #549819 - Cannot specify a custom sendmail programMilan Crha2012-09-181-0/+1
|
* Remove test EShellBackend module.Matthew Barnes2012-08-251-1/+0
| | | | | This was useful early in the kill-bonobo project when I was rewriting EShell from scratch. Nowadays not so much. Drop it.
* Remove the settings capplet.Matthew Barnes2012-08-111-6/+0
| | | | | | | | | | 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.
* Updated POTFILES.inPiotr Drąg2012-07-251-1/+3
|
* Updated POTFILES.inPiotr Drąg2012-07-141-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-06-271-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-06-201-2/+0
|
* Remove the last remaining usage of GConfMilan Crha2012-06-151-13/+1
|
* Updated POTFILES.inPiotr Drąg2012-06-151-12/+12
|
* Mail formatter rewrite - convert some plugins to modulesDan Vrátil2012-06-061-16/+37
| | | | | | | | | | 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.
* Update po/POTFILES.in.Matthew Barnes2012-06-031-33/+53
|
* Add 'book-config-local' module.Matthew Barnes2012-06-031-1/+0
| | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
* Adapt widgets/misc to the new ESource API.Matthew Barnes2012-06-031-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-05-101-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-04-081-1/+0
|
* Updated POTFILES.inPiotr Drąg2012-03-291-1/+5
|
* Updated POTFILES.inPiotr Drąg2012-03-041-6/+6
|
* Add missing fileKjartan Maraas2012-01-251-0/+1
|
* Updated POTFILES.inPiotr Drąg2012-01-221-0/+1
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-10/+11
| | | | | | | 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.
* Bug #353743 - Add Print button to meeting notification dialogMilan Crha2012-01-031-4/+4
|
* Make sure EAlertDialog has at least one button, to be able to closed itMilan Crha2011-12-231-0/+1
| | | | | | 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.
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-5/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* Updated POTFILES.inPiotr Drąg2011-11-291-1/+0
|
* Updated POTFILES.inPiotr Drąg2011-11-241-53/+70
|
* Split MDN handling into a module.Matthew Barnes2011-11-221-0/+2
|
* Updated POTFILES.inPiotr Drąg2011-11-101-1/+0
|
* Remove missing fileSeán de Búrca2011-09-271-1/+0
|
* Updated POTFILES.inPiotr Drąg2011-07-181-18/+16
|
* Updated POTFILES.inPiotr Drąg2011-07-101-0/+2
|
* Bug #646442 - [mail-to-task] Edit event details before adding to calendarDan Vrátil2011-06-231-1/+0
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-1/+0
|
* Bug #642557 - Display maps in contact previewDan Vrátil2011-06-021-2/+2
|
* Bug #649392 - Improve calendar's "Goto" dialog and move it to dialogsDan Vrátil2011-05-161-2/+2
|
* Remove groupwise-features files from POTFILES.in.Matthew Barnes2011-05-091-27/+0
|
* Remove no longer existing files from POTFILES.inWouter Bolsterlee2011-03-301-2/+0
| | | | This makes updating translation files using intltool-update work again.
* Fix distcheck error.Matthew Barnes2011-01-301-1/+0
|
* Drop accessibility support for ECellText.Matthew Barnes2010-11-111-1/+0
| | | | | | 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.
* Fix distcheck errors.EVOLUTION_2_91_2Matthew Barnes2010-11-081-5/+3
|
* Update POTFILES.in.Matthew Barnes2010-11-011-0/+1
|
* Send errors to an EAlertSink instead of the task bar.Matthew Barnes2010-10-191-3/+0
| | | | | | 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.
* Add an EOfflineAlert module.Matthew Barnes2010-10-191-0/+1
| | | | | | | | | 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.
* Update POTFILES.in.Matthew Barnes2010-10-141-1/+4
|
* Fix distcheck errors.EVOLUTION_2_91_0Matthew Barnes2010-10-051-1/+1
|
* Update to make l10n.gnome.org happy. Fixes bug #629787.Andre Klapper2010-09-161-4/+1
|
* Add the new ui file to POTFILES.inBharath Acharya2010-09-161-0/+1
|
* Update POTFILES.in.Matthew Barnes2010-09-041-1/+0
|
* Update POTFILES.in.Matthew Barnes2010-08-031-0/+1
|
* Migrate from CamelException to GError.Matthew Barnes2010-07-091-0/+2
|
* Add missing files to po/POTFILES.in.Matthew Barnes2010-06-301-0/+2
|
* Don't bother translating GnomeCanvas GObject properties.Matthew Barnes2010-06-201-3/+0
|
* Remove gnome-pilot integration.Matthew Barnes2010-06-161-5/+0
| | | | | | | | | | | | | | | | 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.
* Embed libart_lgpl and libgnomecanvas.Matthew Barnes2010-06-141-0/+3
| | | | | | 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 "startup-wizard" to an EExtension.Matthew Barnes2010-06-031-2/+1
| | | | | | | | | | | | | | 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.
* Bug 617865 - Various data file cleanupsMatthew Barnes2010-05-181-1/+0
| | | | | | | | | | | | | | | | | | | - 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.
* Fix distcheck errors.Matthew Barnes2010-05-181-3/+2
|
* Fix distcheck errors.Matthew Barnes2010-04-071-2/+0
|
* Bug #261062 - Do not translate untranslatable textsMilan Crha2010-04-021-1/+0
|
* Fix POTFILEs to include capplet.Srinivasa Ragavan2010-03-141-0/+9
|
* Move some ESource-plugin common code to e-plugin-util.h/.cMilan Crha2010-02-041-0/+1
|
* Move e-search-bar around.Kjartan Maraas2010-01-201-1/+1
|
* Fix this upKjartan Maraas2010-01-071-1/+2
|
* Fix distcheck errors.Matthew Barnes2009-12-191-0/+2
|
* Update thisKjartan Maraas2009-12-161-1/+2
|
* Bug #591938 - Update translator's commentsMilan Crha2009-12-101-2/+0
|
* Adding new file to POTFILES.in (from commit to bug #359755)Milan Crha2009-12-081-0/+1
|
* Update thisKjartan Maraas2009-12-051-1/+1
|
* Bug #361156 - contacts-map pluginCedric Bosdonnat2009-11-271-0/+2
| | | | | Add a map showing the location of contacts when possible. It's disabled at the moment.
* Add gettext/glade prefix before ui files in POTFILES.inClaude Paroz2009-11-221-37/+37
|
* Remove unused files after GtkBuilder mergeMilan Crha2009-11-181-8/+0
|
* Updated POTFILES.in/skip after GTKBuilder migrationClaude Paroz2009-11-171-43/+46
|
* Fix distcheck errors.Matthew Barnes2009-11-121-2/+3
|
* Fix distcheck errors.Matthew Barnes2009-10-301-8/+8
|
* Fix distcheck errors.Matthew Barnes2009-10-241-0/+4
|
* Bug #456240 - Move exchange plugin to exchange packageMilan Crha2009-10-021-16/+0
| | | | Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
* Fix distcheck errors.Matthew Barnes2009-09-301-1/+1
|
* Bug #593609 - Have buildable exchange-operations plugin againMilan Crha2009-09-251-13/+0
|
* Fix distcheck errors.Matthew Barnes2009-09-231-0/+1
|
* GN-bug #593617 - GroupWise plugins are not builtMilan Crha2009-09-231-2/+1
|
* Kill the ipod-sync plugin, along with the HAL dependency.Matthew Barnes2009-09-221-3/+0
|
* Fix distcheck errors.Matthew Barnes2009-09-201-0/+5
|
* Fix a distcheck error.Matthew Barnes2009-09-191-1/+0
|
* Fix distcheck errors.Matthew Barnes2009-09-091-6/+0
|
* Finish killing Bonobo.Matthew Barnes2009-09-091-1/+2
|
* Get the publish-calendar plugin working.Milan Crha2009-09-021-1/+0
|
* Fix distcheck errors.Matthew Barnes2009-08-301-7/+6
|
* Fix distcheck error.Matthew Barnes2009-08-281-0/+1
|
* Fix distcheck error.Matthew Barnes2009-08-231-1/+0
|
* Fix a distcheck error.Matthew Barnes2009-08-191-1/+0
|
* Get the backup-restore plugin working.Matthew Barnes2009-08-121-1/+0
|
* Fix distcheck errors.Matthew Barnes2009-08-121-6/+1
|
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-0/+1
|
* Fix distcheck errors.Matthew Barnes2009-08-111-0/+1
|
* Merge commit 'EVOLUTION_2_27_5' into kill-bonoboMatthew Barnes2009-07-281-0/+2
|\
| * Fix distcheck error.EVOLUTION_2_27_5Matthew Barnes2009-07-271-0/+1
| |
| * Adding org-gnome-process-meeting.error.xml to POTFILES.inChenthill Palanisamy2009-07-221-0/+1
| |
| * Fix a "make check" error.Matthew Barnes2009-07-071-1/+0
| |
| * Fix "make check" errors.Matthew Barnes2009-06-201-1/+2
| |
| * Fix make check error.Matthew Barnes2009-06-141-0/+1
| |
| * Fix "make check" errors.Matthew Barnes2009-05-241-1/+3
| |
* | Fix distcheck errors.Matthew Barnes2009-07-281-0/+9
| |
* | Fix distcheck errors.Matthew Barnes2009-07-141-0/+2
| |
* | Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-1/+2
| | | | | | | | | | | | | | 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.
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-4/+1
| |
* | Radically reorganize source code.Matthew Barnes2009-06-251-56/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 "make distcheck" errors.Matthew Barnes2009-06-201-30/+0
| |
* | Fix "make check" errors.Matthew Barnes2009-05-251-68/+101
|/
* Add e-attachment-handler-sendto.c to POTFILES.in.Matthew Barnes2009-05-171-0/+1
|
* Delist removed Glade files from POTFILES.in.Matthew Barnes2009-05-031-2/+0
|
* Fix distcheck errors.Matthew Barnes2009-05-011-1/+0
|
* Update POTFILES.in with removed and newly added filesMilan Crha2009-04-301-21/+15
|
* Show error or success to user with publish-calendar pluginMilan Crha2009-04-251-0/+2
| | | | | | | | | | | | | | | ** 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.
* Added plugins/pst-import/pst-importer.cBharath Acharya2009-01-291-0/+1
| | | | | | | | 2009-01-29 Bharath Acharya <abharath@novell.com> * POTFILES.in: Added plugins/pst-import/pst-importer.c svn path=/trunk/; revision=37164
* ** Fix for bug #208426Bharath Acharya2009-01-151-0/+1
| | | | | | | | | | 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
* Fix my last commit so l10n.gnome.org is happy.Andre Klapper2009-01-021-1/+1
| | | | | | | | | 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
* add missing file (cf. bug #359010)Andre Klapper2008-12-301-0/+1
| | | | | | | | | 2008-12-30 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add missing file (cf. bug #359010) svn path=/trunk/; revision=36947
* Remove deleted file. Updated Norwegian bokmål translation.Kjartan Maraas2008-12-161-1/+0
| | | | | | | | | 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
* Add e-utils/*intrusive*.[ch]Srinivasa Ragavan2008-12-151-0/+2
| | | | | | | | 2008-12-15 Srinivasa Ragavan <sragavan@novell.com> * POTFILES.in: Add e-utils/*intrusive*.[ch] svn path=/trunk/; revision=36888
* Added addressbook/gui/component/autocompletion-config.cSrinivasa Ragavan2008-11-041-0/+1
| | | | | | | | | | 2008-11-03 Srinivasa Ragavan <sragavan@novell.com> * POTFILES.in: Added addressbook/gui/component/autocompletion-config.c svn path=/trunk/; revision=36732
* ** Fixes bug #556191Matthew Barnes2008-10-141-1/+0
| | | | | | | | | | | 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
* Added e-util/e-util.c there.Milan Crha2008-08-151-0/+1
| | | | | | | | | 2008-08-15 Milan Crha <mcrha@redhat.com> * POTFILES.in: Added e-util/e-util.c there. svn path=/trunk/; revision=35997
* Updated Galician translationIgnacio Casal Quinteiro2008-08-051-0/+2
| | | | svn path=/trunk/; revision=35905
* Fixed a typo.Johnny Jacob2008-07-221-1/+1
| | | | svn path=/trunk/; revision=35809
* Included more files to POTFILES.inJohnny Jacob2008-07-211-0/+2
| | | | svn path=/trunk/; revision=35808
* Updated file list.Andre Klapper2008-07-211-1/+1
| | | | | | | | | 2008-07-20 Andre Klapper <a9016009@gmx.de> * POTFILES.in: Updated file list. svn path=/trunk/; revision=35785
* ** Fixes Bug #200147Bharath Acharya2008-07-211-0/+4
| | | | | | | | | | | | | | | | | | | 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
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | 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
* Fixed POTFILES.in so l10n.gnome.org can update statsGil Forcada Codinachs2008-07-191-6/+0
| | | | svn path=/trunk/; revision=35757
* Added files for translation.Johnny Jacob2008-06-241-0/+3
| | | | svn path=/trunk/; revision=35682
* Added missing file.Andre Klapper2008-06-101-0/+1
| | | | | | | | | 2008-06-10 Andre Klapper <a9016009@gmx.de> * POTFILES.in: Added missing file. svn path=/trunk/; revision=35623
* Fix this up. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-231-3/+3
| | | | | | | | | 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
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-191-0/+4
| | | | | | Commit for Custom header support svn path=/trunk/; revision=35510
* Remove obsolete file. Updated Norwegian bokmål translation.Kjartan Maraas2008-05-141-1/+0
| | | | | | | | | 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
* Cater for some files that were moved. Updated translation.Kjartan Maraas2008-04-231-1/+1
| | | | | | | | | 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
* Add missing file.Kjartan Maraas2008-04-191-0/+1
| | | | | | | | 2008-04-19 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing file. svn path=/trunk/; revision=35386
* Added new files deleted files not needed.Sankar P2008-04-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Merge the mbarnes-composer branchMatthew Barnes2008-04-031-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fix for bug #511957Milan Crha2008-03-271-0/+1
| | | | | | | | | | | | | | | | | | 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
* From shell/ChangeLogChangwoo Ryu2008-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* ** Fix for bug #211353Milan Crha2008-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* ** Fix for bug #492702Srinivasa Ragavan2008-01-091-2/+0
| | | | | | | | | | | | | 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
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add missing files from mail-remote. Updated Norwegian bokmål translation.Kjartan Maraas2007-12-081-0/+4
| | | | | | | | | 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
* Add new files, remove dead ones.Matthew Barnes2007-12-021-1/+4
| | | | | | | | | 2007-12-02 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: Add new files, remove dead ones. svn path=/trunk/; revision=34622
* ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-031-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Remove e-entry.c here.Kjartan Maraas2007-11-011-1/+0
| | | | | | | | 2007-10-31 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove e-entry.c here. svn path=/trunk/; revision=34473
* Add files for external-editor and google-account-setup plugins.Matthew Barnes2007-10-271-0/+4
| | | | | | | | | | 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
* Move GNOME_Evolution_Test.server.in.in and evolution-test-component.c inStéphane Raimbault2007-10-011-2/+2
| | | | | | | | | | 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
* 2007-09-27 mcrha Fix for bug #479716 (needs run autogen.sh)Milan Crha2007-09-271-1/+0
| | | | svn path=/trunk/; revision=34316
* Reflect rename in a plugin. Updated Norwegian bokmål translation.Kjartan Maraas2007-08-201-1/+1
| | | | | | | | | 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
* Fixed/Marked attachment-reminder strings for translation.Johnny Jacob2007-08-121-0/+1
| | | | svn path=/trunk/; revision=33987
* add two missing files.Andre Klapper2007-07-281-0/+2
| | | | | | | | | 2007-07-28 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add two missing files. svn path=/trunk/; revision=33866
* ** Fixes 459251Johnny Jacob2007-07-261-0/+6
| | | | | | | | | | | 2007-07-24 Johnny Jacob <jjohnny@novell.com> ** Fixes 459251 * POTFILES.in : Added new files with translatable strings. svn path=/trunk/; revision=33838
* ** Fixes bug #447727Matthew Barnes2007-06-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | 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
* add missing files. Fixes bug #444548.Andre Klapper2007-06-131-0/+3
| | | | | | | | | 2007-06-13 Andre Klapper <a9016009@gmx.de> * POTFILES.in: add missing files. Fixes bug #444548. svn path=/trunk/; revision=33669
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-8/+7
| | | | svn path=/trunk/; revision=33646
* Fix for bug #440741Srinivasa Ragavan2007-05-301-0/+1
| | | | svn path=/trunk/; revision=33604
* sv.po: Updated Swedish translationDaniel Nylander2007-05-271-0/+1
| | | | svn path=/trunk/; revision=33581
* Remove eggtrayicon.cStéphane Raimbault2007-05-261-1/+0
| | | | | | | | | 2007-05-25 Stéphane Raimbault <stephane.raimbault@gmail.com> * po/POTFILES.in: Remove eggtrayicon.c svn path=/trunk/; revision=33579
* Move files that have translations but are not shipped to POTFILES.skip.Matthew Barnes2007-05-201-84/+68
| | | | | | | | | | | | | | | 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
* sv.po: Updated Swedish translationDaniel Nylander2007-05-141-0/+18
| | | | svn path=/trunk/; revision=33545
* ** Fixes part of bug #337616Matthew Barnes2007-05-131-23/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sv.po: Updated Swedish translationDaniel Nylander2007-04-211-71/+73
| | | | svn path=/trunk/; revision=33441
* POTFILES.in: Added missing filesDaniel Nylander2007-04-161-3/+5
| | | | svn path=/trunk/; revision=33426
* Add bogofilter part of translation.Srinivasa Ragavan2007-04-031-0/+2
| | | | svn path=/trunk/; revision=33369
* sv.po: Swedish translation updatedDaniel Nylander2007-01-281-0/+2
| | | | svn path=/trunk/; revision=33157
* Mark strings as translatable. See bug #399381 for details.Nickolay V. Shmyrev2007-01-271-0/+1
| | | | svn path=/trunk/; revision=33152
* Updated Swedish translation. Added missing files.Daniel Nylander2007-01-231-0/+4
| | | | | | | | * sv.po: Updated Swedish translation. * POTFILES.in: Added missing files. svn path=/trunk/; revision=33142
* Add two files here. Update the translation.Kjartan Maraas2006-10-161-0/+2
| | | | | | | | | 2006-10-16 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add two files here. * nb.po: Update the translation. svn path=/trunk/; revision=32893
* Added missing files into POTFILES.in.Funda Wang2006-07-231-0/+2
| | | | svn path=/trunk/; revision=32393
* Removed obsolete files from POTFILES.in.Funda Wang2006-06-041-2/+1
| | | | svn path=/trunk/; revision=32074
* Removed a non-existing file. Updated Thai translation.Theppitak Karoonboonyanan2006-01-311-1/+0
| | | | | | | | | 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
* Remove non-existing file and add a few missing ones. Update NorwegianKjartan Maraas2006-01-301-1/+2
| | | | | | | | | | 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
* Added missing file calendar/gui/review.c.Harish Krishnaswamy2006-01-301-0/+1
| | | | | | | | 2006-01-30 Harish Krishnaswamy <kharish@novell.com> * POTFILES.in: Added missing file calendar/gui/review.c. svn path=/trunk/; revision=31347
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-291-0/+1
| | | | | | | | | 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
* Added missing file. Updated Canadian English translation.Adam Weinberger2006-01-201-0/+1
| | | | | | | | | 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
* Added missing files. Updated Canadian English translation.Adam Weinberger2006-01-171-0/+2
| | | | | | | | | 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
* Updated Canadian English translation.Adam Weinberger2006-01-161-0/+2
| | | | | | | | 2006-01-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=31187
* Remove non-existant file. Updated Norwegian bokmål translation. SameKjartan Maraas2006-01-021-1/+0
| | | | | | | | | | 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
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-251-0/+6
| | | | svn path=/trunk/; revision=30950
* Added missing files. Updated Canadian English translation.Adam Weinberger2005-12-231-0/+3
| | | | | | | | | 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
* Removed obsolete files.Funda Wang2005-12-181-2/+0
| | | | svn path=/trunk/; revision=30870
* Removed the pruned files from POTFILES.inChenthill Palanisamy2005-12-131-2/+0
| | | | svn path=/trunk/; revision=30764
* Added missing file. Updated Canadian English translation.Adam Weinberger2005-12-041-0/+1
| | | | | | | | | 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
* Add a half-dozen missing files. Updated Canadian English translation.Adam Weinberger2005-11-181-0/+5
| | | | | | | | | 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
* Added a number of missing files. Updated Canadian English translation.Adam Weinberger2005-10-201-0/+16
| | | | | | | | | 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
* Updated Canadian English translation.Adam Weinberger2005-10-011-0/+2
| | | | | | | | 2005-09-30 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30454
* Removed non-existent files from POTFILES.in.Danilo Šegan2005-08-221-2/+0
| | | | svn path=/trunk/; revision=30189
* reverted (accidentally updated by my previous check in)Mohammad DAMT2005-08-221-0/+3
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * POTFILES.in: reverted (accidentally updated by my previous check in) svn path=/trunk/; revision=30182
* Updated Indonesian translation.Mohammad DAMT2005-08-221-1/+0
| | | | | | | | 2005-08-22 Mohammad DAMT <mdamt@gnome.org> * id.po: Updated Indonesian translation. svn path=/trunk/; revision=30181
* Removed missing files. See bug #312668. Updated German translation.Frank Arnold2005-08-201-2/+0
| | | | | | | | | 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
* Updated Canadian English translation.Adam Weinberger2005-08-081-0/+1
| | | | | | | | 2005-08-08 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=30030
* Added missing files. Updated Canadian English translation.Adam Weinberger2005-08-041-0/+3
| | | | | | | | | 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
* Added many files, sorted. Updated Canadian English translation.Adam Weinberger2005-07-241-22/+37
| | | | | | | | | 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
* added plugins/exchange-operations/org-gnome-exchange-*-subscription.xmlShakti Sen2005-07-221-0/+3
| | | | | | | | | | 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
* Removed the proxy and proxy-login plugins as they are merged into theSankar P2005-07-201-7/+7
| | | | | | | | | 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
* added plugins/groupwise-features/junk-mail filesVivek Jain2005-07-191-0/+2
| | | | | | | | | 2005-07-19 Vivek Jain <jvivek@novell.com> * POTFILES.in : added plugins/groupwise-features/junk-mail files svn path=/trunk/; revision=29797
* Added missing exchange files.Sarfraaz Ahmed2005-07-161-0/+14
| | | | | | | | 2005-07-16 Sarfraaz Ahmed <asarfraaz@novell.com> * POTFILES.in : Added missing exchange files. svn path=/trunk/; revision=29780
* *plugins/mail-account-disable/org-gnome-mail-account-disable.eplug.xml :Shreyas Srinivasan2005-07-151-0/+1
| | | | | | | | | 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
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-6/+3
| | | | svn path=/trunk/; revision=29725
* relocated camel-gw-listener.cVivek Jain2005-07-111-1/+1
| | | | | | | | 2005-07-11 Vivek Jain <jvivek@novell.com> * POTFILES.in : relocated camel-gw-listener.c svn path=/trunk/; revision=29717
* Added the proxy.c file to the list.Sankar P2005-07-111-0/+1
| | | | | | | | 2005-07-11 Sankar P <psankar@novell.com> * POTFILES.in : Added the proxy.c file to the list. svn path=/trunk/; revision=29713
* Add mail-account-disable, proxy, proxy-login and groupwise-account-setupShreyas Srinivasan2005-07-101-0/+7
| | | | | | | | | | | | | | | | | | | | 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
* updated with the changed location of em-junk-filter.cVivek Jain2005-07-071-1/+1
| | | | | | | | | 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
* Added the remaining relevant gal files.Kaushal Kumar2005-06-281-1/+12
| | | | | | | | | | 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
* Added the new exchange plugin files. Updated the old files here.Sarfraaz Ahmed2005-06-271-2/+4
| | | | | | | | | 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
* added all the new gal widgets & a couple of other missing files. re-sortedNot Zed2005-06-211-14/+54
| | | | | | | | | | 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
* plugins/groupwise-features/org-gnome-shared-folder.error.xml ->Abel Cheung2005-05-281-2/+2
| | | | | | | | | | | 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
* replaced shared-folder/ send-options/ groupwise-send-options/Vivek Jain2005-05-231-7/+8
| | | | | | | | | | | 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
* Added plugins/print-message/org-gnome-print-message.eplug.xmlVivek Jain2005-05-191-0/+1
| | | | | | | | | 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
* moved widgets/misc/e-system-errors to e-util/e-system.error. Moved shellNot Zed2005-05-161-6/+6
| | | | | | | | | | 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
* handle renamed error files.Not Zed2005-05-061-4/+4
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: handle renamed error files. svn path=/trunk/; revision=29308
* updates for plugins.Not Zed2005-05-061-1/+24
| | | | | | | | 2005-05-06 Not Zed <NotZed@Ximian.com> * POTFILES.in: updates for plugins. svn path=/trunk/; revision=29305
* remove dead filesJP Rosevear2005-04-291-2/+0
| | | | | | | | 2005-04-29 JP Rosevear <jpr@novell.com> * POTFILES.in: remove dead files svn path=/trunk/; revision=29246
* Added missing file entry. Updated Swedish translation.Christian Rose2005-03-221-0/+1
| | | | | | | | | 2005-03-22 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file entry. * sv.po: Updated Swedish translation. svn path=/trunk/; revision=29087
* e-passwords moved to e-d-sJP Rosevear2005-02-241-1/+0
| | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> * POTFILES.in: e-passwords moved to e-d-s svn path=/trunk/; revision=28873
* Sorted and added missing file entry.Christian Rose2005-02-111-47/+48
| | | | | | | | 2005-02-10 Christian Rose <menthos@menthos.com> * POTFILES.in: Sorted and added missing file entry. svn path=/trunk/; revision=28771
* Removed file which does not exist from POTFILES.inFunda Wang2005-01-291-1/+0
| | | | svn path=/trunk/; revision=28611
* Fixes #71930JP Rosevear2005-01-291-0/+2
| | | | | | | | | | 2005-01-28 JP Rosevear <jpr@novell.com> Fixes #71930 * POTFILES.in: add missing e-error files svn path=/trunk/; revision=28608
* Fix filesJP Rosevear2005-01-251-2/+0
| | | | svn path=/trunk/; revision=28544
* make intltool happy. Added missing filesFunda Wang2005-01-221-0/+16
| | | | svn path=/trunk/; revision=28506
* Make intltool happy. Updated zh_CN.poFunda Wang2005-01-111-83/+0
| | | | svn path=/trunk/; revision=28350
* Remove mail-errors.xml (the .h belongs here, not the straight .xmlRodney Dawes2005-01-051-1/+0
| | | | | | | | | 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