9
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: fixed a potential deadlock when using SkinLF More... about 21 years ago
Initial version (from skinlf 1.2.8) More... about 21 years ago
Changed: skins initialization, becase SkinLookAndFeel.enable() is now deprecated with skinlf 1.2.8 More... about 21 years ago
skinlf updated to version 1.2.8 More... about 21 years ago
Changed: the text of the renderer (which is a label, after all) is now positioned to the left, with central alignment. More... about 21 years ago
Regression: standard version taken fron skinlf 1.2.8 More... about 21 years ago
Some comments added More... about 21 years ago
Changed: the SkinTableHeaderUI doesn't touch the column header renderers any more (only the defaultRenderer of the JTableHeader). That is because of the new way the ArrowRenderers of the sorted tables work (they use the column header renderers to paint the arrows). More... about 21 years ago
Regression: standard version taken fron skinlf 1.2.8 More... about 21 years ago
Fixed bug: the Button border default was not being initialized Added: SkinToolBarSeparatorUI to class defaults and Toolbar.separatorSize = null to component defaults More... about 21 years ago
Regression: standard version taken fron skinlf 1.2.8 More... about 21 years ago
Fixed bug: properties removed from install/uninstallDefaults. More... about 21 years ago
Regression: standard version taken fron skinlf 1.2.8 More... about 21 years ago
Changed: old JOptionPane used to ask for a name for the a board replaced by a new dialog (NewBoardDialog). More... about 21 years ago
Added: description text area disabled until descriptions are fully implemented. Changed: the names of a couple of properties (name and description) More... about 21 years ago
Initial version More... about 21 years ago
Bugfix: missing colon added More... about 21 years ago
Added: some strings for the new NewBoardDialog class More... about 21 years ago
Added: now board descriptions (if present) are properly loaded and saved to/from XML More... about 21 years ago
Changed: now the fact that a board does not have a description is indicated by a description == null, instead of "" More... about 21 years ago
Changed: now the fact that a board does not have a description is indicated by a description == null, instead of "" Added: getDescription method More... about 21 years ago
Changed: now the fact that a board does not have a description is indicated by a description == null, instead of "" More... about 21 years ago
Added: parameter "description" to one of the constructors of FrostBoardObject More... about 21 years ago
Code layout improved (with eclipse) Added: boardDescription attribute More... about 21 years ago
Removed: the extra logging info that I had put before. Upon reflection, it was not such a great idea. More... about 21 years ago
Added: now, before we try to upload the message we check if there is already a local copy of it and, in that case, we don't upload it. Added: now when we get a key collision we compare the message we are trying to upload with that of that key. If they are the same, we don't keep trying to upload it. Changed: now the date and time of the message is only set the first time it is being uploaded. That date&time will be preserved if Frost is restarted and therefore tries to upload it again. Changes above should solve the problem of duplicated messages (or at least I hope so). Refactoring: structure of the class cleaned up. More... about 21 years ago
Code layout improved. Removed: getMessage() method. Added: Comparable interface implemented (by identity key). More... about 21 years ago
Code layout improved. Removed: getMessage() method. Added: Comparable interface implemented (by file name). More... about 21 years ago
Code layout improved. Removed: getMessage() method. More... about 21 years ago
Removed: getMessage() method: it was not being used and the classes that implemented this interface had a default implementation of that method (returning null) Added: Comparable interface. Code layout improved. More... about 21 years ago