Summary Period: 2003-10-11 to 2005-06-28
1456 (17.1%)
62725 (22.7%)
Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 1456 (100.0%) | 62725 (100.0%) | 43.0 |
source/frost/ | 319 (21.9%) | 14891 (23.7%) | 46.6 |
source/frost/gui/ | 270 (18.5%) | 10433 (16.6%) | 38.6 |
source/frost/fileTransfer/download/ | 95 (6.5%) | 5250 (8.4%) | 55.2 |
lib/skinlfFix/com/l2fprod/gui/plaf/skin/ | 31 (2.1%) | 4834 (7.7%) | 155.9 |
source/frost/boards/ | 27 (1.9%) | 4109 (6.6%) | 152.1 |
source/frost/fileTransfer/upload/ | 87 (6.0%) | 3975 (6.3%) | 45.6 |
source/frost/gui/preferences/ | 46 (3.2%) | 3716 (5.9%) | 80.7 |
source/frost/util/gui/ | 37 (2.5%) | 2416 (3.9%) | 65.2 |
source/frost/threads/ | 96 (6.6%) | 2069 (3.3%) | 21.5 |
source/frost/fileTransfer/search/ | 30 (2.1%) | 1895 (3.0%) | 63.1 |
source/frost/fcp/ | 26 (1.8%) | 1477 (2.4%) | 56.8 |
source/frost/messages/ | 46 (3.2%) | 1014 (1.6%) | 22.0 |
source/frost/identities/ | 46 (3.2%) | 899 (1.4%) | 19.5 |
miscSources/frost/gui/ | 2 (0.1%) | 831 (1.3%) | 415.5 |
source/frost/fileTransfer/ | 5 (0.3%) | 715 (1.1%) | 143.0 |
source/frost/util/gui/translation/ | 16 (1.1%) | 542 (0.9%) | 33.8 |
source/frost/storage/ | 29 (2.0%) | 503 (0.8%) | 17.3 |
source/frost/gui/model/ | 28 (1.9%) | 466 (0.7%) | 16.6 |
source/frost/messaging/ | 9 (0.6%) | 392 (0.6%) | 43.5 |
source/frost/util/model/ | 23 (1.6%) | 372 (0.6%) | 16.1 |
lib/skinlfFix/com/l2fprod/gui/plaf/skin/impl/gtk/ | 9 (0.6%) | 345 (0.6%) | 38.3 |
source/frost/util/ | 4 (0.3%) | 315 (0.5%) | 78.7 |
bin/doc/ | 38 (2.6%) | 256 (0.4%) | 6.7 |
/ | 30 (2.1%) | 198 (0.3%) | 6.6 |
miscSources/frost/channels/ | 5 (0.3%) | 182 (0.3%) | 36.4 |
miscSources/frost/ | 5 (0.3%) | 122 (0.2%) | 24.4 |
source/frost/events/ | 3 (0.2%) | 92 (0.1%) | 30.6 |
miscSources/frost/stats/ | 4 (0.3%) | 80 (0.1%) | 20.0 |
source/frost/crypt/ | 8 (0.5%) | 61 (0.1%) | 7.6 |
miscSources/frost/gui/model/ | 1 (0.1%) | 61 (0.1%) | 61.0 |
lib/fecImpl/fecimpl/ | 4 (0.3%) | 33 (0.1%) | 8.2 |
source/frost/components/translate/ | 6 (0.4%) | 29 (0.0%) | 4.8 |
lib/genChkImpl/freenet/crypt/ | 5 (0.3%) | 28 (0.0%) | 5.6 |
miscSources/frost/fcp/ | 1 (0.1%) | 27 (0.0%) | 27.0 |
lib/fecImpl/com/onionnetworks/fec/ | 4 (0.3%) | 21 (0.0%) | 5.2 |
source/frost/ext/ | 3 (0.2%) | 19 (0.0%) | 6.3 |
lib/genChkImpl/freenet/crypt/ciphers/ | 4 (0.3%) | 16 (0.0%) | 4.0 |
lib/genChkImpl/freenet/client/ | 1 (0.1%) | 16 (0.0%) | 16.0 |
source/frost/components/ | 2 (0.1%) | 10 (0.0%) | 5.0 |
source/ | 4 (0.3%) | 5 (0.0%) | 1.2 |
lib/genChkImpl/freenet/support/ | 1 (0.1%) | 4 (0.0%) | 4.0 |
lib/genChkImpl/freenet/ | 1 (0.1%) | 4 (0.0%) | 4.0 |
bin/ | 15 (1.0%) | 2 (0.0%) | 0.1 |
res/data/ | 13 (0.9%) | 0 (0.0%) | 0.0 |
lib/fecImpl/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
lib/ | 12 (0.8%) | 0 (0.0%) | 0.0 |
bin/themes/ | 1 (0.1%) | 0 (0.0%) | 0.0 |
bin/config/ | 3 (0.2%) | 0 (0.0%) | 0.0 |
Refactoring: Index turned into a singleton (and reference to MainFrame removed)
71 lines of code changed in:
Refactoring: created new FileTrasferManager, that is now responsible of the creation and initialization of the Download, upload and search managers (instead of the Core, as it was before)
678 lines of code changed in:
Refactoring: now the Saver does not have a reference to the MainFrame. Instead, when it finds an error, it dispatches an StorageErrorEvent.
Refactoring: now the Saver is called StorageManager
315 lines of code changed in:
Code cleanup: some unused lines removed.
0 lines of code changed in:
Refactoring: now the failure in the creation of a MessageObject is better described by the new MessageCreationException.
4 lines of code changed in:
Refactoring: now the failure in the creation of a MessageObject is better described by the new MessageCreationException.
20 lines of code changed in:
Refactoring: added convenience constructor.
8 lines of code changed in:
Changed: empty property is false by default.
3 lines of code changed in:
Refactoring: new type of exception added to more appropriately describe the failure in the creation of a MessageObject
56 lines of code changed in:
Added: additional debug information to loadFile method.
2 lines of code changed in:
Added: additional debug information for the MessageObject constructor.
8 lines of code changed in:
Optimization: now the AttachmentList of MessageObject is only created if necessary (previously it was always created, whether the message had attachments or not). It should save some memory.
170 lines of code changed in:
Refactoring: attachments view creation removed from MessageObject.
86 lines of code changed in:
Code layout cleaned up.
81 lines of code changed in:
Optimization: some unused code removed.
1 lines of code changed in:
Optimization: a couple of unneeded attributes removed.
4 lines of code changed in:
Added: now uploads retry when failed (like downloads do)
75 lines of code changed in:
Added: uploads now retry when failed (like downloads do)
34 lines of code changed in:
Added: uploads retry when failed.
4 lines of code changed in:
Added: retries field added to FrostUploadItem (the actual retrying process is not implemented yet)
67 lines of code changed in:
(625 more)
Generated by StatCVS 0.2.2