Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 'cal-config-local' module. | Matthew Barnes | 2012-06-03 | 1 | -249/+0 |
| | | | | | | Registers the "On This Computer" backend in ECalSourceConfig widgets. Replaces the 'calendar-file' plugin. | ||||
* | Adapt to libedataserver[ui] changes. | Matthew Barnes | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | Fix unneeded mnemonic conflict of _Customize with _Cancel button | Andre Klapper | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | Add translator comments to strings | Andre Klapper | 2012-02-27 | 1 | -0/+3 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2012-02-20 | 1 | -4/+12 |
| | |||||
* | Use i as mnemonic for Filename string everywhere. This does not conflict ↵ | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | | | | with other mnemonics in the affected dialogs. | ||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 1 | -9/+20 |
| | |||||
* | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -4/+4 |
| | |||||
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | |||||
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 1 | -12/+12 |
| | |||||
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 1 | -3/+0 |
| | |||||
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -4/+7 |
| | |||||
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 1 | -2/+2 |
| | |||||
* | Bug #628694 - Customize options for local calendar are missing | Milan Crha | 2010-09-03 | 1 | -1/+1 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 1 | -3/+4 |
| | |||||
* | Bug #610495 - Plugins should define e_plugin_lib_enable | Roy Marples | 2010-04-27 | 1 | -0/+8 |
| | |||||
* | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Still remaining: GtkAccessible::widget GtkAssistant::forward GtkAssistant::back GtkObject::flags GtkTreeStore::stamp The GtkAssistant fields are related to bug #596428. We don't need accessor functions so much as the enhancement described there implemented. https://bugzilla.gnome.org/show_bug.cgi?id=615613 | ||||
* | Move some ESource-plugin common code to e-plugin-util.h/.c | Milan Crha | 2010-02-04 | 1 | -123/+11 |
| | |||||
* | Bug #592873 - Initialize Force Read only check state properly | Milan Crha | 2009-08-26 | 1 | -10/+19 |
| | |||||
* | Update NEWS + coding style cleanups. | Matthew Barnes | 2009-07-27 | 1 | -4/+4 |
| | |||||
* | Bug #572176 - Allow Local iCal Files To Be Selected As Cal Source | Milan Crha | 2009-07-27 | 1 | -6/+262 |
| | |||||
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-29 | 1 | -2/+2 |
| | |||||
* | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | License changes. Changed license from GPL to LGPL. | Sankarasivasubramanian Pasupathilingam | 2008-09-04 | 1 | -12/+12 |
| | | | | | | More to come. svn path=/trunk/; revision=36255 | ||||
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=35665 | ||||
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 1 | -8/+1 |
| | | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606 | ||||
* | ** Remove trailing whitespace from source code. | Matthew Barnes | 2007-11-15 | 1 | -2/+2 |
| | | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537 | ||||
* | Update FSF address in header comments (#469886). Patch from Tobias | Matthew Barnes | 2007-09-02 | 1 | -1/+1 |
| | | | | | | | | | | 2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151 | ||||
* | ** Fixes bug #419524 | Matthew Barnes | 2007-03-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | fixing a leak. | Christian Kellner | 2006-02-28 | 1 | -4/+3 |
| | | | | | | | | | | 2006-02-28 Christian Kellner <gicmo@gnome.org> * evolution/plugins/addressbook-file/addressbook-file.c: * evolution/plugins/calendar-file/calendar-file.c: fixing a leak. svn path=/trunk/; revision=31609 | ||||
* | fix relative_uri type. | Not Zed | 2005-08-24 | 1 | -1/+1 |
| | | | | | | | | 2005-08-23 Not Zed <NotZed@Ximian.com> * calendar-file.c (e_calendar_file_dummy): fix relative_uri type. svn path=/trunk/; revision=30222 | ||||
* | don't set the relative uri if already present. | Sivaiah Nallagatla | 2005-03-05 | 1 | -1/+9 |
| | | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * calendar-file.c (e_calendar_file_dummy) : don't set the relative uri if already present. part of fix for #73152 svn path=/trunk/; revision=28960 | ||||
* | Initial import of file properties plugin. | JP Rosevear | 2005-01-10 | 1 | -0/+57 |
2005-01-06 JP Rosevear <jpr@novell.com> * Initial import of file properties plugin. svn path=/trunk/; revision=28298 |