| Commit message (Expand) | Author | Age | Files | Lines |
* | More whitespace cleanup. | Matthew Barnes | 2011-06-30 | 2 | -28/+28 |
* | Dialogs no longer have separators. | Matthew Barnes | 2011-06-30 | 1 | -1/+0 |
* | Drop backward-compatibility cruft. | Matthew Barnes | 2011-06-30 | 1 | -3/+0 |
* | Properly translate NC_ messages | Milan Crha | 2011-06-30 | 1 | -12/+3 |
* | Added few translator comments | Milan Crha | 2011-06-30 | 1 | -10/+18 |
* | Bug 632641 - Handle combo box text API going away | Matthias Clasen | 2010-10-21 | 1 | -4/+11 |
* | Composer: Show cancellable operations and errors inline. | Matthew Barnes | 2010-10-13 | 1 | -1/+1 |
* | Coding style cleanups. | Matthew Barnes | 2010-09-13 | 1 | -33/+33 |
* | Bug 624216 - Runtime warning in Attachment Reminder plugin | Matthew Barnes | 2010-07-13 | 1 | -122/+60 |
* | Use accessor functions instead direct access (GSEAL work) | Javier Jardón | 2010-04-13 | 1 | -3/+3 |
* | Giant leap towards GSEAL compliance. | Matthew Barnes | 2010-04-08 | 1 | -4/+6 |
* | Generate ChangeLog files for tarball releases. | Matthew Barnes | 2010-04-03 | 1 | -127/+0 |
* | Actually respect the --disable-schemas-install configure option | Fridrich Strba | 2010-03-15 | 1 | -0/+4 |
* | Remove dead assignments found by clang. | Matthew Barnes | 2010-01-16 | 1 | -10/+8 |
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -3/+3 |
* | Bug #329693 - Add contexts to translated "None" words | Milan Crha | 2009-12-24 | 1 | -1/+3 |
* | Rename EError to EAlert to match general use better | Jonathon Jongsma | 2009-12-01 | 1 | -1/+0 |
* | Bug 589153 - Use GtkBuilder instead of libglade | Matthew Barnes | 2009-11-17 | 5 | -319/+178 |
* | Bug 600926 - Fails to build due to missing dependencies | Jonathon Jongsma | 2009-11-10 | 1 | -0/+1 |
* | Bug #570835 - Custom e-mail headers inserted with double column | Milan Crha | 2009-10-30 | 1 | -18/+16 |
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -10/+11 |
* | Goodbye libgnome and libgnomeui!! | Matthew Barnes | 2009-09-19 | 1 | -0/+2 |
* | Simplify EPlugin loading at startup. | Matthew Barnes | 2009-08-30 | 1 | -2/+2 |
* | Kill EMMenu and EMPopup. | Matthew Barnes | 2009-08-10 | 1 | -1/+0 |
* | More whitespace cleanup. | Matthew Barnes | 2009-07-19 | 1 | -4/+4 |
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 2 | -2/+0 |
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
* | Whitespace cleanup. | Matthew Barnes | 2009-05-29 | 1 | -4/+4 |
* | Prefer GLib basic types over C types. | Matthew Barnes | 2009-05-27 | 2 | -14/+14 |
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-27 | 3 | -49/+48 |
|\ |
|
| * | Remove trailing whitespace, again. | Matthew Barnes | 2009-05-27 | 2 | -46/+46 |
| * | Fix compiler warnings in plugins. | Matthew Barnes | 2009-05-27 | 2 | -3/+2 |
* | | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-05-22 | 1 | -1/+1 |
|\| |
|
| * | Bug 523216 – User-oriented plugin descriptions | Matthew Barnes | 2009-05-22 | 1 | -1/+1 |
| * | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-17 | 1 | -2/+2 |
| * | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-02 | 1 | -0/+2 |
| * | Use consistent variable names for GtkUIManager | Matthew Barnes | 2009-04-28 | 1 | -2/+2 |
* | | Fix several types of pedantic compiler warnings. | Matthew Barnes | 2009-05-21 | 1 | -2/+2 |
* | | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 1 | -2/+1 |
* | | Use Behdad's brilliant git.mk to generate .gitignore files. | Matthew Barnes | 2009-05-04 | 1 | -0/+2 |
* | | Use consistent variable names for GtkUIManager | Matthew Barnes | 2009-04-25 | 1 | -5/+5 |
|/ |
|
* | ** Fix for bug #572399 | Milan Crha | 2009-02-25 | 2 | -6/+14 |
* | ** Fixes part of bug #564229 | Matthew Barnes | 2009-02-14 | 2 | -1/+8 |
* | Reviewed by Srinivasa Ragavan <sragavan@novell.com> | Takao Fujiwara | 2009-02-03 | 3 | -3/+38 |
* | ** Disable debug macros (#define d(x) x) throughout. (#569638) | Matthew Barnes | 2009-02-01 | 1 | -1/+1 |
* | Reviewed by Matthew Barnes <mbarnes@redhat.com> | Takao Fujiwara | 2009-01-09 | 3 | -1/+13 |
* | License Changes from GPL to LGPL | Sankarasivasubramanian Pasupathilingam | 2008-09-13 | 3 | -25/+39 |
* | Fix compiler warnings in some of the test programs. | Matthew Barnes | 2008-09-01 | 2 | -2/+8 |
* | New convenience function for launching help from Evolution. Displays an | Matthew Barnes | 2008-08-15 | 2 | -8/+9 |
* | Have a check for OS_WIN32 and handle the schema data differently. make | Bharath Acharya | 2008-08-12 | 2 | -4/+22 |
* | Added necessary libraries to link to. Build break while compiling on | Bharath Acharya | 2008-08-12 | 2 | -0/+6 |
* | ** Fixes bug #543755 | Matthew Barnes | 2008-08-02 | 2 | -1/+7 |
* | ** Fix for bug #544022 | Milan Crha | 2008-07-22 | 2 | -0/+8 |
* | Committing on behalf of Ashish Shrivastava <shashish@novell.com> | Bharath Acharya | 2008-07-21 | 1 | -0/+176 |
* | Committing on behalf of Ashish Shrivastava <shashish@novell.com> | Ashish Shrivastava | 2008-07-21 | 4 | -3/+437 |
* | updated novell copyright notices (left others alone) | Jeffrey Stedfast | 2008-06-21 | 2 | -2/+2 |
* | ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and | Matthew Barnes | 2008-06-06 | 2 | -6/+4 |
* | Distribute the Glade file. | Matthew Barnes | 2008-06-02 | 2 | -1/+7 |
* | Committing on behalf of Ashish Shrivastava <shashish@novell.com> | Ashish Shrivastava | 2008-06-02 | 3 | -54/+20 |
* | ** Fix a bunch of compiler warnings. | Matthew Barnes | 2008-05-23 | 2 | -1/+5 |
* | ** Fixes bug #534360 | Matthew Barnes | 2008-05-23 | 2 | -4/+11 |
* | Committing on behalf of Ashish Shrivastava <shashish@novell.com> | Akhil Laddha | 2008-05-19 | 7 | -0/+893 |