Sat, 29 Aug 2009 15:05:45 -0400Test dep cleanup for platform cluster.
Jesse Glick <jglick@netbeans.org> [Sat, 29 Aug 2009 15:05:45 -0400] rev 822
Test dep cleanup for platform cluster.
Mainly adding libs.junit4 & nbjunit as explicit deps, but some other fixes as well.

Thu, 10 Sep 2009 15:18:19 +0200#171400: API for creation of low color saturation icons for disabled buttons
Tomas Holy <t_h@netbeans.org> [Thu, 10 Sep 2009 15:18:19 +0200] rev 821
#171400: API for creation of low color saturation icons for disabled buttons

Sun, 16 Aug 2009 12:37:44 +0200Adding an implementation of getCompletions method for the ServiceProviderProcessor. Provides completions for the "service" attribute.
Jan Lahoda <jlahoda@netbeans.org> [Sun, 16 Aug 2009 12:37:44 +0200] rev 820
Adding an implementation of getCompletions method for the ServiceProviderProcessor. Provides completions for the "service" attribute.

Tue, 11 Aug 2009 18:01:49 -0400Refining 340e97edde2d; escaping '#' in the middle of a key is unnecessary and looks ugly in autoproject.properties.
Jesse Glick <jglick@netbeans.org> [Tue, 11 Aug 2009 18:01:49 -0400] rev 819
Refining 340e97edde2d; escaping '#' in the middle of a key is unnecessary and looks ugly in autoproject.properties.

Mon, 10 Aug 2009 15:35:58 -0400Shortcut for decode.
Jesse Glick <jglick@netbeans.org> [Mon, 10 Aug 2009 15:35:58 -0400] rev 818
Shortcut for decode.

Mon, 10 Aug 2009 15:30:45 -0400Trying to speed up cloneProperties using copy-on-write semantics.
Jesse Glick <jglick@netbeans.org> [Mon, 10 Aug 2009 15:30:45 -0400] rev 817
Trying to speed up cloneProperties using copy-on-write semantics.

Mon, 10 Aug 2009 14:36:37 -0400Minor optimizations.
Jesse Glick <jglick@netbeans.org> [Mon, 10 Aug 2009 14:36:37 -0400] rev 816
Minor optimizations.

Fri, 07 Aug 2009 16:56:20 -0400Fixed escaping bug with keys containing metachars like colon.
Jesse Glick <jglick@netbeans.org> [Fri, 07 Aug 2009 16:56:20 -0400] rev 815
Fixed escaping bug with keys containing metachars like colon.
Affected code like SimpleFileOwnerQueryImplementation which stored URLs as keys in NbPreferences.

Fri, 07 Aug 2009 16:23:26 -0400Even faster get(), forgot that itemIndex existed.
Jesse Glick <jglick@netbeans.org> [Fri, 07 Aug 2009 16:23:26 -0400] rev 814
Even faster get(), forgot that itemIndex existed.

Fri, 07 Aug 2009 16:05:37 -0400EditableProperties optimizations.
Jesse Glick <jglick@netbeans.org> [Fri, 07 Aug 2009 16:05:37 -0400] rev 813
EditableProperties optimizations.
Implement get() directly rather than relying on an iterator over the entry set.
Use StringBuilder rather than StringBuffer.