Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

1268 by pbutland on 11 November 2008, 13:17:20 +1100 (9 days ago) COO-96: Refactored all message bundles into one centralised bundle.

./util/Messages.java 1268 history download (+62) new

… 2 more files in changeset.
1265 by pbutland on 10 November 2008, 13:41:40 +1100 (10 days ago) COO-122: Selection model is now cleared when a new ListModel is set

./list/AbstractListComponent.java 1265 history download (+2 -1) diffs

1264 by pbutland on 10 November 2008, 12:52:08 +1100 (10 days ago) COO-164: Now uses getStyleSheet() method to access style sheet as opposed to local member variable

./ApplicationInstance.java 1264 history download (+2 -2) diffs

1087 by gmccreath on 24 July 2008, 10:08:46 +1000 (3 months 27 days ago) Created ModifiableListModel to extend ListModel.  To provide some an interface for detection if the list can be modified.  The DefaultListModel class now implements this interface.  This required no c…

./list/DefaultListModel.java 1087 history download (+25 -42) diffs

./list/ModifiableListModel.java 1087 history download (+63) new

1083 by gmccreath on 23 July 2008, 14:56:35 +1000 (3 months 28 days ago) Added a default icon.  So, if an icon resource can not be found, rather than blowing up the entire session a default.png icon is used instead.  The default icon is a yellow star - so if you see it, yo…

./ResourceImageReference.java 1083 history download (+6 -1) diffs

… 1 more file in changeset.
1032 by pdealwis on 14 July 2008, 12:43:50 +1000 (4 months 7 days ago) COO-163

./ApplicationInstance.java 1032 history download (+2 -1) diffs

1031 by pbutland on 14 July 2008, 11:20:03 +1000 (4 months 7 days ago) COO-162: Removed the APPLICATION_DISPOSED_PROPERTY property

./ApplicationInstance.java 1031 history download (+0 -2) diffs

1026 by pbutland on 11 July 2008, 17:21:53 +1000 (4 months 10 days ago) COO-162: Removed logging and tidied up event firing for thread activate/deactivate

./ApplicationInstance.java 1026 history download (+4 -16) diffs

… 1 more file in changeset.
1023 by gmccreath on 07 July 2008, 11:24:06 +1000 (4 months 14 days ago) Added filetransfer functionality from the sandbox.  

./filetransfer/DownloadProvider.java 1023 history download (+72) new

./filetransfer/UploadSelect.java 1023 history download (+223) new

./filetransfer/Download.java 1023 history download (+153) new

./filetransfer/FilePane.java 1023 history download (+58) new

./filetransfer/UploadEvent.java 1023 history download (+98) new

… 41 more files in changeset.
1022 by pdealwis on 04 July 2008, 15:47:13 +1000 (4 months 17 days ago) http://www.karora.org/JIRA/browse/COO-162

ApplicationInstance generates two java.beans.PropertyChangeEvent notifications.

- On thread swapping it generates a THREAD_CHANGED_PROPERTY.
- On the applic…

./ApplicationInstance.java 1022 history download (+40 -6) diffs

1019 by gmccreath on 12 June 2008, 14:35:23 +1000 (5 months 8 days ago) Removed @overide from method desc - was causing build failure on Bamboo.

./SelectField.java 1019 history download (+0 -1) diffs

1016 by gmccreath on 11 June 2008, 16:32:31 +1000 (5 months 9 days ago) Emits a "selectedItem" property change event when the selection changes.  Can be used for data binding.

./SelectField.java 1016 history download (+27 -0) diffs

1005 by pdealwis on 11 June 2008, 12:01:42 +1000 (5 months 9 days ago) testing commits

./button/ButtonGroup.java 1005 history download (+0 -2) diffs

990 by wgilbert on 29 April 2008, 03:35:55 +1000 (6 months ago) Sandbox/Informagen: Removed inputValid/inputInvalid actions; replaced with changeListener; input must be valid to fire

./ActiveTextField.java 990 history download (+40 -1) diffs

… 5 more files in changeset.
963 by dmurley on 13 March 2008, 18:18:39 +1100 (8 months ago) COO-131:

Changed getIconInsets() to return PROPERTY_ICON_INSETS instead of PROPERTY_CLOSE_ICON_INSETS (which is returned by getCloseIconInsets())

./WindowPane.java 963 history download (+1 -1) diffs

911 by wgilbert on 21 December 2007, 05:11:08 +1100 (11 months ago) Informagen: Migrate ActiveTextArea, IntegerTextField, NumericTextField, and RegExTextField into Cooee Core

./IntegerTextField.java 911 history download (+99) new

./ActiveTextField.java 911 history download (+525) new

./RegExTextField.java 911 history download (+86) new

./ActiveTextArea.java 911 history download (+310) new

./NumericTextField.java 911 history download (+99) new

… 18 more files in changeset.
865 by dmurley on 29 November 2007, 18:36:16 +1100 (11 months ago) COO-64:

Reverted earlier changes that attempted to manage modal z-order from the server side.  This has now been shifted to the javascript.

./ApplicationInstance.java 865 history download (+0 -21) diffs

855 by pbutland on 27 November 2007, 15:30:48 +1100 (11 months ago) COO-7: Added transparent colour as a valid property value

./componentxml/propertypeer/ColorPeer.java 855 history download (+2 -0) diffs

835 by pbutland on 20 November 2007, 10:04:54 +1100 (12 months ago) COO-118: Added API to get the ApplicationInstance StyleSheet (i.e. getStyleSheet)

./ApplicationInstance.java 835 history download (+22 -0) diffs

790 by dmurley on 31 October 2007, 16:46:29 +1100 (12 months ago) Increment the version number of the application framework for use in HTML generation

./ApplicationInstance.java 790 history download (+1 -1) diffs

789 by dmurley on 31 October 2007, 15:50:10 +1100 (12 months ago) COO-8:

Added support for a "transparent" color

./Color.java 789 history download (+4 -0) diffs

… 1 more file in changeset.
788 by dmurley on 31 October 2007, 15:34:28 +1100 (12 months ago) COO-64:

Changed setModel method so that the window that has modal control over the browser is actually shown in focus.

./ApplicationInstance.java 788 history download (+27 -1) diffs

787 by dmurley on 31 October 2007, 15:28:31 +1100 (12 months ago) COO-38:

Applied patch from Echo forums to address menu activation and deactivation

./menu/AbstractMenuComponent.java 787 history download (+23 -4) diffs

./menu/DefaultMenuStateModel.java 787 history download (+1 -0) diffs

684 by pbutland on 21 September 2007, 16:26:01 +1000 (13 months ago) COO-79: Moved ButtonGroup code from RadioButton to ToggleButton

./RadioButton.java 684 history download (+0 -68) diffs

./button/ButtonGroup.java 684 history download (+7 -7) diffs

./button/ToggleButton.java 684 history download (+61 -0) diffs

665 by thamblin on 19 September 2007, 11:25:02 +1000 (14 months ago) COO-72 - Added a default menu item to be displayed to the dropdown menu.

./DropDownMenu.java 665 history download (+61 -3) diffs

663 by thamblin on 19 September 2007, 11:13:27 +1000 (14 months ago) COO-79 - Made ToggleButton a concrete class.

./RadioButton.java 663 history download (+1 -4) diffs

./CheckBox.java 663 history download (+1 -6) diffs

./button/ToggleButton.java 663 history download (+41 -1) diffs

587 by dmurley on 23 August 2007, 01:10:51 +1000 (14 months ago) Fix for COO-60

Changed generator ID to Karora Cooee 1.0.2

./ApplicationInstance.java 587 history download (+1 -1) diffs

535 by pbutland on 01 August 2007, 17:32:50 +1000 (15 months ago) Changed URL property to URI as is required by the HttpImageReference component

./componentxml/propertypeer/HttpImageReferencePeer.java 535 history download (+3 -3) diffs

534 by pbutland on 01 August 2007, 17:13:45 +1000 (15 months ago) JIRA issue COO-51: Added HTTP Image Reference support in style sheets

./componentxml/propertypeer/HttpImageReferencePeer.java 534 history download (+72) new

… 1 more file in changeset.
297 by pbutland on 22 June 2007, 12:07:02 +1000 (16 months ago) COO-28: Added a default stylename "Default" when component is constructed

./Component.java 297 history download (+6 -0) diffs

earlier earlier | later later