Click on the commit message for inspecting the diff
and how the code has been rewritten.
Command line:
svn log -r31996:1 https://svn.osgeo.org/geotools/trunk/modules/library/coverage/src/main/java/org/geotools/coverage/ColorModelFactory.java
Rev. | Date | Author | Message |
---|---|---|---|
30836 | 2008-07-01 | desruisseaux | Best effort in an attempt to bring a little bit of order in the coverage test bazar. A lonely test file moved to the sample-data module. Operation tests moved to the processing package. A few utility methods consolidated in base classes ending in "TestBase.java". Removed redundancy introduced by copy-and-paste. Merged the two occurences of ImageWorkerTest. Examples of coverages provided in a more "Java collection" way. Comparaison of values performed with "assertEquals(a,b)" rather than "assertTrue(a==b)" so we know what was the expected value in case of failure. Tests upgrated to JUnit 4 framework. |
30643 | 2008-06-12 | acuster | Copyright headers: lib/coverage, this time with feeling (and the el in Toolkit) |
30541 | 2008-06-06 | acuster | Copyright review: update headers on lib/coverage |
30258 | 2008-05-08 | acuster | Reshuffle the top level repo: drop uDig, move up trunk, tags, and branches. |
30257 | 2008-05-08 | acuster | Move trunk/gt/ directory contents up to trunk/ and drop gt |
29093 | 2008-02-05 | desruisseaux | First draft of a test suite for ViewsManager in an attempt to understand why our "Piecewise" operation produces different results than what we would expect. Some bug fixes. |
28922 | 2008-01-24 | acuster | Bump the (at)since version to 2.5 since WKTParser was cut from 2.4 |
28540 | 2007-12-29 | acuster | Hide buttons which are not yet used |
28081 | 2007-11-27 | desruisseaux | Java 5 constructs: replaced some StringBuffer by StringBuilder in order to avoid unecessary synchronisation; rely on auto-boxing in order to give a chance to the JVM to reuse its cached values. |
27575 | 2007-10-22 | desruisseaux | Converted Java source files from ISO-LATIN-1 encoding to UTF-8 (GEOT-1516). |
25421 | 2007-05-05 | desruisseaux | Reviewing current state of core coverage module, prior to image and coverage I/O work. |
24476 | 2007-02-16 | simboss | -first bunch of changes for the alignment of trunk with 2.3.x |
23211 | 2006-12-05 | desruisseaux | Replaced Citation.OGC by Citation.GEOTOOLS for non-OGC operations. Code reformating and javadoc. |
23120 | 2006-11-29 | desruisseaux | Coverage branch review. Reformatted code (including javadoc work), modification of AbstractCoverage.show and AbstractCoverage.evaluate(DirectPosition,Set). |
22817 | 2006-11-17 | desruisseaux | Fixed SVN properties for all Java files. |
22327 | 2006-10-23 | desruisseaux | GEOT-982: regroup 'module', 'plugin', 'ext' and 'unsupported' in a common directory. |
22315 | 2006-10-22 | desruisseaux | Reorganisation of directory tree structure (GEOT-982) phase 1: moved 'src' to 'src/main/java'. |
20970 | 2006-08-11 | jgarnett | IP review.txt updated, along with headers |
20741 | 2006-07-28 | simboss | -cleaning up a bit and improving coverages code |
20600 | 2006-07-18 | simboss | -committing first bunch of changes from the coverage branch. Modules involved are*api *referencing *coverage *main *renderer *shaperenderer |
18017 | 2006-02-14 | desruisseaux | Added support for GraphicStyleListeners. |
17672 | 2006-01-19 | desruisseaux | Added @source tag. |
17660 | 2006-01-18 | desruisseaux | Fixed SVN attributes, including the addition of URL attribute. |
16572 | 2005-11-02 | desruisseaux | Moved coverage implementation to its own module (GEOT-745) |
14834 | 2005-07-20 | desruisseaux | Reorganized I18N resources |
13925 | 2005-05-30 | desruisseaux | Added @since javadoc tag |
11549 | 2005-02-22 | desruisseaux | Initial cleaning for restarting GridCoverage work |
11001 | 2005-02-02 | desruisseaux | Fixed wrong encoding in main/src |
10796 | 2005-01-28 | dzwiers | imports cleaned |
6259 | 2004-05-31 | desruisseaux | Added more implementations for Coverage support |