Summary Period: 2004-05-03 to 2007-04-12
[root]/source/frost/util/model
Total Lines Of Code:
1642 (2007-04-22 09:07)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 61 (100.0%) | 2138 (100.0%) | 35.0 |
bback | 38 (62.3%) | 1766 (82.6%) | 46.4 |
kevloral | 23 (37.7%) | 372 (17.4%) | 16.1 |
using 'final' for all logger variables
3 lines of code changed in:
- fixed bug that showed new messages for a board, but if
you click on board there was no new message
- download/upload starts smallest items first and continues
started items correctly on 0.5
1 lines of code changed in:
- refactored CopyToClipboard
- fixed DELETE key in tables
1 lines of code changed in:
gq fixes
4 lines of code changed in:
fixes, new db transactions
2 lines of code changed in:
several fixes, redesigned 07 persistence, new persistence code is still mainly untested (especially the direct transfers)
PLEASE HELP TO TEST!
1588 lines of code changed in:
First implementation of new shared file system.
YOU MUST START WITH A NEW DATABASE. Old files/downloads/uploads cannot be imported!
This implementation passed a few basic tests. Please test and give feedback. We use a temporary filebase for tests.
13 lines of code changed in:
finished to update copyright informations
154 lines of code changed in:
Refactoring: now removeItems returns a boolean value.
16 lines of code changed in:
Bugfix: some javadoc mistakes fixed and a small change in a constructor (the type of one parameter)
5 lines of code changed in:
Added: a new method to add an item in a certain position of the model.
12 lines of code changed in:
Added: fireFieldChange method overloaded with boolean parameters (just for convenience)
27 lines of code changed in:
Refactoring: added support for removing several items at a time.
64 lines of code changed in:
Refactoring: added support for removing several items at a time.
6 lines of code changed in:
Refactoring: added support for removing several items at a time.
7 lines of code changed in:
Refactoring: added support for removing several items at a time.
8 lines of code changed in:
Refactoring: added support for removing several items at a time.
5 lines of code changed in:
Refactoring: added support for removing several items at a time.
4 lines of code changed in:
Added: initial version of the new models framework. Main advantages over the previous one:
- Neither model items nor the models themselves have any knowledge about their visual representation
- The tables update themselves when something in the model changes (no need to call updateRow)
It is still incomplete (no sorted tables and no swing thread decoupling when updating the ModelTable yet)
218 lines of code changed in:
Generated by StatCVS 0.2.2