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
talisman%anamorphic.com
0675aa20ad
*** empty log message ***
1999-01-16 07:42:16 +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
talisman%anamorphic.com
2ed7254667
Moved member boolean collapsible into the Collapsible interface, where it belongs. Added javadoc comments for API documentation.(talisman)
1999-01-15 03:39:10 +00:00
talisman%anamorphic.com
dc2a7da341
Moved member boolean collapsible into the interface, where it belongs.(talisman)
1999-01-15 03:38:02 +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
67f8a6e99c
oops... fixed a mistake I made last time (talisman)
1999-01-11 04:01:35 +00:00
talisman%anamorphic.com
dabd000dc8
*** empty log message ***
1999-01-11 00:08:15 +00:00
talisman%anamorphic.com
4929e3e8d2
General functionality and UI enhancements (global).
1999-01-10 22:31:08 +00:00
talisman%anamorphic.com
19fd3756cc
New file - gives build instructions.
1999-01-10 22:29:35 +00:00
talisman%anamorphic.com
49370cc259
Added Spring, Collapsible, CollapsiblePanel to SRCS. Removed Util from SRCS (it's already in ui).
1999-01-10 22:17:04 +00:00
talisman%anamorphic.com
411642e9c6
Util.java really doesn't belong in widgets, since it's part of the ui package. Removed.
1999-01-10 22:16:00 +00:00
talisman%anamorphic.com
37a534ddf1
*** empty log message ***
1999-01-10 22:14:13 +00:00
talisman%anamorphic.com
513dbe6de7
Modified to correctly catch MessagingExceptions instead of re-throwing them.
1999-01-10 22:09:06 +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
talisman%anamorphic.com
3d7801065d
Temporarily hacked around a SecurityException when null Authenticator passed. **IMPORTANT** we need to remember to put the authentication stuff back before making a real release.
1999-01-10 22:01:20 +00:00
talisman%anamorphic.com
8596e47cea
General UI enhancements.
1999-01-10 21:57:56 +00:00
talisman%anamorphic.com
716fc5f0a8
Minor modifications to get the message display working. Hacked in a JEditorPane to provide -very basic- html display capability.
1999-01-10 21:55:57 +00:00
talisman%anamorphic.com
0c043f1576
Mods to get the folder tree displaying correctly.
1999-01-10 21:52:11 +00:00
talisman%anamorphic.com
22472cd792
Changed NSToolbar references to GrendelToolBar, IUICmd changed to UIAction.
1999-01-10 21:49:40 +00:00
talisman%anamorphic.com
9c182bbc64
General UI enhancements.
1999-01-10 21:48:15 +00:00
talisman%anamorphic.com
b2a83df1fc
Got this displaying properly when we load a set of mail folders.
1999-01-10 21:46:34 +00:00
talisman%anamorphic.com
fc3ea33412
Added target run and set up vars to handle CLASSPATH.
1999-01-10 21:40:31 +00:00
talisman%anamorphic.com
63637dd5e0
Added code to look for and create if necessary a mail dir and folder in the user's home dir. This will need some modification to address x-platform homedir issues.
1999-01-10 21:37:14 +00:00
talisman%anamorphic.com
130bdcd4b5
Layout manager for toolbars. A little rough, but it's a start.
1999-01-09 19:58:09 +00:00
talisman%anamorphic.com
976b4d2951
Changed JToolBars to GrendelToolBars.
1999-01-09 08:44:30 +00:00
talisman%anamorphic.com
08e1478c71
ImageIcon images for the CollapseButton.
1999-01-09 07:41:37 +00:00
talisman%anamorphic.com
b70cbc79c0
Implements a component with no view but participates in layout - this is what
...
makes the Animation sit on the right-hand side of the toolbar panel.
1999-01-09 07:39:20 +00:00
talisman%anamorphic.com
3a0b10b9aa
Subclass of JToolBar which has some convenience methods for layout.
1999-01-09 07:37:40 +00:00
talisman%anamorphic.com
bc44806f2c
Implementation of Collapsible interface. Provides collapsing toolbar behaviour.
...
May be useful for other collapsing items (if we make any).
1999-01-09 07:36:17 +00:00
talisman%anamorphic.com
260eff686b
Interface which must be implemented for collapse behaviour.
1999-01-09 07:34:13 +00:00
talisman%anamorphic.com
88c074fcde
Added for class library version requirements.
1999-01-09 07:31:17 +00:00
talisman%anamorphic.com
9010addeb2
Changed to add explicit CLASSPATH and some rule modification.
1999-01-09 07:27:54 +00:00
grail%cafebabe.org
cb554592db
Code from Jeff to get ActionFactory and company all happy.
1999-01-09 06:06:14 +00:00
grail%cafebabe.org
183c4296d2
Old references to Orion, etc. ripped now. Replacements dropped it. It
...
compiles. Let the games begin.
1999-01-09 03:55:32 +00:00
toshok%netscape.com
dc22e22364
package is addresscard, not AddressCard
1998-09-25 21:25:57 +00:00
toshok%netscape.com
b8355b9366
package is addresscard, not AddressCard
1998-09-25 21:14:20 +00:00
jwz%mozilla.org
8903c79db1
vivat grendel!
1998-09-09 00:52:38 +00:00