Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compiler and linker flag cleanups. | Matthew Barnes | 2009-12-28 | 1 | -2/+4 |
| | |||||
* | Bug 596848 - Use per-target CPPFLAGS in automake files | H.Habighorst | 2009-10-01 | 1 | -6/+10 |
| | |||||
* | Finish killing Bonobo. | Matthew Barnes | 2009-09-09 | 1 | -2/+3 |
| | |||||
* | Merge branch 'master' into kill-bonobo | Matthew Barnes | 2009-07-01 | 1 | -0/+7 |
|\ | |||||
| * | Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | | |||||
| * | Fix even more compiler warnings and disable one for format strings | Milan Crha | 2009-06-05 | 1 | -0/+2 |
| | | |||||
| * | Add libraries to LIBADD so that -no-undefined on win32 works well. | Fridrich Strba | 2009-06-04 | 1 | -2/+11 |
| | | |||||
| * | Convert the vCard Bonobo control to an EMFormatHook plugin. | Matthew Barnes | 2009-05-06 | 1 | -0/+20 |
| | |||||
* | Fix "make distcheck" errors and other build cleanups. | Matthew Barnes | 2009-07-01 | 1 | -1/+1 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets. | ||||
* | Use -no-undefined on Linux too | Milan Crha | 2009-05-20 | 1 | -1/+8 |
| | | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer. | ||||
* | Convert eab-vcard-control.c to a new "vcard-inline" plugin, similar to the | Matthew Barnes | 2009-02-21 | 1 | -0/+20 |
"audio-inline" plugin. svn path=/branches/kill-bonobo/; revision=37301 |