Commit Graph

3081 Commits

Author SHA1 Message Date
Milan Crha fdffa9ec4a Fix a build break due to #error pragma 2011-06-29 18:41:32 +02:00
Kjartan Maraas 8efc1bc6f9 Bug 641756 - Fix warnings from GCC 4.6
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
Matthew Barnes cc292ebbfe Composer: Add Edit -> Preferences
Opens the Preferences window to the Composer Preferences section.
2011-06-29 18:41:31 +02:00
Milan Crha 28d1b270ab Bug #641011 - Ugly appointment editing windows 2011-06-29 18:41:31 +02:00
Matthew Barnes dbc22f9de5 More whitespace cleanup. 2011-06-29 18:41:29 +02:00
Matthew Barnes 6af0c53b69 Coding style and whitespace cleanup. 2011-06-29 18:41:29 +02:00
Matthew Barnes bd98a2d620 Adapt ETree to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
Matthew Barnes 664556ed0f Adapt ECell classes to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
Matthew Barnes b754e4a5d2 Adapt ETableHeaderItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
Matthew Barnes 0dd0f9b28f Adapt ETableFieldChooserItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
Matthew Barnes 1da1900251 Adapt ETableItem to latest gtk+-3.0 API. 2011-06-29 18:41:27 +02:00
Matthew Barnes 7e48c129b5 Adapt ETable to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes c888c2678a Adapt ECanvasBackground to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes 8f886fd921 Adapt EReflow to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes ea9ead6409 Adapt EText to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes fbdc898d91 Adapt EMap to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes c23d496e7e Adapt ECanvas to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes 5827ee5a3f Adapt ECalendarItem to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Matthew Barnes 9c3bb90b6b Fix minor compiler warnings 2011-06-29 18:41:26 +02:00
Milan Crha fd695a3677 Various critical warnings about comp-editor-pages and date edit 2011-06-29 18:41:26 +02:00
Milan Crha 68e1dff622 Do not oversize New and Send/Receive toolbar buttons 2011-06-29 18:41:26 +02:00
Rodrigo Moya b5aba428f4 Adapt size_request vfuncs to latest gtk+-3.0 API. 2011-06-29 18:41:26 +02:00
Vibha Yadav 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
Matthew Barnes 9914970baa gdk_cursor_unref() -> g_object_unref() 2011-06-29 18:41:25 +02:00
Matthew Barnes 7a49a21178 Dialogs no longer have separators. 2011-06-29 18:41:25 +02:00
Matthew Barnes a3ba231fcc Drop backward-compatibility cruft. 2011-06-29 18:41:25 +02:00
Milan Crha 5b171af410 Bug #640517 - Runtime warnings when launching composer 2011-06-29 18:41:25 +02:00
Milan Crha c36bd27fa8 Bug #634403 - Mails Label popup menu is not updated properly 2011-06-29 18:41:20 +02:00
Matthew Barnes dfc4205ce5 libetable cleanups. 2011-06-29 18:41:19 +02:00
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 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
Matthew Barnes 34b9be960c EAttachmentIconView: Fix runtime warnings with GTK3.
GtkIconView changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
Matthew Barnes a89aa52dc6 EActionComboBox: Fix runtime warnings with GTK3.
GtkComboBox changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
Milan Crha 97fac153c5 Bug #567879 - Add View >> Gallery Option In Email Composer 2011-06-29 18:41:13 +02:00
Milan Crha c3d6ab4b55 Minor compiler warnings fix 2011-06-29 18:41:13 +02:00
Milan Crha ca3faa17a9 Free/busy meeting view doesn't work due to non-working extension 2011-06-29 18:41:08 +02:00
Milan Crha 989c370729 Show calendar backend errors in an alert sink 2011-06-29 18:41:07 +02:00
Milan Crha e0cbce9595 Reset IM context when entering ECellText editing 2011-06-29 18:41:04 +02:00
Milan Crha c15a75e9ab Bug #371705 - Calendar's day view does not reset its IM context 2011-06-29 18:41:04 +02:00
Milan Crha 12a91dbb21 Bug #633779 - GtkComboBoxText issues 2011-06-29 18:41:01 +02:00
Vibha Yadav 9e833a704c Bug #633774 - Headers are gone in grouped view 2010-11-16 10:43:16 +01:00
Matthew Barnes 889e52cb9d 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-16 10:43:16 +01:00
Matthew Barnes 7439ad9ca1 Fix distcheck errors. 2010-11-09 23:33:23 +01:00
Matthew Barnes 7e9fc6d2b6 Coding style and whitespace cleanup. 2010-11-09 23:33:23 +01:00
Milan Crha 033bed834e Bug #632768 - Message list not realized when opening new folder 2010-11-09 23:33:21 +01:00
Milan Crha 3b3b6cb0ab Add forgotten cairo_destroy() calls 2010-11-09 23:33:21 +01:00
Matthew Barnes 4a929caada Pass an EAlertSink to e_alert_sink_submit_alert().
Passing a random GtkWidget and then searching its ancestors for an
EAlertSink turned out to be not as useful as I thought.  Most of the
time we know about and have access to the widget that implements
EAlertSink, so just pass it directly as an EAlertSink.
2010-11-09 23:33:20 +01:00