Commit Log (Page 21 of 43)

back to main page

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Summary Period: 2004-06-01 to 2004-05-23 (Commits 1085-1134 of 2134)

kevloral 2004-06-01 17:31

Optimization: modelTable.getItemAt was being executed twice for no reason

1 lines of code changed in:

kevloral 2004-06-01 17:16

Refactoring: inner class CellRenderer renamed as FileNameRenderer

5 lines of code changed in:

kevloral 2004-05-30 06:09

Code layout improved: sort members and format (with eclipse). Some javadocs comments added.

385 lines of code changed in:

kevloral 2004-05-30 03:49

Refactoring: removed several unused methods and reduced the visibility of others

7 lines of code changed in:

kevloral 2004-05-30 03:31

Changed: build script modified to add the hsqldbmin.jar to the compilation classpath and to prevent it from going into the distribution until it is really used.

2 lines of code changed in:

kevloral 2004-05-30 00:58

Initial version: hsqldb database. Version 1.7.1. Compiled for jdk 1.4. Minimal version.

0 lines of code changed in:

kevloral 2004-05-28 21:06

Removed: getLanguageResource method (no longer used)

0 lines of code changed in:

kevloral 2004-05-27 03:48

Changed: the confirmation dialog that popus up if you try change a forum from private to public has been changed from QUESTION_MESSAGE to WARNING_MESSAGE

1 lines of code changed in:

kevloral 2004-05-27 03:46

Changed: the confirmation dialog that popus up if you try to close frost while messages are being uploaded has been changed from WARNING_MESSAGE to QUESTION_MESSAGE

1 lines of code changed in:

kevloral 2004-05-27 03:30

Added: now the dialog is resizable (and layouts are used properly)
Added: now you can see the description of a forum here
Added: now you can change a forum from private to public (a warning pops up in that case)
Code layout improved

584 lines of code changed in:

kevloral 2004-05-26 11:06

Changed: message fields From, Subject, Date, Time, Body, Board and pubKey are now saved using Mixed.makeSafeXML

7 lines of code changed in:

kevloral 2004-05-26 10:16

Changed: board fields name, pubKey, privKey and description are now saved as CDATA (with Mixed.makeSafeXML) instead of text nodes as before.

13 lines of code changed in:

kevloral 2004-05-26 09:35

Added: now Mixed.makeSafeXML is also used for the private key

6 lines of code changed in:

kevloral 2004-05-26 06:17

Changed: descriptions enabled.

1 lines of code changed in:

kevloral 2004-05-26 05:55

Added: support for board descriptions

8 lines of code changed in:

kevloral 2004-05-26 05:46

Added: support for board descriptions

3 lines of code changed in:

kevloral 2004-05-26 05:24

Added: support for board descriptions

4 lines of code changed in:

kevloral 2004-05-26 05:17

Added: support for board descriptions

30 lines of code changed in:

kevloral 2004-05-26 04:54

Change: getBoardDescription() now returns null until descriptions are fully implemented

1 lines of code changed in:

kevloral 2004-05-26 04:49

Added: support for board descriptions

14 lines of code changed in:

kevloral 2004-05-26 04:29

Added: support for board descriptions

31 lines of code changed in:

kevloral 2004-05-25 18:17

Bugfix: fixed a potential deadlock when using SkinLF

4 lines of code changed in:

kevloral 2004-05-25 17:57

Initial version (from skinlf 1.2.8)

4 lines of code changed in:

kevloral 2004-05-25 17:24

Changed: skins initialization, becase SkinLookAndFeel.enable() is now deprecated with skinlf 1.2.8

2 lines of code changed in:

kevloral 2004-05-25 16:58

skinlf updated to version 1.2.8

0 lines of code changed in:

kevloral 2004-05-25 16:53

Changed: the text of the renderer (which is a label, after all) is now positioned to the left, with central alignment.

3 lines of code changed in:

kevloral 2004-05-25 16:50

Regression: standard version taken fron skinlf 1.2.8

75 lines of code changed in:

kevloral 2004-05-25 16:46

Some comments added

9 lines of code changed in:

kevloral 2004-05-25 16:43

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).

53 lines of code changed in:

kevloral 2004-05-25 16:40

Regression: standard version taken fron skinlf 1.2.8

49 lines of code changed in:

kevloral 2004-05-25 16:38

Fixed bug: the Button border default was not being initialized
Added: SkinToolBarSeparatorUI to class defaults and Toolbar.separatorSize = null to component defaults

13 lines of code changed in:

kevloral 2004-05-25 16:19

Regression: standard version taken fron skinlf 1.2.8

1207 lines of code changed in:

kevloral 2004-05-25 16:10

Fixed bug: properties removed from install/uninstallDefaults.

2 lines of code changed in:

kevloral 2004-05-25 16:04

Regression: standard version taken fron skinlf 1.2.8

16 lines of code changed in:

kevloral 2004-05-25 06:55

Changed: old JOptionPane used to ask for a name for the a board replaced by a new dialog (NewBoardDialog).

45 lines of code changed in:

kevloral 2004-05-25 06:46

Added: description text area disabled until descriptions are fully implemented.
Changed: the names of a couple of properties (name and description)

13 lines of code changed in:

kevloral 2004-05-25 06:34

Initial version

225 lines of code changed in:

kevloral 2004-05-25 02:53

Added: now board descriptions (if present) are properly loaded and saved to/from XML

33 lines of code changed in:

kevloral 2004-05-25 02:34

Changed: now the fact that a board does not have a description is indicated by a description == null, instead of ""

2 lines of code changed in:

kevloral 2004-05-25 02:25

Changed: now the fact that a board does not have a description is indicated by a description == null, instead of ""

3 lines of code changed in:

kevloral 2004-05-25 01:13

Added: parameter "description" to one of the constructors of FrostBoardObject

165 lines of code changed in:

kevloral 2004-05-25 00:26

Removed: the extra logging info that I had put before. Upon reflection, it was not such a great idea.

1 lines of code changed in:

kevloral 2004-05-25 00:22

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.

551 lines of code changed in:

kevloral 2004-05-24 07:03

Code layout improved.
Removed: getMessage() method.
Added: Comparable interface implemented (by identity key).

38 lines of code changed in:

kevloral 2004-05-24 06:59

Code layout improved.
Removed: getMessage() method.
Added: Comparable interface implemented (by file name).

31 lines of code changed in:

kevloral 2004-05-24 06:25

Code layout improved.
Removed: getMessage() method.

54 lines of code changed in:

kevloral 2004-05-24 06:06

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.

14 lines of code changed in:

kevloral 2004-05-24 05:02

Initial version.

7 lines of code changed in:

kevloral 2004-05-24 04:45

Code layout improved in method putKeyFromArray.
Added: logging output (fine level) in method putKeyFromArray.

81 lines of code changed in:

kevloral 2004-05-23 22:51

Bugfix: upltmp files were left hanging around after Frost was closed. Added File.deleteOnExit() to fix it.

2 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 Next »

Generated by StatCVS 0.2.2