Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use i as mnemonic for Filename string everywhere. This does not conflict ↵ | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | | | | with other mnemonics in the affected dialogs. | ||||
* | Bug 670280 - Remove "Recent Documents" attachment feature | Matthew Barnes | 2012-02-17 | 2 | -58/+0 |
| | | | | | | | GTK's file chooser dialog provides one-click access to recently used documents now, so we can remove the redundancy from Evolution's mail composer main menu and calendar component editor main menu and leave it at "Insert -> Attachment". | ||||
* | Bug #320976 - Remember last New button choice in Calendar view | Milan Crha | 2012-02-17 | 2 | -7/+141 |
| | |||||
* | Be able to define help target for Preferences pages | Milan Crha | 2012-02-15 | 3 | -11/+18 |
| | | | | A follow-up for bug #670073 | ||||
* | Bug #670073 - Non-working help button in Preferences dialog | Milan Crha | 2012-02-15 | 1 | -2/+30 |
| | |||||
* | Fix broken Help menu entry in Groupwise Send Options after Mallard transition. | Andre Klapper | 2012-02-15 | 1 | -3/+3 |
| | |||||
* | Bug #591436 - Add -avoid-version to LDFLAGS | H. Habighorst | 2012-02-15 | 5 | -5/+5 |
| | |||||
* | Bug #646430 - New line character is a link separator too | Milan Crha | 2012-01-30 | 1 | -3/+3 |
| | |||||
* | EActivity cleanups. | Matthew Barnes | 2012-01-25 | 2 | -6/+12 |
| | |||||
* | Introduce libemail-engine and libemail-utils. | Matthew Barnes | 2012-01-19 | 10 | -9/+13 |
| | | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service. | ||||
* | Do not auto-mark-as-seen when changing filter type | Milan Crha | 2012-01-11 | 1 | -1/+0 |
| | |||||
* | Bug #667119 - Hard to change Attendee role in meeting editor | Milan Crha | 2012-01-11 | 5 | -768/+0 |
| | |||||
* | Bug #667398 - Automatic mark-as-seen too aggressive | Milan Crha | 2012-01-11 | 2 | -0/+25 |
| | |||||
* | Bug 665981 - Use OpenStreetMap geoclue provider | Alban Browaeys | 2011-12-13 | 1 | -2/+4 |
| | | | | | | | Use the OpenStreetMap geoclue provider instead of the deprecated and likely disabled Yahoo geoclue v1 API. Requires geoclue >= 0.12. | ||||
* | Bug 665980 - Bump minimum champlain-gtk version to 0.12 | Alban Browaeys | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Reorder accounts by drag-and-drop. | Matthew Barnes | 2011-12-11 | 5 | -2156/+0 |
| | | | | | | | | | | | | | | | | | | | | | This implements https://bugzilla.gnome.org/show_bug.cgi?id=663527#c3. Account reordering is now done by drag-and-drop instead of up/down buttons. Turned out to be a wee bit more complicated than I initially thought. This scraps EAccountManager and EAccountTreeView and replaces them with new classes centered around EMailAccountStore, which EMailSession owns. EMailAccountStore is the model behind the account list in Preferences. The folder tree model now uses it to sort its own top-level rows using gtk_tree_path_compare(). It also broadcasts account operations through signals so we don't have to rely so heavily on EAccountList signals, since EAccountList is going away soon. Also as part of this work, the e-mail-local.h and e-mail-store.h APIs have been merged into EMailSession and MailFolderCache. | ||||
* | Cosimo's spidey senses pointed him to a memory leak. | Matthew Barnes | 2011-11-24 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Matthew Barnes | 2011-11-23 | 4 | -74/+216 |
|\ | | | | | | | | | Conflicts: mail/e-mail-paned-view.c | ||||
| * | EPreviewPane: Implement EAlertSink. | Matthew Barnes | 2011-11-22 | 2 | -2/+69 |
| | | | | | | | | | | | | | | Means EMailBrowser no longer has to. Also, EMailReader now provides a default implementation for get_alert_sink() which just calls get_preview_pane() and casts. | ||||
| * | EAlertBar: Add a close button to all alerts. | Matthew Barnes | 2011-11-22 | 2 | -72/+147 |
| | | | | | | | | | | Replaces the 'Dismiss' button. All alerts appearing in an alert bar should be dismissable (i.e. non-modal). For modal alerts use a dialog. | ||||
| * | Remove some unnecessary #includes. | Matthew Barnes | 2011-11-18 | 1 | -1/+0 |
| | | |||||
* | | Fix compiler warnings. | Matthew Barnes | 2011-11-23 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-08 | 4 | -112/+451 |
|\| | |||||
| * | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 2 | -114/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings; | ||||
| * | Add EAuthComboBox widget. | Matthew Barnes | 2011-11-07 | 3 | -0/+332 |
| | | | | | | | | To be used in the Account Editor to list authentication mechanisms. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-24 | 7 | -13/+25 |
|\| | |||||
| * | Bug #451377 - Timezone map resizes on mouseover | Milan Crha | 2011-10-20 | 2 | -11/+17 |
| | | |||||
| * | Bug #527614 - Valgrind shows a nice amount of lost memory | Milan Crha | 2011-10-20 | 5 | -2/+8 |
| | | |||||
* | | Port misc widgets to use GSettings | Rodrigo Moya | 2011-10-13 | 3 | -18/+11 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 2 | -1/+6 |
|\| | |||||
| * | Bug #661434 - Unfriendly search result | Milan Crha | 2011-10-11 | 2 | -1/+6 |
| | | |||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-10 | 13 | -534/+213 |
|\| | |||||
| * | Bug #235665 - Heavy hard disk access when resizing columns in views | Milan Crha | 2011-10-07 | 5 | -2/+86 |
| | | |||||
| * | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 2 | -22/+11 |
| | | | | | | | | | | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy. | ||||
| * | Let GtkFileChooser track its own last-used-folder. | Matthew Barnes | 2011-10-06 | 2 | -129/+2 |
| | | | | | | | | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it. | ||||
| * | Remove EHintedEntry. | Matthew Barnes | 2011-10-06 | 3 | -368/+0 |
| | | | | | | | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property. | ||||
| * | EAttachmentPaned: Add "resize-toplevel" property. | Matthew Barnes | 2011-10-06 | 2 | -13/+114 |
| | | | | | | | | | | | | | | | | | | Similiar to the new GtkExpander:resize-toplevel property in GTK+ 3.2, but adapted to the fact that EAttachmentPaned's expander has no direct child widget, and instead acts on the child widget in the lower pane. CompEditor now uses this to fix the weird vertical resizing behavior when its attachment bar is expanded and then collapsed again. | ||||
* | | First successful build | Rodrigo Moya | 2011-10-06 | 1 | -11/+0 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 29 | -339/+176 |
|\| | |||||
| * | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 5 | -33/+32 |
| | | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | ||||
| * | Fix two little memory leaks | Dan Vrátil | 2011-10-01 | 1 | -0/+5 |
| | | |||||
| * | ETableHeader: Nuke unused code. | Cosimo Cecchi | 2011-09-30 | 1 | -147/+2 |
| | | |||||
| * | ETableHeader: Rework the header button drawing code for GTK+ 3 | Cosimo Cecchi | 2011-09-30 | 5 | -120/+93 |
| | | | | | | | | | | | | | | | | The code in ETable that draws the button headers is outdated, and uses deprecated gtk_paint_* functions mixed with cairo. Port the code to use the GtkStyleContext API, which allows themes to give the header the same appearance of a regular GtkTreeView header. | ||||
| * | Fix few 'may be used uninitialized' compiler warnings | Milan Crha | 2011-09-30 | 2 | -4/+3 |
| | | |||||
| * | Remove Ctrl + l () character from source files | Paul Menzel | 2011-09-30 | 8 | -27/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From ccc980da1fd84ebfca25cf8caf9a5d62333099fc Mon Sep 17 00:00:00 2001 From: Paul Menzel <paulepanter@users.sourceforge.net> Date: Wed, 28 Sep 2011 10:18:18 +0200 Subject: [PATCH] Remove Ctrl + l () character from source files The following commits git show aac3f2c8 git show 1510304c git show 13cabd9e git show 350a7a33 git show 9b7cc54d git show e6972011 git show 1d3a7938 git show 934524b9 git show b2954936 git show a7f677b5 git show 4369c400 git show d509f47a git show a6d5818f git show c3876df7 git show 4583098b git show 2831ada5 git show 4e1bce59 git show 1609f699 git show 4e4c1676 git show d6fade43 among others(?) introduced several occurrences of Ctrl + l (). Probably this was caused by the used editor. These control characters can be searched for using the following command [1]. $ git grep ^L [1] http://unstableme.blogspot.com/2009/10/grep-and-print-control-characters-in.html | ||||
| * | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 2 | -14/+29 |
| | | | | | | | | | | Reducing diff noise so I can see important changes easier when comparing branches. A few API changes, but nothing that affects functionality. | ||||
| * | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 7 | -7/+8 |
| | | | | | | | | | | | | | | | | The EModule, EExtensible and EExtension classes as well as the e_type_traverse() function have been moved to Evolution-Data-Server's libebackend library to replace e-data-server-module.c. Now Evolution-Data-Server modules use the same framework as Evolution. | ||||
| * | Bug #655625 - Crash in atk_state_set_contains_state | Milan Crha | 2011-09-26 | 2 | -7/+12 |
| | | |||||
| * | Bug #659828 - Selecting a message with a sound attached loses focus | Milan Crha | 2011-09-26 | 1 | -1/+1 |
| | | |||||
| * | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 3 | -5/+916 |
| | | |||||
| * | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 2 | -58/+88 |
| | | |||||
| * | Bug #655709 - Hide 'Group by' in views when not supported | Milan Crha | 2011-09-06 | 2 | -1/+7 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 140 | -3385/+5477 |
| | | |||||
| * | Bug #651741 - Find in text message doesn't warn about no matching found | Milan Crha | 2011-08-19 | 2 | -1/+5 |
| | | |||||
| * | Bug #651633 - Hidden task/memo sidebar always automagically re-appears | Milan Crha | 2011-08-19 | 1 | -0/+19 |
| | | |||||
| * | Bug #656722 - Incorrect prototype of notify:: signal callback | Milan Crha | 2011-08-17 | 1 | -1/+1 |
| | | |||||
| * | EPortEntry: Add a "security-method" property. | Matthew Barnes | 2011-08-15 | 2 | -75/+138 |
| | | | | | | | | | | This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD. We can then bind it to CamelNetworkSettings:security-method. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 3 | -81/+102 |
| | | |||||
| * | Bug #645476 - Message list unnecessarily scrolls back to selected row | Milan Crha | 2011-08-12 | 1 | -1/+0 |
| | | |||||
| * | Bug #655669 - Can't save inline pictures embedded in HTML Mails | Milan Crha | 2011-08-09 | 2 | -1/+55 |
| | | |||||
| * | Bug #654889 - Closes when clicking on year/month selector | Milan Crha | 2011-07-25 | 1 | -7/+17 |
| | | |||||
| * | Add "Open With Other Application" to attachment menu. | Matthew Barnes | 2011-06-22 | 1 | -6/+68 |
| | | | | | | | | Opens a GtkAppChooserDialog based on the attachment's content type. | ||||
| * | Bug #652626 - Fix initial position of contact maps markers | Dan Vrátil | 2011-06-15 | 1 | -0/+1 |
| | | |||||
| * | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 2 | -23/+29 |
| | | |||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-14 | 5 | -168/+161 |
| | | |||||
| * | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-10 | 8 | -27/+27 |
| | | | | | | | | GLib is finally dropping this hack. | ||||
| * | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 23 | -165/+249 |
| | | |||||
| * | Bug #643526 - Crash in et_get_n_children | Milan Crha | 2011-06-06 | 2 | -5/+5 |
| | | |||||
| * | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-02 | 7 | -2/+1744 |
| | | |||||
| * | Embed e_hsv_tweak() directly in e-table-item.c. | Matthew Barnes | 2011-06-01 | 6 | -115/+43 |
| | | | | | | | | | | ETableItem is the last user of e_hsv_tweak(). This allows us to remove widgets/misc/e-hsv-utils.[ch]. | ||||
| * | Move EPopupMenu to /widgets/table. | Matthew Barnes | 2011-06-01 | 5 | -69/+14 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 10 | -11/+0 |
| | | |||||
| * | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 11 | -11/+0 |
| | | |||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 145 | -16/+395 |
| | | |||||
| * | Bug 650491 - Shell handles forwarding uris to existing process wrong | Matthew Barnes | 2011-05-23 | 2 | -12/+9 |
| | | | | | | | | | | This adds a "handle-uris" GAction which takes a string array argument, so the URIs can be passed to the primary process verbatim. | ||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 26 | -336/+497 |
| | | |||||
| * | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-05-17 | 2 | -18/+0 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Bug #601541 - Add 'Copy Image' Option On Inline Email Images | Milan Crha | 2011-05-16 | 2 | -1/+113 |
| | | |||||
| * | Bug #243938 - Clicking on week numbers changes work week to week view | Milan Crha | 2011-05-13 | 2 | -4/+42 |
| | | |||||
| * | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 41 | -169/+169 |
| | | |||||
| * | Whitespace and coding style cleanups. | Matthew Barnes | 2011-05-08 | 19 | -35/+78 |
| | | |||||
| * | Make EAlertBar messages selectable | Milan Crha | 2011-04-28 | 1 | -0/+2 |
| | | |||||
| * | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 1 | -7/+4 |
| | | |||||
| * | EWebView: Coding style cleanup | Matthew Barnes | 2011-04-15 | 1 | -1/+2 |
| | | |||||
| * | Work around another a11y crash. | Matthew Barnes | 2011-04-14 | 1 | -2/+10 |
| | | | | | | | | | | | | 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. | ||||
| * | EWebView: Fix icon retrieval when showing EAlerts. | Matthew Barnes | 2011-04-14 | 1 | -1/+13 |
| | | | | | | | | Need to convert the icon filename to a URI for use in <img> tags. | ||||
| * | EWebView: Implement the EAlertSink interface | Matthew Barnes | 2011-04-13 | 2 | -10/+116 |
| | | | | | | | | Shows alerts directly in the HTML area, similar to GtkInfoBar. | ||||
| * | Restore lockdown integration. | Matthew Barnes | 2011-03-28 | 5 | -44/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Bug 644310 - Rework "Set as Background" image option | Matthew Barnes | 2011-03-27 | 1 | -25/+18 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | EAlertBar: Make warnings time out after 5 minutes | Matthew Barnes | 2011-03-26 | 1 | -1/+11 |
| | | | | | | | | | | | | 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. | ||||
| * | Reduce EAlertBar height. | Matthew Barnes | 2011-03-26 | 1 | -6/+12 |
| | | | | | | | | | | 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. | ||||
| * | Bug 418954 - Add a separate entry combo for port numbers | Dan Vráti | 2011-03-24 | 3 | -0/+558 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Fix few invalid reads caused by ECanvas | Milan Crha | 2011-03-15 | 1 | -6/+10 |
| | | |||||
| * | Bug 644235 - Make EActivityProxy a GtkFrame | Cosimo Cecchi | 2011-03-09 | 2 | -10/+5 |
| | | | | | | | | | | So it can inherit the theme from the widget below. Was previously a GtkEventBox for historical reasons that no one remembers. | ||||
| * | Bug 644066 - Text selection is cleared when right-clicking on a link | Matthew Barnes | 2011-03-07 | 1 | -5/+6 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 50 | -50/+109 |
| | | |||||
| * | Do not leak attachments in a mail view | Milan Crha | 2011-03-02 | 3 | -5/+33 |
| | | |||||
| * | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-03-02 | 2 | -9/+13 |
| | | | | | | | | Seeing lots of what I assume to be doxygen syntax in comment blocks. | ||||
| * | Bug #641374 - "Send new mail to..." popup action doesn't work | Milan Crha | 2011-02-28 | 2 | -1/+18 |
| | | |||||
| * | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 50 | -364/+159 |
| | | |||||
| * | Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params. | Matthew Barnes | 2011-02-25 | 6 | -45/+94 |
| | | | | | | | | | | I thought this might be the cause of bug #643089. Turns out it wasn't, but it's a good thing to do anyway. | ||||
| * | Bug #623593 - Cannot drag&drop attached messages from mails | Milan Crha | 2011-02-23 | 3 | -7/+111 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -2/+2 |
| | | |||||
| * | Bug #642088 - Crash when changing advanced send options in GroupWise | Milan Crha | 2011-02-17 | 1 | -11/+35 |
| | | |||||
| * | Fix few memory leaks | Milan Crha | 2011-02-15 | 2 | -3/+17 |
| | | |||||
| * | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 34 | -85/+65 |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
| * | Fix a build break due to #error pragma | Milan Crha | 2011-02-11 | 1 | -4/+15 |
| | | |||||
| * | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 8 | -65/+3 |
| | | | | | | | | GCC learned how to find dead assignments. | ||||
| * | Composer: Add Edit -> Preferences | Matthew Barnes | 2011-02-04 | 1 | -5/+9 |
| | | | | | | | | Opens the Preferences window to the Composer Preferences section. | ||||
| * | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 2 | -0/+3 |
| | | |||||
| * | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 37 | -409/+409 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 14 | -172/+273 |
| | | |||||
| * | Adapt ETree to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 2 | -52/+58 |
| | | |||||
| * | Adapt ECell classes to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 10 | -121/+69 |
| | | |||||
| * | Adapt ETableHeaderItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 3 | -33/+32 |
| | | |||||
| * | Adapt ETableFieldChooserItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -9/+18 |
| | | |||||
| * | Adapt ETableItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -17/+8 |
| | | |||||
| * | Adapt ETable to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 2 | -49/+58 |
| | | |||||
| * | Adapt ECanvasBackground to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -4/+3 |
| | | |||||
| * | Adapt EReflow to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -11/+12 |
| | | |||||
| * | Adapt EText to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -25/+21 |
| | | |||||
| * | Adapt EMap to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -140/+243 |
| | | |||||
| * | Adapt ECanvas to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -1/+1 |
| | | |||||
| * | Adapt ECalendarItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-01-26 | 1 | -50/+22 |
| | | |||||
| * | Fix minor compiler warnings | Matthew Barnes | 2011-01-26 | 1 | -2/+2 |
| | | |||||
| * | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-01-25 | 1 | -0/+1 |
| | | |||||
| * | Do not oversize New and Send/Receive toolbar buttons | Milan Crha | 2011-01-25 | 1 | -37/+0 |
| | | |||||
| * | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-01-25 | 4 | -33/+84 |
| | | |||||
| * | Avoid using deprecated GTK_SELECTION_EXTENDED | Vibha Yadav | 2011-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | Using GTK_SELECTION_MULTIPLE. As Deprecated, GTK_SELECTION_EXTENDED behaves identical to GTK_SELECTION_MULTIPLE. | ||||
| * | gdk_cursor_unref() -> g_object_unref() | Matthew Barnes | 2011-01-25 | 4 | -6/+6 |
| | | |||||
| * | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 3 | -3/+0 |
| | | |||||
| * | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 40 | -135/+6 |
| | | |||||
| * | Bug #640517 - Runtime warnings when launching composer | Milan Crha | 2011-01-25 | 1 | -27/+27 |
| | | |||||
| * | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -0/+1 |
| | | |||||
| * | libetable cleanups. | Matthew Barnes | 2011-01-17 | 134 | -3131/+4097 |
| | | |||||
| * | Remove some unused gnome-canvas options. | Matthew Barnes | 2011-01-16 | 2 | -15/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
| * | Merge miscellaneous changes from gtk3 branch. | Matthew Barnes | 2011-01-15 | 8 | -606/+537 |
| | | | | | | | | Mostly coding style and whitespace changes, to reduce diff noise. | ||||
| * | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-01-15 | 8 | -99/+107 |
| | | | | | | | | | | | | 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. | ||||
| * | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 6 | -9/+15 |
| | | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | ||||
| * | ETree: Fix runtime warnings with GTK3. | Matthew Barnes | 2011-01-09 | 3 | -12/+33 |
| | | | | | | | | | | ETable has a "vertical-spacing" style property, ETree does not. ECellText expects it to be in both. | ||||
| * | EAttachmentIconView: Fix runtime warnings with GTK3. | Matthew Barnes | 2011-01-09 | 1 | -48/+58 |
| | | | | | | | | GtkIconView changed some implementation details, apparently. | ||||
| * | EActionComboBox: Fix runtime warnings with GTK3. | Matthew Barnes | 2011-01-09 | 1 | -22/+33 |
| | | | | | | | | GtkComboBox changed some implementation details, apparently. | ||||
| * | Bug #567879 - Add View >> Gallery Option In Email Composer | Milan Crha | 2010-12-22 | 3 | -0/+488 |
| | | |||||
| * | Minor compiler warnings fix | Milan Crha | 2010-12-21 | 2 | -3/+3 |
| | | |||||
| * | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 8 | -6/+21 |
| | | |||||
| * | Show calendar backend errors in an alert sink | Milan Crha | 2010-12-04 | 1 | -0/+32 |
| | | |||||
| * | Reset IM context when entering ECellText editing | Milan Crha | 2010-11-24 | 1 | -39/+21 |
| | | |||||
| * | Bug #371705 - Calendar's day view does not reset its IM context | Milan Crha | 2010-11-23 | 1 | -48/+39 |
| | | |||||
| * | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 1 | -11/+0 |
| | | |||||
| * | Bug #633774 - Headers are gone in grouped view | Vibha Yadav | 2010-11-15 | 1 | -1/+1 |
| | | |||||
| * | Drop accessibility support for ECellText. | Matthew Barnes | 2010-11-11 | 4 | -795/+0 |
| | | | | | | | | | | | | 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. | ||||
| * | Fix distcheck errors.EVOLUTION_2_91_2 | Matthew Barnes | 2010-11-08 | 1 | -3/+0 |
| | | |||||
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-11-08 | 10 | -30/+29 |
| | | |||||
| * | Bug #632768 - Message list not realized when opening new folder | Milan Crha | 2010-11-03 | 1 | -15/+17 |
| | | |||||
| * | Add forgotten cairo_destroy() calls | Milan Crha | 2010-11-02 | 2 | -3/+11 |
| | | |||||
| * | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-01 | 1 | -3/+3 |
| | | | | | | | | | | | | | | 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. | ||||
| * | Bug 633471 - EAttachmentStore store folder name where uri is expected | Matthew Barnes | 2010-10-30 | 2 | -29/+34 |
| | | |||||
* | | Bug #655625 - Crash in atk_state_set_contains_state | Milan Crha | 2011-09-26 | 2 | -7/+12 |
| | | |||||
* | | Bug #659828 - Selecting a message with a sound attached loses focus | Milan Crha | 2011-09-26 | 1 | -1/+1 |
| | | |||||
* | | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 3 | -5/+916 |
| | | |||||
* | | Bug #655252 - Need to escape the comp_uid part of a path | Milan Crha | 2011-09-26 | 2 | -58/+88 |
| | | |||||
* | | Bug #655709 - Hide 'Group by' in views when not supported | Milan Crha | 2011-09-14 | 2 | -1/+7 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 140 | -3385/+5477 |
| | | |||||
* | | Bug #651741 - Find in text message doesn't warn about no matching found | Milan Crha | 2011-09-14 | 2 | -1/+5 |
| | | |||||
* | | Bug #651633 - Hidden task/memo sidebar always automagically re-appears | Milan Crha | 2011-09-14 | 1 | -0/+19 |
| | | |||||
* | | Bug #656722 - Incorrect prototype of notify:: signal callback | Milan Crha | 2011-09-14 | 1 | -1/+1 |
| | | |||||
* | | EPortEntry: Add a "security-method" property. | Matthew Barnes | 2011-09-14 | 2 | -75/+138 |
| | | | | | | | | | | This is an enum property of type CAMEL_TYPE_NETWORK_SECURITY_METHOD. We can then bind it to CamelNetworkSettings:security-method. | ||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-14 | 3 | -81/+102 |
| | | |||||
* | | Bug #645476 - Message list unnecessarily scrolls back to selected row | Milan Crha | 2011-09-14 | 1 | -1/+0 |
| | | |||||
* | | Bug #655669 - Can't save inline pictures embedded in HTML Mails | Milan Crha | 2011-09-14 | 2 | -1/+55 |
| | | |||||
* | | Bug #654889 - Closes when clicking on year/month selector | Milan Crha | 2011-09-14 | 1 | -7/+17 |
| | | |||||
* | | Add "Open With Other Application" to attachment menu. | Matthew Barnes | 2011-06-30 | 1 | -6/+68 |
| | | | | | | | | Opens a GtkAppChooserDialog based on the attachment's content type. | ||||
* | | Bug #652626 - Fix initial position of contact maps markers | Dan Vrátil | 2011-06-30 | 1 | -0/+1 |
| | | |||||
* | | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-30 | 2 | -23/+29 |
| | | |||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-30 | 5 | -168/+161 |
| | | |||||
* | | Replace G_CONST_RETURN with 'const'. | Matthew Barnes | 2011-06-30 | 8 | -27/+27 |
| | | | | | | | | GLib is finally dropping this hack. | ||||
* | | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-30 | 23 | -165/+249 |
| | | |||||
* | | Bug #643526 - Crash in et_get_n_children | Milan Crha | 2011-06-30 | 2 | -5/+5 |
| | | |||||
* | | Bug #642557 - Display maps in contact preview | Dan Vrátil | 2011-06-30 | 7 | -2/+1744 |
| | | |||||
* | | Embed e_hsv_tweak() directly in e-table-item.c. | Matthew Barnes | 2011-06-30 | 6 | -115/+43 |
| | | | | | | | | | | ETableItem is the last user of e_hsv_tweak(). This allows us to remove widgets/misc/e-hsv-utils.[ch]. | ||||
* | | Move EPopupMenu to /widgets/table. | Matthew Barnes | 2011-06-30 | 5 | -69/+14 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 10 | -11/+0 |
| | | |||||
* | | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-06-30 | 11 | -11/+0 |
| | | |||||
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 145 | -16/+395 |
| | | |||||
* | | Bug 650491 - Shell handles forwarding uris to existing process wrong | Matthew Barnes | 2011-06-30 | 2 | -12/+9 |
| | | | | | | | | | | This adds a "handle-uris" GAction which takes a string array argument, so the URIs can be passed to the primary process verbatim. | ||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 26 | -336/+497 |
| | | |||||
* | | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-06-30 | 2 | -18/+0 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Bug #601541 - Add 'Copy Image' Option On Inline Email Images | Milan Crha | 2011-06-30 | 2 | -1/+113 |
| | | |||||
* | | Bug #243938 - Clicking on week numbers changes work week to week view | Milan Crha | 2011-06-30 | 2 | -4/+42 |
| | | |||||
* | | Coding style cleanups. | Matthew Barnes | 2011-06-30 | 41 | -169/+169 |
| | | |||||
* | | Whitespace and coding style cleanups. | Matthew Barnes | 2011-06-30 | 19 | -35/+78 |
| | | |||||
* | | Make EAlertBar messages selectable | Milan Crha | 2011-06-30 | 1 | -0/+2 |
| | | |||||
* | | Adapt to CamelService changes. | Matthew Barnes | 2011-06-30 | 1 | -7/+4 |
| | | |||||
* | | EWebView: Coding style cleanup | Matthew Barnes | 2011-06-30 | 1 | -1/+2 |
| | | |||||
* | | Work around another a11y crash. | Matthew Barnes | 2011-06-30 | 1 | -2/+10 |
| | | | | | | | | | | | | 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. | ||||
* | | EWebView: Fix icon retrieval when showing EAlerts. | Matthew Barnes | 2011-06-30 | 1 | -1/+13 |
| | | | | | | | | Need to convert the icon filename to a URI for use in <img> tags. | ||||
* | | EWebView: Implement the EAlertSink interface | Matthew Barnes | 2011-06-30 | 2 | -10/+116 |
| | | | | | | | | Shows alerts directly in the HTML area, similar to GtkInfoBar. | ||||
* | | Restore lockdown integration. | Matthew Barnes | 2011-06-30 | 5 | -44/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Bug 644310 - Rework "Set as Background" image option | Matthew Barnes | 2011-06-30 | 1 | -25/+18 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | EAlertBar: Make warnings time out after 5 minutes | Matthew Barnes | 2011-06-30 | 1 | -1/+11 |
| | | | | | | | | | | | | 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. | ||||
* | | Reduce EAlertBar height. | Matthew Barnes | 2011-06-30 | 1 | -6/+12 |
| | | | | | | | | | | 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. | ||||
* | | Bug 418954 - Add a separate entry combo for port numbers | Dan Vráti | 2011-06-30 | 3 | -0/+558 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Fix few invalid reads caused by ECanvas | Milan Crha | 2011-06-30 | 1 | -6/+10 |
| | | |||||
* | | Bug 644235 - Make EActivityProxy a GtkFrame | Cosimo Cecchi | 2011-06-30 | 2 | -10/+5 |
| | | | | | | | | | | So it can inherit the theme from the widget below. Was previously a GtkEventBox for historical reasons that no one remembers. | ||||
* | | Bug 644066 - Text selection is cleared when right-clicking on a link | Matthew Barnes | 2011-06-30 | 1 | -5/+6 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 50 | -50/+109 |
| | | |||||
* | | Do not leak attachments in a mail view | Milan Crha | 2011-06-30 | 3 | -5/+33 |
| | | |||||
* | | Fix Gtk-Doc comment notation. | Matthew Barnes | 2011-06-30 | 2 | -9/+13 |
| | | | | | | | | Seeing lots of what I assume to be doxygen syntax in comment blocks. | ||||
* | | Bug #641374 - "Send new mail to..." popup action doesn't work | Milan Crha | 2011-06-30 | 2 | -1/+18 |
| | | |||||
* | | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-06-30 | 50 | -364/+159 |
| | | |||||
* | | Use G_SIGNAL_TYPE_STATIC_SCOPE for all GdkEvent signal params. | Matthew Barnes | 2011-06-30 | 6 | -45/+94 |
| | | | | | | | | | | I thought this might be the cause of bug #643089. Turns out it wasn't, but it's a good thing to do anyway. | ||||
* | | Bug #623593 - Cannot drag&drop attached messages from mails | Milan Crha | 2011-06-30 | 3 | -7/+111 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 2 | -2/+2 |
| | | |||||
* | | Bug #642088 - Crash when changing advanced send options in GroupWise | Milan Crha | 2011-06-30 | 1 | -11/+35 |
| | | |||||
* | | Fix few memory leaks | Milan Crha | 2011-06-30 | 2 | -3/+17 |
| | | |||||
* | | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-06-30 | 34 | -85/+65 |
| | | | | | | | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks. | ||||
* | | Fix a build break due to #error pragma | Milan Crha | 2011-06-30 | 1 | -4/+15 |
| | | |||||
* | | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-06-30 | 8 | -65/+3 |
| | | | | | | | | GCC learned how to find dead assignments. | ||||
* | | Composer: Add Edit -> Preferences | Matthew Barnes | 2011-06-30 | 1 | -5/+9 |
| | | | | | | | | Opens the Preferences window to the Composer Preferences section. | ||||
* | | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-06-30 | 2 | -0/+3 |
| | | |||||
* | | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 37 | -409/+409 |
| | | |||||
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2011-06-30 | 14 | -172/+273 |
| | | |||||
* | | Adapt ETree to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 2 | -52/+58 |
| | | |||||
* | | Adapt ECell classes to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 10 | -121/+69 |
| | | |||||
* | | Adapt ETableHeaderItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 3 | -33/+32 |
| | | |||||
* | | Adapt ETableFieldChooserItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -9/+18 |
| | | |||||
* | | Adapt ETableItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -17/+8 |
| | | |||||
* | | Adapt ETable to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 2 | -49/+58 |
| | | |||||
* | | Adapt ECanvasBackground to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -4/+3 |
| | | |||||
* | | Adapt EReflow to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -11/+12 |
| | | |||||
* | | Adapt EText to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -25/+21 |
| | | |||||
* | | Adapt EMap to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -140/+243 |
| | | |||||
* | | Adapt ECanvas to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -1/+1 |
| | | |||||
* | | Adapt ECalendarItem to latest gtk+-3.0 API. | Matthew Barnes | 2011-06-30 | 1 | -50/+22 |
| | | |||||
* | | Fix minor compiler warnings | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
| | | |||||
* | | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-06-30 | 1 | -0/+1 |
| | | |||||
* | | Do not oversize New and Send/Receive toolbar buttons | Milan Crha | 2011-06-30 | 1 | -37/+0 |
| | | |||||
* | | Adapt size_request vfuncs to latest gtk+-3.0 API. | Rodrigo Moya | 2011-06-30 | 4 | -33/+84 |
| | | |||||
* | | Avoid using deprecated GTK_SELECTION_EXTENDED | Vibha Yadav | 2011-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | Using GTK_SELECTION_MULTIPLE. As Deprecated, GTK_SELECTION_EXTENDED behaves identical to GTK_SELECTION_MULTIPLE. | ||||
* | | gdk_cursor_unref() -> g_object_unref() | Matthew Barnes | 2011-06-30 | 4 | -6/+6 |
| | | |||||
* | | Dialogs no longer have separators. | Matthew Barnes | 2011-06-30 | 3 | -3/+0 |
| | | |||||
* | | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 40 | -135/+6 |
| | | |||||
* | | Bug #640517 - Runtime warnings when launching composer | Milan Crha | 2011-06-30 | 1 | -27/+27 |
| | | |||||
* | | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-06-30 | 1 | -0/+1 |
| | | |||||
* | | libetable cleanups. | Matthew Barnes | 2011-06-30 | 134 | -3131/+4097 |
| | | |||||
* | | Remove some unused gnome-canvas options. | Matthew Barnes | 2011-06-30 | 2 | -15/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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() | ||||
* | | Merge miscellaneous changes from gtk3 branch. | Matthew Barnes | 2011-06-30 | 8 | -606/+537 |
| | | | | | | | | Mostly coding style and whitespace changes, to reduce diff noise. | ||||
* | | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-06-30 | 8 | -99/+107 |
| | | | | | | | | | | | | 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. | ||||
* | | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-06-30 | 6 | -9/+15 |
| | | | | | | | | | | Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using gtk_widget_size_request(). Reduces diff noise with gtk3 branch. | ||||
* | | ETree: Fix runtime warnings with GTK3. | Matthew Barnes | 2011-06-30 | 3 | -12/+33 |
| | | | | | | | | | | ETable has a "vertical-spacing" style property, ETree does not. ECellText expects it to be in both. |