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:jplemieux:20081122125459 by jplemieux on 22 November 2008, 06:54:59 -0600 (7 hours ago) Make Review fixing JDK 1.4 build

test/ca/odell/glazedlists/calculation/SubtractionTest.java 1.2 history download (+12 -12) diffs

MAIN:jplemieux:20081104084642 by jplemieux on 04 November 2008, 02:46:44 -0600 (18 days ago) Make Review adding selection matching to ListSelection

source/ca/odell/glazedlists/ListSelection.java 1.24 history download (+54 -2) diffs

source/ca/odell/glazedlists/swing/EventSelectionModel.java 1.47 history download (+21 -0) diffs

test/ca/odell/glazedlists/ListSelectionTest.java 1.20 history download (+93 -4) diffs

MAIN:jplemieux:20081012092016 by jplemieux on 12 October 2008, 04:20:16 -0500 (41 days ago) Make Review adding missing Import-Package line from Barend

glazedlists.bnd 1.2 history download (+2 -1) diffs

MAIN:jplemieux:20081006052732 by jplemieux on 06 October 2008, 00:31:41 -0500 (47 days ago) Make Review including Barend's refinements to the OSGi bundle

build.xml 1.177 history download (+11 -54) diffs

glazedlists.bnd 1.1 history download (+29) new

MAIN:brands:20080916183115 by brands on 16 September 2008, 13:31:15 -0500 (2 months 6 days ago) Make Review enable sealing again...

build.xml 1.176 history download (+1 -2) diffs

MAIN:jplemieux:20080915000907 by jplemieux on 14 September 2008, 19:09:07 -0500 (2 months 7 days ago) Make Review switching to BND to generate OSGi information in the jar's manifest.mf file

build.xml 1.175 history download (+40 -19) diffs

MAIN:jplemieux:20080901192203 by jplemieux on 01 September 2008, 14:22:03 -0500 (2 months 21 days ago) Make Review improving the documentation because of a question on the mailing list

source/ca/odell/glazedlists/swing/EventTableModel.java 1.57 history download (+41 -41) diffs

MAIN:jplemieux:20080831104613 by jplemieux on 31 August 2008, 05:46:13 -0500 (2 months 22 days ago) Make Review altering BeanProperty to report the bean class as the value class when "this" is specified

source/ca/odell/glazedlists/impl/beans/BeanProperty.java 1.28 history download (+10 -6) diffs

test/ca/odell/glazedlists/impl/beans/BeanPropertyTest.java 1.14 history download (+1 -0) diffs

MAIN:jplemieux:20080831103911 by jplemieux on 31 August 2008, 05:39:11 -0500 (2 months 22 days ago) Make Review altering FunctionListMap so that it does not reorder the source elements

source/ca/odell/glazedlists/impl/FunctionListMap.java 1.6 history download (+24 -10) diffs

source/ca/odell/glazedlists/impl/GlazedListsImpl.java 1.17 history download (+21 -0) diffs

test/ca/odell/glazedlists/impl/FunctionListMapTest.java 1.8 history download (+32 -0) diffs

MAIN:jplemieux:20080828192454 by jplemieux on 28 August 2008, 14:24:54 -0500 (2 months 25 days ago) Make Review fixing some java14 build warnings

build.xml 1.174 history download (+1 -1) diffs

MAIN:jplemieux:20080828191946 by jplemieux on 28 August 2008, 14:19:47 -0500 (2 months 25 days ago) Make Review fixing some java14 build warnings

build.xml 1.173 history download (+1 -1) diffs

test/ca/odell/glazedlists/EventListTest.java 1.39 history download (+1 -1) diffs

MAIN:jplemieux:20080828190910 by jplemieux on 28 August 2008, 14:09:10 -0500 (2 months 25 days ago) Make Review added method for easily creating CalculationCategoryDatasets

extensions/calculation/source/ca/odell/glazedlists/calculation/Calculations.java 1.3 history download (+15 -0) diffs

MAIN:jplemieux:20080817215724 by jplemieux on 17 August 2008, 16:57:24 -0500 (3 months 4 days ago) Make Review Issue number:
Obtained from:
Submitted by:
Reviewed by:

source/ca/odell/glazedlists/impl/java15/J2SE50ReturnTypeResolver.java 1.3 history download (+3 -3) diffs

MAIN:jplemieux:20080817075103 by jplemieux on 17 August 2008, 02:51:03 -0500 (3 months 5 days ago) Make Review insert some error recovery code

source/ca/odell/glazedlists/impl/java15/J2SE50ReturnTypeResolver.java 1.2 history download (+8 -5) diffs

MAIN:jplemieux:20080816052625 by jplemieux on 16 August 2008, 00:26:25 -0500 (3 months 6 days ago) Make Review Issue number:
Obtained from:
Submitted by:
Reviewed by:

test/ca/odell/glazedlists/calculation/SumTest.java 1.8 history download (+4 -4) diffs

MAIN:jplemieux:20080816052003 by jplemieux on 16 August 2008, 00:20:03 -0500 (3 months 6 days ago) Make Review fixing SumTest

build.xml 1.171 history download (+1 -1) diffs

MAIN:jplemieux:20080813032828 by jplemieux on 12 August 2008, 22:28:28 -0500 (3 months 9 days ago) Make Review process reorder events more efficiently in AbstractEventListCalculation

test/ca/odell/glazedlists/calculation/SumTest.java 1.7 history download (+0 -0) diffs

MAIN:jplemieux:20080802083253 by jplemieux on 02 August 2008, 03:32:53 -0500 (3 months 20 days ago) Make Review fix and test case for defect 452

source/ca/odell/glazedlists/ObservableElementList.java 1.20 history download (+5 -3) diffs

test/ca/odell/glazedlists/ObservableElementListTest.java 1.24 history download (+71 -2) diffs

MAIN:jplemieux:20080728210302 by jplemieux on 28 July 2008, 16:03:02 -0500 (3 months 24 days ago) Make Review adding GlazedLists.toStringFunction(...)

source/ca/odell/glazedlists/GlazedLists.java 1.69 history download (+9 -0) diffs

source/ca/odell/glazedlists/impl/beans/BeanFunction.java 1.2 history download (+2 -2) diffs

source/ca/odell/glazedlists/impl/beans/StringBeanFunction.java 1.1 history download (+33) new

MAIN:jplemieux:20080728194734 by jplemieux on 28 July 2008, 14:47:34 -0500 (3 months 25 days ago) Make Review adding ConstantFunction to simplify some use cases

source/ca/odell/glazedlists/GlazedLists.java 1.68 history download (+9 -0) diffs

source/ca/odell/glazedlists/impl/functions/ConstantFunction.java 1.1 history download (+25) new

MAIN:jplemieux:20080727213200 by jplemieux on 27 July 2008, 16:32:00 -0500 (3 months 25 days ago) Make Review adding "this" as a valid property name to BeanProperty

source/ca/odell/glazedlists/impl/beans/BeanProperty.java 1.26 history download (+14 -3) diffs

test/ca/odell/glazedlists/impl/beans/BeanPropertyTest.java 1.12 history download (+15 -1) diffs

test/ca/odell/glazedlists/impl/beans/BeanTableFormatTest.java 1.15 history download (+16 -2) diffs

MAIN:jplemieux:20080723013120 by jplemieux on 22 July 2008, 20:31:20 -0500 (4 months ago) Make Review make sure the node component and enclosing TreeTableCellPanel always agree on their display properties (background, foreground & font)

extensions/treetable/source/ca/odell/glazedlists/swing/TreeTableCellPanel.java 1.24 history download (+5 -0) diffs

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:31 -0600