Commit Graph

3088 Commits

Author SHA1 Message Date
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
c3d6ab4b55 Minor compiler warnings fix 2011-06-29 18:41:13 +02:00
ca3faa17a9 Free/busy meeting view doesn't work due to non-working extension 2011-06-29 18:41:08 +02:00
989c370729 Show calendar backend errors in an alert sink 2011-06-29 18:41:07 +02:00
e0cbce9595 Reset IM context when entering ECellText editing 2011-06-29 18:41:04 +02:00
c15a75e9ab Bug #371705 - Calendar's day view does not reset its IM context 2011-06-29 18:41:04 +02:00
12a91dbb21 Bug #633779 - GtkComboBoxText issues 2011-06-29 18:41:01 +02:00