Граф коммитов

47 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org cc5be66881 Bug #218328 --> ctrl-n should open a new compose window from the mail window and the mail compose window. 2004-01-27 04:01:00 +00:00
scott%scott-macgregor.org bf91286908 fix ctrl-m chars. 2003-12-14 23:52:03 +00:00
scott%scott-macgregor.org b0ad54b70a New icons for showing reply/forw status for news posts 2003-12-09 18:55:07 +00:00
scott%scott-macgregor.org d14748d60e part of Bug #Bug227197 --> select folders for offline use dialog is using the old classic icons.
Patch by Stephen Walker
2003-12-02 06:32:35 +00:00
scott%scott-macgregor.org 71e4dc5cdd Part of Bug #227197 --> parts of the UI are still using classic icons.
Fork subscribe.css
2003-12-02 06:08:02 +00:00
scott%scott-macgregor.org f738c87bfc Land Qute theme update for Thunderbird 2003-11-27 03:21:54 +00:00
scott%scott-macgregor.org 769c38e3bf relocate pref-mailnewsOverlay.dtd 2003-11-17 22:00:00 +00:00
scott%scott-macgregor.org 047f6cd36e remove old twisty images for tree controls 2003-11-16 04:34:05 +00:00
scott%scott-macgregor.org 2265d17834 Implement a thunderbird version of hiddenWindow.xul on the MAC. This fixes a huge OSX usability issue where
we are DOA when you close all open thunderbird windows. This was contributed by Don Crandall. Many thanks Don!
2003-11-03 04:32:44 +00:00
scott%scott-macgregor.org 12f40df750 fork mapi files so we can lose the "Mail" portion in all the mapi dialogs, just using Mozilla Thunderbird instead 2003-08-19 21:50:42 +00:00
scott%scott-macgregor.org 5364a20efa Land new about dialog 2003-08-12 21:08:58 +00:00
scott%scott-macgregor.org 9418e3f669 new junk mail icon for the thread pane / folder pane 2003-08-12 05:10:24 +00:00
scott%scott-macgregor.org 8a650516a7 use the traditional + / - twisties for the advanced options panel and the triangles for the mail ui. 2003-08-09 01:17:09 +00:00
scott%scott-macgregor.org 3f0c6c4cc2 Bug #213036 --> Land new mail attachment display for thunderbird.
If you want the large icon version of this, set: mailnews.attachments.display.largeView to true.

Remove the flex on the message pane. This keeps us from properly remembering the height of the message pane in the various
3-pane configurations now that we generate the 3-pane dynamically.

Remove localstore.rdf information for the alternate 3-pane view xul file which we no longer use.
2003-07-23 19:05:47 +00:00
scott%scott-macgregor.org 5d58a5fe6d Dynamically generate the correct 3-pane. Obsolete Msg3PaneWindowVertLayout.xul
Land the new vertical 3-pane for thunderbird. Folder pane | Thread Pane | Message pane.
new pref UI for selecting three 3-pane configurations.
2003-07-12 20:40:22 +00:00
scott%scott-macgregor.org 92749fc7a0 collapse msgViewPickerOverlay directly into mailWindowOverlay.xul
Thanks to Stephen Walker for the patch.
2003-07-11 06:35:54 +00:00
scott%scott-macgregor.org 3a36e73f5f Land first cut at a junk mail dialog re-design. See the spec for more details:
http://www.mozilla.org/projects/thunderbird/specs/junkmail/junkmail.html


add a new default pref for forcing HTML junk mail to be displayed using sanitized HTML.
Defaults to true and is controlled via the Settings tab in the junk mail controls dialog.
2003-07-01 07:42:21 +00:00
scott%scott-macgregor.org 2a7895cfde package new junk bar background image 2003-07-01 02:24:42 +00:00
scott%scott-macgregor.org 3e68036bfe remove obsolete UI version prefs.
Thanks to stephen walker for the patch.
2003-06-27 22:28:09 +00:00
scott%scott-macgregor.org 975dab0493 Add some padding around attachment icons in the bucket.
Fork tools icon (patch from stephen walker)
2003-06-27 00:57:07 +00:00
scott%scott-macgregor.org 85aef6cec7 fork region.dtd 2003-06-11 18:49:29 +00:00
scott%scott-macgregor.org 3b2087a2fd Patch from Stephen Walker to collapse folderPane.xul and threadPane.xul These overlay files are no longer used,
instead of we directly include the xul in several places. Should be a perf win.
2003-06-09 04:18:43 +00:00
scott%scott-macgregor.org 25a8d0848c patch from stephen walker to remove some crufty grippy code and to remove some unnecessary boxes. 2003-06-09 03:49:29 +00:00
scott%scott-macgregor.org a1368e811d use the new theme preview image. 2003-06-08 03:39:05 +00:00
scott%scott-macgregor.org 547e3e3de6 Try to fix runtime dtd errors on linux and mach-o builds by not using the xul-preprocessor on DTD files. 2003-06-06 17:14:44 +00:00
scott%scott-macgregor.org fa72374013 Remove platformMailNewsOverlay.xul, leveraging the xul pre-processor to place ifdef's
directly in mailOverlay.xul.
Thanks to Stephen Walker for the patch.
2003-06-05 03:54:51 +00:00
scott%scott-macgregor.org b52bb5096a more work to strip out license & copyright lines using the xul pre-processor from chrome.
Thanks to Stephen Walker for the patch.
2003-06-05 03:46:46 +00:00
scott%scott-macgregor.org 01aa963c94 fork the junk mail dialog so I can add a new tab for a future implementation of black lists. Add some group boxes to the junk mail
dialog to try to make it look more coherent than the mess it currently is.

Add some CSS for address book cards to make the caption for the group box better blend in with the address book card on win xp.
2003-06-05 01:26:16 +00:00
scott%scott-macgregor.org 0fff9614f0 Thanks to Stephen Walker for this patch. Leverage the XUL pre-processor to strip out all of the
license and copyright information from chrome files. This should help reduce some of the footprint of the
JAR files in thunderbird.
2003-06-04 05:38:23 +00:00
scott%scott-macgregor.org 73da5432a2 Remove the MNG image decoder from the build, replace the MNG throbbers with animated gifs. 2003-06-04 04:31:43 +00:00
scott%scott-macgregor.org eaf8121871 Land a patch from Stephen Walker to collapse overlays in the address book.
Add an about dialog to the help menu

Make the mail 3-pane toolbar icons show up in the customize toolbar dialog.

Add a context menu to the toolbar to let you customize it.
2003-05-31 01:55:49 +00:00
scott%scott-macgregor.org dad664049f Add support for small icons in the mail 3-pane and for hiding/showing text in the toolbar 2003-05-25 19:24:43 +00:00
scott%scott-macgregor.org b6c9f837db don't include brand.css, add style rules for the new throbber.
Land the throbber from firebird's qute theme.
2003-05-24 06:17:48 +00:00
scott%scott-macgregor.org f142454865 Land new mail 3-pane toolbar icons courtesty of arvid! Woo Hoo! 2003-05-24 05:58:13 +00:00
scott%scott-macgregor.org 188cc8b6c3 try out a new 'new-mail-alert' icon for mail alerts. I believe this icon came from arvind. 2003-05-23 05:26:25 +00:00
scott%scott-macgregor.org 98f30d54de Rework the folder pane column title, make it a sidebar header ala firebird.
Don't allow the user to drag and drop icons into the menu bar.
2003-05-23 04:31:43 +00:00
scott%scott-macgregor.org ad8173e2ea override the new toolkit's contents.rdf for classic/global with our own. 2003-05-19 18:58:04 +00:00
scott%scott-macgregor.org c55736ad42 Convert thunderbird to use mozilla/toolkit (i.e. the toolkit used by Firebird).
This temporarily breaks Thunderbird until I land the matching mozilla/toolkit changes. Sorry about that.
2003-05-19 06:53:25 +00:00
scott%scott-macgregor.org 01d796a91d fork contentAreaClick.js for now so we can prevent open link in tab code from executing in thunderbird
(i.e. middle clicking on links were causing thunderbird to try to load navigator.xul because of this JS)
2003-05-18 21:09:52 +00:00
scott%scott-macgregor.org b6f309b82d fork finddialog.xul and askViewZoom.xul because they currently require navigator.css. Filed trunk bugs to fix that
so we can unfork these files later.
2003-05-06 03:02:59 +00:00
scott%scott-macgregor.org 0865396cfd View source work (not complete yet)
Work to try to remove the "contextHelp.js" file not found error by using a dummy version.
2003-05-03 02:44:18 +00:00
scott%scott-macgregor.org 440aedcb27 Land the new Thunderbird start page courtesty of David Tenser.
More packaging changes including the addition of the icon decoder for windows

Merge several trunk bug fixes over.
2003-04-24 01:55:17 +00:00
mscott%netscape.com 2cf6cdb6ff add communicator.css 2003-04-08 00:27:08 +00:00
mscott%netscape.com d06d19e60b Minotaur base 2003-04-05 07:27:20 +00:00
blakeross%telocity.com f2f5469774 Standalone mail work. 2002-10-04 21:51:54 +00:00
sspitzer%netscape.com 9d16ecab76 some build changes. remove wav file, not used. 2002-08-16 03:46:38 +00:00
blakeross%telocity.com 59b359608c Minotaur. Only half bull. 2002-08-16 00:26:44 +00:00