Commit Graph

1458 Commits

Author SHA1 Message Date
bac4efc7ce Add format checker (in compile time) to e_notice() 2012-10-17 14:40:59 +02:00
d89e767a1c Coding style and whitespace cleanup. 2012-09-01 08:06:32 -04:00
1d9b69527a Bug #681877 - Postpone window changes saving for a second 2012-08-23 11:00:53 +02:00
c85109fc32 Coding style and whitespace cleanup. 2012-08-19 14:17:55 -04:00
67135c3fb6 Bug 681641 - Port to new documentation infrastructure
https://live.gnome.org/GnomeGoals/NewDocumentationInfrastructure
2012-08-11 09:54:15 -04:00
07be2453e0 Remove all GDK threads usage.
According to [1], we don't need to worry about GDK's global lock since
we don't call gdk_threads_init() or gdk_threads_set_lock_functions().

The GDK threads API is being aggressively deprecated by GTK+ developers
so let's just abandon it entirely.  I've never really understood when
you're supposed to use it or not use it anyway, so it's good to be rid
of this confusion.

[1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html
2012-08-05 22:12:26 -04:00
aa8b7b68fc Add e_source_util_remote_delete().
Wraps e_source_remote_delete() in an EActivity and submits errors to the
given EAlertSink.
2012-08-03 11:40:13 -04:00
d2f9d47b21 e-source-utils.c cleanups.
Also add missing error definitions.
2012-08-03 11:40:13 -04:00
9c2a94b367 Make e_color_to_value() use e_rgba_to_value() 2012-08-02 09:38:09 +02:00
440e43d289 Bug #679404 - Read colors for message preview from Gtk theme 2012-07-27 12:13:20 +02:00
4da513dd69 e-system.error.xml: Add some generic errors from mail.error.xml. 2012-07-25 22:12:04 -04:00
c6d7f233f8 e-system.error.xml: Fix indentation. 2012-07-25 22:10:19 -04:00
f22e38ffad Use template files to generate GEnumClass types. 2012-07-17 13:49:09 -04:00
3718b8c913 Fix icon size warning in EStockRequest 2012-07-17 10:47:12 +02:00
5f0c512255 Bug #677993 - Remember screen used in previous session 2012-06-26 16:54:11 +02:00
cc8bf823ec Coding style and whitespace cleanup. 2012-06-24 20:31:43 -04:00
6c05b09be1 Do not call g_object_notify() when property didn't change 2012-06-18 15:35:44 +02:00
94daae3dba Remove the last remaining usage of GConf 2012-06-15 09:04:08 +02:00
0c25f646c8 Bug #677607 - Closing Mail Browser emits critical warnings 2012-06-12 18:30:19 +02:00
2a39437ee9 Adapt to single-include E-D-S libraries. 2012-06-03 15:14:03 -04:00
ae21bb5e66 Adapt libeutil to the new ESource API. 2012-06-02 23:00:39 -04:00
ec64c08d26 Don't unref GAsyncResult in "finish" functions. 2012-05-14 09:35:54 -04:00
59ba5e620d Fix some GSimpleAsyncResult reference leaks. 2012-05-13 09:40:23 -04:00
53a3d2f4e1 Use g_simple_async_result_set_check_cancellable().
Always call it immediately after g_simple_async_result_new().
2012-05-13 09:40:23 -04:00
381c91c0d2 Bug 675391 - Remove support for EVOLUTION_PLUGIN_PATH.
This was a hidden feature to load EPlugins from a custom location by
setting the EVOLUTION_PLUGIN_PATH environment variable.  It defaulted
to $HOME/.eplugins, which is in violation of the XDG Base Directory
Specification.

Since I've never ever heard of anyone using this and wasn't even aware
of it myself, rather than migrating the folder to a standard-compliant
location I'm just going to drop support for EVOLUTION_PLUGIN_PATH and
put my money on no one noticing.  The EPlugin framework is gradually
being decommissioned anyway in favor of the simpler and more flexible
EExtension framework in Evolution-Data-Server.
2012-05-03 16:09:48 -04:00
32e4f0814d Fix displaying icons in EWebView alerts 2012-05-03 17:02:31 +02:00
6e92ef02d8 Fix a build break in e-stock-request.c.
atoi() needs <stdlib.h>
2012-04-24 19:16:37 -04:00
d571c56260 Bug #674272 - Contacts preview differs with mailer running and not
This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest,
making the first two available globally from e-utils, the othe two are loaded only with mailer,
since no other component uses them.
2012-04-23 08:40:20 +02:00
7950d6a0c6 Adapt to libedataserver[ui] changes. 2012-04-21 17:07:15 -04:00
299521f02c Whitespace cleanup.
Replace 8-space indentation with tab characters, and various other
automated cleanups.
2012-04-01 23:15:38 -04:00
a269411bac WebKit port - port addressbook, calendar and update composer to keep working with GtkHtml 2012-03-28 18:39:13 +02:00
932f7cada8 EConfig: Support custom page skip callbacks.
Add e_config_add_skip_check() to install a callback function to
decide whether to skip a particular page in a GtkAssistant, useful
if a page may be blank in certain conditions.

This feature is not used in Evolution 3.4, but will be used in 3.5.
2012-03-07 11:52:25 -05:00
30869d1fb7 EConfig: Miscellaneous cleanups. 2012-03-07 09:11:24 -05:00
147687c60f Use libevolution-utils all over evolution. 2012-03-03 09:02:34 -05:00
14f82dde34 Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils. 2012-03-03 09:02:33 -05:00
ecb75f8ee9 Fix errors where the math stuffs were used from e-util. 2012-03-03 09:02:33 -05:00
2e7fe9a4ea Make libevolution-util compilable. 2012-03-03 09:02:33 -05:00
449e05f1b2 Move EAlert* and e-xml-utils to libevolution-utils. 2012-03-03 09:02:33 -05:00
23f5773903 Coding style and whitespace cleanup. 2012-02-20 10:04:25 -05:00
35349fa01c Bug 670278 - Poorly worded "confirm overwrite" alert
Reworded to match exactly what GtkFileChooser shows.
2012-02-17 09:20:32 -05:00
1600064022 Bug #591436 - Add -avoid-version to LDFLAGS 2012-02-15 11:22:21 +01:00
b17d51a454 EActivity cleanups. 2012-01-24 22:57:48 -05:00
bab2f2ef12 Bug 668595 - Suppress bogus percentage in status messages 2012-01-24 22:52:51 -05:00
59e6e599ba Coding style and whitespace cleanup. 2012-01-18 23:48:48 -05: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
5aa4790e47 Bug #667185 - Menu items from plugins not translated 2012-01-04 17:20:14 +01:00
ef8832bb80 Bug #665036 - Memory leaks spot in Contacts view 2012-01-04 14:54:17 +01:00
eb24069122 Remove e_dialog_append_list_store_text().
Silly function.  Do it manually or use a GtkComboBoxText.
2011-12-23 19:49:53 -05:00
6feca1bf56 Remove e_dialog_editable_get().
Silly function.  Use gtk_entry_get_text() for a const string or else
gtk_editable_get_chars() for an allocated string.
2011-12-23 19:49:53 -05:00
9d4348036c Remove e_dialog_editable_set().
Silly function.  Use gtk_entry_set_text().
2011-12-23 19:49:52 -05:00