summaryrefslogtreecommitdiff
path: root/camel/camel-object.c
Commit message (Expand)AuthorAgeFilesLines
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-9/+8
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* CamelObject: Implement the notify() method.Matthew Barnes2013-11-161-0/+9
* Fix/mute issues found by Coverity scanMilan Crha2013-11-131-1/+2
* Make use of G_DEFINE_QUARK()Mathias Hasselmann2013-01-241-12/+1
* CamelObject: Suppress state file warnings for old IMAP accounts.Matthew Barnes2013-01-081-0/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-08-191-1/+1
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+6
* Bug #309945 - Ability to filter folders other than INBOX tooMilan Crha2012-02-071-0/+2
* Prefer G_VALUE_INIT over memset().Matthew Barnes2011-09-291-5/+2
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-15/+14
* Coding style cleanup.Matthew Barnes2011-03-051-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-241-6/+2
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Replace "Since: 3.0" with "Since: 2.32".Matthew Barnes2010-08-021-2/+2
* Migrate from CamelException to GError.Matthew Barnes2010-07-081-0/+13
* Convert CamelObject events to GObject signals.Matthew Barnes2010-05-071-482/+57
* Use GObject properties instead of CamelArg.Matthew Barnes2010-04-301-390/+331
* Port Camel to GObject.Matthew Barnes2010-04-241-1075/+130
* Bug #608766 - Replace pthread with GLib's GThreadMilan Crha2010-04-151-15/+12
* Merge some cleanup bits from camel-gobject.Matthew Barnes2010-04-131-5/+7
* Merge miscellaneous cleanups from camel-gobject.Matthew Barnes2010-04-061-19/+19
* Remove debug statements.Matthew Barnes2010-03-311-3/+2
* Back out some over-zealous deletion.Matthew Barnes2010-03-311-0/+186
* Remove some deprecated API from camel.Matthew Barnes2010-03-311-661/+0
* Fix Gtk-Doc syntax in function block comments.Matthew Barnes2010-03-141-7/+7
* Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-301-1/+1
* Remove unnecessary libedataserver includes.Matthew Barnes2010-01-071-2/+0
* More whitespace cleanup.Matthew Barnes2009-07-181-2/+2
* Fix excessive whitespace.Matthew Barnes2009-07-121-3/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-14/+13
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-118/+118
* Whitespace cleanup.Matthew Barnes2009-05-281-6/+6
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-64/+64
* Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-161-2/+2
* Initialize provider_table in camel in case we haven't alreadyTobias Mueller2009-05-101-0/+2
* ** Fixes bug #545877Matthew Barnes2008-08-061-1/+1
* Remove unnecessary <libedataserver/e-memory.h> include.Matthew Barnes2008-08-011-1/+0
* ** Fix for bug #544049Milan Crha2008-07-251-2/+2
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #531591Matthew Barnes2008-05-191-8/+8
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-64/+64
* Check CamelObject pointer for NULL (#509124).Matthew Barnes2008-01-241-0/+1
* ** Typo fix in previous commit causing crash.Milan Crha2007-11-151-1/+1
* ** Merge a bunch of compiler warning fixes and cosmetic cleanups fromMatthew Barnes2007-11-151-42/+23
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-65/+65
* Include "libedataserver/e-sexp.h" to get the _ESExpResult declaration.Kjartan Maraas2007-10-011-5/+5
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Calculate CamelArgV sizes in such a way that it doesn't produce negativeMatthew Barnes2007-06-111-3/+10