Commit Log (Page 22 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-05-22 to 2004-04-29 (Commits 1035-1084 of 2134)

kevloral 2004-05-22 21:46

Change: SwingWorker used for the actionPerformed method of the tofTree popup listener. Responsiveness greatly improved.

30 lines of code changed in:

kevloral 2004-05-22 21:01

Added: more information in the logging of the exceptions thrown in loadIndex

33 lines of code changed in:

kevloral 2004-05-22 08:49

Bugfix: it seems sf cvs didn't like changing the case of a directory (FcpTools -> fcpTools), so I have moved all of those classes to a new package (frost.fcp)

1369 lines of code changed in:

kevloral 2004-05-21 20:51

Added: jar with the compiled classes of com.onionnetworks.util for convenience with eclipse

0 lines of code changed in:

kevloral 2004-05-21 20:04

Refactoring: crypt interface renamed as Crypt

1 lines of code changed in:

kevloral 2004-05-21 19:59

Refactoring: crypt interface renamed as Crypt

38 lines of code changed in:

kevloral 2004-05-21 19:53

Refactoring: checkForSpam class renamed as CheckForSpam
Refactoring: mixed class renamed as Mixed
Refactoring: frame1 class renamed as MainFrame

3450 lines of code changed in:

kevloral 2004-05-21 19:46

Bugfix: eclipse left some old imports hanging around. Removed.

0 lines of code changed in:

kevloral 2004-05-21 19:44

Refactoring: classes in frost.gui.translation moved to frost.util.gui.translation

345 lines of code changed in:

kevloral 2004-05-21 19:34

Bugfix: eclipse left some old imports hanging around. Removed.

1 lines of code changed in:

kevloral 2004-05-21 19:31

Refactoring: classes in frost.gui.components moved to frost.util.gui
Refactoring: MessageDocument renamed as ImmutableAreasDocument
Refactoring: MessageTextArea renamed as AntialiasedTextArea

1485 lines of code changed in:

kevloral 2004-05-21 18:41

Refactoring: frost.FcpTools package renamed to frost.fcpTools

14 lines of code changed in:

kevloral 2004-05-21 18:38

Refactoring: MessageThread class is emtpy. Moved to miscSources until it is used (if ever)

28 lines of code changed in:

kevloral 2004-05-21 15:48

Added: more info added to the logging of the exceptions in the parseXmlFile method.

4 lines of code changed in:

kevloral 2004-05-20 05:37

Bugfix: forgot to add the listener (the inner class) as a listener of the model

1 lines of code changed in:

kevloral 2004-05-20 04:15

Added: a new method to add an item in a certain position of the model.

12 lines of code changed in:

kevloral 2004-05-20 04:09

Added: initial version

36 lines of code changed in:

kevloral 2004-05-18 13:27

Refactoring: some references to obsolete items removed.

0 lines of code changed in:

kevloral 2004-05-18 13:04

Cleanup: many old/unused/incomplete classes moved to a new directory (miscSources), so that they are not included in the distribution until they are actually used.

1247 lines of code changed in:

kevloral 2004-05-18 10:46

Refactoring: searches use the new data model (frost.util.model) and tables (frost.util.model.gui) framework now

1760 lines of code changed in:

kevloral 2004-05-18 10:33

Refactoring: searches use the new data model (frost.util.model) and tables (frost.util.model.gui) framework now

3 lines of code changed in:

kevloral 2004-05-18 10:11

Refactoring: now the customizeTable method of ModelTableFormat accepts a ModelTable instead of a JTable as a parameter (for cell renderers that need access to the model)

23 lines of code changed in:

kevloral 2004-05-17 04:38

Refactoring: FrostSearchItemObject renamed to FrostSearchItem

7 lines of code changed in:

kevloral 2004-05-17 03:13

Refactoring: downloads use the new data model (frost.util.model) and tables (frost.util.model.gui) framework now

1206 lines of code changed in:

kevloral 2004-05-16 09:48

Refactoring: BooleanCellRenderer turned into an static inner class of BooleanCell
Added: a static inner class to BooleanCell that implements an editor for boolean cells

84 lines of code changed in:

kevloral 2004-05-16 03:22

Added: new cell renderer for the "Size" column so that the numbers in there are justified to the right.

29 lines of code changed in:

kevloral 2004-05-16 03:15

Added: a table cell renderer for boolean fields (actually a JCheckBox)

0 lines of code changed in:

kevloral 2004-05-16 03:14

Added: fireFieldChange method overloaded with boolean parameters (just for convenience)

27 lines of code changed in:

kevloral 2004-05-16 02:53

Added: Rudolf Krist (German translation support)

0 lines of code changed in:

kevloral 2004-05-12 03:46

Refactoring: FrostDownloadItemObject renamed to FrostDownloadItem (the interface previously named FrostDownloadItem has been removed)

474 lines of code changed in:

kevloral 2004-05-10 19:00

Refactoring: uploads use the new data model (frost.util.model) and tables (frost.util.model.gui) framework now

1080 lines of code changed in:

kevloral 2004-05-10 18:54

Refactoring: uploads use the new data model (frost.util.model) and tables (frost.util.model.gui) framework now

41 lines of code changed in:

kevloral 2004-05-07 13:59

Added: humbly added myself to the authors list.

0 lines of code changed in:

kevloral 2004-05-05 22:13

Refactoring: added support for removing several items at a time.

64 lines of code changed in:

kevloral 2004-05-05 22:03

Refactoring: added support for removing several items at a time.

6 lines of code changed in:

kevloral 2004-05-05 21:42

Refactoring: added support for removing several items at a time.

7 lines of code changed in:

kevloral 2004-05-05 21:31

Refactoring: added support for removing several items at a time.

8 lines of code changed in:

kevloral 2004-05-05 21:23

Refactoring: added support for removing several items at a time.

5 lines of code changed in:

kevloral 2004-05-05 21:10

Refactoring: added support for removing several items at a time.

4 lines of code changed in:

kevloral 2004-05-05 01:46

Added: initial version

143 lines of code changed in:

kevloral 2004-05-04 21:35

Comment: strange exception update

3 lines of code changed in:

kevloral 2004-05-04 21:04

Comment: strange exception update.

4 lines of code changed in:

kevloral 2004-05-04 20:25

Optimization: when the "nosplash.chk" file is present, the SplashScreen is completely disabled (init is not called and the methods are disabled)

38 lines of code changed in:

kevloral 2004-05-04 05:14

Added: new arrow images for the SortedModelTable

0 lines of code changed in:

kevloral 2004-05-03 19:21

Changed: now the SortHeaderRenderer draws the arrow and asks the defaultRenderer of the JTableHeader to finish the job

49 lines of code changed in:

kevloral 2004-05-03 18:57

Changed: now the SortHeaderRenderer is set as renderer of the headers of the columns, not as defaultRenderer of the JTableHeader.

20 lines of code changed in:

kevloral 2004-05-03 18:50

Changed: this renderer does not paint arrows any more. That is left to the ArrowRenderers of the sorted tables now.

2 lines of code changed in:

kevloral 2004-05-03 18: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).

20 lines of code changed in:

kevloral 2004-05-03 02:59

Added: initial version of the new models framework. Main advantages over the previous one:
- Neither model items nor the models themselves have any knowledge about their visual representation
- The tables update themselves when something in the model changes (no need to call updateRow)
It is still incomplete (no sorted tables and no swing thread decoupling when updating the ModelTable yet)

218 lines of code changed in:

kevloral 2004-04-29 11:30

Added: two new strings added to langRes for FrostUploadItemObject

4 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