9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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. More... over 20 years ago
Refactoring: references to Board.toString() replaced by Board.getName(). More... over 20 years ago
Refactoring: references to Board.toString() replaced by Board.getName(). More... over 20 years ago
Refactoring: methods setBoardName and getBoardName of Board renamed to setName and getName respectively. More... over 20 years ago
Bugfix: last changes reversed. More... over 20 years ago
Refactoring: some methods cleaned up. More... over 20 years ago
Refactoring: FrostBoardObject renamed to Board More... over 20 years ago
Changed: now the size of the new message window is relative to the size of the main window. More... over 20 years ago
Bugfix: when a SortedModel was created, if the source model had any items, they were ignored. More... over 20 years ago
Added: saving of both the uploads and downloads models is much more robust now. More... over 20 years ago
Refactoring: the Xml DAO for the Download Model is complete and is used now. More... over 20 years ago
Refactoring: new DAOs for the DownloadModel added. Still incomplete. More... over 20 years ago
Added: new Xml DAO for the Uploads Model is used now. More... over 20 years ago
Added: Xml DAO for the Upload Model finished (not used yet) More... over 20 years ago
Added: new DAOs for the UploadModel. Still incomplete. More... over 20 years ago
Refactoring: some javadoc comments changed. More... over 20 years ago
Changed: now DAO factories receive a reference to the settings (so they can initialize themselves) More... over 20 years ago
Refactoring: UpdatingLanguageResource renamed to Language and turned into a Singleton. More... over 20 years ago
Bugfix: obsolete strings in the language resources were causing an exception when trying to open the translation frame. More... over 20 years ago
Changed: some boards removed from the default selection. More... over 20 years ago
Added: if we have an old identities file, it is deleted after being converted to the new xml format. More... over 20 years ago
Changed: messages are signed by default. More... over 20 years ago
Added: popup menus to all the JTextFields in the preferences (to perform the usual clipboard operations) More... over 20 years ago
Added: popup menus to all the textfields to perform the standard clipboard operations. More... over 20 years ago
Added: popup menus to all the textfields to perform the standard clipboard operations. More... over 20 years ago
Refactoring: added some javadoc commentaries. More... over 20 years ago
Added: utility class. This is a JTextField with an embedded JPopupMenu for the standard clipboard operations. More... over 20 years ago
Bugfix: Images that were created with Toolkit.getDefaultToolkit().createImage and were not being checked with a MediaTracker could cause problems. Now replaced by ImageIcon. More... over 20 years ago
Changed: skinlf updated to 1.2.10 More... over 20 years ago
Changed: updated back to the level of v1.8 More... over 20 years ago