Commit Graph

1452 Commits

Author SHA1 Message Date
6b13cb5be7 Bug #651741 - Find in text message doesn't warn about no matching found 2011-08-19 13:54:32 +02:00
c8061dd926 Bug #651633 - Hidden task/memo sidebar always automagically re-appears 2011-08-19 08:56:13 +02:00
cdf7dc43ec Bug #656722 - Incorrect prototype of notify:: signal callback 2011-08-17 08:57:32 +02:00
704d330db6 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-08-15 11:56:26 -04:00
f59681796d Coding style and whitespace cleanup. 2011-08-13 11:27:51 -04:00
33be6d5da3 Bug #655669 - Can't save inline pictures embedded in HTML Mails 2011-08-09 10:32:36 +02:00
f756151e19 Bug #654889 - Closes when clicking on year/month selector 2011-07-25 17:06:14 +02:00
137498bdd1 Add "Open With Other Application" to attachment menu.
Opens a GtkAppChooserDialog based on the attachment's content type.
2011-06-22 02:07:33 -04:00
bee278ea7c Bug #652626 - Fix initial position of contact maps markers 2011-06-15 10:52:59 +02:00
38790d8478 Do not use deprecated EBook/ECal API 2011-06-14 08:54:20 +02:00
c2e71bd88d Coding style and whitespace cleanups. 2011-06-13 13:35:56 -04:00
89d7c38c8b Replace G_CONST_RETURN with 'const'.
GLib is finally dropping this hack.
2011-06-09 15:00:03 -04:00
f014ab82c8 Coding style and whitespace cleanups. 2011-06-08 13:14:48 -04:00
6dc3c69226 Bug #642557 - Display maps in contact preview 2011-06-02 16:57:23 +02:00
8494cbd4f1 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-01 09:27:12 -04:00
03320071af 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-01 09:24:39 -04:00
de752b010f Including <glib-object.h> directly is rarely needed. 2011-05-28 11:12:08 -04:00
394e580dfd Including <glib.h> directly is rarely needed. 2011-05-28 10:39:52 -04:00
756c8abcb8 Bug #646109 - Fix use of include <config.h> to make sure translations work 2011-05-27 15:23:07 +02:00
cec324e80a 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-05-22 12:40:31 -04:00
cb97c2dc8f Coding style and whitespace cleanup. 2011-05-21 17:56:06 -04:00
d20e186ce7 Bug #601541 - Add 'Copy Image' Option On Inline Email Images 2011-05-16 13:21:22 +02:00
bd86dd5402 Bug #243938 - Clicking on week numbers changes work week to week view 2011-05-13 16:55:33 +02:00
8a186c3588 Coding style cleanups. 2011-05-08 13:37:20 -04:00
4cfb84c573 Whitespace and coding style cleanups. 2011-05-07 18:48:38 -04:00
d3a5c49fdf Make EAlertBar messages selectable 2011-04-28 09:12:33 +02:00
397aeade05 Adapt to CamelService changes. 2011-04-21 07:45:45 -04:00
a17fe8f21b EWebView: Coding style cleanup 2011-04-14 18:25:01 -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
cb2362dee0 Bug #623593 - Cannot drag&drop attached messages from mails 2011-02-22 17:00:10 +01:00
065b166b06 Bug #642088 - Crash when changing advanced send options in GroupWise 2011-02-17 08:58:10 +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
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