Thu, 17 Dec 2009 14:05:07 +0100 Jaroslav Tulach [JG09] openide.util/nbproject/project.properties#spec.version.base is missing an extra ".0". separate-lookup-170056
Thu, 17 Dec 2009 14:03:30 +0100 Jaroslav Tulach Typo separate-lookup-170056
Mon, 14 Dec 2009 21:23:29 +0100 Jaroslav Tulach Explicitly spelling out the prefix to avoid cross-module dependency separate-lookup-170056
Mon, 14 Dec 2009 20:58:39 +0100 Jaroslav Tulach Merge with default branch separate-lookup-170056
Thu, 10 Dec 2009 19:23:25 -0500 Jesse Glick Yet another attempt to fix stack overflow #176798.
Wed, 09 Dec 2009 11:44:01 +0100 Jaroslav Tulach Merge of 6.8 API snapshots to trunk
Mon, 14 Dec 2009 20:26:17 +0100 Jaroslav Tulach Adding Lookup API package description separate-lookup-170056
Mon, 14 Dec 2009 20:23:03 +0100 Jaroslav Tulach No broken links in openide.util and openide.util.lookup javadocs separate-lookup-170056
Mon, 14 Dec 2009 19:10:02 +0100 Jaroslav Tulach Fixing broken javadoc links separate-lookup-170056
Wed, 09 Dec 2009 16:32:01 +0100 Jaroslav Tulach Using ModuleAutoDeps to convert inject lookup into old dependencies on openide.util separate-lookup-170056
Tue, 08 Dec 2009 15:33:01 +0100 Jaroslav Tulach Merging with default, so we can use Jesse's 178260 separate-lookup-170056
Wed, 02 Dec 2009 08:38:39 +0100 Jaroslav Tulach Re-merge of #173975 with additional fixes in failing tests
Wed, 02 Dec 2009 09:33:23 +0100 Jaroslav Tulach Merge with default after spec versions has been updated after release68 cloned separate-lookup-170056
Tue, 01 Dec 2009 09:11:28 +0100 Jaroslav Tulach #175987: Moving logging outside of synchronized block
Tue, 24 Nov 2009 12:59:15 +0100 Tonda Nebuzelsky Incrementing spec. versions after 6.8.
Mon, 23 Nov 2009 16:32:40 -0500 Jesse Glick Commented-out assertion that we do not try to touch to a time far in the future.
Wed, 09 Dec 2009 11:42:00 +0100 Jaroslav Tulach Updating API signatures to version 6.8
Sun, 22 Nov 2009 11:34:19 +0100 Jaroslav Tulach Changing the javadoc to not advertise RequestProcessor.getDefault() at all as it is almost all the time misused.
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