9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactoring: some variables renamed from "enum" to "enumeration", to be able to easily compile it with java 1.5 (by popular request) More... almost 21 years ago
Refactoring: news panel turned into an inner class. More... almost 21 years ago
Refactoring: code layout improved (with eclipse) More... almost 21 years ago
Optimization: the local variable invalidChars in method makeFilename turned into a static attribute More... about 21 years ago
Initial version: windows script to start the database manager (Swing version) in hsqldb.jar More... about 21 years ago
Bugfix: the 1.7.1 version was missing a gif file. Added from the 1.7.2RC6. More... about 21 years ago
Initial version: windows script to start the database manager (AWT version) in hsqldb.jar More... about 21 years ago
Added: hsqldb version 1.7.1 (with tools) compiled for java 1.4. To start the tools, have a look at hsqlGuide.html. More... about 21 years ago
Added: more info added to the logging of the exceptions in the parseXmlFile method More... about 21 years ago
Added: country flags to the language menu and a title to the "Enabled" column of the downloads table. More... about 21 years ago
Bugfix: the currentColumnNumber index is now adapted to the fact that column indexes in the ModelTable may be different to those in the TableFormat More... about 21 years ago
Added: small flags to the language menu. Useless but nice. More... about 21 years ago
Refactoring: visibleColumns made private now. More... about 21 years ago
Refactoring: the conversion between the column indexes used by the ModelTable and those used by the TableFormat has been made more explicit. More... about 21 years ago
Bugfix: now, if the setColumnVisible method is told to hide a column that is already hidden, the command is really ignored. More... about 21 years ago
Bugfix: changed the gender of the Spanish translation of DownloadTableFormat.Enabled (as "descarga" is female) More... about 21 years ago
Changed: now the "Enabled" column has a proper title (instead of an space). It has been made resizable too. More... about 21 years ago
Added: a new string ("Enabled") for the DownloadTableFormat More... about 21 years ago
Changed: if there is only one column showing, we disable its associated JCheckBoxMenuItem to prevent the user from hding that one too. More... about 21 years ago
Added: now the user can choose which columns the search, download and upload tables should show. More... about 21 years ago
Added: now this table header can show a popup menu to let the user choose which columns the associated table should show. More... about 21 years ago
Cleanup: some unecessary code removed from method setColumnVisible. One comment added too. More... about 21 years ago
Added: now the user can choose which columns the table should show (popup menu not implemented yet) More... about 21 years ago
Refactoring: SortedModelTable class greatly simplified More... about 21 years ago
Refactoring: inner class SelectionGetter made private (instead of protected) More... about 21 years ago
Bugfix: HTML is no longer used to display the name in bold, so if the name doesn't fit in the cell, it is correctly cropped now. More... about 21 years ago
Changed: HISTORY.txt file in use again! More... about 21 years ago
Optimization: modelTable.getItemAt was being executed twice for no reason More... about 21 years ago
Refactoring: inner class CellRenderer renamed as FileNameRenderer More... about 21 years ago
Refactoring: now this class has a superclass. The inner class Listener has been moved to it. More... about 21 years ago