9
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 15, 2024 — Jul 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message *** More... over 20 years ago
Refactoring: more references to Mainframe removed. More... over 20 years ago
Refactoring: reference to MainFrame removed. More... over 20 years ago
Refactoring: several references to MainFrame removed. More... over 20 years ago
Refactoring: many references to MessageTable replaced by references to MessageTableModel (that saves us some castings) More... over 20 years ago
Refactoring: even more steps towards separating MessagePanel and MainFrame More... over 20 years ago
Bugfix: in PopupMenuMessageTable.show, a NPE was being thrown because selectedMessage may be null. More... over 20 years ago
Refactoring: getSelectedNode() method removed from MainFrame. Now everybody uses TofTreeModel.getSelectedNode() instead. More... over 20 years ago
Refactoring: more steps towards the separation of MainFrame and MessagePanel More... over 20 years ago
replaced the smoothdoubleclick code with ClicksNumber (i have wrong settings for touchpad) More... over 20 years ago
Refactoring: first steps towards extracting MessagePanel from MainFrame More... over 20 years ago
fixed a small bug: doubleclick on textarea cause message window popup, now it pops up only when doubleclicking on one of messages at messageTable More... over 20 years ago
added Code for smooth doubleclick detection removed debugoutput from MessageWindow class More... over 20 years ago
added MessageWindow classe for a window which pops up when user doubleclicks on a message from MessageTable More... over 20 years ago
Refactoring: TOF turned into a singleton. More... over 20 years ago
Refactoring: removed two methods that are not needed anymore. More... over 20 years ago
Changed: some defaults changed: maxMessageDisplay to 15 (was 10) and maxMessageDownload to 5 (was 3) More... over 20 years ago
Bugfix: the default value in the UploadHTL label was wrong (it read 8 instead of 21) More... over 20 years ago
Added: Roman to the list of developers. More... over 20 years ago
Changed: copy to clipboard submenus on both the uploads and downloads tables improved. Now they support multiple selections and have an additional option (copy extended info). More... over 20 years ago
Changed: copy to clipboard submenu on the downloads table improved. Now it supports multiple selections and has an additional option (copy extended info). More... over 20 years ago
Changed: copy to clipboard submenu on the uploads table improved. Now it supports multiple selections and has an additional option (copy extended info). More... over 20 years ago
Changed: copy to clipboard submenu on the uploads table improved. Now it supports multiple selections and has an additional option (copy extended info). More... over 20 years ago
added del key deletes selected message More... over 20 years ago
added Roman Glebov to the authors.txt and updated HISTORY.txt More... over 20 years ago
Added: translation for "Undelete message" More... over 20 years ago
added undelete capability More... over 20 years ago
changed paint to paintComponent to be SWING conform in MessageTable.java (CellRenderer) More... over 20 years ago
Added: option to see again those messages that have been deleted (they appear crossed) More... over 20 years ago
Added: capability to see deleted messages. More... over 20 years ago