Commit Graph

3094 Commits

Author SHA1 Message Date
7ea1badd8a Bug 644235 - Make EActivityProxy a GtkFrame
So it can inherit the theme from the widget below.  Was previously a
GtkEventBox for historical reasons that no one remembers.
2011-06-29 18:41:43 +02:00
63dae545b6 Bug 644066 - Text selection is cleared when right-clicking on a link 2011-06-29 18:41:42 +02:00
7aacf983b3 Coding style and whitespace cleanup. 2011-06-29 18:41:41 +02:00
498337e852 Do not leak attachments in a mail view 2011-06-29 18:41:40 +02:00
ab870b27cd Fix Gtk-Doc comment notation.
Seeing lots of what I assume to be doxygen syntax in comment blocks.
2011-06-29 18:41:40 +02:00
07d7286859 Bug #641374 - "Send new mail to..." popup action doesn't work 2011-06-29 18:41:40 +02:00
c003c99a75 Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly 2011-06-29 18:41:39 +02:00
f55aaa5e00 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-06-29 18:41:38 +02:00
391e21025a Bug #623593 - Cannot drag&drop attached messages from mails 2011-06-29 18:41:37 +02:00
3b6c8972a5 Coding style and whitespace cleanup. 2011-06-29 18:41:36 +02:00
97935df7b6 Bug #642088 - Crash when changing advanced send options in GroupWise 2011-06-29 18:41:35 +02:00
a4e2599f95 Fix few memory leaks 2011-06-29 18:41:35 +02:00
274697623e 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-06-29 18:41:34 +02:00
fdffa9ec4a Fix a build break due to #error pragma 2011-06-29 18:41:32 +02:00
8efc1bc6f9 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
cc292ebbfe Composer: Add Edit -> Preferences
Opens the Preferences window to the Composer Preferences section.
2011-06-29 18:41:31 +02:00
28d1b270ab Bug #641011 - Ugly appointment editing windows 2011-06-29 18:41:31 +02:00
dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
bd98a2d620 Adapt ETree to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
664556ed0f Adapt ECell classes to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
b754e4a5d2 Adapt ETableHeaderItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
0dd0f9b28f Adapt ETableFieldChooserItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
1da1900251 Adapt ETableItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
7e48c129b5 Adapt ETable to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
c888c2678a Adapt ECanvasBackground to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
8f886fd921 Adapt EReflow to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
ea9ead6409 Adapt EText to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
fbdc898d91 Adapt EMap to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
c23d496e7e Adapt ECanvas to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
5827ee5a3f Adapt ECalendarItem to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
9c3bb90b6b Fix minor compiler warnings 2011-06-29 18:41:26 +02:00
fd695a3677 Various critical warnings about comp-editor-pages and date edit 2011-06-29 18:41:26 +02:00
68e1dff622 Do not oversize New and Send/Receive toolbar buttons 2011-06-29 18:41:26 +02:00
b5aba428f4 Adapt size_request vfuncs to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
dbbe7408c5 Avoid using deprecated GTK_SELECTION_EXTENDED
Using GTK_SELECTION_MULTIPLE.
As Deprecated, GTK_SELECTION_EXTENDED behaves identical to
GTK_SELECTION_MULTIPLE.
2011-06-29 18:41:25 +02:00
9914970baa gdk_cursor_unref() -> g_object_unref() 2011-06-29 18:41:25 +02:00
7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
5b171af410 Bug #640517 - Runtime warnings when launching composer 2011-06-29 18:41:25 +02:00
c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
dfc4205ce5 libetable cleanups. 2011-06-29 18:41:19 +02:00
5cc2615a37 Remove some unused gnome-canvas options.
Simplifies the drawing code a bit.

Public API removed:

  GnomeCanvas.center_scroll_region  (is always TRUE)
  GnomeCanvas.pixels_per_unit       (is always 1.0)

  gnome_canvas_set_center_scroll_region()
  gnome_canvas_get_center_scroll_region()
  gnome_canvas_set_pixels_per_unit()
2011-06-29 18:41:19 +02:00
855ac52765 Merge miscellaneous changes from gtk3 branch.
Mostly coding style and whitespace changes, to reduce diff noise.
2011-06-29 18:41:19 +02:00
80bc7035be 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-06-29 18:41:19 +02:00
2485ba3936 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-06-29 18:41:19 +02:00
70bbf2c088 ETree: Fix runtime warnings with GTK3.
ETable has a "vertical-spacing" style property, ETree does not.
ECellText expects it to be in both.
2011-06-29 18:41:16 +02:00
34b9be960c EAttachmentIconView: Fix runtime warnings with GTK3.
GtkIconView changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
a89aa52dc6 EActionComboBox: Fix runtime warnings with GTK3.
GtkComboBox changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
97fac153c5 Bug #567879 - Add View >> Gallery Option In Email Composer 2011-06-29 18:41:13 +02:00