Commit Log (Page 18 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: 2005-01-09 to 2004-12-04 (Commits 1235-1284 of 2134)

kevloral 2005-01-09 09:26

Added: capability to see deleted messages.

50 lines of code changed in:

kevloral 2005-01-09 09:20

Added: capability to see deleted messages.

24 lines of code changed in:

kevloral 2005-01-07 11:43

Added: more details to the About dialog.

152 lines of code changed in:

kevloral 2005-01-06 16:12

Added: the messages about downloading and uploading files at the status bar are clearer now.

1 lines of code changed in:

kevloral 2005-01-06 16:11

Refactoring: reference to DownloadTicker from MainFrame removed
Added: the message about downloading files at the status bar is clearer now.

121 lines of code changed in:

kevloral 2005-01-06 15:53

Refactoring: now DownloadTicker throws events

97 lines of code changed in:

kevloral 2005-01-06 15:30

Added: the message about uploading files at the status bar is clearer now.

1 lines of code changed in:

kevloral 2005-01-06 15:30

Refactoring: reference to the UploadTicker from MainFrame removed.
Refactoring: now UploadTicker throws events
Added: the message about uploading files at the status bar is clearer now.

342 lines of code changed in:

kevloral 2005-01-03 09:39

Refactoring: TofTree and MainFrame separated (not 100% yet, but let's say 90%)

2625 lines of code changed in:

kevloral 2004-12-28 08:15

Refactoring: now the TofTree and the TofTreeModel are created by the BoardsManager.

136 lines of code changed in:

kevloral 2004-12-28 06:05

Refactoring: some comments added and a couple of methods cleaned up.

62 lines of code changed in:

kevloral 2004-12-28 00:36

Refactoring: TOF moved to frost.boards. BoardsManager created, although it is still empty.

656 lines of code changed in:

kevloral 2004-12-27 01:55

Refactoring: now the method MiscToolkit.getScaledImage is actually used.

32 lines of code changed in:

kevloral 2004-12-27 01:28

Refactoring: TofTree, TofTreeModel and TofTreeXmlIO moved to package frost.boards

1056 lines of code changed in:

kevloral 2004-12-27 01:05

Refactoring: some references to MainFrame.getInstance() removed.

13 lines of code changed in:

kevloral 2004-12-25 20:39

Bugfix: I had made the convenience method private. Not very useful. :-)

2 lines of code changed in:

kevloral 2004-12-25 20:34

Refactoring: added a convenience method to load an image from a resource path and scale it.

16 lines of code changed in:

kevloral 2004-12-25 20:13

Bugfix: several parts where Board.toString() was being used now use Board.getName().

10 lines of code changed in:

kevloral 2004-12-25 19:58

Refactoring: methods addNodeToTree, getAllBoards, getBoardByName and getSelectedNode moved from TofTree to TofTreeModel.

165 lines of code changed in:

kevloral 2004-12-24 00:54

Refactoring: now the TofTreeModel is actually used

10 lines of code changed in:

kevloral 2004-12-23 22:57

Added: utility class to generate random GUIDs

82 lines of code changed in:

kevloral 2004-12-23 22:45

Refactoring: method names simplified.

21 lines of code changed in:

kevloral 2004-12-23 22:07

Refactoring: TofTreeModel added (just the skeleton)

51 lines of code changed in:

kevloral 2004-12-23 21:22

Refactoring: constructor added to JDragTree with a TreeModel as parameter.

15 lines of code changed in:

kevloral 2004-12-20 17:53

Changed: now the sizes of the new message window, the known boards window and the boards info window are relative to the size of the main window.

8 lines of code changed in:

kevloral 2004-12-20 17:29

Removed: the capability to attach any board. Upon reflection, it wasn't such a great idea.

10 lines of code changed in:

kevloral 2004-12-20 15:57

Added: some internationalization improvements.
Changed: now, when you are writing a new message and you want to attach a board to it, you can choose among all the known boards, instead of among the ones you are subscribed to.

3 lines of code changed in:

kevloral 2004-12-20 15:57

Changed: now, when you are writing a new message and you want to attach a board to it, you can choose among all the known boards, instead of among the ones you are subscribed to.
Added: some internationalization improvements.

17 lines of code changed in:

kevloral 2004-12-20 14:21

Bugfix: we removed Board.toString() so now we need a custom ListCellRenderer in AttachBoardsChooser.
Refactoring: AttachBoardsChooser now accepts a List instead of a Vector.

35 lines of code changed in:

kevloral 2004-12-20 11:22

Refactoring: the SortedSet that stored the known boards has been replaced by an ArrayList.

3 lines of code changed in:

kevloral 2004-12-18 15:49

Refactoring: removed some unnecesary methods from Board. Changed the way a Board reports if it has new messages.. Now it is the TofTree the one that decides how to display the name of a Board.

7 lines of code changed in:

kevloral 2004-12-16 12:47

Refactoring: references to Board.toString() replaced by Board.getName().

4 lines of code changed in:

kevloral 2004-12-16 12:25

Refactoring: references to Board.toString() replaced by Board.getName().

48 lines of code changed in:

kevloral 2004-12-15 17:32

Refactoring: methods setBoardName and getBoardName of Board renamed to setName and getName respectively.

33 lines of code changed in:

kevloral 2004-12-15 16:55

Bugfix: last changes reversed.

16 lines of code changed in:

kevloral 2004-12-15 16:22

Refactoring: some methods cleaned up.

5 lines of code changed in:

kevloral 2004-12-15 12:01

Refactoring: FrostBoardObject renamed to Board

224 lines of code changed in:

kevloral 2004-12-11 12:30

Changed: now the size of the new message window is relative to the size of the main window.

8 lines of code changed in:

kevloral 2004-12-08 03:49

Added: saving of both the uploads and downloads models is much more robust now.

1 lines of code changed in:

kevloral 2004-12-08 03:47

Refactoring: the Xml DAO for the Download Model is complete and is used now.

294 lines of code changed in:

kevloral 2004-12-07 22:58

Refactoring: new DAOs for the DownloadModel added. Still incomplete.

39 lines of code changed in:

kevloral 2004-12-07 20:32

Added: new Xml DAO for the Uploads Model is used now.

16 lines of code changed in:

kevloral 2004-12-07 19:46

Added: Xml DAO for the Upload Model finished (not used yet)

251 lines of code changed in:

kevloral 2004-12-06 03:10

Added: new DAOs for the UploadModel. Still incomplete.

102 lines of code changed in:

kevloral 2004-12-06 02:23

Refactoring: some javadoc comments changed.

6 lines of code changed in:

kevloral 2004-12-06 01:32

Changed: now DAO factories receive a reference to the settings (so they can initialize themselves)

41 lines of code changed in:

kevloral 2004-12-05 18:46

Refactoring: UpdatingLanguageResource renamed to Language and turned into a Singleton.

2156 lines of code changed in:

kevloral 2004-12-05 18:42

Bugfix: obsolete strings in the language resources were causing an exception when trying to open the translation frame.

3 lines of code changed in:

kevloral 2004-12-05 15:07

Changed: some boards removed from the default selection.

0 lines of code changed in:

kevloral 2004-12-04 05:29

Added: if we have an old identities file, it is deleted after being converted to the new xml format.

3 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