aboutsummaryrefslogtreecommitdiffstats
path: root/filter/e-rule-editor.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style cleanups.Matthew Barnes2011-05-091-2/+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
|
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+1
| | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
* Bug #640801 - Workaround gtk3 bugMilan Crha2011-02-021-0/+5
|
* More whitespace cleanup.Matthew Barnes2011-01-311-14/+14
|
* Bug #640706 - Can't edit filter/advance search conditionMilan Crha2011-01-281-3/+1
|
* Drop backward-compatibility cruft.Matthew Barnes2011-01-251-9/+0
|
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-8/+6
|
* Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-6/+6
| | | | | | | If we're using GTK+ 2.21.8 (where gtk_dialog_set_has_separator() is deprecated but the property is still present and defaults to TRUE), we still need to set the property to FALSE. So instead use g_object_set() up through GTK+ 2.90.6, after which the property itself is gone.
* Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+6
| | | | | | Unfortunately the default value for this property is TRUE (bzzt, WRONG!) so we can't just remove the function outright until we require GTK+ 2.22. It was deprecated in GTK+ 2.21.8.
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-7/+7
|
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-32/+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.
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-7/+2
|
* Baby steps toward GSEAL compliance.Matthew Barnes2010-01-141-1/+3
|
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-3/+3
| | | | | | 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/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602963
* Bug #602178 - [regression] Missing widget in Search folder dialogMilan Crha2009-11-181-4/+1
|
* BugĀ 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-90/+56
|
* Cleanup and rename filter classes.Matthew Barnes2009-10-271-0/+912