Commit Graph

3134 Commits

Author SHA1 Message Date
bf76e14997 Bug #651741 - Find in text message doesn't warn about no matching found 2011-09-14 14:08:51 +02:00
aaef7549c7 Bug #651633 - Hidden task/memo sidebar always automagically re-appears 2011-09-14 14:08:51 +02:00
fdd6d71ab4 Bug #656722 - Incorrect prototype of notify:: signal callback 2011-09-14 14:08:50 +02:00
ebbc16b464 EPortEntry: Add a "security-method" property.
This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD.
We can then bind it to CamelNetworkSettings:security-method.
2011-09-14 14:08:49 +02:00
ae9db3ed23 Coding style and whitespace cleanup. 2011-09-14 14:08:48 +02:00
aa21f8d950 Bug #645476 - Message list unnecessarily scrolls back to selected row 2011-09-14 14:08:48 +02:00
76c9cdbb12 Bug #655669 - Can't save inline pictures embedded in HTML Mails 2011-09-14 14:08:45 +02:00
7137e19f2e Bug #654889 - Closes when clicking on year/month selector 2011-09-14 14:08:38 +02:00
d80c7a179d Add "Open With Other Application" to attachment menu.
Opens a GtkAppChooserDialog based on the attachment's content type.
2011-06-29 18:42:31 +02:00
8d1564b18d Bug #652626 - Fix initial position of contact maps markers 2011-06-29 18:42:28 +02:00
84339b3be5 Do not use deprecated EBook/ECal API 2011-06-29 18:42:27 +02:00
d4b54737d3 Coding style and whitespace cleanups. 2011-06-29 18:42:27 +02:00
ce62390010 Replace G_CONST_RETURN with 'const'.
GLib is finally dropping this hack.
2011-06-29 18:42:26 +02:00
e7954c3f25 Coding style and whitespace cleanups. 2011-06-29 18:42:26 +02:00
e68165697e Bug #643526 - Crash in et_get_n_children 2011-06-29 18:42:26 +02:00
3ce4960632 Bug #642557 - Display maps in contact preview 2011-06-29 18:42:25 +02:00
f8ebb73085 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-29 18:42:22 +02:00
d6a1733667 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-29 18:42:22 +02:00
f043e3c748 Including <glib-object.h> directly is rarely needed. 2011-06-29 18:42:21 +02:00
7132d0f0c2 Including <glib.h> directly is rarely needed. 2011-06-29 18:42:21 +02:00
c24038c4f6 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-06-29 18:42:20 +02:00
9a2cffb057 Bug 650491 - Shell handles forwarding uris to existing process wrong
This adds a "handle-uris" GAction which takes a string array argument,
so the URIs can be passed to the primary process verbatim.
2011-06-29 18:42:19 +02:00
5146ff4c53 Coding style and whitespace cleanup. 2011-06-29 18:42:17 +02:00
76ca149448 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-06-29 18:42:16 +02:00
fb38e4a4ba Bug #601541 - Add 'Copy Image' Option On Inline Email Images 2011-06-29 18:42:16 +02:00
a79844ab0d Bug #243938 - Clicking on week numbers changes work week to week view 2011-06-29 18:42:15 +02:00
54da4fc09c Coding style cleanups. 2011-06-29 18:42:11 +02:00
578214584c Whitespace and coding style cleanups. 2011-06-29 18:42:10 +02:00
4b87dca106 Make EAlertBar messages selectable 2011-06-29 18:42:03 +02:00
0be9b1f878 Adapt to CamelService changes. 2011-06-29 18:41:55 +02:00
7162e7a168 EWebView: Coding style cleanup 2011-06-29 18:41:55 +02:00
bdc7347182 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-06-29 18:41:54 +02:00
871f4af414 EWebView: Fix icon retrieval when showing EAlerts.
Need to convert the icon filename to a URI for use in <img> tags.
2011-06-29 18:41:54 +02:00
9657271b9d EWebView: Implement the EAlertSink interface
Shows alerts directly in the HTML area, similar to GtkInfoBar.
2011-06-29 18:41:54 +02:00
392973975c 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-06-29 18:41:50 +02:00
21a5792b9a 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-06-29 18:41:50 +02:00
c1259e5a08 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-06-29 18:41:49 +02:00
56d3ccc621 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-06-29 18:41:49 +02:00
175ee8ccc1 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-06-29 18:41:46 +02:00
b450a294ce Fix few invalid reads caused by ECanvas 2011-06-29 18:41:45 +02:00
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