| databinding:/ |
jump to detailed chart | hide Line HistoryConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
MAIN:rah003:20071108185828
by rah003 on
08 November 2007, 12:58:28 -0600
(14 months ago)
Added optional build fail after test failure due to inclusion on hudson.
nbproject/build-impl.xml
1.8
MAIN:kleopatra:20061207124305
by kleopatra on
07 December 2006, 06:43:05 -0600
(2 years 1 month ago)
updated swinglabs navbar with link to wiki
www/project_tools.html
1.3
MAIN:kleopatra:20061006120135
by kleopatra on
06 October 2006, 07:01:35 -0500
(2 years 3 months ago)
started cleanup of swinglabs * intro pages on java.net
www/index.html
1.15
MAIN:dmouse:20060529170301
by dmouse on
29 May 2006, 12:03:01 -0500
(2 years 7 months ago)
Updated project files to use project libraries for junit and jMock. Updated JXMonthViewTest to use jMock
databinding.iml
1.2
MAIN:dmouse:20060524033605
by dmouse on
23 May 2006, 22:36:05 -0500
(2 years 7 months ago)
Removed dependency in DefaultDateSelectionModel to the JXMonthView Added tests for DateSelectionModel Added IntelliJ project files for project
databinding.iml
1.1
binding:rbair:20060311073942
by rbair on
11 March 2006, 01:39:42 -0600
(2 years 9 months ago)
Fixed a really, really bothersome bug where I wasn't tracking the datamodel if the datamodel didn't have any rows (and rows were added later, causing no data to appear, etc)
src/java/org/jdesktop/binding/impl/DetailDataModel.java
1.1.2.9
binding:rbair:20060311071857
by rbair on
11 March 2006, 01:18:58 -0600
(2 years 9 months ago)
Several small fixes related to better event handling, especially in DataRelationDataModel (which now listens to the parent and child tables for relevant changes)
src/java/org/jdesktop/binding/impl/dataset/DataRelationDataModel.java
1.1.2.8
src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java
1.1.2.15
MAIN:kleopatra:20060303124556
by kleopatra on
03 March 2006, 06:45:56 -0600
(2 years 10 months ago)
consistency update of index, mailinglists in all swinglabs projects
www/index.html
1.14
MAIN:kleopatra:20060302151939
by kleopatra on
02 March 2006, 09:19:39 -0600
(2 years 10 months ago)
changed link to custom mailinglists page to absolute (servlet was confused with relative, occasionally)
www/project_tools.html
1.2
MAIN:kleopatra:20060302150821
by kleopatra on
02 March 2006, 09:08:21 -0600
(2 years 10 months ago)
cleanup of databinding web: added mailinglists, projecttools, updated index to common structure
www/index.html
1.13
www/mailinglists.html
1.1
www/project_tools.html
1.1
binding:rbair:20060226014119
by rbair on
25 February 2006, 19:41:19 -0600
(2 years 10 months ago)
updated strategies so they deal with null properly. Also, modified logic so that the strategy is always used, even if there is only one row. This was necessary for strategies such as the "count" strat…
src/java/org/jdesktop/binding/impl/ColumnBinding.java
1.1.2.20
binding:rbair:20060226003102
by rbair on
25 February 2006, 18:31:02 -0600
(2 years 10 months ago)
fixed misbehaving parser that would throw an exception on some valid data paths
src/java/org/jdesktop/binding/impl/AbstractBindingContext.java
1.1.2.26
binding:rbair:20060225201635
by rbair on
25 February 2006, 14:16:35 -0600
(2 years 10 months ago)
small fix for NPE
src/java/org/jdesktop/binding/impl/ColumnBinding.java
1.1.2.19
binding:rbair:20060223235250
by rbair on
23 February 2006, 17:52:51 -0600
(2 years 10 months ago)
itsy bitsy update -- added getDomainData() to the Binding interface
src/java/org/jdesktop/binding/Binding.java
1.2.2.10
src/java/org/jdesktop/binding/impl/ColumnBinding.java
1.1.2.18
src/java/org/jdesktop/binding/impl/ModelBinding.java
1.1.2.3
binding:rbair:20060223235219
by rbair on
23 February 2006, 17:52:19 -0600
(2 years 10 months ago)
fix build error
src/java/org/jdesktop/dataset/provider/ws/WSDataConnection.java
1.1.2.4
binding:rbair:20060222195026
by rbair on
22 February 2006, 13:50:26 -0600
(2 years 10 months ago)
during the establishBinding method, the datamodel seemed to be set a bit later than it should, so the setDataModel method call has been moved in order to fix this issue. It is now called before the …
src/java/org/jdesktop/binding/impl/AbstractBindingContext.java
1.1.2.25
binding:rbair:20060221042252
by rbair on
20 February 2006, 22:22:52 -0600
(2 years 10 months ago)
removed cache (what the heck was I thinking? There's no WAY this could have worked!)
src/java/org/jdesktop/binding/impl/DataModelFactoryImpl.java
1.1.2.7
binding:rbair:20060221030302
by rbair on
20 February 2006, 21:03:02 -0600
(2 years 10 months ago)
cached references were hosing everything :)
src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java
1.1.2.14
binding:rbair:20060221023338
by rbair on
20 February 2006, 20:33:38 -0600
(2 years 10 months ago)
Fixed the bug in the getParameterValues method, if no paramterNames were set using the setParameterNames(String[] names) method, then an empty array was returned for the parameter values instead of th…
src/java/org/jdesktop/dataset/provider/ws/WSCommand.java
1.1.2.3
binding:rbair:20060221015151
by rbair on
20 February 2006, 19:51:51 -0600
(2 years 10 months ago)
added the getParameterValues override method that returns an array of objects in the order specified by the parameter names
src/java/org/jdesktop/dataset/provider/ws/WSCommand.java
1.1.2.2
binding:rbair:20060221004154
by rbair on
20 February 2006, 18:41:54 -0600
(2 years 10 months ago)
handle shouldBeReadOnly if the columnName is illegal
src/java/org/jdesktop/binding/impl/ColumnBinding.java
1.1.2.17
binding:rbair:20060220225315
by rbair on
20 February 2006, 16:53:15 -0600
(2 years 10 months ago)
fixed fireValueChanged event
src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java
1.1.2.13
binding:rbair:20060220224626
by rbair on
20 February 2006, 16:46:26 -0600
(2 years 10 months ago)
added a BigDecimalConverter
src/java/org/jdesktop/conversion/Converters.java
1.1.2.8
binding:rbair:20060220212007
by rbair on
20 February 2006, 15:20:07 -0600
(2 years 10 months ago)
couple methods, not part of the BindingContext API
src/java/org/jdesktop/binding/impl/AbstractBindingContext.java
1.1.2.24
binding:rbair:20060218183459
by rbair on
18 February 2006, 12:35:02 -0600
(2 years 10 months ago)
added getColumnNames and hasColumn to DataModel.Row. This will allow me to have non-homogenous rows, as well as better logic for hasChildModel and the other methods. I can now throw exceptions at will…
src/java/org/jdesktop/binding/DataModel.java
1.2.2.8
src/java/org/jdesktop/binding/impl/AbstractDataModel.java
1.2.2.11
src/java/org/jdesktop/binding/impl/DetailDataModel.java
1.1.2.8
src/java/org/jdesktop/binding/impl/beans/ArrayDataModel.java
1.1.2.5
src/java/org/jdesktop/binding/impl/beans/ListDataModel.java
1.1.2.4
binding:rbair:20060218174312
by rbair on
18 February 2006, 11:43:12 -0600
(2 years 10 months ago)
small fix to ensure that breaking an already broken binding doesn't cause an error
src/java/org/jdesktop/binding/impl/AbstractBindingContext.java
1.1.2.23
binding:rbair:20060218174224
by rbair on
18 February 2006, 11:42:24 -0600
(2 years 10 months ago)
added first cut commit of a converter for enum types
src/java/org/jdesktop/conversion/Converters.java
1.1.2.7
MAIN:kleopatra:20060216171438
by kleopatra on
16 February 2006, 11:14:38 -0600
(2 years 10 months ago)
common swinglabs.css for all SwingLabs core projects
www/index.html
1.12
MAIN:kleopatra:20060216165134
by kleopatra on
16 February 2006, 10:51:34 -0600
(2 years 10 months ago)
common swinglabs.css for all SwingLabs core projects
www/index.html
1.11
dataset_work:rbair:20060214195051
by rbair on
14 February 2006, 13:51:16 -0600
(2 years 10 months ago)
removed more extraneous files based on Binding. Removed the dependency on SwingX from the project file (project file may have been upgraded to 5.0 of NB -- beware)
nbproject/build-impl.xml
1.6.2.1
nbproject/genfiles.properties
1.3.2.1
nbproject/project.properties
1.7.2.1
nbproject/project.xml
1.2.2.1
src/java/org/jdesktop/binding/AbstractDataModel.java
1.2.2.1
|