aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-signature-tree-view.c
Commit message (Collapse)AuthorAgeFilesLines
* Move signature script execution to e-util/e-signature-utils.s so theMatthew Barnes2009-02-161-3/+43
| | | | | | | | | composer can invoke it. Composer no longer needs mail-config.h. Split signature preview into a new widget: ESignaturePreview. svn path=/branches/kill-bonobo/; revision=37272
* Rewrite the signature management UI from top to bottom.Matthew Barnes2009-02-101-0/+405
- Break the UI out of Glade and into small, manageable widgets: ESignatureEditor (moved from mail to widgets/misc) ESignatureManager ESignatureTreeView ESignatureScriptDialog - Move several signature utilities to e-util/e-signature-utils.c so they're accessible from widgets/misc without introducing circular dependences. - Have EMailShellModule listen for new GtkhtmlEditor windows (from which EMsgComposer and ESignatureEditor are derived) and configure the window with spelling and HTML editing user preferences. - Drastically simplifies em-composer-prefs.c. svn path=/branches/kill-bonobo/; revision=37239