Rodrigo Moya
56a166bb42
Merge branch 'master' into wip/gsettings
2011-10-10 12:50:18 +02:00
Milan Crha
aa75990c13
Bug #235665 - Heavy hard disk access when resizing columns in views
2011-10-07 15:35:15 +02:00
Rodrigo Moya
4ec46cc05f
Merge from master
2011-10-05 13:57:30 +02:00
Matthew Barnes
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
Dan Vrátil
d58d259aa0
Fix two little memory leaks
2011-10-01 01:02:13 +02:00
Cosimo Cecchi
4674fb5487
ETableHeader: Nuke unused code.
2011-09-30 11:48:06 -04:00
Cosimo Cecchi
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
Milan Crha
4c56856e05
Fix few 'may be used uninitialized' compiler warnings
2011-09-30 15:39:57 +02:00
Paul Menzel
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
Milan Crha
17cd0cb7df
Bug #655625 - Crash in atk_state_set_contains_state
2011-09-26 12:56:08 +02:00
Milan Crha
5fb2bb4edf
Bug #659828 - Selecting a message with a sound attached loses focus
2011-09-26 12:56:08 +02:00
Milan Crha
23f5359c41
Bug #655625 - Crash in atk_state_set_contains_state
2011-09-26 12:30:06 +02:00
Milan Crha
a6de7fa6b8
Bug #659828 - Selecting a message with a sound attached loses focus
2011-09-26 12:26:59 +02:00
Milan Crha
ac507b38df
Bug #655709 - Hide 'Group by' in views when not supported
2011-09-14 14:09:01 +02:00
Matthew Barnes
777c1cbd40
Coding style and whitespace cleanup.
2011-09-14 14:09:00 +02:00
Milan Crha
aa21f8d950
Bug #645476 - Message list unnecessarily scrolls back to selected row
2011-09-14 14:08:48 +02:00
Milan Crha
07b58617f3
Bug #655709 - Hide 'Group by' in views when not supported
2011-09-05 18:20:38 +02:00
Matthew Barnes
fcbbdfbd18
Coding style and whitespace cleanup.
2011-09-04 07:34:32 -04:00
Milan Crha
72d408c8a3
Bug #645476 - Message list unnecessarily scrolls back to selected row
2011-08-11 19:13:06 +02:00
Matthew Barnes
ce62390010
Replace G_CONST_RETURN with 'const'.
...
GLib is finally dropping this hack.
2011-06-29 18:42:26 +02:00
Matthew Barnes
e7954c3f25
Coding style and whitespace cleanups.
2011-06-29 18:42:26 +02:00
Milan Crha
e68165697e
Bug #643526 - Crash in et_get_n_children
2011-06-29 18:42:26 +02:00
Matthew Barnes
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
Matthew Barnes
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
Matthew Barnes
f043e3c748
Including <glib-object.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
Matthew Barnes
7132d0f0c2
Including <glib.h> directly is rarely needed.
2011-06-29 18:42:21 +02:00
Milan Crha
c24038c4f6
Bug #646109 - Fix use of include <config.h> to make sure translations work
2011-06-29 18:42:20 +02:00
Matthew Barnes
5146ff4c53
Coding style and whitespace cleanup.
2011-06-29 18:42:17 +02:00
Matthew Barnes
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
Matthew Barnes
54da4fc09c
Coding style cleanups.
2011-06-29 18:42:11 +02:00
Matthew Barnes
578214584c
Whitespace and coding style cleanups.
2011-06-29 18:42:10 +02:00
Matthew Barnes
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
Matthew Barnes
7aacf983b3
Coding style and whitespace cleanup.
2011-06-29 18:41:41 +02:00
Matthew Barnes
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
Milan Crha
c003c99a75
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
2011-06-29 18:41:39 +02:00
Matthew Barnes
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
Matthew Barnes
3b6c8972a5
Coding style and whitespace cleanup.
2011-06-29 18:41:36 +02:00
Milan Crha
a4e2599f95
Fix few memory leaks
2011-06-29 18:41:35 +02:00
Matthew Barnes
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
Milan Crha
fdffa9ec4a
Fix a build break due to #error pragma
2011-06-29 18:41:32 +02:00
Kjartan Maraas
8efc1bc6f9
Bug 641756 - Fix warnings from GCC 4.6
...
GCC learned how to find dead assignments.
2011-06-29 18:41:31 +02:00
Matthew Barnes
dbc22f9de5
More whitespace cleanup.
2011-06-29 18:41:29 +02:00
Matthew Barnes
6af0c53b69
Coding style and whitespace cleanup.
2011-06-29 18:41:29 +02:00
Matthew Barnes
bd98a2d620
Adapt ETree to latest gtk+-3.0 API.
2011-06-29 18:41:27 +02:00
Matthew Barnes
664556ed0f
Adapt ECell classes to latest gtk+-3.0 API.
2011-06-29 18:41:27 +02:00
Matthew Barnes
b754e4a5d2
Adapt ETableHeaderItem to latest gtk+-3.0 API.
2011-06-29 18:41:27 +02:00
Matthew Barnes
0dd0f9b28f
Adapt ETableFieldChooserItem to latest gtk+-3.0 API.
2011-06-29 18:41:27 +02:00
Matthew Barnes
1da1900251
Adapt ETableItem to latest gtk+-3.0 API.
2011-06-29 18:41:27 +02:00
Matthew Barnes
7e48c129b5
Adapt ETable to latest gtk+-3.0 API.
2011-06-29 18:41:26 +02:00
Rodrigo Moya
b5aba428f4
Adapt size_request vfuncs to latest gtk+-3.0 API.
2011-06-29 18:41:26 +02:00