Commit Log (Page 23 of 43)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Summary Period: 2004-04-29 to 2004-04-09 (Commits 985-1034 of 2134)

kevloral 2004-04-29 05:38

Refactoring: removed references to frame1.frostSettings

38 lines of code changed in:

kevloral 2004-04-29 04:15

Refactoring: references to frame1 removed

5 lines of code changed in:

kevloral 2004-04-28 14:00

Refactoring: most upload tasks moved here from frame1

237 lines of code changed in:

kevloral 2004-04-28 13:52

Refactoring: instances of this class are now created by the UploadTicker
Refactoring: code structure cleaned up

241 lines of code changed in:

kevloral 2004-04-28 13:46

Refactoring: most uploading related tasks moved to UploadTicker

27 lines of code changed in:

kevloral 2004-04-28 13:38

Refactoring: now the UploadManager creates the Table and the Panel (instead of frame1). Ticker launched now too.

116 lines of code changed in:

kevloral 2004-04-28 13:25

Refactoring: UploadManager created and initialized.

26 lines of code changed in:

kevloral 2004-04-27 03:43

Refactoring: getSelectedNode() method removed. Now the one in TofTree is used.

1 lines of code changed in:

kevloral 2004-04-26 10:03

Refactoring: disableRequests key replaced by DISABLE_REQUESTS constant

1 lines of code changed in:

kevloral 2004-04-26 09:49

Refactoring: disableRequests key replaced by DISABLE_REQUESTS constant

6 lines of code changed in:

kevloral 2004-04-26 09:30

Refactoring: disableRequests key replaced by DISABLE_REQUESTS constant

2 lines of code changed in:

kevloral 2004-04-25 12:38

Refactoring: most of the downloading related tasks of the frame1 ticker moved to the DownloadTicker

413 lines of code changed in:

kevloral 2004-04-25 12:29

Refactoring: most of the downloading related tasks of the frame1 ticker have been moved to DownloadTicker

173 lines of code changed in:

kevloral 2004-04-24 12:46

Refactoring: DownloadTable loaded by DownloadManager now, instead of by frame1

15 lines of code changed in:

kevloral 2004-04-24 12:45

Refactoring: new DownloadTicker class created. All the downloading related tasks of the frame1 ticker will be placed here.

34 lines of code changed in:

kevloral 2004-04-24 12:02

Refactoring: DownloadPanel and DownloadTable created by DownloadManager (instead of by frame1)

59 lines of code changed in:

kevloral 2004-04-24 11:57

Refactoring: DownloadPanel and DownloadTable created by DownloadManager (instead of by frame1)

48 lines of code changed in:

kevloral 2004-04-24 11:55

Refactoring: downloadingActivated settngs key turned into DOWNLOADING_ACTIVATED constant
Refactoring: now the DownloadPanel gets the downloadingActivated setting itself (instead of frame1)

4 lines of code changed in:

kevloral 2004-04-24 11:38

Refactoring: downloadingActivated key turned into DOWNLOADING_ACTIVATED constant

2 lines of code changed in:

kevloral 2004-04-23 15:38

Added: now the DownloadManager is created by Core (it doesn't do anything yet though)

75 lines of code changed in:

kevloral 2004-04-23 14:06

Refactoring: some references to frame1 removed from Startup

14 lines of code changed in:

kevloral 2004-04-19 05:45

Refactoring: Observable implemented by delegation, instead of inheritance.

84 lines of code changed in:

kevloral 2004-04-18 08:38

Comment added

1 lines of code changed in:

kevloral 2004-04-18 08:27

Refactoring: Observable superclass replaced by FlexibleObservable

2 lines of code changed in:

kevloral 2004-04-18 08:26

Refactoring: Observer interface (getEmailNotifier) replaced by FlexibleObserver

2 lines of code changed in:

kevloral 2004-04-18 08:23

Refactoring: Observer interface replaced by FlexibleObserver

3 lines of code changed in:

kevloral 2004-04-18 08:17

Added: initial version.

197 lines of code changed in:

kevloral 2004-04-16 14:34

Refactoring: three state labels moved to the language resources (not internationalized yet)
Refactoring: code layout (with eclipse)

321 lines of code changed in:

kevloral 2004-04-16 10:38

Refactoring: Savable interface implemented
Refactoring: changes for the new Saver

127 lines of code changed in:

kevloral 2004-04-16 10:29

Refactoring: Savable interface implemented (and therefore saveTree method renamed to save)

3 lines of code changed in:

kevloral 2004-04-16 09:51

Refactoring: autoSaveInterval key turned into AUTO_SAVE_INTERVAL constant

2 lines of code changed in:

kevloral 2004-04-16 09:44

Refactoring: autoSaveInterval key turned into AUTO_SAVE_INTERVAL constant
Refactoring: Savable interface implemented

7 lines of code changed in:

kevloral 2004-04-16 06:40

Refactoring: Savable interface implemented

7 lines of code changed in:

kevloral 2004-04-16 06:35

Refactoring: Savable interface implemented

2 lines of code changed in:

kevloral 2004-04-15 07:36

Refactoring: DownloadTableModel and UploadTableModel now set themselves as language listeners, instead of being set by frame1

7 lines of code changed in:

kevloral 2004-04-15 02:08

Refactoring: all file downloading related classes moved to a new package (frost.fileTransfer.download)
Refactoring: all file uploading related classes moved to a new package (frost.fileTransfer.upload)

22 lines of code changed in:

kevloral 2004-04-15 01:23

Refactoring: all file uploading related classes moved to a new package (frost.fileTransfer.upload)

1031 lines of code changed in:

kevloral 2004-04-15 01:16

Refactoring: all file downloading related classes moved to a new package (frost.fileTransfer.download)

1695 lines of code changed in:

kevloral 2004-04-14 01:40

Added: FrostSearchItemObject internationalized

2 lines of code changed in:

kevloral 2004-04-13 02:01

Added: TofTree internationalized

1 lines of code changed in:

kevloral 2004-04-13 01:52

Added: internationalized

93 lines of code changed in:

kevloral 2004-04-12 12:54

Refactoring: TofTreeCellRenderer turned into an inner class of ToFTree
Refactoring: all drag&drop related code moved into a subclass of JTree (JDragTree)

141 lines of code changed in:

kevloral 2004-04-12 08:34

Refactoring: very small change: removed a reference to Core.

1 lines of code changed in:

kevloral 2004-04-12 04:22

Refactoring: now the constructor admits a Component instead of a Frame as parent

2 lines of code changed in:

kevloral 2004-04-12 02:58

Refactoring: getSelectedNode() method copied from frame1

13 lines of code changed in:

kevloral 2004-04-12 02:34

Bugfix: regression fixed. The new MessagePanel inner class was not listening to Language events.

10 lines of code changed in:

kevloral 2004-04-11 08:11

Refactoring: MessagePanel turned into an inner class

1280 lines of code changed in:

kevloral 2004-04-09 05:53

Bugfix: the whole tabbed pane was being enabled/disabled in setPanelEnabled

1 lines of code changed in:

kevloral 2004-04-09 03:14

Added: creation of the SearchManager and initialization of searches

21 lines of code changed in:

kevloral 2004-04-09 03:02

Refactoring: removed all references to SearchPanel and SearchTableModel.
Refactoring: added methods to add panels to the tabbed pane and to enable/disable them.
Refactoring: the JTabbedPane has been turned into a JTranslatableTabbedPane

35 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Generated by StatCVS 0.2.2