aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-filter-rule.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-7/+9
|
* Bug 656035. Add missing colon to stringAndre Klapper2011-08-061-1/+1
|
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-1/+3
|
* Coding style cleanups.Matthew Barnes2011-05-091-5/+5
|
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-1/+2
|
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
|
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-5/+1
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-3/+0
|
* Bug #239817 - New criterion should grab focus in a filter editorMilan Crha2010-11-301-2/+4
|
* Cast GtkAdjustment constructor calls to GtkAdjustmentBenjamin Otte2010-10-301-2/+2
| | | | | Otherwise gcc will complain about wrong type when comiling against GTK2. This patch can be reverted when compiling against GTK3.
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-6/+14
|
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-3/+3
|
* Bug #629482 - assertion `child->parent==NULL' failBharath Acharya2010-09-141-2/+0
| | | | A regression from https://bugzilla.gnome.org/show_bug.cgi?id=628005
* Coding style and whitespace cleanups.Matthew Barnes2010-09-121-7/+7
|
* Bug 628005 - Russian: evolution Advanced Search dialogs are oversizedhao li2010-08-301-26/+36
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-31/+8
| | | | | | | Prefer thread-safe G_DEFINE_TYPE and G_DEFINE_INTERFACE macros over manual GType registration. This is just a start... lots more to do.
* Use accessor functions instead direct access (GSEAL work)Javier Jardón2010-04-131-2/+2
| | | | | | | | | | | | | | | 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
* Coding style and whitespace cleanups.Matthew Barnes2010-01-231-14/+35
|
* Bug 606250 - Remove usage of deprecated GTK+ symbolsMatthew Barnes2010-01-081-1/+1
| | | | Several GtkWidget macros were recently deprecated.
* Bug #329693 - Add contexts to translated "None" wordsMilan Crha2009-12-241-0/+1
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
| | | | | | The changes are mainly including the e-alert-header.h header instead of just e-alert.h. This allows us to include e-alert.h in non-UI situations when necessary.
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-11/+11
| | | | | | | | | | The EError mechanism is used both for error dialogs as well as basic alerts or user prompts, so we should give it a more general name which matches this use. This patch also cleans up a few includes of e-alert.h (formerly e-error.h) that were not actually being used. https://bugzilla.gnome.org/show_bug.cgi?id=602963
* port filter/ classes over to new EError APIJonathon Jongsma2009-12-011-6/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-0/+1116