openide.util/src/org/openide/util/Utilities.java
Fri, 22 Jan 2010 10:02:41 -0500 179289: remove impl deps from platform cluster.
Fri, 25 Sep 2009 14:02:54 +0200 Upadate licenses to have up to date year
Thu, 16 Jul 2009 17:26:11 -0400 Deprecating Utilities.replaceString.
Fri, 15 May 2009 01:10:17 -0400 Using ImageUtilities.
Tue, 07 Apr 2009 11:31:38 +0200 Simplifying code inside Utilities class by making ActiveQueue impl a separate class.
Thu, 12 Mar 2009 09:52:33 +0100 #159402 - use default busy cursor
Wed, 21 Jan 2009 16:00:58 -0500 #156829: actionsForPath should not actually construct JSeparator's.
Thu, 08 Jan 2009 12:57:58 +0100 #110492: Custom keybinding profiles use non-portable accelerator definitions
Tue, 02 Dec 2008 10:37:12 -0500 Automated merge with http://hg.netbeans.org/main/
Tue, 02 Dec 2008 16:00:22 +0100 #152050: Enable stringToKey(..) to work in headless environment
Tue, 02 Dec 2008 10:35:57 -0500 Issue 47737 - API for file choosers that remember their last-used directory
Fri, 26 Sep 2008 10:19:31 +0200 Deprecating Utilities.*image* related methods and replacing them with their ImageUtilities peers
Wed, 24 Sep 2008 14:03:32 +0200 #29913: Link from javadoc to FAQ about action context
Tue, 16 Sep 2008 09:52:00 +0200 #145462 - Added a new Utilities.OS_OPENBSD and OS_UNIX_OTHER fields. Deprecated OS_WINDOWS_MASK and OS_UNIX_MASK.
Sat, 06 Sep 2008 10:27:21 -0400 Sundry code cleanups and warnings fixed, mostly in key <-> string conversion code.
Fri, 05 Sep 2008 10:38:29 +0200 #145462 - If File.pathSeparatorChar == ':', detect OS as unix, if not resolved before.
Fri, 08 Aug 2008 08:12:48 +0200 #142629 - OS_WINVISTA field added.
Sat, 02 Aug 2008 08:20:45 +0200 #135547 - Mapping "C:\Documents and Settings" to "C:\Users" under Windows Vista. It is because it is only link to C:\Users but java.io canoot detect it. It should be fixed in JDK1.7.
Tue, 22 Jul 2008 10:16:11 +0200 #137240 - To prevent ClassNotFoundException while loading *.settings where intentionally removed class is either in instance class="..." or serialdata class="..." it is possible to declare such class in META-INF/netbeans/translate.names. If class name maps to empty string, it is ignored. E.g.: "org.mypackage.OldClass=".
Thu, 19 Jun 2008 21:43:02 +0200 Removing deprecation of image methods in Utilities
Sat, 14 Jun 2008 14:23:56 +0200 Automated merge with file:///e:\work\netbeans\hg\main_work3
Wed, 11 Jun 2008 14:44:25 -0400 #136334: Utilities.actionsForPath.
Sat, 14 Jun 2008 12:08:47 +0200 #123469 Explain icon badges in tooltips
Tue, 20 May 2008 12:17:20 -0400 Ignore interruption of ReferenceQueue.remove(0) since it can be thrown during VM shutdown.
Sat, 27 Oct 2007 20:42:34 +0000 @Deprecated
Tue, 23 Oct 2007 15:47:57 +0000 #119069: Deprecate obsolete method Utilities.isLargeFrameIcons.
Wed, 26 Sep 2007 20:53:05 +0000 I love free software very very very very very very very very very very much
Tue, 19 Jun 2007 08:39:47 +0000 StringBuffer->StringBuilder
Wed, 16 May 2007 19:38:36 +0000 #101820: Documenting in javadoc
Tue, 15 May 2007 22:50:33 +0000 #101820: Return just the elements that were in the original collection
Thu, 29 Mar 2007 21:39:12 +0000 Do not use the anonymous logger.
Sun, 25 Feb 2007 07:59:38 +0000 Negative of 'must' is 'need not'
Thu, 11 Jan 2007 14:08:21 +0000 #61044: introducing Utilities.isMac()
Thu, 05 Oct 2006 23:43:28 +0000 #86625: do not leak org-openide-util.jar class loader just because
Thu, 05 Oct 2006 21:28:27 +0000 Javadoc corrections for activeReferenceQueue().
Thu, 10 Aug 2006 15:51:23 +0000 #65121: less shared packages
Tue, 11 Jul 2006 12:45:34 +0000 #52562 - Utilities.icon2Image() added
Sat, 01 Jul 2006 09:07:16 +0000 Final touches for CDDL upgrade in module openide
Tue, 27 Jun 2006 12:23:26 +0000 Remove unnecessary casts.
Thu, 22 Jun 2006 07:21:32 +0000 #78877: Remove all usage of ErrorManager
Wed, 14 Jun 2006 01:06:17 +0000 Improved Javadoc.
Fri, 02 Jun 2006 18:00:17 +0000 Cleanups: deprecations, warnings, imports, Javadoc typos, JDK 5 usage, etc.
Fri, 21 Apr 2006 19:30:39 +0000 #75340: avoid usage of term "IDE" in platform Javadoc.
Tue, 04 Apr 2006 21:06:23 +0000 #74398: presence of a zero-length DMC suppressed valid separator.
Tue, 04 Apr 2006 15:05:54 +0000 #35067: Sharing output of ErrorManager and Logger, replacing all usages of ErrorManager.log with Logger.log
Tue, 21 Mar 2006 08:19:37 +0000 #67888 and #73573: Generified
Tue, 28 Feb 2006 18:11:25 +0000 Broken builds due to NPE
Tue, 28 Feb 2006 15:44:04 +0000 Cleaning the openide/util from all deprecations. Thanks for motivation Trung.
Wed, 25 Jan 2006 12:35:54 +0000 #71389: Use String.toUpperCase(Locale.ENGLISH) in stringToKey and stringToKeys.
Tue, 29 Nov 2005 23:13:02 +0000 Handling of null array elements from DynamicMenuContent.getMenuPresenters() was
Thu, 24 Nov 2005 13:49:29 +0000 applied pzavadsky's patch
Wed, 14 Sep 2005 10:02:03 +0000 removed useless NOI18N
Wed, 20 Jul 2005 06:52:37 +0000 npe fix
Thu, 14 Jul 2005 07:40:47 +0000 #35824, #39449, #37771 - introduced a replacement for JInlineMenu, make it work on macosx top menu
Tue, 26 Apr 2005 16:37:54 +0000 Allowing checklinks to fail and making sure that org-openide-util is without broken links. The prose section is still horrible, but at least the broken links are gone
Thu, 21 Apr 2005 20:12:08 +0000 #57941: Physically moving openide sources into their logical locations