Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

MAIN:rah003:20071108185828 by rah003 on 08 November 2007, 12:58:28 -0600 (12 months ago) Make Review Added optional build fail after test failure due to inclusion on hudson.

nbproject/build-impl.xml 1.8 history download (+2 -2) diffs

MAIN:kleopatra:20061207124305 by kleopatra on 07 December 2006, 06:43:05 -0600 (23 months ago) Make Review
updated swinglabs navbar with link to wiki

www/project_tools.html 1.3 history download (+1 -0) diffs

MAIN:kleopatra:20061006120135 by kleopatra on 06 October 2006, 07:01:35 -0500 (2 years 1 month ago) Make Review
started cleanup of swinglabs * intro pages on java.net

www/index.html 1.15 history download (+11 -1) diffs

MAIN:dmouse:20060529170301 by dmouse on 29 May 2006, 12:03:01 -0500 (2 years 5 months ago) Make Review Updated project files to use project libraries for junit and jMock.
Updated JXMonthViewTest to use jMock

databinding.iml 1.2 history download (+1 -1) diffs

MAIN:dmouse:20060524033605 by dmouse on 23 May 2006, 22:36:05 -0500 (2 years 5 months ago) Make Review Removed dependency in DefaultDateSelectionModel to the JXMonthView
Added tests for DateSelectionModel
Added IntelliJ project files for project

databinding.iml 1.1 history download (+26) new

binding:rbair:20060311073942 by rbair on 11 March 2006, 01:39:42 -0600 (2 years 8 months ago) Make Review 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 history download (+6 -9) diffs

binding:rbair:20060311071857 by rbair on 11 March 2006, 01:18:58 -0600 (2 years 8 months ago) Make Review 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 history download (+35 -1) diffs

src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java 1.1.2.15 history download (+1 -1) diffs

MAIN:kleopatra:20060303124556 by kleopatra on 03 March 2006, 06:45:56 -0600 (2 years 8 months ago) Make Review consistency update of index, mailinglists in all swinglabs projects

www/index.html 1.14 history download (+1 -1) diffs

MAIN:kleopatra:20060302151939 by kleopatra on 02 March 2006, 09:19:39 -0600 (2 years 8 months ago) Make Review
changed link to custom mailinglists page to absolute (servlet was confused with relative, occasionally)

www/project_tools.html 1.2 history download (+1 -1) diffs

MAIN:kleopatra:20060302150821 by kleopatra on 02 March 2006, 09:08:21 -0600 (2 years 8 months ago) Make Review cleanup of databinding web: added mailinglists, projecttools, updated index to common structure

www/index.html 1.13 history download (+61 -13) diffs

www/mailinglists.html 1.1 history download (+69) new

www/project_tools.html 1.1 history download (+61) new

binding:rbair:20060226014119 by rbair on 25 February 2006, 19:41:19 -0600 (2 years 8 months ago) Make Review 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 history download (+24 -20) diffs

binding:rbair:20060226003102 by rbair on 25 February 2006, 18:31:02 -0600 (2 years 8 months ago) Make Review 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 history download (+7 -3) diffs

binding:rbair:20060225201635 by rbair on 25 February 2006, 14:16:35 -0600 (2 years 8 months ago) Make Review small fix for NPE

src/java/org/jdesktop/binding/impl/ColumnBinding.java 1.1.2.19 history download (+1 -1) diffs

binding:rbair:20060223235250 by rbair on 23 February 2006, 17:52:51 -0600 (2 years 8 months ago) Make Review itsy bitsy update -- added getDomainData() to the Binding interface

src/java/org/jdesktop/binding/Binding.java 1.2.2.10 history download (+5 -0) diffs

src/java/org/jdesktop/binding/impl/ColumnBinding.java 1.1.2.18 history download (+24 -0) diffs

src/java/org/jdesktop/binding/impl/ModelBinding.java 1.1.2.3 history download (+7 -0) diffs

binding:rbair:20060223235219 by rbair on 23 February 2006, 17:52:19 -0600 (2 years 8 months ago) Make Review fix build error

src/java/org/jdesktop/dataset/provider/ws/WSDataConnection.java 1.1.2.4 history download (+13 -11) diffs

binding:rbair:20060222195026 by rbair on 22 February 2006, 13:50:26 -0600 (2 years 8 months ago) Make Review 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 history download (+1 -1) diffs

binding:rbair:20060221042252 by rbair on 20 February 2006, 22:22:52 -0600 (2 years 9 months ago) Make Review 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 history download (+0 -10) diffs

binding:rbair:20060221030302 by rbair on 20 February 2006, 21:03:02 -0600 (2 years 9 months ago) Make Review cached references were hosing everything :)

src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java 1.1.2.14 history download (+7 -7) diffs

binding:rbair:20060221023338 by rbair on 20 February 2006, 20:33:38 -0600 (2 years 9 months ago) Make Review 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 history download (+8 -5) diffs

binding:rbair:20060221015151 by rbair on 20 February 2006, 19:51:51 -0600 (2 years 9 months ago) Make Review 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 history download (+9 -1) diffs

binding:rbair:20060221004154 by rbair on 20 February 2006, 18:41:54 -0600 (2 years 9 months ago) Make Review handle shouldBeReadOnly if the columnName is illegal

src/java/org/jdesktop/binding/impl/ColumnBinding.java 1.1.2.17 history download (+3 -1) diffs

binding:rbair:20060220225315 by rbair on 20 February 2006, 16:53:15 -0600 (2 years 9 months ago) Make Review fixed fireValueChanged event

src/java/org/jdesktop/binding/impl/dataset/DataTableDataModel.java 1.1.2.13 history download (+1 -1) diffs

binding:rbair:20060220224626 by rbair on 20 February 2006, 16:46:26 -0600 (2 years 9 months ago) Make Review added a BigDecimalConverter

src/java/org/jdesktop/conversion/Converters.java 1.1.2.8 history download (+13 -2) diffs

binding:rbair:20060220212007 by rbair on 20 February 2006, 15:20:07 -0600 (2 years 9 months ago) Make Review couple methods, not part of the BindingContext API

src/java/org/jdesktop/binding/impl/AbstractBindingContext.java 1.1.2.24 history download (+22 -1) diffs

binding:rbair:20060218183459 by rbair on 18 February 2006, 12:35:02 -0600 (2 years 9 months ago) Make Review 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 history download (+8 -1) diffs

src/java/org/jdesktop/binding/impl/AbstractDataModel.java 1.2.2.11 history download (+19 -2) diffs

src/java/org/jdesktop/binding/impl/DetailDataModel.java 1.1.2.8 history download (+8 -0) diffs

src/java/org/jdesktop/binding/impl/beans/ArrayDataModel.java 1.1.2.5 history download (+4 -0) diffs

src/java/org/jdesktop/binding/impl/beans/ListDataModel.java 1.1.2.4 history download (+4 -0) diffs

… 8 more files in changeset.
binding:rbair:20060218174312 by rbair on 18 February 2006, 11:43:12 -0600 (2 years 9 months ago) Make Review 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 history download (+4 -0) diffs

binding:rbair:20060218174224 by rbair on 18 February 2006, 11:42:24 -0600 (2 years 9 months ago) Make Review added first cut commit of a converter for enum types

src/java/org/jdesktop/conversion/Converters.java 1.1.2.7 history download (+25 -0) diffs

MAIN:kleopatra:20060216171438 by kleopatra on 16 February 2006, 11:14:38 -0600 (2 years 9 months ago) Make Review
common swinglabs.css for all SwingLabs core projects

www/index.html 1.12 history download (+2 -0) diffs

MAIN:kleopatra:20060216165134 by kleopatra on 16 February 2006, 10:51:34 -0600 (2 years 9 months ago) Make Review
common swinglabs.css for all SwingLabs core projects

www/index.html 1.11 history download (+11 -1) diffs

dataset_work:rbair:20060214195051 by rbair on 14 February 2006, 13:51:16 -0600 (2 years 9 months ago) Make Review 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 history download (+67 -27) diffs

nbproject/genfiles.properties 1.3.2.1 history download (+5 -5) diffs

nbproject/project.properties 1.7.2.1 history download (+0 -4) diffs

nbproject/project.xml 1.2.2.1 history download (+3 -15) diffs

src/java/org/jdesktop/binding/AbstractDataModel.java 1.2.2.1 history deleted

… 19 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, CVS analysis. (Version:1.6.2 Build:build-rspud1 2008-10-22) - Administration - Page generated 2008-11-22 14:48 -0600