Commit Log (Page 24 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-04-09 to 2004-02-28 (Commits 935-984 of 2134)

kevloral 2004-04-09 02:39

Refactoring: disabledDownloads key turned into public DISABLED_DOWNLOADS constant

5 lines of code changed in:

kevloral 2004-04-09 02:30

Refactoring: searchAllBoards key turned into public SEARCH_ALL_BOARDS constant

2 lines of code changed in:

kevloral 2004-04-09 02:03

Refactoring: disableDownloads key turned into DISABLE_DOWNLOADS public constant

10 lines of code changed in:

kevloral 2004-04-06 22:50

Refactoring: SettingsUpdater interface implemented.
Refactoring: it no longer saves the settings of the Download and Search panels (they save them themselves)

16 lines of code changed in:

kevloral 2004-04-06 22:41

Refactoring: SettingsUpdater interface implemented

9 lines of code changed in:

kevloral 2004-04-06 22:38

Refactoring: a new method called "save" has been created to save the settings to disk. The old "writeSettingsFile" has been made private.
Refactoring: added support for SettingsUpdaters (classes that register themselves with SettingsClass and are called back before settings are saved to disk).

57 lines of code changed in:

kevloral 2004-04-06 22:35

Refactoring: the new "save" method of SettingsClass is used, instead of the obsolete "writeSettingsFile"

1 lines of code changed in:

kevloral 2004-04-06 22:34

Refactoring: the new "save" method of SettingsClass is used, instead of the obsolete "writeSettingsFile" of frame1

1 lines of code changed in:

kevloral 2004-04-06 22:22

Initial version

23 lines of code changed in:

kevloral 2004-04-06 21:04

Refactoring: search related classes moved to new package (frost.search)

1 lines of code changed in:

kevloral 2004-04-05 08:48

Refactoring: now the frame1 only creates the SearchTableModel. The table is created and managed by the SearchPanel.

15 lines of code changed in:

kevloral 2004-04-05 08:45

Refactoring: some constructors made a bit more specific

2 lines of code changed in:

kevloral 2004-04-05 08:41

Rollback: previous changes partially undone
Refactoring: constructors made a bit more specific

8 lines of code changed in:

kevloral 2004-04-05 08:39

Refactoring: constructors made a bit more specific

7 lines of code changed in:

kevloral 2004-04-05 08:37

Refactoring: now the SearchTableModel adds itself as a listener of the languageResource

1 lines of code changed in:

kevloral 2004-04-05 06:48

Refactoring: new constructor added. setModel method overriden.

23 lines of code changed in:

kevloral 2004-04-04 17:42

Refactoring: JTable default constructor and setModel method overriden

19 lines of code changed in:

kevloral 2004-04-03 14:23

Bugfix: the value of the string was being passed to configureButton, instead of the key to the languageResource

22 lines of code changed in:

kevloral 2004-03-31 15:48

Refactoring: now BuddyList delegates to a HashMap, instead of inheriting from it
Refactoring: BuddyList methods add and get renamed to lowercase

72 lines of code changed in:

kevloral 2004-03-31 15:47

Refactoring: BuddyList methods add and get renamed to lowercase

21 lines of code changed in:

kevloral 2004-03-31 13:56

Refactoring: identities management code removed from Core (now in FrostIdentities)

648 lines of code changed in:

kevloral 2004-03-31 10:46

Refactoring: startup cleaned up a bit more (done for now)

137 lines of code changed in:

kevloral 2004-03-31 10:44

Removed: unneeded field

0 lines of code changed in:

kevloral 2004-03-31 02:44

Refactoring: turned into a Singleton
Refactoring: initialization process cleaned up a little (not finished yet)
Refactoring: non gui code moved from frame1 (now it is Core that creates frame1)
Refactoring: skins initialization moved from Frost

179 lines of code changed in:

kevloral 2004-03-31 02:25

Refactoring: renamed from frost to Frost
Refactoring: structure cleaned up.
Refactoring: some code moved to Core (now this class only deals with the command line arguments and the frost lock file)
Changed: help message (/?) improved.

251 lines of code changed in:

kevloral 2004-03-31 02:19

Refactoring: some non-gui code moved from frame1 to Core.
Refactoring: now it is Core who creates frame1 instead of the opposite.
Refactoring: some gui code moved from Frost to frame1 (in method setVisible)

21 lines of code changed in:

kevloral 2004-03-31 02:15

Refactoring: now it is the Splashscreen itself the one that checks the "nosplash.chk" file

15 lines of code changed in:

kevloral 2004-03-31 00:37

Changed: frost.frost renamed to frost.Frost

1 lines of code changed in:

kevloral 2004-03-29 03:44

Refactoring: identities management code copied from Core (not removed from there yet)

333 lines of code changed in:

kevloral 2004-03-29 01:34

Refactoring: some code moved from frost to SplashScreen

32 lines of code changed in:

kevloral 2004-03-28 19:56

Refactoring: removed some non-gui methods from frame1

36 lines of code changed in:

kevloral 2004-03-27 17:05

Changed: anonymous files are not hidden by default anymore.

1 lines of code changed in:

kevloral 2004-03-27 13:24

Changed: saveIdentities method made much more fail safe. Hopefully lost identities will be a thing of the past now.

64 lines of code changed in:

kevloral 2004-03-27 13:21

Changed: "throws Throwable" removed from the writeXmlFile signature

26 lines of code changed in:

kevloral 2004-03-27 12:04

Added: copyFile method, to copy the contents of one file into another

27 lines of code changed in:

kevloral 2004-03-10 03:18

Changed: now the font foreground color is always white
Changed: some code layout (with eclipse)

36 lines of code changed in:

kevloral 2004-03-04 05:40

Optimization: keeping the ImageIcon of the splash as a static attribute and saving a reference to the SphashScreen as an attribute of the frame1 prevented the GC from freeing it. Saved about 650KB.

1 lines of code changed in:

kevloral 2004-03-02 22:42

Optimization: instead of creating a factory every time we parse a XML file, we only create it once.

59 lines of code changed in:

kevloral 2004-03-01 11:10

Changed: frost.manifest removed from the dist zip

3 lines of code changed in:

kevloral 2004-03-01 10:48

Changed: fec-native.jar added to the classpath

1 lines of code changed in:

kevloral 2004-03-01 10:46

Changed: the classpath is got from the manifest now

1 lines of code changed in:

kevloral 2004-03-01 10:16

Initial version: compiled by myself from the source in fec 1.0.3

0 lines of code changed in:

kevloral 2004-02-29 10:59

Changed: the error messages shown when a jar file is missing or the lock file is present are now shown in a JDialog, instead of being sent to System.out

13 lines of code changed in:

kevloral 2004-02-29 10:37

Changed: showMessage method moved from Core to MiscToolkit

3 lines of code changed in:

kevloral 2004-02-29 08:41

Added: messages may now be blocked depending on their attached boards

79 lines of code changed in:

kevloral 2004-02-29 05:28

Added: now the user can block messages based on the boards they have attached

69 lines of code changed in:

kevloral 2004-02-29 03:38

Added: two new settings to be able to block messages that have certain boards attached

2 lines of code changed in:

kevloral 2004-02-29 02:32

Changed: tof2 panel (spam options) turned into an inner class. Its layout has been improved too.

377 lines of code changed in:

kevloral 2004-02-28 17:29

Added: capability to choose the font to use in file lists (Upload, Download and Search)
Changed: preferences keys related to fonts changed to constants in SettingsClass
Changed: preferences keys related to logging moved from Logging to SettingsClass

86 lines of code changed in:

kevloral 2004-02-28 17:07

Added: now the UploadPanel listens for changes in the font preferences and updates the font of its table if necessary

42 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