Tue, 08 Dec 2009 15:31:51 -0600 For now, disable help compiler for Raptor in Linux, since build scripts are still Win32-centric
Ed Swartz <ed.swartz@nokia.com> [Tue, 08 Dec 2009 15:31:51 -0600] rev 653
For now, disable help compiler for Raptor in Linux, since build scripts are still Win32-centric
Tue, 08 Dec 2009 13:29:23 -0600 updated release notes for 2.4 RCL_2_4
fturovic <frank.turovich@nokia.com> [Tue, 08 Dec 2009 13:29:23 -0600] rev 652
updated release notes for 2.4
Tue, 08 Dec 2009 13:28:56 -0600 updated bugs fixed list RCL_2_4
fturovic <frank.turovich@nokia.com> [Tue, 08 Dec 2009 13:28:56 -0600] rev 651
updated bugs fixed list
Tue, 08 Dec 2009 11:50:06 -0600 Until #10334 is fixed, make Javadoc match the actual working behavior
Ed Swartz <ed.swartz@nokia.com> [Tue, 08 Dec 2009 11:50:06 -0600] rev 650
Until #10334 is fixed, make Javadoc match the actual working behavior
Tue, 08 Dec 2009 11:35:42 -0600 Fix capitalization of library for Qt devkit support detection
Ed Swartz <ed.swartz@nokia.com> [Tue, 08 Dec 2009 11:35:42 -0600] rev 649
Fix capitalization of library for Qt devkit support detection
Tue, 08 Dec 2009 11:35:12 -0600 Fix Qt plugin version references in more places
Ed Swartz <ed.swartz@nokia.com> [Tue, 08 Dec 2009 11:35:12 -0600] rev 648
Fix Qt plugin version references in more places
Tue, 08 Dec 2009 11:34:22 -0600 Clarify usage of API for #10334
Ed Swartz <ed.swartz@nokia.com> [Tue, 08 Dec 2009 11:34:22 -0600] rev 647
Clarify usage of API for #10334
Mon, 07 Dec 2009 13:45:40 -0600 A missed part of the Raptor-only UI changes: don't show SBSv1/SBSv2 selector when only SBSv2 is available.
Ed Swartz <ed.swartz@nokia.com> [Mon, 07 Dec 2009 13:45:40 -0600] rev 646
A missed part of the Raptor-only UI changes: don't show SBSv1/SBSv2 selector when only SBSv2 is available.
Mon, 07 Dec 2009 09:37:42 -0600 Merge commit
Ed Swartz <ed.swartz@nokia.com> [Mon, 07 Dec 2009 09:37:42 -0600] rev 645
Merge commit
Mon, 07 Dec 2009 09:37:04 -0600 Add missing @noimplement tag to ISDKManager, which was already documented in release notes
Ed Swartz <ed.swartz@nokia.com> [Mon, 07 Dec 2009 09:37:04 -0600] rev 644
Add missing @noimplement tag to ISDKManager, which was already documented in release notes
Mon, 07 Dec 2009 08:45:02 -0600 don't scan SDKs when JUnit is running
timkelly [Mon, 07 Dec 2009 08:45:02 -0600] rev 643
don't scan SDKs when JUnit is running
Sun, 06 Dec 2009 20:47:07 -0600 merge commit
timkelly [Sun, 06 Dec 2009 20:47:07 -0600] rev 642
merge commit
Sun, 06 Dec 2009 20:41:47 -0600 update to 1.6.0 qt plugins
timkelly [Sun, 06 Dec 2009 20:41:47 -0600] rev 641
update to 1.6.0 qt plugins
Fri, 04 Dec 2009 16:32:30 -0600 Merge commit
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 16:32:30 -0600] rev 640
Merge commit
Fri, 04 Dec 2009 16:27:12 -0600 Another stab at Win32-type path detection that works for both Win32 and Unix
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 16:27:12 -0600] rev 639
Another stab at Win32-type path detection that works for both Win32 and Unix
Fri, 04 Dec 2009 16:16:59 -0600 Adjust some unit test fixes for Win32
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 16:16:59 -0600] rev 638
Adjust some unit test fixes for Win32
Fri, 04 Dec 2009 15:53:08 -0600 Only test at most 8 build contexts from an SDK.
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 15:53:08 -0600] rev 637
Only test at most 8 build contexts from an SDK.
Fri, 04 Dec 2009 15:36:34 -0600 More portability fixes for Linux.
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 15:36:34 -0600] rev 636
More portability fixes for Linux. -- make EpocEnginePathHelper et al produce an IPath that matches an existing path in the filesystem even if the case doesn't match. File#getCanonical* does not do this in Unix. -- SISBuilderInfo2 and bld.inf exports fixes for full path detection -- make some tests less dependent on having specific SDKs available. -- fix some warnings
Fri, 04 Dec 2009 15:31:34 -0600 Other error parser fixes caused by the CDT change. Also make the test generate some more JUnit-friendly error messages.
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 15:31:34 -0600] rev 635
Other error parser fixes caused by the CDT change. Also make the test generate some more JUnit-friendly error messages.
Fri, 04 Dec 2009 14:51:45 -0600 Move constant about minimum file timestamp resolution into FileUtils
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:51:45 -0600] rev 634
Move constant about minimum file timestamp resolution into FileUtils
Fri, 04 Dec 2009 14:46:25 -0600 Make sure dynamic platforms are reported in alphabetical order to appease tests (and be consistent between Windows and Unix)
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:46:25 -0600] rev 633
Make sure dynamic platforms are reported in alphabetical order to appease tests (and be consistent between Windows and Unix)
Fri, 04 Dec 2009 14:38:14 -0600 Fix some error parser unit tests. A trailing colon was being included in several source files.
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 14:38:14 -0600] rev 632
Fix some error parser unit tests. A trailing colon was being included in several source files. Part of the fix is in CDT fix <https://bugs.eclipse.org/bugs/show_bug.cgi?id=296966> and Austin/MCL/sftools/dev/eclipseenv/eclipse 123:71e3840b8eca
Fri, 04 Dec 2009 13:53:51 -0600 Add utility to create IPath from a possibly Win32 string (since this won't parse properly in Unix)
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 13:53:51 -0600] rev 631
Add utility to create IPath from a possibly Win32 string (since this won't parse properly in Unix)
Fri, 04 Dec 2009 08:33:28 -0600 More Linux porting changes. Use HostOS.EXE_EXT to select the Win32 ".exe" suffix in executable filenames.
Ed Swartz <ed.swartz@nokia.com> [Fri, 04 Dec 2009 08:33:28 -0600] rev 630
More Linux porting changes. Use HostOS.EXE_EXT to select the Win32 ".exe" suffix in executable filenames.
(0) -300 -100 -50 -24 +24 +50 +100 +300 +1000 tip