October 2006 Commit Log

Number of Commits:
143
Number of Active Developers:
2
andrew 2006-10-30 16:59

Fix for feature name amended

19 lines of code changed in:

andrew 2006-10-30 16:32

shift I to inverse sequence selection

1 lines of code changed in:

andrew 2006-10-30 16:31

Append html

0 lines of code changed in:

andrew 2006-10-30 16:31

Update features

195 lines of code changed in:

andrew 2006-10-30 16:30

conservation lock

30 lines of code changed in:

andrew 2006-10-30 16:30

deleteSequenceFeature

42 lines of code changed in:

andrew 2006-10-27 18:01

Remove consensus annotation if out of memory

4 lines of code changed in:

andrew 2006-10-27 17:43

updatingConsensus, updatingConservation is static - only one thread can run the calculation at once, otherwise we'll go out of memory

38 lines of code changed in:

andrew 2006-10-27 17:17

PaintRefresher can calculate seqs added or removed

185 lines of code changed in:

andrew 2006-10-27 17:16

Dont remove or add PaintRefresher registrations for explode, gather views

9 lines of code changed in:

andrew 2006-10-27 17:15

-1 error

7 lines of code changed in:

andrew 2006-10-27 17:15

Reset colour schemes and alignmentChanged moved to viewport

94 lines of code changed in:

andrew 2006-10-27 17:14

If sequence is null, dont add it

3 lines of code changed in:

andrew 2006-10-27 17:13

New padgaps works out number of gaps to insert, delete

7 lines of code changed in:

andrew 2006-10-27 17:13

Rename old properties file before writing new

6 lines of code changed in:

andrew 2006-10-27 17:12

Focus listener on Tabbed pane, gives keyboard focus back to alignFrame

12 lines of code changed in:

andrew 2006-10-26 14:09

Only adds history item if size>0

20 lines of code changed in:

andrew 2006-10-26 14:09

Returns number of columns deleted

38 lines of code changed in:

andrew 2006-10-26 14:08

Remove system.out

0 lines of code changed in:

andrew 2006-10-26 13:19

void changeCase(ActionEvent e

10 lines of code changed in:

andrew 2006-10-26 13:19

set quality to null if removed

2 lines of code changed in:

andrew 2006-10-26 13:18

showConservation, quality, identity not used

8 lines of code changed in:

andrew 2006-10-26 13:18

Dont readd the undo

3 lines of code changed in:

andrew 2006-10-26 13:17

check command.string[i] is not null

11 lines of code changed in:

andrew 2006-10-26 13:17

Sequence length maybe less than end

3 lines of code changed in:

andrew 2006-10-26 13:11

Error message changed

2 lines of code changed in:

andrew 2006-10-26 11:19

Sequences may be hidden, not in this aligment

3 lines of code changed in:

andrew 2006-10-26 10:42

Invert accelerators

3 lines of code changed in:

andrew 2006-10-26 10:41

sequence may be null if hidden or deleted

4 lines of code changed in:

andrew 2006-10-26 10:41

Set alignFrame of gathered panels to be the source AlignFrame

5 lines of code changed in:

andrew 2006-10-26 10:40

remove gaps size range

5 lines of code changed in:

andrew 2006-10-26 10:39

No need to reduce length if inserting more gaps at the end of a sequence

1 lines of code changed in:

andrew 2006-10-26 10:39

Check if hiddenSequence has been deleted

15 lines of code changed in:

andrew 2006-10-26 10:37

Known bugs fixed

17 lines of code changed in:

andrew 2006-10-26 10:37

Dont scroll off width-1

3 lines of code changed in:

andrew 2006-10-25 15:58

We can delete sequence 0

1 lines of code changed in:

andrew 2006-10-25 15:57

Return if negative width, ie alignment deleted

5 lines of code changed in:

andrew 2006-10-25 15:57

Check hiddenSequence before placing in tmp

3 lines of code changed in:

andrew 2006-10-25 15:46

Get sequence in routine

8 lines of code changed in:

andrew 2006-10-25 15:03

viewport.hasHiddenColumns updated after undo/redo performed

13 lines of code changed in:

andrew 2006-10-25 15:02

EditCommand added to AlignFrame

9 lines of code changed in:

andrew 2006-10-25 15:00

Adjusts columnSelection correctly

43 lines of code changed in:

andrew 2006-10-25 14:59

Adjusts hiddenColumns correctly

0 lines of code changed in:

andrew 2006-10-25 14:58

more accelerators

6 lines of code changed in:

andrew 2006-10-24 13:36

Only send one call per sequence at the moment

0 lines of code changed in:

andrew 2006-10-24 13:22

ShowConservation, quality, identity not used

0 lines of code changed in:

andrew 2006-10-24 13:05

Must set alignIndex before delete takes place

17 lines of code changed in:

andrew 2006-10-24 12:36

Use EditCommand.Cut

25 lines of code changed in:

andrew 2006-10-24 12:24

HistoryItem replaced by CommandI

195 lines of code changed in:

andrew 2006-10-24 12:24

EditCommand implemented

273 lines of code changed in:

andrew 2006-10-24 12:24

must translate graphics back the same amountcvs diff SeqCanvas.java

2 lines of code changed in:

andrew 2006-10-24 12:23

Change Case is undoable

57 lines of code changed in:

andrew 2006-10-24 12:23

SequenceIndex might be beyond old height

4 lines of code changed in:

andrew 2006-10-24 12:22

Must catch image outOfMemoryError

6 lines of code changed in:

andrew 2006-10-24 12:21

changeCase, removeGaps moved to commands package

535 lines of code changed in:

andrew 2006-10-24 12:20

maxIdLength redundant, deleteCols, trimLeft, removeGaps moved to Commands

4 lines of code changed in:

andrew 2006-10-24 12:19

Uses RemoveGapsCommand

0 lines of code changed in:

andrew 2006-10-24 12:19

Remove variables not used

0 lines of code changed in:

andrew 2006-10-24 12:18

Remove unneccessary import

0 lines of code changed in:

andrew 2006-10-24 12:17

Make everything final

5 lines of code changed in:

andrew 2006-10-24 12:17

New accelerators

17 lines of code changed in:

andrew 2006-10-24 12:16

Commented out for compilation

28 lines of code changed in:

andrew 2006-10-24 12:12

setOrder is public

1 lines of code changed in:

andrew 2006-10-24 12:12

Commands which can be done, or undone

815 lines of code changed in:

andrew 2006-10-24 12:09

Its historycvs remove jalview/datamodel/HistoryItem.java

0 lines of code changed in:

jimp 2006-10-24 09:11

fixes bug reported by Christopher Tan (help@jalview.org) - preservation of sequence description in aligned sequences.

226 lines of code changed in:

andrew 2006-10-18 14:10

Wait for response from server before next sequence

0 lines of code changed in:

andrew 2006-10-18 14:05

showqual, showcons never used

5 lines of code changed in:

andrew 2006-10-18 14:05

remove html and body from tooltip

68 lines of code changed in:

andrew 2006-10-18 14:04

new feature args

2 lines of code changed in:

andrew 2006-10-18 14:03

Can set description for new features

48 lines of code changed in:

andrew 2006-10-18 14:02

Faded anntotations when recalculating

67 lines of code changed in:

andrew 2006-10-18 14:02

set conserve and quality null if outofmemory

6 lines of code changed in:

andrew 2006-10-18 14:01

No longer a FeatureListener

4 lines of code changed in:

andrew 2006-10-18 14:00

parseDescriptionHTML

0 lines of code changed in:

andrew 2006-10-18 14:00

draw text after linkimage

0 lines of code changed in:

andrew 2006-10-18 13:59

Remove system.out

0 lines of code changed in:

andrew 2006-10-18 13:58

Gerneral XML parse error

0 lines of code changed in:

jimp 2006-10-15 13:44

fixed array out of bounds exception in copy constructor

0 lines of code changed in:

andrew 2006-10-12 18:15

showQuality may be updated during archive file load

7 lines of code changed in:

andrew 2006-10-12 17:14

Convenient function findEndRes

32 lines of code changed in:

andrew 2006-10-12 17:14

Add features from Popupmenu

142 lines of code changed in:

andrew 2006-10-12 15:13

Overview may request index beyond alignment height

1 lines of code changed in:

andrew 2006-10-12 14:35

Use i, not index if not representedSeqs

3 lines of code changed in:

andrew 2006-10-12 14:23

If conservation is null, disable Blosum62 and conservation colouring

5 lines of code changed in:

andrew 2006-10-12 14:22

Annotasiont[j] might be null

6 lines of code changed in:

andrew 2006-10-12 14:21

Local adjustForhiddenSeqs routine

49 lines of code changed in:

andrew 2006-10-12 14:21

RepresentGroup count items

12 lines of code changed in:

andrew 2006-10-12 14:18

Null element checked

3 lines of code changed in:

andrew 2006-10-12 14:18

HiddenSequences now array, not hashtable

108 lines of code changed in:

andrew 2006-10-12 14:18

Comment out debug to compile applet

8 lines of code changed in:

jimp 2006-10-11 10:53

fixes exception (array index out of bounds - due to off by one error) when applying conservation colouring to a group

540 lines of code changed in:

jimp 2006-10-10 17:01

refined id matching to pick the closest match (by length) to the query and added '_' to the list of word separators

58 lines of code changed in:

jimp 2006-10-10 16:31

debug message bugfix on duplicate tree leaf names.

6 lines of code changed in:

andrew 2006-10-10 15:11

No need to find index when deleting

3 lines of code changed in:

andrew 2006-10-10 15:10

Calculate alWidth earlier

5 lines of code changed in:

andrew 2006-10-10 15:09

Remove growing hashtable

7 lines of code changed in:

andrew 2006-10-10 15:08

Check on null consensus

5 lines of code changed in:

jimp 2006-10-10 15:07

bugfix for dodgy trees which contain the same leafname more than once - so that all leaves in the tree are properly associated.

14 lines of code changed in:

andrew 2006-10-10 14:37

Must repaint whole alignPanel

4 lines of code changed in:

andrew 2006-10-10 14:36

MaxResidue must be at least 2

5 lines of code changed in:

andrew 2006-10-10 12:19

Remove unneccessary separator

1 lines of code changed in:

andrew 2006-10-10 12:15

Only getGroups once if groupEditingcvs update

37 lines of code changed in:

andrew 2006-10-10 11:44

1.1 compatible

0 lines of code changed in:

andrew 2006-10-10 11:43

Use AAFrequency final keys

5 lines of code changed in:

andrew 2006-10-10 11:29

SetTooltip empty

4 lines of code changed in:

andrew 2006-10-10 11:28

Optimized

78 lines of code changed in:

andrew 2006-10-10 11:28

aaIndex replaces aaHash

11 lines of code changed in:

andrew 2006-10-10 11:27

static final strings for consensus keys

26 lines of code changed in:

andrew 2006-10-10 11:26

Consensus and conservation updated in threads

292 lines of code changed in:

andrew 2006-10-10 11:24

aaIndex replaces aaHash

124 lines of code changed in:

jimp 2006-10-09 18:15

fixed log4j complaints for vamsas logging (again)

3 lines of code changed in:

jimp 2006-10-09 18:13

fixed log4j complaints for vamsas logging.

9 lines of code changed in:

jimp 2006-10-09 18:02

excluded log4j properties.

0 lines of code changed in:

jimp 2006-10-09 17:45

java 1.4 compliant classes.

0 lines of code changed in:

jimp 2006-10-09 17:13

imported Vamsas bindings and alpha vamsas client code from VamJalview cvs branch. Compilation requires vamsas-client.jar but Jalview can be distributed without the vamsas-client.jar.

5070 lines of code changed in:

jimp 2006-10-09 17:08

set firstColumn property for an alignmentView object.

1072 lines of code changed in:

jimp 2006-10-09 17:07

fixed getCompactAlignment method to return proper cigarArray and added 'firstColumn' parameter to AlignmentView object.

3 lines of code changed in:

jimp 2006-10-06 17:54

Added filter so that input to a JPred job is *solely* the visible residues, and the profile and prediction are correctly mapped back to the original seuence.

256 lines of code changed in:

jimp 2006-10-06 17:16

javadoc

9 lines of code changed in:

jimp 2006-10-06 17:15

new getVisibleContigs method mirrors the getVisibleContigs method in AlignmentView

0 lines of code changed in:

jimp 2006-10-06 17:14

javadoc

3 lines of code changed in:

andrew 2006-10-06 14:52

AAFrequency optimized

142 lines of code changed in:

andrew 2006-10-06 14:50

Set consensus as hashtble[]

17 lines of code changed in:

andrew 2006-10-05 17:24

Multiple Views

1022 lines of code changed in:

andrew 2006-10-05 17:22

BatchSize now 10

0 lines of code changed in:

andrew 2006-10-05 17:22

OutOfMemoryError test

106 lines of code changed in:

andrew 2006-10-05 17:21

TabbedPanes for views

37 lines of code changed in:

andrew 2006-10-05 17:20

lower case available

7 lines of code changed in:

andrew 2006-10-05 17:18

AlignFrame must take width and height

9 lines of code changed in:

andrew 2006-10-05 17:18

Sequenceset may be empty, multiple views

0 lines of code changed in:

andrew 2006-10-05 17:17

DEFAULT_WIDTH

25 lines of code changed in:

andrew 2006-10-05 17:16

Viewname, sequencesetid, gatheredViews

3 lines of code changed in:

andrew 2006-10-05 17:16

Sequences are optionalcvs diff vamsas.xsd

3 lines of code changed in:

andrew 2006-10-03 10:27

Check annotation is editable

2 lines of code changed in:

andrew 2006-10-03 10:25

Send DAS requests in batches of 20

0 lines of code changed in:

andrew 2006-10-03 10:24

DB seqs may be lower or upper case

0 lines of code changed in:

andrew 2006-10-03 10:21

BoldFont upperCase

28 lines of code changed in:

andrew 2006-10-03 10:20

Remove empty() from feature ToolTip

6 lines of code changed in:

andrew 2006-10-03 10:19

Check selection scroll beyond aligmnment height

6 lines of code changed in:

andrew 2006-10-03 10:18

Check on vscrollMax values

9 lines of code changed in:

andrew 2006-10-03 10:17

upperCaseBold

17 lines of code changed in:

andrew 2006-10-03 10:16

TurnColour bug on popupmenu applet

1 lines of code changed in:

September 2006 »

Generated by StatCVS 0.3