Wed, 18 Nov 2009 12:27:13 -0500 Jesse Glick #176798: stack overflow fix in RecognizeInstanceFiles needed to be generalized to work in JNLP mode. release68_base
Sun, 08 Nov 2009 21:49:27 +0100 Jaroslav Tulach Merge with trunk separate-lookup-170056
Sat, 07 Nov 2009 13:32:43 +0100 Jaroslav Tulach openide.util.lookup is "fixed" module, not autoload separate-lookup-170056
Thu, 05 Nov 2009 15:28:17 +0100 Jaroslav Tulach InitJobTest timeout separate-lookup-170056
Mon, 02 Nov 2009 13:19:34 +0100 Jaroslav Tulach Adding forgotten file separate-lookup-170056
Mon, 02 Nov 2009 12:53:31 +0100 Jaroslav Tulach Merging with trunk after Jesse's URLHandler processor separate-lookup-170056
Fri, 30 Oct 2009 19:04:50 -0400 Jesse Glick @SupportedAnnotationTypes considered harmful. Use class constants instead.
Fri, 30 Oct 2009 13:29:24 -0400 Jesse Glick Issue #20838: declarative registration of URLStreamHandler instances by protocol.
Sat, 31 Oct 2009 17:13:07 +0100 Jaroslav Tulach openide.util compiles after adding dependency on openide.util.lookup separate-lookup-170056
Sat, 31 Oct 2009 16:33:02 +0100 Jaroslav Tulach Moving also ServiceProviderProcessor to openide.util.lookup separate-lookup-170056
Sat, 31 Oct 2009 15:30:02 +0100 Jaroslav Tulach Removing reference to RequestProcessor. May return back via some injection. separate-lookup-170056
Sat, 31 Oct 2009 15:28:13 +0100 Jaroslav Tulach Moving lookup related classes into separate openide.util.lookup module separate-lookup-170056
Sat, 31 Oct 2009 15:06:58 +0100 Jaroslav Tulach Don't refer to RequestProcessor in fields of MetaInfServicesLookup separate-lookup-170056
Fri, 30 Oct 2009 10:41:18 -0400 Jesse Glick merge backout
Fri, 30 Oct 2009 10:40:44 -0400 Jesse Glick Backed out changeset d032dfa7b3cf
Fri, 30 Oct 2009 11:02:38 +0100 Jaroslav Tulach Fixing license
Fri, 30 Oct 2009 11:01:37 +0100 Jaroslav Tulach #173975: More consistency between AbstractLookup and ProxyLookup. Also it shall be enough to addLookupListener to be notified about changes now
Thu, 22 Oct 2009 12:10:55 +0200 Jiri Skrivanek Tests fixed.
Tue, 20 Oct 2009 13:06:26 +0200 Tonda Nebuzelsky Incrementing spec. versions after 6.8 beta.
Fri, 09 Oct 2009 15:11:13 -0400 Jesse Glick Warnings. release68_beta_base
Fri, 09 Oct 2009 13:53:04 -0400 Jesse Glick Improved robustness against errors in static initializers, as noticed in #174055.
Fri, 09 Oct 2009 13:35:56 -0400 Jesse Glick Warnings.
Wed, 30 Sep 2009 19:03:18 +0200 Michal Zlamal Copyright change merge
Fri, 25 Sep 2009 14:02:54 +0200 Michal Zlamal Upadate licenses to have up to date year
Tue, 29 Sep 2009 10:20:39 -0400 Jesse Glick Probably safer way of touching file in FileUtilTest.testAddRecursiveListenerToFile.
Sun, 27 Sep 2009 13:25:11 -0400 Jesse Glick Incremented specification versions in trunk.
Thu, 24 Sep 2009 15:20:20 +0200 Jaroslav Tulach Partial fix for #172865: Don't hold global lock while seeking for getResources(...). That is expensive operation and can take long time. No need to block other threads.
Wed, 23 Sep 2009 13:31:43 +0200 Tomas Holy #170880: ISE 'Timer already cancelled.' from RequestProcessor.Task.schedule
Fri, 18 Sep 2009 15:49:41 +0200 Jaroslav Tulach Improving #170507 by using {0} to delay string concatenation
Thu, 10 Sep 2009 15:27:43 +0200 Tomas Holy Automated merge with http://hg.netbeans.org/core-main
Sat, 29 Aug 2009 15:05:45 -0400 Jesse Glick Test dep cleanup for platform cluster.
Thu, 10 Sep 2009 15:18:19 +0200 Tomas Holy #171400: API for creation of low color saturation icons for disabled buttons
Sun, 16 Aug 2009 12:37:44 +0200 Jan Lahoda Adding an implementation of getCompletions method for the ServiceProviderProcessor. Provides completions for the "service" attribute.
Tue, 11 Aug 2009 18:01:49 -0400 Jesse Glick Refining 340e97edde2d; escaping '#' in the middle of a key is unnecessary and looks ugly in autoproject.properties.
Mon, 10 Aug 2009 15:35:58 -0400 Jesse Glick Shortcut for decode.
Mon, 10 Aug 2009 15:30:45 -0400 Jesse Glick Trying to speed up cloneProperties using copy-on-write semantics.
Mon, 10 Aug 2009 14:36:37 -0400 Jesse Glick Minor optimizations.
Fri, 07 Aug 2009 16:56:20 -0400 Jesse Glick Fixed escaping bug with keys containing metachars like colon.
Fri, 07 Aug 2009 16:23:26 -0400 Jesse Glick Even faster get(), forgot that itemIndex existed.
Fri, 07 Aug 2009 16:05:37 -0400 Jesse Glick EditableProperties optimizations.
Fri, 07 Aug 2009 13:08:58 -0400 Jesse Glick @Override is useful. Fixup of #169844 patch.
Fri, 07 Aug 2009 16:40:28 +0200 Jaroslav Tulach #169844: Accepting Jesse's patch: Listeners shall not be called from getter like methods
Wed, 05 Aug 2009 12:20:14 -0400 Jesse Glick Varargs overload of NbBundle.getMessage.
Tue, 04 Aug 2009 13:34:47 -0400 Jesse Glick Improved Javadoc.
Wed, 29 Jul 2009 11:49:18 -0400 Jesse Glick Issue #66577: make EditableProperties available even without a dep on project.ant; generally useful. release68_m1_base
Tue, 28 Jul 2009 10:13:45 -0400 Jesse Glick @Override
Mon, 27 Jul 2009 21:41:39 +0200 Jaroslav Tulach #168547: Support for asynchrounous declarative actions and its usage in 'delete' callback action
Thu, 23 Jul 2009 11:28:31 -0400 Jesse Glick Diagnostics for #167491: multiply added ChangeListener's.
Wed, 22 Jul 2009 19:03:18 -0400 Jesse Glick Automated merge with http://hg.netbeans.org/core-main/
Wed, 22 Jul 2009 18:59:31 -0400 Jesse Glick Still trying to diagnose random failures in ProjectGenerator.
Wed, 22 Jul 2009 15:06:37 +0200 Marian Petras Lookups.fixed(...) now returns special lookup implementations for the cases that an empty list of object is passed (Lookups.EMPTY) or a single-item is passed (Lookups.singleton()) as an argument
Thu, 16 Jul 2009 17:26:11 -0400 Jesse Glick Deprecating Utilities.replaceString.
Tue, 14 Jul 2009 09:56:20 -0400 Jesse Glick Issue #168257: LifecycleManager.markForRestart.
Fri, 10 Jul 2009 11:06:20 -0400 Jesse Glick Diagnostics for recent test failures in java.j2seproject.
Wed, 01 Jul 2009 08:20:46 +0200 Jaroslav Tulach #166658: Merge of work on declarative actions
Sat, 27 Jun 2009 09:15:44 +0200 Jaroslav Tulach Updating signature files to those from release67. What I did:
Wed, 01 Jul 2009 07:51:23 +0200 Jaroslav Tulach Sort of addresses #153442 - adding migration guide for users of old actions to switch to new Actions.* factories
Fri, 19 Jun 2009 16:13:18 +0200 Jaroslav Tulach #166782: org.openide.util.Lookup.paths property
Thu, 18 Jun 2009 14:10:08 +0200 Richard Michalsky Automated merge with http://hg.netbeans.org/core-main
Mon, 15 Jun 2009 15:29:54 -0400 Jesse Glick Linking to @ServiceProvider from getDefault().