9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed: NSA joke properly translated to French (DST) and Spanish (CNI). More... over 20 years ago
Added: more details to the about dialog. More... over 20 years ago
Added: the messages about downloading and uploading files at the status bar are clearer now. More... over 20 years ago
Refactoring: reference to DownloadTicker from MainFrame removed Added: the message about downloading files at the status bar is clearer now. More... over 20 years ago
Refactoring: now DownloadTicker throws events More... over 20 years ago
Added: the message about uploading files at the status bar is clearer now. More... over 20 years ago
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. More... over 20 years ago
Refactoring: TofTree and MainFrame separated (not 100% yet, but let's say 90%) More... over 20 years ago
Refactoring: now the TofTree and the TofTreeModel are created by the BoardsManager. More... over 20 years ago
Refactoring: some comments added and a couple of methods cleaned up. More... over 20 years ago
Refactoring: TOF moved to frost.boards. BoardsManager created, although it is still empty. More... over 20 years ago
Refactoring: now the method MiscToolkit.getScaledImage is actually used. More... over 20 years ago
Refactoring: TofTree, TofTreeModel and TofTreeXmlIO moved to package frost.boards More... over 20 years ago
Refactoring: some references to MainFrame.getInstance() removed. More... over 20 years ago
Bugfix: I had made the convenience method private. Not very useful. :-) More... over 20 years ago
Refactoring: added a convenience method to load an image from a resource path and scale it. More... over 20 years ago
Bugfix: several parts where Board.toString() was being used now use Board.getName(). More... over 20 years ago
Refactoring: methods addNodeToTree, getAllBoards, getBoardByName and getSelectedNode moved from TofTree to TofTreeModel. More... over 20 years ago
Refactoring: now the TofTreeModel is actually used More... over 20 years ago
Added: utility class to generate random GUIDs More... over 20 years ago
Refactoring: method names simplified. More... over 20 years ago
Refactoring: TofTreeModel added (just the skeleton) More... over 20 years ago
Refactoring: constructor added to JDragTree with a TreeModel as parameter. More... over 20 years ago
Refactoring: initial version. Incomplete. More... over 20 years ago
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. More... over 20 years ago
Removed: the capability to attach any board. Upon reflection, it wasn't such a great idea. More... over 20 years ago
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. More... over 20 years ago
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. More... over 20 years ago
Bugfix: we removed Board.toString() so now we need a custom ListCellRenderer in AttachBoardsChooser. Refactoring: AttachBoardsChooser now accepts a List instead of a Vector. More... over 20 years ago
Refactoring: the SortedSet that stored the known boards has been replaced by an ArrayList. More... over 20 years ago