| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant ETypeFunc definition. | Matthew Barnes | 2011-10-07 | 1 | -2/+0 |
* | Prefer g_simple_async_result_take_error(). | Matthew Barnes | 2011-10-06 | 1 | -2/+1 |
* | Simplify library dependency flags. | Matthew Barnes | 2011-10-05 | 1 | -6/+6 |
* | Fix two little memory leaks | Dan Vrátil | 2011-10-01 | 1 | -1/+2 |
* | Bug 659486 - EAlert default response is ignored by EAlertDialog | Matthew Barnes | 2011-10-01 | 1 | -6/+22 |
* | Miscellaneous cleanups from the account-mgmt branch. | Matthew Barnes | 2011-09-27 | 1 | -0/+1 |
* | The EExtension framework is now in libebackend. | Matthew Barnes | 2011-09-26 | 10 | -949/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-09-04 | 29 | -401/+631 |
* | Fix enum generation problems in glib-gen.mak. | Matthew Barnes | 2011-08-27 | 1 | -0/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-08-13 | 2 | -38/+80 |
* | EConfig: Broadcast abort/commit events by way of signals. | Matthew Barnes | 2011-08-11 | 2 | -54/+58 |
* | EModule: Make all modules resident. | Matthew Barnes | 2011-08-06 | 2 | -13/+30 |
* | Bug #655507 - Do not unload extensions, keep them preloaded | Milan Crha | 2011-08-04 | 1 | -11/+13 |
* | Bug 652958 - Evolution Account Assistant jumps steps | Matthew Barnes | 2011-07-01 | 2 | -8/+38 |
* | EConfig: More cleanups. | Matthew Barnes | 2011-07-01 | 1 | -6/+19 |
* | EConfig: Minor cleanups. | Matthew Barnes | 2011-06-30 | 1 | -2/+2 |
* | Do not use deprecated EBook/ECal API | Milan Crha | 2011-06-14 | 1 | -1/+2 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-14 | 1 | -1/+1 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2011-06-09 | 2 | -10/+13 |
* | Bug #608203 - Left pane of mailer window is narrow at startup | Milan Crha | 2011-06-06 | 1 | -0/+35 |
* | Remove e_get_subscribable_accounts(). | Matthew Barnes | 2011-05-29 | 2 | -54/+0 |
* | Including <glib-object.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 2 | -2/+0 |
* | Including <glib.h> directly is rarely needed. | Matthew Barnes | 2011-05-28 | 10 | -10/+0 |
* | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 35 | -1/+110 |
* | Bug 537691 - Account editor window HIG | Matthew Barnes | 2011-05-23 | 1 | -18/+25 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-05-22 | 2 | -3/+8 |
* | Bug 649990 - Remove get_font_options() from e-util.c. | Matthew Barnes | 2011-05-17 | 2 | -126/+0 |
* | Remove unused e_get_gnome2_user_dir(). | Matthew Barnes | 2011-05-16 | 2 | -27/+0 |
* | Add e_activity_handle_cancellation(). | Matthew Barnes | 2011-05-12 | 3 | -3/+18 |
* | Coding style cleanups. | Matthew Barnes | 2011-05-09 | 13 | -94/+94 |
* | MailFolderCache: Drop folder URI in "folder-changed" signal. | Matthew Barnes | 2011-05-07 | 1 | -1/+1 |
* | Remove e_get_account_by_source_url(). | Matthew Barnes | 2011-05-06 | 2 | -69/+0 |
* | Fix compiler warnings. | Matthew Barnes | 2011-05-03 | 1 | -3/+0 |
* | EMailShellView: Open the selected folder ourselves. | Matthew Barnes | 2011-05-03 | 1 | -1/+1 |
* | Remove e_get_account_by_transport_url(). | Matthew Barnes | 2011-05-03 | 2 | -59/+0 |
* | e_get_account_by_uid(): Also handle CamelTransport UIDs. | Matthew Barnes | 2011-05-03 | 1 | -4/+21 |
* | Adapt to CamelService changes. | Matthew Barnes | 2011-04-21 | 2 | -8/+10 |
* | Bug 647708 - e_plugin_xml_prop() can return libxml2 allocated memory | Matthew Barnes | 2011-04-19 | 1 | -10/+9 |
* | Don't crash on missing EAlert definitions. | Matthew Barnes | 2011-04-13 | 1 | -0/+1 |
* | Remove the profiler plugin. | Matthew Barnes | 2011-03-29 | 3 | -264/+0 |
* | EAlertBar: Make warnings time out after 5 minutes | Matthew Barnes | 2011-03-26 | 2 | -4/+46 |
* | Change the accelerator map file location. | Matthew Barnes | 2011-03-25 | 1 | -9/+4 |
* | Fix alignment of extra widgets in EAlertDialogs. | Matthew Barnes | 2011-03-25 | 2 | -2/+22 |
* | Fix build break after recent eds changes | Milan Crha | 2011-03-14 | 1 | -1/+1 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-03-06 | 22 | -101/+197 |
* | Fix incorrect use of ngettext from a patch for bug #635414 | Milan Crha | 2011-02-28 | 1 | -4/+47 |
* | Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly | Milan Crha | 2011-02-25 | 11 | -67/+23 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-02-19 | 2 | -3/+9 |
* | Bug #639483 - Category list includes weather information | Milan Crha | 2011-02-18 | 2 | -1/+34 |
* | Slightly nicer EAlertDialog after move to gtk3 | Milan Crha | 2011-02-16 | 1 | -5/+12 |
* | Fix few memory leaks | Milan Crha | 2011-02-15 | 1 | -4/+5 |
* | Remove NULL checks for GObject methods. | Matthew Barnes | 2011-02-13 | 4 | -18/+6 |
* | Bug 641756 - Fix warnings from GCC 4.6 | Kjartan Maraas | 2011-02-09 | 1 | -3/+0 |
* | Bug #641011 - Ugly appointment editing windows | Milan Crha | 2011-02-03 | 1 | -0/+1 |
* | More whitespace cleanup. | Matthew Barnes | 2011-01-31 | 3 | -626/+626 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2011-01-30 | 3 | -4/+8 |
* | Various critical warnings about comp-editor-pages and date edit | Milan Crha | 2011-01-25 | 2 | -0/+26 |
* | Use latest gnome-desktop API | Rodrigo Moya | 2011-01-25 | 1 | -1/+1 |
* | Dialogs no longer have separators. | Matthew Barnes | 2011-01-25 | 1 | -2/+1 |
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-01-25 | 8 | -218/+10 |
* | Bug #634403 - Mails Label popup menu is not updated properly | Milan Crha | 2011-01-19 | 1 | -1/+3 |
* | Fudge GtkScrollable for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -1/+13 |
* | Fudge gtk_widget_get_preferred_size() for gtk2. | Matthew Barnes | 2011-01-15 | 1 | -0/+5 |
* | Disconnect signal handlers from actions in alert_dispose() | Milan Crha | 2010-12-21 | 1 | -2/+7 |
* | Free/busy meeting view doesn't work due to non-working extension | Milan Crha | 2010-12-06 | 3 | -0/+9 |
* | Localize few strings with ngettext | Milan Crha | 2010-12-02 | 1 | -2/+4 |
* | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 1 | -0/+1 |
* | Workaround crash when pasting nothing into html message composer | Milan Crha | 2010-11-09 | 1 | -0/+2 |
* | Move calendar preferences to the calendar module. | Matthew Barnes | 2010-11-05 | 1 | -2/+2 |
* | Add GBinding transform funcs for enum types. | Matthew Barnes | 2010-11-05 | 2 | -0/+84 |
* | Rename CalUnits to EDurationType. | Matthew Barnes | 2010-11-05 | 1 | -0/+6 |
* | Bug #629479 - Runtime critical warnings from e-print.c | Milan Crha | 2010-11-02 | 1 | -10/+6 |
* | Utilize the new ESourceSelector:primary-selection property. | Matthew Barnes | 2010-11-02 | 2 | -6/+91 |
* | EActivity: Add an "alert-sink" property. | Matthew Barnes | 2010-11-01 | 2 | -20/+61 |
* | Pass an EAlertSink to e_alert_sink_submit_alert(). | Matthew Barnes | 2010-11-01 | 4 | -26/+17 |
* | Bug 633172 - Folder->Subscriptions is always enabled | Matthew Barnes | 2010-10-30 | 2 | -1/+56 |
* | Adapt branch for building with GTK+ 2.22. | Matthew Barnes | 2010-10-30 | 1 | -0/+19 |
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 3 | -1/+75 |
* | Bug #592045 - Use week-day names in abbreviated date | Milan Crha | 2010-10-27 | 1 | -5/+4 |
* | Simplify EActivity. | Matthew Barnes | 2010-10-23 | 8 | -530/+166 |
* | ESignatureList cleanups. | Matthew Barnes | 2010-10-21 | 3 | -126/+159 |
* | Deal with GtkComboBoxEntry removal in gtk+-3.0. | Matthew Barnes | 2010-10-21 | 2 | -5/+26 |
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 3 | -9/+28 |
* | Bug #630504 - Precache collate keys before sorting in EReflowModel | Milan Crha | 2010-10-20 | 2 | -5/+25 |
* | Move more account utilities to e-account-utils.c. | Matthew Barnes | 2010-10-19 | 2 | -1/+180 |
* | Send errors to an EAlertSink instead of the task bar. | Matthew Barnes | 2010-10-19 | 12 | -1334/+0 |
* | EAlert: Allow arbitrary actions to be added. | Matthew Barnes | 2010-10-19 | 4 | -96/+214 |
* | Bug #631968 - Date wrongly displayed as Tomorrow. | Punit Jain | 2010-10-18 | 1 | -0/+2 |
* | Replace EBinding with GBinding. | Matthew Barnes | 2010-10-14 | 6 | -678/+77 |
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 6 | -252/+287 |
* | Bug #631320 - GtkObject is gone in GTK3 | Milan Crha | 2010-10-07 | 2 | -2/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-10-04 | 2 | -2/+1 |
* | Messin around with EAlerts. | Matthew Barnes | 2010-09-30 | 7 | -314/+592 |
* | EAlert cleanups. | Matthew Barnes | 2010-09-29 | 3 | -109/+57 |
* | Bump gtk+-2.0 requirement to 2.22.0. | Matthew Barnes | 2010-09-29 | 1 | -176/+0 |
* | Adapt to Camel API changes. | Matthew Barnes | 2010-09-28 | 2 | -6/+5 |
* | Add a GCancellable to EActivity. | Matthew Barnes | 2010-09-19 | 5 | -156/+111 |
* | Use new GDK keysym names if available. | Matthew Barnes | 2010-09-18 | 3 | -54/+216 |
* | Bug 628522 - invalid access off end of array in e_bit_array_delete() | David Woodhouse | 2010-09-17 | 1 | -2/+3 |
* | Fix a crapload of run-time warnings. | Matthew Barnes | 2010-09-15 | 2 | -5/+40 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -1/+1 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-09-12 | 8 | -30/+43 |
* | Re-work my GtkDialog:has-separator workaround. | Matthew Barnes | 2010-09-11 | 1 | -2/+2 |
* | Work around deprecation of gtk_dialog_set_has_separator() | Matthew Barnes | 2010-09-11 | 1 | -0/+2 |
* | Various memory leaks | Milan Crha | 2010-09-08 | 2 | -8/+9 |
* | Bug 628653 - e_alert_new_valist memory leak | Matthew Barnes | 2010-09-03 | 1 | -2/+9 |
* | Minor whitespace cleanup. | Matthew Barnes | 2010-09-03 | 1 | -5/+5 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-08-29 | 26 | -585/+588 |
* | GObject boilerplate cleanup. | Matthew Barnes | 2010-08-25 | 24 | -715/+228 |
* | Whitespace and coding style cleanup. | Matthew Barnes | 2010-08-14 | 1 | -1/+1 |
* | fix bgo#625847 - make signatures work again. | Michael Meeks | 2010-08-06 | 1 | -19/+18 |
* | Migrate ~/.evolution to XDG base directories. | Matthew Barnes | 2010-07-27 | 4 | -9/+38 |
* | Bug 624525 - Variable name collision in gtk-compat macro | Milan Crha | 2010-07-22 | 1 | -5/+5 |
* | Bug #624891 - Various compiler warnings in git/master | Milan Crha | 2010-07-22 | 1 | -6/+4 |
* | Bug 624128 - Folder -> Subscriptions is always enabled | Matthew Barnes | 2010-07-12 | 2 | -0/+43 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-07-12 | 5 | -21/+28 |
* | Bug #623204 - Be able to report detailed errors from backends | Milan Crha | 2010-07-09 | 1 | -1/+3 |
* | Fix places where "~/.evolution" is hard-coded. | Matthew Barnes | 2010-07-09 | 3 | -25/+9 |
* | Migrate from CamelException to GError. | Matthew Barnes | 2010-07-09 | 1 | -2/+2 |
* | Work around sudden disappearance of GdkRegion in GTK+ 2.90.5. | Matthew Barnes | 2010-06-30 | 1 | -0/+51 |
* | Bug 622535 - Account assistant loops on first run | Matthew Barnes | 2010-06-26 | 1 | -62/+104 |
* | Revert "Bug 581032 – Some links can't be opened" | Matthew Barnes | 2010-06-21 | 1 | -9/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 2 | -9/+28 |
* | [win32] add --register-handlers and --unregister-handlers options | Fridrich Štrba | 2010-06-18 | 2 | -0/+11 |
* | Fix all remaining GTK3 issues. | Matthew Barnes | 2010-06-16 | 1 | -0/+1 |
* | Remove gnome-pilot integration. | Matthew Barnes | 2010-06-16 | 5 | -688/+1 |
* | Revert "Fix all remaining GTK3 issues." | Matthew Barnes | 2010-06-15 | 1 | -1/+0 |
* | Fix all remaining GTK3 issues. | Matthew Barnes | 2010-06-15 | 1 | -0/+1 |
* | fixed an error in previous commit | Chenthill Palanisamy | 2010-06-11 | 1 | -1/+1 |
* | use gdk_drag_context_get_action instead of gdk_drag_context_get_selected_acti... | Chenthill Palanisamy | 2010-06-10 | 1 | -0/+4 |
* | Check for gtk version below 2.21.1 for comptability with gseal changes | Chenthill Palanisamy | 2010-06-10 | 1 | -2/+3 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-06-07 | 1 | -37/+44 |
* | Set the GTK+ backward compatibility check to 2.21.2. | Matthew Barnes | 2010-06-05 | 1 | -1/+1 |
* | More GTK3 preparation. | Matthew Barnes | 2010-06-04 | 2 | -0/+22 |
* | Convert "startup-wizard" to an EExtension. | Matthew Barnes | 2010-06-03 | 2 | -12/+26 |
* | Revert "Bug #608203 - Left pane of mailer window is really narrow at startup" | Matthew Barnes | 2010-05-29 | 1 | -28/+5 |
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 3 | -16/+83 |
|\ |
|
| * | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-25 | 2 | -4/+9 |
| * | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-25 | 1 | -74/+62 |
| |\ |
|
| | * | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -1/+2 |
| | * | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -68/+61 |
| | * | Ouch, fix a typo! | Fridrich Štrba | 2010-05-17 | 1 | -1/+1 |
| | * | [win32] Make Evolution actually appear in "Set Program Access and | Fridrich Štrba | 2010-05-17 | 1 | -12/+6 |
| * | | Merge commit 'origin/express2' into express2 | Michael Meeks | 2010-05-19 | 3 | -1/+314 |
| |\ \ |
|
| | * | | Merge branch 'gnome-2-30' into express2 | Matthew Barnes | 2010-05-17 | 3 | -1/+314 |
| | |\| |
|
| | | * | Initial implementation of setting evolution as default mail client and mailto... | Fridrich Štrba | 2010-05-13 | 3 | -1/+314 |
| | | * | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-23 | 3 | -0/+8 |
| * | | | Find a better transient parent if we are not passed a window; fixes | Michael Meeks | 2010-05-19 | 1 | -0/+4 |
| |/ / |
|
| * | | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-30 | 3 | -0/+8 |
| * | | Merge commit 'origin/gnome-2-30' into express2 | Michael Meeks | 2010-04-22 | 3 | -22/+49 |
| |\| |
|
| | * | Bug 616097 - Remembers page ranges | Matthew Barnes | 2010-04-18 | 1 | -0/+11 |
| | * | Use newer GTK+ API to manage print settings. | Matthew Barnes | 2010-04-18 | 1 | -16/+6 |
| | * | Bug #608203 - Left pane of mailer window is really narrow at startup | Milan Crha | 2010-04-14 | 1 | -5/+31 |
| | * | Bug #610229 - Status bar progress goes beyond 100 percentage | punit | 2010-04-13 | 1 | -1/+1 |
| * | | Hide EConfig sections that have no visible widgets | Federico Mena Quintero | 2010-04-14 | 1 | -15/+77 |
| * | | Merge gnome-2-30 into express2 to get bugfixes | Federico Mena Quintero | 2010-04-10 | 1 | -0/+3 |
| |\| |
|
| | * | Avoid warning about redefined localtime_r | Fridrich Štrba | 2010-04-08 | 1 | -0/+3 |
| | * | Introduce a simple extension system for objects. | Matthew Barnes | 2010-04-08 | 5 | -0/+400 |
| * | | Fix mismatched quotes. | Matthew Barnes | 2010-04-07 | 3 | -8/+8 |
| * | | More API documentation tweaking. | Matthew Barnes | 2010-04-07 | 1 | -0/+1 |
| * | | Demonstrate extending the EExtension API. | Matthew Barnes | 2010-04-07 | 2 | -1/+47 |
| * | | Move "section" documentation out of header files. | Matthew Barnes | 2010-04-07 | 10 | -30/+30 |
| * | | Document EExtensible and EExtension. | Matthew Barnes | 2010-04-07 | 3 | -0/+86 |
| * | | Introduce a simple extension system for objects. | Matthew Barnes | 2010-04-07 | 5 | -0/+400 |
| |/ |
|
| * | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-03-24 | 1 | -14/+13 |
* | | [win32] Register evolution as able to handle ldif files too | Fridrich Štrba | 2010-05-20 | 1 | -8/+107 |
* | | [win32} Register evolution as "Contacts" application and .vcf handler | Fridrich Štrba | 2010-05-19 | 2 | -4/+152 |
* | | [win32] Try to get the default application registration right | Fridrich Štrba | 2010-05-19 | 1 | -1/+2 |
* | | Bug #499320 - Preview before import from command line | Milan Crha | 2010-05-19 | 2 | -0/+32 |
* | | [win32] Implement --reinstall, --show-icons, --hide-icons options | Fridrich Štrba | 2010-05-18 | 1 | -68/+61 |
* | | Ouch, fix a typo! | Fridrich Štrba | 2010-05-17 | 1 | -1/+1 |
* | | [win32] Make Evolution actually appear in "Set Program Access and | Fridrich Štrba | 2010-05-17 | 1 | -12/+6 |
* | | Initial implementation of setting evolution as default mail client and mailto... | Fridrich Štrba | 2010-05-13 | 3 | -1/+314 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-05-08 | 3 | -39/+5 |
* | | Coding style and whitespace cleanup. | Matthew Barnes | 2010-05-02 | 2 | -3/+8 |
* | | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 2 | -8/+8 |
* | | Relocating EVOLUTION_BINDIR which will be used in plugin | Fridrich Štrba | 2010-04-23 | 3 | -0/+8 |
* | | Bug 616097 - Remembers page ranges | Matthew Barnes | 2010-04-18 | 1 | -0/+11 |
* | | Use newer GTK+ API to manage print settings. | Matthew Barnes | 2010-04-18 | 1 | -16/+6 |
* | | Bug #608203 - Left pane of mailer window is really narrow at startup | Milan Crha | 2010-04-14 | 1 | -5/+27 |
* | | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -3/+4 |
* | | Bug #610229 - Status bar progress goes beyond 100 percentage | punit | 2010-04-13 | 1 | -1/+1 |
* | | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -1/+1 |
* | | Bug #591939 - Use ngettext in e-datetime-format.c | Milan Crha | 2010-04-07 | 1 | -4/+7 |
* | | Adapt to Camel API changes. | Matthew Barnes | 2010-04-04 | 1 | -4/+5 |
* | | Generate ChangeLog files for tarball releases. | Matthew Barnes | 2010-04-03 | 3 | -5387/+0 |
* | | Only #include Camel's top-level header. | Matthew Barnes | 2010-04-03 | 4 | -11/+3 |
* | | Bug #329694 - "Visual" needs translator comments | Milan Crha | 2010-04-02 | 1 | -1/+9 |
* | | Bug #325121 - Do not translate developer strings in g_param_spec_* | Milan Crha | 2010-04-02 | 4 | -8/+8 |
* | | Move EPoolv back to Evolution from libedataserver. | Matthew Barnes | 2010-04-01 | 3 | -0/+189 |
* | | Drop support for migrating from Evolution < 2.0. | Matthew Barnes | 2010-03-30 | 7 | -967/+0 |
* | | Fix mismatched quotes. | Matthew Barnes | 2010-03-29 | 3 | -8/+8 |
* | | Avoid warning about redefined localtime_r | Fridrich Štrba | 2010-03-26 | 1 | -0/+3 |
* | | [win32] Don't bother with overriding .gnome2 directory | Fridrich Strba | 2010-03-24 | 1 | -5/+6 |
* | | Bug 613639 - Evolution hard codes .gnome2 | Matthew Barnes | 2010-03-23 | 2 | -1/+27 |
* | | Alter UI conditional syntax to be more familiar cpp style, which | Michael Meeks | 2010-03-23 | 1 | -14/+13 |
* | | More API documentation tweaking. | Matthew Barnes | 2010-03-22 | 1 | -0/+1 |
* | | Demonstrate extending the EExtension API. | Matthew Barnes | 2010-03-22 | 2 | -1/+47 |
* | | Move "section" documentation out of header files. | Matthew Barnes | 2010-03-22 | 10 | -30/+30 |
* | | Document EExtensible and EExtension. | Matthew Barnes | 2010-03-22 | 3 | -0/+86 |
* | | Introduce a simple extension system for objects. | Matthew Barnes | 2010-03-20 | 5 | -0/+400 |
|/ |
|
* | Revert some bad assumptions I made in EPluginUI. | Matthew Barnes | 2010-03-16 | 3 | -23/+25 |
* | Prevent future bugs like #612792. | Matthew Barnes | 2010-03-15 | 4 | -15/+15 |
* | Some more missing relocations fixed | Fridrich Strba | 2010-03-15 | 1 | -0/+1 |
* | Forgot to commit the new source files... | Matthew Barnes | 2010-03-14 | 2 | -0/+416 |
* | Shell and UI manager cleanups. | Matthew Barnes | 2010-03-14 | 5 | -147/+27 |
* | Disable a chunk of UI from the mail-to-task plugin | Michael Meeks | 2010-03-14 | 2 | -5/+1 |
* | clean up the 'express' mode hooks for UI Managers and start to | Michael Meeks | 2010-03-14 | 3 | -40/+96 |
* | Add generic 'express mode' conditionals to the UI XML | Michael Meeks | 2010-03-14 | 2 | -6/+42 |
* | Bug 612679 - Crash when saving to a directory without permission | Matthew Barnes | 2010-03-12 | 1 | -9/+9 |
* | Don't relocate inexisting EVOLUTION_CATEGORY_ICONS path | Fridrich Strba | 2010-03-11 | 3 | -9/+0 |
* | Don't relocate non-existing EVOLUTION_GLADEDIR | Fridrich Strba | 2010-03-11 | 2 | -7/+0 |
* | More relocation cleanup EVOLUTION_ICONSDIR -> EVOLUTION_ICONDIR | Fridrich Strba | 2010-03-11 | 3 | -11/+11 |
* | Bug 201362 - Evolution doesn't remember window positions | Matthew Barnes | 2010-03-11 | 1 | -0/+4 |
* | Update win32 directory relocation and some consistency cleanup | Fridrich Strba | 2010-03-10 | 3 | -11/+16 |
* | Prevent missing prototype of atexit on windows | Fridrich Strba | 2010-03-06 | 1 | -0/+1 |
* | Fix ETable/ETree signal signatures. | Matthew Barnes | 2010-02-19 | 1 | -0/+2 |
* | Bug 587014 - Magic space does not work as expected | Matthew Barnes | 2010-02-18 | 1 | -0/+2 |
* | Add option to escape EAlert strings. | Matthew Barnes | 2010-02-18 | 4 | -30/+42 |
* | Bug 610085 - e_alert_get_primary_text() does not escape arguments | Matthew Barnes | 2010-02-16 | 1 | -17/+6 |
* | Update API documentation. | Matthew Barnes | 2010-02-10 | 19 | -91/+90 |
* | Fix a potential crasher in e_charset_add_radio_actions(). | Matthew Barnes | 2010-02-09 | 1 | -3/+5 |
* | Add DnD support to e-selection.c. | Matthew Barnes | 2010-02-09 | 2 | -0/+117 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-02-08 | 4 | -41/+82 |
* | Move some ESource-plugin common code to e-plugin-util.h/.c | Milan Crha | 2010-02-04 | 3 | -1/+511 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-31 | 5 | -9/+9 |
* | Bug 608160 - Pasting text from FireFox into composer gives just "[?]" | Matthew Barnes | 2010-01-29 | 1 | -1/+20 |
* | Coding style and whitespace cleanups. | Matthew Barnes | 2010-01-23 | 2 | -6/+14 |
* | Fallback to missing image, when a stock icon could not be found | Gustavo Noronha Silva | 2010-01-23 | 1 | -2/+12 |
* | Add selection utilities for "text/html" targets. | Matthew Barnes | 2010-01-17 | 2 | -0/+267 |
* | Fix a potential uninitialized argument in ech_config_section_factory(). | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
* | Fix a potential uninitialized argument in e_signature_list_find(). | Matthew Barnes | 2010-01-16 | 1 | -1/+1 |
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 6 | -8/+3 |
* | Baby steps toward GSEAL compliance. | Matthew Barnes | 2010-01-14 | 1 | -1/+3 |
* | Bug #606874 - mktemp disabled in latest glibc-2.11.90-8 | Milan Crha | 2010-01-14 | 1 | -5/+19 |
* | Bug #606340 - Crash on non-utf8 letter in mail folder name | Milan Crha | 2010-01-08 | 2 | -0/+27 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-05 | 4 | -35/+76 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-01-04 | 4 | -32/+61 |
* | Replace alloca() with g_alloca(). | Matthew Barnes | 2009-12-28 | 2 | -4/+1 |
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -0/+2 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-26 | 3 | -6/+15 |
* | Bug #596967 - Fix little constraint mistake from previous commit | Milan Crha | 2009-12-21 | 1 | -4/+2 |
* | Bug 604822 - Drop more alert titles | Paul Bolle | 2009-12-20 | 1 | -1/+0 |
* | Coding style and whitespace cleanup. | Matthew Barnes | 2009-12-20 | 3 | -8/+2 |
* | Bug #596967 - Per-folder setting for threading and preview panel | Milan Crha | 2009-12-19 | 2 | -0/+58 |
* | Install e-util/gconf-bridge.h. | Matthew Barnes | 2009-12-17 | 1 | -2/+2 |
* | Use the boxed CamelObject type for signal params in MailFolderCache | Jonathon Jongsma | 2009-12-16 | 1 | -4/+4 |
* | Add MailFolderCache::folder-changed signal | Jonathon Jongsma | 2009-12-16 | 1 | -0/+1 |
* | Add signals to MailFolderCache for common events | Jonathon Jongsma | 2009-12-16 | 1 | -0/+3 |
* | Use EAlert API in EAlertActivity rather than using g_object_get_data | Jonathon Jongsma | 2009-12-09 | 3 | -14/+38 |