| Cooee:/cooee/trunk/core/src/main/java/org/karora/cooee/app/ |
hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories
|
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
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
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
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
./list/ModifiableListModel.java
1087
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
1032
by pdealwis on
14 July 2008, 12:43:50 +1000
(4 months 7 days ago)
COO-163
./ApplicationInstance.java
1032
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
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
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
./filetransfer/UploadSelect.java
1023
./filetransfer/Download.java
1023
./filetransfer/FilePane.java
1023
./filetransfer/UploadEvent.java
1023
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
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
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
1005
by pdealwis on
11 June 2008, 12:01:42 +1000
(5 months 9 days ago)
testing commits
./button/ButtonGroup.java
1005
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
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
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
./ActiveTextField.java
911
./RegExTextField.java
911
./ActiveTextArea.java
911
./NumericTextField.java
911
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
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
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
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
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
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
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
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
./button/ButtonGroup.java
684
./button/ToggleButton.java
684
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
663
by thamblin on
19 September 2007, 11:13:27 +1000
(14 months ago)
COO-79 - Made ToggleButton a concrete class.
./RadioButton.java
663
./CheckBox.java
663
./button/ToggleButton.java
663
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
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
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
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
|