aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar
Commit message (Collapse)AuthorAgeFilesLines
* Rename libeshell to libevolution-shell.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-shell.
* Rename libeutil to libevolution-util.Matthew Barnes2013-05-281-1/+1
| | | | | | To make Evolution's shared libraries more consistent. Also rename the documentation module to evolution-util.
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-2/+2
|
* Workaround broken Free/Busy fetching (Bug #692361)Milan Crha2013-04-191-0/+10
|
* Replace deprecated static mutexesVadim Rutkovsky2013-02-141-5/+5
|
* Use e_cal_client_connect().Matthew Barnes2013-01-302-24/+24
| | | | Instead of e_client_utils_open_new() or e_cal_client_new().
* Bug 691047 - Support notification filteringMatthew Barnes2013-01-091-0/+3
| | | | | For compliance with: https://live.gnome.org/GnomeGoals/NotificationSource
* e-passwords: Remove unused function parameters.Matthew Barnes2012-12-173-8/+8
|
* Move the contact map widgets to addressbook/gui/widgets.Matthew Barnes2012-12-131-2/+0
| | | | | | | | | | | | Move the supporting widgets for the contact maps feature alongside EABContactDisplay. Removing them from libeutil helps isolate our usage of libchamplain so it's not imposed on the entire application, and even 3rd party software. That libchamplain is an optional dependency only further complicates the matter. Ideally I'd like to somehow isolate this feature in an extension module, but we currently lack sufficient hooks for such an extension. So this arrangement will have to suffice for now.
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-134-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Address couple issues found by a Coverity scanMilan Crha2012-11-301-1/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-11-112-36/+53
|
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-5/+11
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-202-12/+12
|
* Remove all GDK threads usage.Matthew Barnes2012-08-061-2/+0
| | | | | | | | | | | | According to [1], we don't need to worry about GDK's global lock since we don't call gdk_threads_init() or gdk_threads_set_lock_functions(). The GDK threads API is being aggressively deprecated by GTK+ developers so let's just abandon it entirely. I've never really understood when you're supposed to use it or not use it anyway, so it's good to be rid of this confusion. [1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html
* Use SoupURI instead of EUri.Matthew Barnes2012-06-193-37/+51
| | | | EUri is now deprecated.
* Remove the last remaining usage of GConfMilan Crha2012-06-153-76/+97
|
* Bump minimum libnotify version to 0.7.Matthew Barnes2012-06-081-5/+0
| | | | | | GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an optional dependency for Evolution, but if you're gonna use it you'll need a GNOME3-era release.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-048-23/+9
|
* Adapt publish-calendar plugin to the new ESource API.Matthew Barnes2012-06-034-42/+45
|
* Reduce diff noise with 'account-mgmt' branch.Matthew Barnes2012-06-031-4/+14
| | | | One last time.
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-1/+1
|
* Add missing linker flags.Matthew Barnes2012-03-041-0/+1
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-204-35/+28
|
* Bug #664370 - Crash when putting same component into icalcomponentKai Juse2012-01-052-3/+3
|
* Trivial little cleanups.Matthew Barnes2011-10-192-2/+0
| | | | | | To synchronize with the "wip/gsettings" branch. Mostly just removing unneeded "gconf-bridge.h" includes.
* Simplify library dependency flags.Matthew Barnes2011-10-051-5/+5
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* publish-calendar: correct Secure FTP abbreviation to SFTPNguyễn Thái Ngọc Duy2011-10-031-1/+1
|
* Require GLib 2.30.Matthew Barnes2011-09-301-8/+0
| | | | Drop all GLIB_CHECK_VERSION macros.
* Coding style and whitespace cleanup.Matthew Barnes2011-09-045-71/+162
|
* Bug #655666 - Split task preferences into its own tabMilan Crha2011-08-231-15/+3
|
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-2/+2
|
* Adapt to CamelSession and e-passwords changes.Matthew Barnes2011-07-043-8/+8
|
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-142-42/+63
|
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-1/+0
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-274-0/+16
|
* Coding style cleanups.Matthew Barnes2011-05-091-11/+11
|
* Bug #641939 - [publish-calendar] Doesn't read online state on startMilan Crha2011-03-093-2/+34
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-6/+0
|
* Bug 632903 - Support libnotify-0.7Flo Gravo2010-10-231-2/+6
|
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-1/+4
|
* Bug #629737 - [publish-calendar] Could not find widget 'file_label'Milan Crha2010-09-221-1/+1
|
* Coding style cleanups.Matthew Barnes2010-09-132-31/+31
|
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2
| | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone.
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2
| | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8.
* Coding style and whitespace cleanup.Matthew Barnes2010-07-121-3/+8
|
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-5/+3
|
* Generate ChangeLog files for tarball releases.Matthew Barnes2010-04-031-316/+0
| | | | Remove old ChangeLog files that predate our switch to git.
* Work around recent GTK+ deprecations.Matthew Barnes2010-03-051-0/+4
|
* Make authentication functionality availableGustavo Noronha Silva2010-01-272-2/+2
| | | | | | | This involves renaming the calendar auth-related functions to have a prefix, and shipping the headers. Part of https://bugzilla.gnome.org/show_bug.cgi?id=608175
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+0
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+5
|
* Bug #604512 - Calendar publishing tab misses button labelMilan Crha2009-12-151-4/+6
|
* Bug #604182 - Hide variable used only with HAVE_LIBNOTIFYMilan Crha2009-12-111-0/+2
|
* Bug #591938 - Update translator's commentsMilan Crha2009-12-101-1/+5
|
* Bug #604182 - Do not block UI with publish-calendar messagesMilan Crha2009-12-101-6/+113
|
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-8/+16
| | | | | | GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-176-1305/+847
|
* Bug #329710 - [PublishCal] 'Enable' button should update on changeMilan Crha2009-10-151-13/+19
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-9/+10
|
* Bug 594284 - FTBFS: missing linksDiego Escalante Urrelo2009-09-061-0/+1
|
* Get the publish-calendar plugin working.Milan Crha2009-09-024-50/+67
|
* Bug #317290 - [Publish-Calendar] Cancel setup should cancelMilan Crha2009-07-303-21/+27
| | | | , not continue
* Compiler warning fixes (as part of bug #424078)Milan Crha2009-07-281-1/+1
|
* More whitespace cleanup.Matthew Barnes2009-07-191-3/+3
|
* Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-2/+2
|
* Work around deprecation of g_mount_unmount().Matthew Barnes2009-07-141-0/+8
|
* Fix excessive whitespace.Matthew Barnes2009-07-131-1/+0
|
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* Stop abusing forward declarations.Matthew Barnes2009-06-191-0/+1
|
* Leak a bit less. Use proper function prototype.Milan Crha2009-06-151-1/+3
| | | | The first is for mail, the second for publish-calendar plugin.
* More code cleanup.Matthew Barnes2009-06-021-1/+1
|
* Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-296-75/+75
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-299-15/+15
|
* Fix compiler warnings in plugins.Matthew Barnes2009-05-271-1/+2
|
* Bug 523216 – User-oriented plugin descriptionsMatthew Barnes2009-05-221-1/+1
|
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-172-9/+5
|
* BUGFIX: 547414 - Publish Free/Busy calendar for configurable timeMilan Crha2009-05-046-17/+171
| | | | | Allow user define time duration for the Free/Busy calendar information in the publish-calendar plugin.
* ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-041-4/+4
| | | | | | According to https://wiki.ubuntu.com/SavingTheWorld (and of course according to the gtk docs) using g_timeout_add_seconds is preferred over g_timeout_add if a timeout in seconds is desired.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Show error or success to user with publish-calendar pluginMilan Crha2009-04-256-72/+169
| | | | | | | | | | | | | | | ** 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.
* ** Fix for bug #541209Suman Manjunath2009-01-213-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-01-21 Suman Manjunath <msuman@novell.com> ** Fix for bug #541209 ** Adapt to the new APIs from upstream libical. Changes made include using the "_r" counterpart for the following APIs: + icalproperty_as_ical_string () + icalvalue_as_ical_string () + icalcomponent_as_ical_string () + icalparameter_as_ical_string () + icaldurationtype_as_ical_string () + icalenum_reqstat_code () + icallangbind_property_eval_string () + icallangbind_quote_as_ical () + icalmime_text_end_part () + icalperiodtype_as_ical_string () + icalproperty_enum_to_string () + icalproperty_get_parameter_as_string () + icalproperty_get_value_as_string () + icalproperty_get_property_name () + icalrecurrencetype_as_string () + icaltime_as_ical_string () + icalreqstattype_as_string () + icalvalue_binary_as_ical_string () + icalvalue_int_as_ical_string () + icalvalue_utcoffset_as_ical_string () + icalvalue_string_as_ical_string () + icalvalue_recur_as_ical_string () + icalvalue_text_as_ical_string () + icalvalue_attach_as_ical_string () + icalvalue_duration_as_ical_string () + icalvalue_date_as_ical_string () + icalvalue_datetime_as_ical_string () + icalvalue_float_as_ical_string () + icalvalue_geo_as_ical_string () + icalvalue_datetimeperiod_as_ical_string () + icalvalue_period_as_ical_string () + icalvalue_trigger_as_ical_string () + icalvalue_as_ical_string () svn path=/trunk/; revision=37113
* ** Fix for bug #359010Milan Crha2008-12-162-0/+13
| | | | | | | | | | | | 2008-12-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #359010 * url-editor-dialog.c: (url_editor_dialog_new): Set title of the window based on the parameter/action. svn path=/trunk/; revision=36902
* Change licese from GPL to LGPL.Sankarasivasubramanian Pasupathilingam2008-10-033-25/+33
| | | | svn path=/trunk/; revision=36539
* ** Fix for bug #553461 and bug #553389Philip Withnall2008-09-265-7/+19
| | | | | | | | | | | | | | | | | | | 2008-09-26 Philip Withnall <philip@tecnocode.co.uk> ** Fix for bug #553461 and bug #553389 * publish-calendar.c (url_remove_clicked): * publish-calendar.glade: * url-editor-dialog.c (create_uri), (check_input), (publish_service_changed), (set_from_uri): * url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly. Also, change a related string to use better terminology. svn path=/trunk/; revision=36455
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-036-65/+77
| | | | | | More changes to come. svn path=/trunk/; revision=36247
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-273-22/+33
| | | | svn path=/trunk/; revision=36116
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-219-9/+9
| | | | svn path=/trunk/; revision=35665
* ** Fix for bug #526741 (gnome-vfs to gio/gvfs port)Milan Crha2008-04-188-109/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-04-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #526741 (gnome-vfs to gio/gvfs port) * configure.in: Drop dependency on gnome-vfs, depend on gio instead. * addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs. * calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async), (async_read): Read data with gio, not with gnome-vfs. * calendar/gui/e-meeting-store.c: (async_close): Function removed. * calendar/gui/migration.c: * calendar/gui/e-memos.c: * calendar/gui/alarm-notify/notify-main.c: * calendar/gui/e-tasks.c: * calendar/gui/main.c: * calendar/gui/e-meeting-list-view.c: Do not include gnome-vfs. * calendar/gui/dialogs/comp-editor.c: (set_attachment_list): * calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type): Function removed, use e-util function instead. * calendar/gui/e-cal-popup.c: (temp_save_part): Reflect changes in CamelStreamVFS. * calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free), (ecalp_standard_menu_factory): Use gio to fill popup and launch app. * calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb): * calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb): New helper function to manage file:// urls for GtkHTML component. * calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init): * calendar/gui/e-cal-component-memo-preview.c: (e_cal_comp_preview_url_requested_cb): Use above helper function. * calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb): * calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed. * composer/e-msg-composer.h: (e_msg_composer_guess_mime_type): * composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri), (e_msg_composer_add_inline_image_from_file): Use shared e_util_guess_mime_type instead of its own. * e-util/e-gui-utils.c: Do not include gnome-vfs. * e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path): * e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local): Use gio instead of gnome-vfs. * e-util/e-util.h: * e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri), (e_util_uri_to_filename), (e_util_read_file): New helper functions. * mail/Makefile.am: * mail/em-vfs-stream.h: * mail/em-vfs-stream.c: Removed from project, not used anywhere. * mail/em-menu.c: * mail/em-config.c: Do not include gnome-vfs. * mail/mail-ops.c: (save_messages_exec), (save_part_exec): Changes related to Data Server change of CamelStreamVFS. * mail/em-format.c: (em_format_describe_part): * mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler), (efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop), (efhd_format_attachment): Drop use of deprecated gnome-vfs functions. * mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type. * mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free), (emp_standard_menu_factory): Use gio to fill popup and launch app. * plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs. * plugins/ipod-sync/ical-format.c: (do_save_calendar_ical): * plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook): Write to gio GOutputStream instead of gnome-vfs handle. * plugins/ipod-sync/format-handler.h: (open_for_writing): * plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function. * plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb): * plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical): * plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical): Use gio GOutputStream instead of gnome-vfs handle. * plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI. * plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI. * plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb), (struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question), (mount_first), (publish): Use gio instead of gnome-vfs for opening (remote) files. * plugins/save-calendar/ical-format.c: (do_save_calendar_ical): * plugins/save-calendar/csv-format.c: (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf): Use gio GOutpuStream instead of gnome-vfs handle. * plugins/save-calendar/format-handler.h: (open_for_writing): * plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function. * shell/e-shell-window-commands.c: (command_quick_reference): Use gio instead of gnome-vfs. * widgets/misc/e-attachment.h: (struct _EAttachment): * widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type), (e_attachment_new), (struct DownloadInfo), (download_info_free), (data_ready_cb), (download_to_local_path), (e_attachment_new_remote_file): Use gio instead of gnome-vfs to download remote files. * widgets/misc/e-image-chooser.c: (image_drag_data_received_cb): Use new util function to read file. * widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs. svn path=/trunk/; revision=35378
* Patch by <nickspoon0@gmail.com>Tobias Mueller2007-12-142-1/+9
| | | | | | | | | | | | | 2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by <nickspoon0@gmail.com> ** Fixes bug 502188 * publish-calendar.c: initialize "remember" variable to FALSE. svn path=/trunk/; revision=34697
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-155-23/+23
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR.Pedro Villavicencio Garrido2007-09-272-1/+8
| | | | | | | | | | | | 2007-09-27 Pedro Villavicencio Garrido <pvillavi@gnome.org> * url-editor-dialog.c: (url_editor_dialog_construct): use EVOLUTION_GLADEDIR instead of EVOLUTION_PLUGINDIR. Fixes #480804. svn path=/trunk/; revision=34320
* fix chen's string freeze break.Andre Klapper2007-09-112-2/+7
| | | | | | | | | | 2007-09-10 Andre Klapper <a9016009@gmx.de> * publish-calendar.c: (publish): fix chen's string freeze break. svn path=/trunk/; revision=34222
* Fixes #274047 (bnc)Chenthill Palanisamy2007-09-103-6/+17
| | | | svn path=/trunk/; revision=34209
* Fixes #277159 (bnc)Chenthill Palanisamy2007-09-102-0/+19
| | | | svn path=/trunk/; revision=34208
* Fixes #274048 (bnc)Chenthill Palanisamy2007-09-102-0/+23
| | | | svn path=/trunk/; revision=34207
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-029-9/+9
| | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
* Fix some distcheck errors.Matthew Barnes2007-08-201-0/+1
| | | | svn path=/trunk/; revision=34046
* ** Fix for bug #455799Hiroyuki Ikezoe2007-08-041-3/+0
| | | | | | | | | | | | 2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455799 Remove all .cvsignore and update svn:ignore porperty in whole directories. svn path=/trunk/; revision=33945
* calendar/gui/dialogs/memo-page.glade:Andre Klapper2007-07-312-1/+6
| | | | | | | | | | | | | | | | | | | | | | | 2007-07-31 Andre Klapper <a9016009@gmx.de> * calendar/gui/dialogs/schedule-page.glade: calendar/gui/dialogs/memo-page.glade: calendar/gui/dialogs/meeting-page.glade: calendar/gui/dialogs/task-page.glade: calendar/gui/dialogs/task-details-page.glade: calendar/gui/dialogs/cal-prefs-dialog.glade: calendar/gui/dialogs/event-page.glade: calendar/gui/e-itip-control.glade: smime/gui/smime-ui.glade: filter/filter.glade: plugins/attachment-reminder/attachment-reminder.glade: plugins/imap-features/imap-headers.glade: plugins/exchange-operations/exchange-permissions-dialog.glade: plugins/publish-calendar/publish-calendar.glade: remove "window1" string from translation svn path=/trunk/; revision=33913
* Fix for bug #437584Srinivasa Ragavan2007-06-182-37/+43
| | | | svn path=/trunk/; revision=33697
* ** Fixes part of bug #337616Matthew Barnes2007-05-132-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Bug 437584 – Compilation warning in evolution's plugins folderSankarasivasubramanian Pasupathilingam2007-05-112-5/+10
| | | | svn path=/trunk/; revision=33507
* ** Fixes bug #419524Matthew Barnes2007-03-212-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* Add the timezone information while publishing the calendars.Chenthill Palanisamy2007-02-212-0/+52
| | | | svn path=/trunk/; revision=33231
* Fixes some string to int conversion.Sankar P2007-02-192-2/+11
| | | | | | | | | 2007-02-19 Sankar P <psankar@novell.com> * url-editor-dialog.c: (set_from_uri): Fixes some string to int conversion. svn path=/trunk/; revision=33226
* Fixes #343991.Chenthill Palanisamy2006-08-022-0/+7
| | | | svn path=/trunk/; revision=32462
* Fixes #329740.Chenthill Palanisamy2006-07-312-1/+23
| | | | svn path=/trunk/; revision=32445
* Fixes #347973Chenthill Palanisamy2006-07-312-38/+21
| | | | svn path=/trunk/; revision=32438
* Fixes #328389Chenthill Palanisamy2006-03-032-2/+26
| | | | svn path=/trunk/; revision=31632
* fix mnemonicKarsten Bräckelmann2006-02-132-1/+6
| | | | svn path=/trunk/; revision=31493
* fixes #328413Chenthill Palanisamy2006-01-302-2/+99
| | | | svn path=/trunk/; revision=31364
* Make this place a bit more quietKjartan Maraas2006-01-283-0/+8
| | | | svn path=/trunk/; revision=31328
* removed string "dialog1" from translation. Fixes bug 306118.Andre Klapper2006-01-272-1/+5
| | | | | | | | | | | | 2006-01-27 Andre Klapper <a9016009@gmx.de> * plugins/groupwise-features/proxy-listing.glade: * plugins/publish-calendar/publish-calendar.glade: * smime/gui/smime-ui.glade: * widgets/table/e-table-config.glade: * widgets/table/e-table-config-no-group.glade: removed string "dialog1" from translation. Fixes bug 306118. svn path=/trunk/; revision=31326
* Fixes #328224, 328408, 328389Chenthill Palanisamy2006-01-253-27/+81
| | | | svn path=/trunk/; revision=31303
* added the bug id 325926`Chenthill Palanisamy2006-01-111-0/+1
| | | | svn path=/trunk/; revision=31127
* fixes appearance of the empty menu item in mail.Chenthill Palanisamy2006-01-112-2/+7
| | | | svn path=/trunk/; revision=31126
* Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match whatTor Lillqvist2006-01-044-3/+25
| | | | | | | | | | | | | | 2006-01-04 Tor Lillqvist <tml@novell.com> * Makefile.am: Use EVOLUTION_PLUGINDIR as the macro name for the plugindir, to match what is redefined for Win32 in e-util/e-util-private.h * publish-calendar.c (publish_calendar_locations) * url-editor-dialog.c (url_editor_dialog_construct): Construct glade file pathname at run-time. svn path=/trunk/; revision=31044
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-253-5/+9
| | | | svn path=/trunk/; revision=30950
* Use -no-undefined on Windows. Link with used libraries.Tor Lillqvist2005-12-222-1/+9
| | | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined on Windows. Link with used libraries. svn path=/trunk/; revision=30928
* Use SOEXT.Tor Lillqvist2005-12-222-1/+5
| | | | | | | | 2005-12-22 Tor Lillqvist <tml@novell.com> * org-gnome-publish-calendar.eplug.in: Use SOEXT. svn path=/trunk/; revision=30927
* added the missing file.Chenthill Palanisamy2005-12-202-1/+7
| | | | svn path=/trunk/; revision=30903
* Committing the intial patch for calendar publishing.Chenthill Palanisamy2005-12-1914-0/+3022
svn path=/trunk/; revision=30875