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

62 Коммитов

Автор SHA1 Сообщение Дата
edwin%woudt.nl 4f425efd64 I'm backing out the changes to use the provider registry for now, because of problems. We should investigate this! 1999-03-05 15:16:09 +00:00
edwin%woudt.nl 1f37845190 A few weeks earlier I fixed a bug that the whole class was synchronized. I just removed it. A few methods however should have been synchronized instead. I've done that now. 1999-03-04 22:31:34 +00:00
edwin%woudt.nl ea6058856e Message deletion works 1999-03-03 10:03:06 +00:00
grail%cafebabe.org fce69b279b Fixed a few constant references to their values. 1999-03-01 07:12:55 +00:00
edwin%woudt.nl 74a91abbe4 Remove this ugly registration. This is the way to do it right! 1999-03-01 00:33:01 +00:00
grail%cafebabe.org 61c7f3d2c5 XML Tech Release API changes, take 2. 1999-03-01 00:09:16 +00:00
grail%cafebabe.org ad62ea049b Changes to fit with API differences in XML Technology Release. 1999-02-28 23:53:40 +00:00
grail%cafebabe.org 22b2aae91e Layout used to break if you switched between different layouts. It seems
to be behaving now.
1999-02-27 08:56:33 +00:00
edwin%woudt.nl d0f49c778b Fix to let the Dialog show up. 1999-02-26 12:12:13 +00:00
edwin%woudt.nl 58a1b8629e Oops! Some illegal character slipped in. 1999-02-25 19:39:15 +00:00
edwin%woudt.nl d4f1fb81f1 Reflecting all currently working providers. (Except imap and smtp as they are handled correctly bij javamail itself) 1999-02-25 19:13:27 +00:00
grail%cafebabe.org f0fdd4b18f Removed some debugging information. 1999-02-25 07:44:57 +00:00
grail%cafebabe.org 8da5740814 Preference dialog shows up and even saves the info back. 1999-02-25 07:44:11 +00:00
edwin%woudt.nl 9e602ad930 Reflecting the new nttp-store. 1999-02-24 21:43:14 +00:00
grail%cafebabe.org 4b7f76f075 First attempt at the preference dialog. 1999-02-23 03:44:34 +00:00
edwin%woudt.nl b477e5128c We now have a working POP3 Store. You need to download SUN's POP3 provider for JavaMail for this. We now don't use grendel's POP3 Store anymore. 1999-02-22 23:33:32 +00:00
grail%cafebabe.org d1227d7bc2 Automagically add a scrollpane whenever a jlist is added. 1999-02-22 07:54:14 +00:00
grail%cafebabe.org bc47e3124f Enhanced gridwidth/gridheight improvements. 1999-02-20 23:53:48 +00:00
grail%cafebabe.org a16824b7c1 PageUI now supports initAll() and saveAll(). 1999-02-20 22:53:02 +00:00
edwin%woudt.nl ddac93ba4b Added the DialogAuthenticator back in to get imap/pop3/nntp working. 1999-02-19 22:40:12 +00:00
grail%cafebabe.org 627ac8a689 Store layout information in preference file. 1999-02-19 09:34:08 +00:00
grail%cafebabe.org f400020d4a Added newly introduced classes to the build. 1999-02-19 09:05:39 +00:00
grail%cafebabe.org c9841350bc Dialogs that builds out of XML descriptions. Test code to verify that
they do work. Need integration into the main UI.
1999-02-19 09:05:00 +00:00
grail%cafebabe.org aac3211600 PageUI class similar to original PageUI class prior to code
release. Many fixes with respect to structures in regards to widget
builders that read from XML.
1999-02-19 09:02:35 +00:00
grail%cafebabe.org 0f12de8d39 Changed access to setStore(Hashtable) to protected rather than default. 1999-02-19 03:28:29 +00:00
grail%cafebabe.org 0a09b25159 Added in JList to the builder. Use type attribute as "jlist". 1999-02-19 02:39:00 +00:00
grail%cafebabe.org b124512c0e Added EditHostDialog back into the build. 1999-02-18 18:24:28 +00:00
grail%cafebabe.org c4935eb8e5 Added in full toggle button functionality into the PageModel. 1999-02-18 10:26:42 +00:00
grail%cafebabe.org c60a823394 Page builder, page model now works. It's ugly. The entire XML widget
building needs help in general.
1999-02-18 10:11:44 +00:00
grail%cafebabe.org 2e54c7909b Removed unbuildable targets out until they're ready to be built. 1999-02-17 08:29:18 +00:00
grail%cafebabe.org 3d14c50dbd Patches from Edwin to clarify method calls for inner methods. 1999-02-17 05:26:17 +00:00
grail%cafebabe.org 3b9b2eb501 Layouts are now rearranged correctly. 1999-02-09 08:28:06 +00:00
grail%cafebabe.org d829d06450 Fix minor "bug" in xml description. 1999-02-09 08:06:30 +00:00
grail%cafebabe.org b12614a4e6 Build a panel presumably for dialogs and such. 1999-02-09 08:06:09 +00:00
grail%cafebabe.org d9ce21a8d8 Restructured to accomodate parent class XMLWidgetBuilder. 1999-02-09 08:05:42 +00:00
grail%cafebabe.org b8c2a75888 Base object for UI builders from XML descriptions. 1999-02-09 08:05:17 +00:00
grail%cafebabe.org fff94a822f Patch from Edwin Woudt to start transition to Java 2 as well as
language sanity.
1999-02-07 03:37:37 +00:00
grail%cafebabe.org 808b30a414 Patch from Edwin Wouldt to compensate for NT's losing handling of head
tag. Awaiting Sun to address the issue.
1999-01-29 06:42:41 +00:00
grail%cafebabe.org c417cdefba Minor "bug" in the xml file. Line with "\"\"". Ick. 1999-01-24 12:03:05 +00:00
grail%cafebabe.org fe3d3fd785 Moved to a recursive processing model so you don't have to mess with a
hashtable of parent widgets anymore.
1999-01-24 12:02:31 +00:00
grail%cafebabe.org 3f64184685 Temporary fix for the new folder action. The dialog for it is still
broke. Too many things are just temporary hacks.
1999-01-22 06:45:10 +00:00
grail%cafebabe.org 2d6c745a0a GridBagContraints.WEST is somehow an illegal argument. I have no
idea. Most problems with "New Folder ..."  is solved now up to
runtime. Nothing viewable is available yet. It can't find the resource
bundle "grendel.ui.Labels".
1999-01-20 09:56:13 +00:00
grail%cafebabe.org 5dd5a2f5eb Stupid stupid stupid. JComboBox.removeAllItems() NullExceptions if
there's a zero count. The safe way to call it is by:

if (combobox.getItemCount() > 0) {
  combobox.removeAllItems();
}

This is stupid.
1999-01-20 09:53:28 +00:00
grail%cafebabe.org 4c4f8e1cb4 Added action mapping to menus. Trimming is still missing. 1999-01-20 06:40:16 +00:00
grail%cafebabe.org d4cfd05489 Added action mapping to menus. 1999-01-20 06:40:01 +00:00
grail%cafebabe.org b0b4f8a5bf Lots of clean up with XML generated menus. Need some documentation
and action code inserted.
1999-01-16 05:24:25 +00:00
grail%cafebabe.org 223264fb1d Fix to get sizes of folder, threads, and messages to retain sizing
information.
1999-01-13 05:59:26 +00:00
grail%cafebabe.org 9b0ac3236e Added XML parsing to build menus and changed dependency on
grendel.ui.Splitter to javax.swing.JSplitPane.

TODO:
1. Need to get sizing information for immediate children components of
JSplitPane.
2. Externalize XML parsing to an external object to build more than just
menus. Dialogs, frames, etc. would be really cool.
1999-01-11 07:01:27 +00:00
talisman%anamorphic.com 4929e3e8d2 General functionality and UI enhancements (global). 1999-01-10 22:31:08 +00:00
talisman%anamorphic.com 7a2c2a25f8 Changes to get the folder tree displaying along with the current folder's list of messages. 1999-01-10 22:02:57 +00:00