/* * Copyright (C) 2000 Helix Code Inc. * * Authors: Michael Zucchi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ #ifndef _CAMEL_VEE_STORE_H #define _CAMEL_VEE_STORE_H #include #define CAMEL_VEE_STORE(obj) CAMEL_CHECK_CAST (obj, camel_vee_store_get_type (), CamelVeeStore) #define CAMEL_VEE_STORE_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_vee_store_get_type (), CamelVeeStoreClass) #define CAMEL_IS_VEE_STORE(obj) CAMEL_CHECK_TYPE (obj, camel_vee_store_get_type ()) typedef struct _CamelVeeStore CamelVeeStore; typedef struct _CamelVeeStoreClass CamelVeeStoreClass; struct _CamelVeeStore { CamelStore parent; struct _CamelVeeStorePrivate *priv; }; struct _CamelVeeStoreClass { CamelStoreClass parent_class; }; guint camel_vee_store_get_type (void); CamelVeeStore *camel_vee_store_new (void); #endif /* ! _CAMEL_VEE_STORE_H */ Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 341333Srinivasa Ragavan2006-07-142-3/+10
| | | | svn path=/trunk/; revision=32304
* Added Spanish translation.Francisco Javier F. Serrador2006-07-142-408/+435
| | | | | | | | 2006-07-14 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Added Spanish translation. svn path=/trunk/; revision=32303
* Fix for bug #345331Srinivasa Ragavan2006-07-142-6/+12
| | | | svn path=/trunk/; revision=32302
* Added translator comments to some strings. Fixes bug #331016. Thanks toAndre Klapper2006-07-132-0/+15
| | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * calendar/ea-day-view.c: Added translator comments to some strings. Fixes bug #331016. Thanks to Boby Wang. svn path=/trunk/; revision=32301
* remove empty strings from translationAndre Klapper2006-07-136-7/+21
| | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * mail/mail-config.glade: * plugins/exchange-operations/exchange-permissions-dialog.glade: * widgets/menus/gal-view-instance-save-as-dialog.glade: remove empty strings from translation svn path=/trunk/; revision=32300
* Updated Thai translation.Theppitak Karoonboonyanan2006-07-132-248/+294
| | | | | | | | 2006-07-13 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=32299
* adding localized (german) quick reference card. see bug #307856.Andre Klapper2006-07-137-1/+144
| | | | | | | | | | | | | | 2006-07-13 Andre Klapper <a9016009@gmx.de> * configure.in: * help/quickref/Makefile.am: * help/quickref/de/Makefile.am: * help/quickref/de/quickref.pdf: * help/quickref/de/quickref.tex: adding localized (german) quick reference card. see bug #307856. svn path=/trunk/; revision=32298
* Update EDS requirement to 1.7.4.Harish Krishnaswamy2006-07-132-1/+6
| | | | | | | | | 2006-07-12 Harish Krishnaswamy <kharish@novell.com> * configure.in: Update EDS requirement to 1.7.4. svn path=/trunk/; revision=32297
* Marking two strings for translation that were accidentally not marked.Andre Klapper2006-07-122-2/+7
| | | | | | | | | 2006-07-12 Andre Klapper <a9016009@gmx.de> * bbdb.c: Marking two strings for translation that were accidentally not marked. Fixes bug #347312. svn path=/trunk/; revision=32296
* remove empty tab from translation. Fixes bug #339411.Andre Klapper2006-07-122-1/+6
| | | | | | | | | 2006-07-12 Andre Klapper <a9016009@gmx.de> * read_receipts/read.glade: remove empty tab from translation. Fixes bug #339411. svn path=/trunk/; revision=32295
* ** Fixes bug #347182Hiroyuki Ikezoe2006-07-124-49/+44
| | | | | | | | | | | * e-user-creatable-items-handlers.c: (set_combo_button_style): New function. (new_button_change): Call set_combo_button_style. (setup_toolbar_button): Call set_combo_button_style. * misc/e-combo-button.c: (e_combo_button_set_label): Removed needless g_return_if_fail(). svn path=/trunk/; revision=32294
* Updated Greek translationSimos Xenitellis2006-07-122-193/+220
| | | | svn path=/trunk/; revision=32293
* Change mnemonic for Mark as Unimportant, fixes bug #347246.Karsten Bräckelmann2006-07-122-1/+6
| | | | svn path=/trunk/; revision=32292
* Updated Finnish translationIlkka Tuohela2006-07-122-9/+6
| | | | svn path=/trunk/; revision=32291
* Fixes #246235. Deleted the option menu and replaced with radio buttons.Johnny Jacob2006-07-124-48/+114
| | | | | | | | | | | 2006-07-11 Johnny Jacob <johnnyjacob@gmail.com> Fixes #246235. * em-vfolder-rule.c (get_widget): Deleted the option menu and replaced with radio buttons. * mail-dialogs.glade: Removed option menu and added radio buttons svn path=/trunk/; revision=32290
* ** Fixes Bug # 324241Johnny Jacob2006-07-122-2/+10
| | | | | | | | | | | | 2006-07-11 Johnny Jacob <johnnyjacob@gmail.com> ** Fixes Bug # 324241 * mail/em-composer-prefs.c (em_composer_prefs_construct): Changed signal handled for sig_edit and sig_delete from "pressed" to "clicked". svn path=/trunk/; revision=32288
* ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003Johnny Jacob2006-07-122-8/+46
| | | | | | | | | | | | | 2006-07-11 Johnny Jacob <jjohnny@novell.com> ** Patch by Not Zed <NotZed@Ximian.com> ** See bug #262003 * em-format-html-display.c (efhd_xpkcs7mime_validity_clicked): put the potentially long descriptions into a textbuffer so it's scrollable. svn path=/trunk/; revision=32287
* change the changelog's dateLi Yuan2006-07-111-1/+1
| | | | svn path=/trunk/; revision=32284
* ** Fixes bug #345402Li Yuan2006-07-112-1/+10
| | | | | | | | | | | 2006-06-20 Li Yuan <li.yuan@sun.com> ** Fixes bug #345402 * e-dateedit.c: (on_date_popup_key_press): Grab the popup window when some key except ESC is pressed. svn path=/trunk/; revision=32283
* remove week_view->comp_data first, since garray is not thread safe and theLi Yuan2006-07-112-4/+12
| | | | | | | | | | | 2006-07-11 Li Yuan <li.yuan@sun.com> * gui/e-week-view.c: (e_week_view_remove_event_cb): remove week_view->comp_data first, since garray is not thread safe and the event's address may be changed. Fix for #345969. svn path=/trunk/; revision=32281
* Updated Finnish translationIlkka Tuohela2006-07-112-2/+6
| | | | svn path=/trunk/; revision=32279
* Add mnemonic widget to widget, and change calendar's shortcut key.Li Yuan2006-07-114-2/+26
| | | | | | | | | | | | | | | | | | | 2006-07-11 Li Yuan <li.yuan@sun.com> * gui/dialogs/event-page.c: (sensitize_widgets): * gui/dialogs/event-page.glade: Add mnemonic widget to widget, and change calendar's shortcut key. Fix for #345510. 2006-07-11 Li Yuan <li.yuan@sun.com> * gui/e-week-view.c: (e_week_view_focus): Fix for 345923. If there is not any event in week view, just grab week view itself. svn path=/trunk/; revision=32278
* Updated Finnish translationIlkka Tuohela2006-07-112-93/+130
| | | | svn path=/trunk/; revision=32277
* Updated Traditional Chinese translation(Hong Kong). Updated TraditionalChao-Hsiung Liao2006-07-113-3095/+3280
| | | | | | | | | 2006-07-11 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw> * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). * zh_TW.po: Updated Traditional Chinese translation(Taiwan). svn path=/trunk/; revision=32276
* Translation updated by Ivar Smolin.Priit Laes2006-07-102-4/+8
| | | | | | | | 2006-07-10 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=32275
* Evolution 2.7.4 release updates.Harish Krishnaswamy2006-07-103-1/+28
| | | | | | | | | 2006-07-10 Harish Krishnaswamy <kharish@novell.com> * configure.in, NEWS: Evolution 2.7.4 release updates. svn path=/trunk/; revision=32273
* Revert the previous patch. Requires rework.Harish Krishnaswamy2006-07-103-125/+10
| | | | | | | | | | 2006-07-10 Harish Krishnaswamy <kharish@novell.com> * table/e-cell-text.c: (ect_unrealize), (build_layout): * text/e-text.c: (reset_layout): Revert the previous patch. Requires rework. svn path=/trunk/; revision=32272
* defined @datarootdir@. Patch submitted by Frederic Peters.Harish Krishnaswamy2006-07-103-0/+11
| | | | | | | | | | | | | 2006-07-10 Harish Krishnaswamy <kharish@novell.com> * evolution-shell.pc.in: defined @datarootdir@. Patch submitted by Frederic Peters. * evolution-plugin.pc.in : Similar change. Fixes #345083. svn path=/trunk/; revision=32271
* Added code for Resize Transparency with Cairo drawing. Added code toRajeev ramanathan2006-07-106-342/+553
| | | | | | | | | | 2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> Added code for Resize Transparency with Cairo drawing. Added code to render ECell and EText text items with antialiasing, hinting and sub-pixel ordering with cairo. svn path=/trunk/; revision=32270
* Fixing memory leaks.Hiroyuki Ikezoe2006-07-106-0/+7
| | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> Fixing memory leaks. svn path=/trunk/; revision=32269
* Fixes #332911Chenthill Palanisamy2006-07-107-10/+175
| | | | svn path=/trunk/; revision=32268
* Fixes #332911Chenthill Palanisamy2006-07-102-0/+32
| | | | svn path=/trunk/; revision=32267
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-102-14/+39
| | | | | | | | 2006-07-10 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation. svn path=/trunk/; revision=32266
* 2006-07-09 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated ↵Jovan Naumovski2006-07-092-1667/+1935
| | | | | | Macedonian Translation svn path=/trunk/; revision=32265
* Updated Korean translation.Changwoo Ryu2006-07-092-56/+106
| | | | | | | | 2006-07-09 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=32264
* Updated Greek translationNikos Charonitakis2006-07-082-1843/+2202
| | | | svn path=/trunk/; revision=32263
* Fix for #332963 Set the mnemonic character for "No image"Aishwarya K2006-07-082-1/+6
| | | | | | | | | 2006-07-08 Aishwarya K <aishkalyan@gmail.com> Fix for #332963 * e-contact-editor.c: Set the mnemonic character for "No image" svn path=/trunk/; revision=32262
* Fixes #332230.Ushveen Kaur2006-07-083-3/+10
| | | | | | | | | | | 2006-07-08 Ushveen Kaur <kushveen@novell.com> Fixes #332230. * gui/memos-component.c: * gui/tasks-component.c: Fixes mnemonic conflicts in the "New" menu. svn path=/trunk/; revision=32261
* Fixing header capitalization in menu. Fixes bug #323952. (Committed byMatthew Barnes2006-07-082-6/+11
| | | | | | | | | 2006-07-08 Matthew Barnes <mbarnes@redhat.com> * org-gnome-mailing-list-actions.xml: Fixing header capitalization in menu. Fixes bug #323952. (Committed by Andre Klapper) svn path=/trunk/; revision=32260
* adding a seperator between "save" and "save draft" button. Fixes bugAndreas Köhler2006-07-082-0/+7
| | | | | | | | | | 2006-07-08 Andreas Köhler <andi5.py@gmx.net> * evolution-message-composer.xml: adding a seperator between "save" and "save draft" button. Fixes bug #318462. (Committed by Andre Klapper) svn path=/trunk/; revision=32259
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2006-07-082-1116/+1277
| | | | | | | | | 2006-07-08 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org> svn path=/trunk/; revision=32258
* Updated Spanish translation.Francisco Javier F. Serrador2006-07-082-262/+251
| | | | | | | | 2006-07-08 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation. svn path=/trunk/; revision=32257
* ** Fixes bug #341369Hiroyuki Ikezoe2006-07-087-0/+22
| | | | | | | | | | | | | 2006-07-07 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341369 * filter/rule-editor.c: * plugins/exchange-operations/exchange-calendar.c: * plugins/exchange-operations/exchange-contacts.c: * plugins/save-attachments/save-attachments.c: fixing memory leaks. svn path=/trunk/; revision=32256
* Fixes bug #336963. set the scroll bar in the message display to automaticUshveen Kaur2006-07-082-1/+7
| | | | | | | | | | 2006-07-07 Ushveen Kaur <kushveen@novell.com> Fixes bug #336963. * em-message-browser.c: set the scroll bar in the message display to automatic svn path=/trunk/; revision=32255
* Changing one mnemonic to avoid a mnemonic conflict with an upcoming patchAndre Klapper2006-07-072-1/+6
| | | | | | | | | 2006-07-07 Andre Klapper <a9016009@gmx.de> * em-format-html-display.c: Changing one mnemonic to avoid a mnemonic conflict with an upcoming patch by Jony. svn path=/trunk/; revision=32254
* ** Fixes bug #341354. Plugged memory leak.Hiroyuki Ikezoe2006-07-072-0/+7
| | | | | | | | | | 2006-07-06 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fixes bug #341354. * text/e-text.c: (e_text_preedit_changed_cb): Plugged memory leak. svn path=/trunk/; revision=32252
* Handle the start_time_zone != end_time_zone scenario. FixesHarish Krishnaswamy2006-07-072-0/+28
| | | | | | | | | | 2006-07-07 Harish Krishnaswamy <kharish@novell.com> * gui/e-cal-model.c: (e_cal_model_set_instance_times): Handle the start_time_zone != end_time_zone scenario. Fixes bugzilla.novell.com #190421. svn path=/trunk/; revision=32251
* Updated Finnish translationIlkka Tuohela2006-07-072-29/+39
| | | | svn path=/trunk/; revision=32250
* Translation updated by Ivar Smolin.Priit Laes2006-07-072-2/+6
| | | | | | | | 2006-07-07 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=32249
* Fixes #345222Wang Xin2006-07-072-0/+56
| | | | | | | | | | | | 2006-07-07 Wang Xin <jedy.wang@sun.com> Fixes #345222 * gui/dialogs/alarm-dialog.c: (alarm_to_dialog), (alarm_to_malarm_widgets); (populate_widgets_from_alarm): Handle mail alarm. svn path=/trunk/; revision=32248
* Updated.Ahmad Riza H Nst2006-07-072-4877/+6575
| | | | | | | | 2006-07-07 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated. svn path=/trunk/; revision=32247
* Fix for #346613. Fix the problem pointed out by JohnnyLi Yuan2006-07-072-1/+10
| | | | | | | | | | | | | 2006-07-07 Li Yuan <li.yuan@sun.com> * e-shell-window.c: (setup_widgets): Fix for #346613. Fix the problem pointed out by Johnny <jjohnny@novell.com>. When maximize Evolution, close and start Evolution sometimes, the sidebar grows towards right. Set the view_notebook can be expanded when the paned widget is resized. svn path=/trunk/; revision=32246
* Updated Basque translation.Inaki Larranaga2006-07-072-1941/+2046
| | | | | | | | 2006-07-06 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=32243
* Fixed several misspelled wordsNguyen Thai Ngoc Duy2006-07-061-3/+3
| | | | svn path=/trunk/; revision=32242
* Fixed misspelled 'phạm vị'Nguyen Thai Ngoc Duy2006-07-061-1/+1
| | | | svn path=/trunk/; revision=32240
* Handle ICAL_X methods from Microsoft Live as request methods.Harish Krishnaswamy2006-07-062-2/+14
| | | | | | | | | | 2006-07-06 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (format_itip_object): Handle ICAL_X methods from Microsoft Live as request methods. svn path=/trunk/; revision=32239
* Updated TranslationAnkitkumar Rameshchandra Patel2006-07-06