a17fe8f21b
EWebView: Coding style cleanup
2011-04-14 18:25:01 -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
ae436d4fdc
EWebView: Fix icon retrieval when showing EAlerts.
...
Need to convert the icon filename to a URI for use in <img> tags.
2011-04-13 12:07:53 -04:00
230d74c464
EWebView: Implement the EAlertSink interface
...
Shows alerts directly in the HTML area, similar to GtkInfoBar.
2011-04-13 11:00:48 -04:00
ba6a234386
Restore lockdown integration.
...
With lockdown settings available through GSettings, widgets can handle
lockdown integration themselves without having to use EShellSettings.
Also fixed a few places where printing or save-to-disk actions were
either not properly wired up or not responding to lockdown settings,
but much more work needs done. Attachments, for example, are not
honoring the disable-save-to-disk setting at all.
This too requires the recently-added gsettings-desktop-schemas
dependency.
2011-03-27 18:38:39 -04:00
e076ca2f77
Bug 644310 - Rework "Set as Background" image option
...
This adds a dependency on gsettings-desktop-schemas >= 2.91.92.
The version was chosen for the change from "picture-filename" to
"picture-uri" in the "org.gnome.desktop.background" schema.
Also, we now save the background image under ~/Pictures since the old
directory (~/.gnome2/wallpapers) is presumed deprecated in GNOME 3.
2011-03-27 11:18:16 -04:00
ac5adbd8fb
EAlertBar: Make warnings time out after 5 minutes
...
Warnings are generally meant for transient errors. No need to leave
them up indefinitely. Close them automatically if the user hasn't
responded after a reasonable period of time has elapsed.
2011-03-25 14:20:19 -04:00
d1dc722f34
Reduce EAlertBar height.
...
Use height-for-width size requests instead of width-for-height.
Height is still not as small as I'd like, but it's a little better.
2011-03-25 12:56:17 -04:00
07f943554d
Bug 418954 - Add a separate entry combo for port numbers
...
Adds a new EPortEntry widget which appears alongside "host" entry boxes
so users don't have to know about the "host:port" syntax to specify a
custom port number.
Currently only used in the mail account editor, but we'll generalize it
futher so it can be used everywhere.
2011-03-23 15:53:05 -04:00
74aec872e6
Fix few invalid reads caused by ECanvas
2011-03-15 13:20:34 +01:00
e9f08a79f5
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-03-08 20:59:03 -05:00
8157bd8886
Bug 644066 - Text selection is cleared when right-clicking on a link
2011-03-07 10:41:43 -05:00
c6fd77460f
Coding style and whitespace cleanup.
2011-03-05 12:34:28 -05:00
2533e52b8c
Do not leak attachments in a mail view
2011-03-02 15:13:40 +01: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
c973419aca
Bug #641374 - "Send new mail to..." popup action doesn't work
2011-02-28 13:54:50 +01: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
cb2362dee0
Bug #623593 - Cannot drag&drop attached messages from mails
2011-02-22 17:00:10 +01:00
fcb29478f6
Coding style and whitespace cleanup.
2011-02-18 20:44:24 -05:00
065b166b06
Bug #642088 - Crash when changing advanced send options in GroupWise
2011-02-17 08:58:10 +01: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
9a8f21c44b
Composer: Add Edit -> Preferences
...
Opens the Preferences window to the Composer Preferences section.
2011-02-03 14:11:02 -05:00
0478e01708
Bug #641011 - Ugly appointment editing windows
2011-02-03 10:45:03 +01: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
1329a58151
Adapt ECanvasBackground to latest gtk+-3.0 API.
2011-01-26 08:49:12 -05:00
1e11afde4d
Adapt EReflow to latest gtk+-3.0 API.
2011-01-26 08:49:12 -05:00
954b68a5c8
Adapt EText to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
4caf1c8acb
Adapt EMap to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
3722dc8d82
Adapt ECanvas to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
ad0d776c30
Adapt ECalendarItem to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
4825c38b48
Fix minor compiler warnings
2011-01-25 12:06:09 -05:00
9bd1641646
Various critical warnings about comp-editor-pages and date edit
2011-01-25 10:37:39 -05:00
25f3050756
Do not oversize New and Send/Receive toolbar buttons
2011-01-25 10:37:16 -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
ba05584de5
Dialogs no longer have separators.
2011-01-25 10:28:26 -05:00
753c60fc67
Drop backward-compatibility cruft.
2011-01-25 10:28:26 -05:00
2f65dede9f
Bug #640517 - Runtime warnings when launching composer
2011-01-25 10:27:37 -05:00