aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar
Commit message (Collapse)AuthorAgeFilesLines
* 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