Commit Graph

1343 Commits

Author SHA1 Message Date
07b58617f3 Bug #655709 - Hide 'Group by' in views when not supported 2011-09-05 18:20:38 +02:00
fcbbdfbd18 Coding style and whitespace cleanup. 2011-09-04 07:34:32 -04:00
72d408c8a3 Bug #645476 - Message list unnecessarily scrolls back to selected row 2011-08-11 19:13:06 +02:00
89d7c38c8b Replace G_CONST_RETURN with 'const'.
GLib is finally dropping this hack.
2011-06-09 15:00:03 -04:00
f014ab82c8 Coding style and whitespace cleanups. 2011-06-08 13:14:48 -04:00
8f01d97298 Bug #643526 - Crash in et_get_n_children 2011-06-06 15:54:19 +02:00
8494cbd4f1 Embed e_hsv_tweak() directly in e-table-item.c.
ETableItem is the last user of e_hsv_tweak().
This allows us to remove widgets/misc/e-hsv-utils.[ch].
2011-06-01 09:27:12 -04:00
03320071af Move EPopupMenu to /widgets/table.
ETableHeaderItem is the last user of EPopupMenu.  Move it to
/widgets/table to discourage further use and strip out unused features.

The functionality it provides has long since been superseded by
GtkUIManager and GtkAction.
2011-06-01 09:24:39 -04:00
de752b010f Including <glib-object.h> directly is rarely needed. 2011-05-28 11:12:08 -04:00
394e580dfd Including <glib.h> directly is rarely needed. 2011-05-28 10:39:52 -04:00
756c8abcb8 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-05-27 15:23:07 +02:00
cb97c2dc8f Coding style and whitespace cleanup. 2011-05-21 17:56:06 -04:00
d88a9e7360 Bug 649990 - Remove get_font_options() from e-util.c.
Not only is get_font_options() no longer needed, it's actually doing the
wrong thing by reading settings through GConfClient instead of GSettings.

But it turns out, thanks to the tighter Cairo integration in GTK3, the
widgets that call get_font_options() can be made to work correctly by
simply removing this hack.  Love it when that happens.
2011-05-16 13:40:26 -04:00
8a186c3588 Coding style cleanups. 2011-05-08 13:37:20 -04:00
4cfb84c573 Whitespace and coding style cleanups. 2011-05-07 18:48:38 -04:00
27908060c3 Work around another a11y crash.
Some kind of object lifetime issue in GalA11yETableItem.  Just work
around it for now.  Killing this class would pretty much mean killing
a11y support for ETables entirely and I'm not that pissed off... yet.
2011-04-13 12:20:48 -04:00
c6fd77460f Coding style and whitespace cleanup. 2011-03-05 12:34:28 -05:00
b22ac14482 Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
2011-03-01 13:09:11 -05:00
1301cf02ef Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly 2011-02-25 16:20:41 +01:00
1a4be6c521 Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params.
I thought this might be the cause of bug #643089.
Turns out it wasn't, but it's a good thing to do anyway.
2011-02-24 14:19:20 -05:00
fcb29478f6 Coding style and whitespace cleanup. 2011-02-18 20:44:24 -05:00
4b9ac3879d Fix few memory leaks 2011-02-14 19:15:36 +01:00
7a1677520d Remove NULL checks for GObject methods.
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally.  Remove unnecessary checks.
2011-02-12 12:54:08 -05:00
cdb1098cc6 Fix a build break due to #error pragma 2011-02-11 10:31:38 +01:00
2c31a5bc23 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-02-08 11:57:50 -05:00
0109aa3a92 More whitespace cleanup. 2011-01-30 11:33:28 -05:00
21ab8044da Coding style and whitespace cleanup. 2011-01-29 20:22:57 -05:00
a103158cee Adapt ETree to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
310069df2f Adapt ECell classes to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
b4e2a4b0dc Adapt ETableHeaderItem to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
0edd064412 Adapt ETableFieldChooserItem to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
b44f49abe7 Adapt ETableItem to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
24eb59628f Adapt ETable to latest gtk+-3.0 API. 2011-01-26 08:49:12 -05:00
b7c2f49973 Adapt size_request vfuncs to latest gtk+-3.0 API. 2011-01-25 10:37:16 -05:00
ee8232d7ee Avoid using deprecated GTK_SELECTION_EXTENDED
Using GTK_SELECTION_MULTIPLE.
As Deprecated, GTK_SELECTION_EXTENDED behaves identical to
GTK_SELECTION_MULTIPLE.
2011-01-25 10:28:26 -05:00
dc300e6bc8 gdk_cursor_unref() -> g_object_unref() 2011-01-25 10:28:26 -05:00
753c60fc67 Drop backward-compatibility cruft. 2011-01-25 10:28:26 -05:00
992c8b7d58 libetable cleanups. 2011-01-16 18:52:52 -05:00
a4d8c30310 Merge miscellaneous changes from gtk3 branch.
Mostly coding style and whitespace changes, to reduce diff noise.
2011-01-14 15:58:16 -05:00
d47adb5922 Fudge GtkScrollable for gtk2.
Yes, the GtkScrollable interface is implemented by more than just
GtkLayout, but it turns out GtkLayout is the only thing Evolution
uses the GtkScrollable API for on the gtk3 branch.
2011-01-14 14:58:30 -05:00
0af3ff804c Fudge gtk_widget_get_preferred_size() for gtk2.
Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using
gtk_widget_size_request().  Reduces diff noise with gtk3 branch.
2011-01-14 14:58:29 -05:00
7a6b767335 ETree: Fix runtime warnings with GTK3.
ETable has a "vertical-spacing" style property, ETree does not.
ECellText expects it to be in both.
2011-01-09 09:32:29 -05:00
74098399cc Minor compiler warnings fix 2010-12-21 15:00:15 +01:00
64966f8789 Reset IM context when entering ECellText editing 2010-11-23 18:08:50 +01:00
41117c2b8c Bug #633774 - Headers are gone in grouped view 2010-11-15 11:10:15 +01:00
abd2711b00 Drop accessibility support for ECellText.
The accessibility code for ECellText is unmaintained and crashes
constantly.  I'm evicting it from our code base until someone takes
ownership of the libgal accessibility support and deals with it.
2010-11-10 13:55:15 -05:00
1ca2b18e67 Fix distcheck errors. 2010-11-08 00:23:13 -05:00
a891b81cfb Coding style and whitespace cleanup. 2010-11-07 21:13:03 -05:00
0d4a84a5fe Bug #632768 - Message list not realized when opening new folder 2010-11-03 11:19:28 +01:00
c2b2e863cb Add forgotten cairo_destroy() calls 2010-11-02 11:17:51 +01:00