23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
1600064022
Bug #591436 - Add -avoid-version to LDFLAGS
2012-02-15 11:22:21 +01:00
61ae36351b
Introduce libemail-engine and libemail-utils.
...
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.
2012-01-18 23:48:47 -05:00
d0f2c46a1c
Do not auto-mark-as-seen when changing filter type
2012-01-11 15:59:25 +01:00
73fe6fb330
Bug #667398 - Automatic mark-as-seen too aggressive
2012-01-10 19:30:23 +01:00
44df5ec064
Cosimo's spidey senses pointed him to a memory leak.
2011-11-23 12:12:15 -05:00
c75f58d01b
Fix compiler warnings.
2011-11-22 14:34:11 -05:00
bd149b2795
Merge branch 'master' into wip/gsettings
2011-10-24 11:30:20 +02:00
31babe7961
Bug #527614 - Valgrind shows a nice amount of lost memory
2011-10-20 10:16:45 +02:00
56a166bb42
Merge branch 'master' into wip/gsettings
2011-10-10 12:50:18 +02:00
aa75990c13
Bug #235665 - Heavy hard disk access when resizing columns in views
2011-10-07 15:35:15 +02:00
4ec46cc05f
Merge from master
2011-10-05 13:57:30 +02:00
1f38f4d92c
Simplify library dependency flags.
...
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.
2011-10-04 22:27:14 -04:00
d58d259aa0
Fix two little memory leaks
2011-10-01 01:02:13 +02:00
4674fb5487
ETableHeader: Nuke unused code.
2011-09-30 11:48:06 -04:00
b73a8f243e
ETableHeader: Rework the header button drawing code for GTK+ 3
...
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.
2011-09-30 11:44:21 -04:00
4c56856e05
Fix few 'may be used uninitialized' compiler warnings
2011-09-30 15:39:57 +02:00
5ddad03992
Remove Ctrl + l () character from source files
...
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
2011-09-29 21:12:10 +02:00
17cd0cb7df
Bug #655625 - Crash in atk_state_set_contains_state
2011-09-26 12:56:08 +02:00
5fb2bb4edf
Bug #659828 - Selecting a message with a sound attached loses focus
2011-09-26 12:56:08 +02:00
23f5359c41
Bug #655625 - Crash in atk_state_set_contains_state
2011-09-26 12:30:06 +02:00
a6de7fa6b8
Bug #659828 - Selecting a message with a sound attached loses focus
2011-09-26 12:26:59 +02:00
ac507b38df
Bug #655709 - Hide 'Group by' in views when not supported
2011-09-14 14:09:01 +02:00
777c1cbd40
Coding style and whitespace cleanup.
2011-09-14 14:09:00 +02:00
aa21f8d950
Bug #645476 - Message list unnecessarily scrolls back to selected row
2011-09-14 14:08:48 +02:00
07b58617f3
Bug #655709 - Hide 'Group by' in views when not supported
2011-09-05 18:20:38 +02:00
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
72d408c8a3
Bug #645476 - Message list unnecessarily scrolls back to selected row
2011-08-11 19:13:06 +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
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
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
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
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
7aacf983b3
Coding style and whitespace cleanup.
2011-06-29 18:41:41 +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
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
3b6c8972a5
Coding style and whitespace cleanup.
2011-06-29 18:41:36 +02:00
a4e2599f95
Fix few memory leaks
2011-06-29 18:41:35 +02:00
274697623e
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-06-29 18:41:34 +02:00
fdffa9ec4a
Fix a build break due to #error pragma
2011-06-29 18:41:32 +02:00
8efc1bc6f9
Bug 641756 - Fix warnings from GCC 4.6
...
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00