RELEASE NOTES v2.0.5 rev(3676ac8) (Oct 03, 2011) ================================================ 379b17c - by Ketan Padegaonkar on 2011-03-13 Bump version number to 2.0.5. feef098 - by Ketan Padegaonkar on 2011-03-13 339835: Remove all classes that provide backward compatibility for eclipse & swt 3.4 https://bugs.eclipse.org/bugs/show_bug.cgi?id=339835 9b2c99f - by Mariot Chauvin on 2011-06-09 Fix the issue SWTBotDateTime which does not set the expected date in some cases - bug 347824 7c27b12 - by Mariot Chauvin on 2011-06-09 Merge remote branch 'origin/master' 31f0f2d - by Ketan Padegaonkar on 2011-06-13 Update URL to eclipse 3.6. f999c52 - by Ketan Padegaonkar on 2011-06-13 Update URL to eclipse 3.7. 7b246a8 - by Ketan Padegaonkar on 2011-06-21 RESOLVED - 344383: Add support for buttons of type SWT.ARROW https://bugs.eclipse.org/bugs/show_bug.cgi?id=344383 f0ced0f - by Mariot Chauvin on 2011-09-21 doubleClick method on SWTBotTreeItem was not posting mouse coordinates and mouse button clicked this was preventing mouse listeners to work correctly. related bugs : 353720, 308619 eaed179 - by Mariot Chauvin on 2011-09-21 Related bugs : 344456 9b94b39 - by Mariot Chauvin on 2011-09-21 Revert "Related bugs : 344456" This reverts commit eaed179d6f8d55e826a0f82d9cbc0732a43e345d. 3cf0c2f - by Mariot Chauvin on 2011-09-21 Add a javadoc note explaining that folding has no incidence on line numbers for the getTextForLine method. Related bugs : 344456 90b4758 - by Ketan Padegaonkar on 2011-09-21 Remove unwanted config files for build servers that do not exist anymore. bfd466f - by Ketan Padegaonkar on 2011-09-21 Update to eclipse 3.7. 59d2a03 - by Ketan Padegaonkar on 2011-09-21 Fix some compiler warnings. 3562119 - by Ketan Padegaonkar on 2011-09-21 Remove some more eclipse 3.4 relater stuff since it is no longer supported. 19355f8 - by Ketan Padegaonkar on 2011-09-21 RESOLVED - 308425: Runner for self-testing SWTBot with cocoa support https://bugs.eclipse.org/bugs/show_bug.cgi?id=308425 02f21df - by Ketan Padegaonkar on 2011-09-21 RESOLVED - 308425: Runner for self-testing SWTBot with cocoa support Removed an assertion that was failing on linux https://bugs.eclipse.org/bugs/show_bug.cgi?id=308425 019dacc - by Ketan Padegaonkar on 2011-09-21 RESOLVED - 358496: Drop support for eclipse 3.5 https://bugs.eclipse.org/bugs/show_bug.cgi?id=358496 9b25fef - by Ketan Padegaonkar on 2011-09-21 RESOLVED - 352192: Add support for french keyboard layout https://bugs.eclipse.org/bugs/show_bug.cgi?id=352192 c794298 - by Ketan Padegaonkar on 2011-09-21 RESOLVED - 322186: Add DE_DE keyboard layout https://bugs.eclipse.org/bugs/show_bug.cgi?id=322186 00db20c - by Mariot Chauvin on 2011-09-22 Handle SubContributionItem instances when retrieving contribution items in views menu. Without this fix, one was not able for instance to retrieve 'Show Categories' in eclipse 'Properties' view. Related bugs : 291618 0d3c2ab - by Mariot Chauvin on 2011-09-22 Avoid a null pointer exception in some case when running tests if a test failed. bebc66f - by Mariot Chauvin on 2011-09-22 Add a static method to retrieve an attribute reflexively. This is useful if the class field is not accessible. 6a49703 - by Mariot Chauvin on 2011-09-22 Handle ParametrizedCommand instance as wrapped item. Related bugs : 291618 4d1b85e - by Mariot Chauvin on 2011-09-22 Add org.eclipse.ui.menus package as imported to support CommandContributionItem instances in ViewMenuFinder. Related bugs : 291618 c773d78 - by Mariot Chauvin on 2011-09-22 Add CommandContributionItem support. Related bugs : 291618 7655f58 - by Mariot Chauvin on 2011-09-22 Add unit tests for the support of parameterized command contributions to views. Related bugs : 291618 258a521 - by Mariot Chauvin on 2011-09-22 Merge branch 'master' of git+ssh://git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot 3676ac8 - by Ketan Padegaonkar on 2011-10-03 Move some utility methods around to provide a cleaner separation of the base SWT tests. RELEASE NOTES v2.0.4 rev(e5aff47) (Mar 04, 2011) ================================================ 78c5ad8 - by Mariot Chauvin on 2011-02-20 Bug 335858 - Direct edit not working 1d3bdff - by Ketan Padegaonkar on 2011-02-25 RESOLVED - 286897: SWTBotRadio.click() doesn't notify deselected button listeners https://bugs.eclipse.org/bugs/show_bug.cgi?id=286897 cfa9369 - by Ketan Padegaonkar on 2011-02-25 Fix copyright dates in comments. c154e48 - by Ketan Padegaonkar on 2011-03-01 Add the forms example from CVS HEAD. e147c18 - by Ketan Padegaonkar on 2011-03-01 Get the code to build. Make the tests use a full eclipse instance to begin with. 8e303be - by Ketan Padegaonkar on 2011-03-01 Remove an unused class. d5605f4 - by Ketan Padegaonkar on 2011-03-01 Add a test suite for the forms plugin. e65fdbf - by Ketan Padegaonkar on 2011-03-01 Fix and enhance some tests. 2073b03 - by Ketan Padegaonkar on 2011-03-02 Use the preferences class to set the property instead of setting a system property. 72662f0 - by Ketan Padegaonkar on 2011-03-02 The test feature.xml referred to a bundle as a plugin when it was actually a fragment. 4352d34 - by Ketan Padegaonkar on 2011-03-02 Add the SWTBot forms (and test plugins) to the test feature and build so that the tests are compiled as part of the regular build. d25b885 - by Ketan Padegaonkar on 2011-03-02 Clean up the SWTBot generator class so that it can be used for generating SWTFormsBot. 1a28c7f - by Ketan Padegaonkar on 2011-03-02 Merge commit '4352d34351004ffa641fd72dfb23d12ffbbed747' 5274d57 - by Ketan Padegaonkar on 2011-03-02 cleanup the final bits of the generator for generating the SWTFormsBot class. f72deed - by Ketan Padegaonkar on 2011-03-02 Add in the moreunit preference file. 6230579 - by Ketan Padegaonkar on 2011-03-03 Fix random failures caused because of bad assert on a checkbox that was likely set from a different test. 760d4e7 - by Ketan Padegaonkar on 2011-03-03 Remove forms widgets that don't have any reasonable tests. We can pull them in as needed. 8788aad - by Ketan Padegaonkar on 2011-03-03 Regenerate the SWTBot and SWTFormsBot classes using the generator. 78902ce - by Ketan Padegaonkar on 2011-03-03 Move the SWTFormsBot class into a different package. 5801ebd - by Ketan Padegaonkar on 2011-03-03 Clean up update site and build process to generate artifacts with forms support. 92fcd86 - by Ketan Padegaonkar on 2011-03-03 Remove support for eclipse 3.4. You will not be missed. e5aff47 - by Ketan Padegaonkar on 2011-03-03 Bump version numbers to 2.0.4 RELEASE NOTES v2.0.3 rev(4d933cf) (Feb 19, 2011) ================================================ e2ef34b - by Ketan Padegaonkar on 2011-01-17 Fix javadoc generation - don't download some unnecessary files. 36c8cca - by Ketan Padegaonkar on 2011-01-17 Fix javadoc generation - don't download some unnecessary files. bff799d - by Ketan Padegaonkar on 2011-01-17 Fix the location of the eclipse 3.5 download url so that builds can continue to work. e08e34d - by Ketan Padegaonkar on 2011-01-17 RESOLVED - 334602: Build breaks on eclipse 3.7. This was caused because of a bad manifest file in the test plugins which was caught with the new version of eclipse. https://bugs.eclipse.org/bugs/show_bug.cgi?id=334602 fbc0861 - by Ketan Padegaonkar on 2011-01-17 Ignore a file generated as part of the build d2cf9b9 - by Ketan Padegaonkar on 2011-01-17 RESOLVED - 334604: Add screenshots in the generated HTML report https://bugs.eclipse.org/bugs/show_bug.cgi?id=334604 1357bab - by Ketan Padegaonkar on 2011-01-17 RESOLVED - 333611: Selection event generated by Tree and Table clicks has a zero statemask value https://bugs.eclipse.org/bugs/show_bug.cgi?id=333611 a60f77b - by Mariot Chauvin on 2011-01-24 Bug 317689 - SWTBotGefFigureCanvas: abstract from FigureCanvas 8650b1b - by Mariot Chauvin on 2011-01-24 Merge branch 'refs/heads/master' of ssh://mchauvin@git.eclipse.org/gitroot/swtbot/org.eclipse.swtbot.git into HEAD 3ee6280 - by Ketan Padegaonkar on 2011-01-24 Improve test coverage by adding some more tests for matchers. 3146430 - by Ketan Padegaonkar on 2011-01-28 RESOLVED - 332992: Missing support for Scale widget https://bugs.eclipse.org/bugs/show_bug.cgi?id=332992 c094846 - by Ketan Padegaonkar on 2011-01-29 RESOLVED - 259799: Add support for ExpandBar https://bugs.eclipse.org/bugs/show_bug.cgi?id=259799 8cbf35c - by Ketan Padegaonkar on 2011-01-29 Improve test coverage of expand bar support. https://bugs.eclipse.org/bugs/show_bug.cgi?id=259799 2247fb3 - by Ketan Padegaonkar on 2011-01-31 Now that we are on git; remove all references to svn from the documentation. f86c968 - by Ketan Padegaonkar on 2011-02-03 RESOLVED - 336275: SWTBotDateTime fails to set date completely when day-of-month to set is not available in current month https://bugs.eclipse.org/bugs/show_bug.cgi?id=336275 b918d9e - by Ketan Padegaonkar on 2011-02-03 RESOLVED - 336275: SWTBotDateTime fails to set date completely when day-of-month to set is not available in current month https://bugs.eclipse.org/bugs/show_bug.cgi?id=336275 188bfc8 - by Ketan Padegaonkar on 2011-02-18 RESOLVED - 337527: SWTBotLink.click(hyperlinkText) clicks on it twice https://bugs.eclipse.org/bugs/show_bug.cgi?id=337527 5bef58d - by Ketan Padegaonkar on 2011-02-18 Remove some version number constraints. d625f31 - by Ketan Padegaonkar on 2011-02-18 Remove some version number constraints. 2c3c5a0 - by Ketan Padegaonkar on 2011-02-18 Add a script to bump version numbers in manifests and features. 4d933cf - by Ketan Padegaonkar on 2011-02-18 Bump up version number to 2.0.3 RELEASE NOTES v2.0.2 rev(b492ddb) (Jan 17, 2011) ================================================ 9d28bc0 - by Ketan Padegaonkar on 2010-11-07 Remove an unused import. fb94d48 - by Ketan Padegaonkar on 2010-11-29 Fix an issue with the SWTBot wizard page breaking because the target platform did not have a default product. 6782832 - by Mariot Chauvin on 2010-12-07 Bug 329908 - SWTBotBrowser NoClassDefFound (this was incorrectly marked in Git as "Bug 308080 - Move SWTBot to git.eclipse.org") 881816b - by Mariot Chauvin on 2010-12-09 Bug 332117 - Double Click API is not working c88a20a - by Mariot Chauvin on 2010-12-09 Bug 332117 - Double Click API is not working 040a2cb - by Ketan Padegaonkar on 2010-12-10 Minor cleanups in the release script to work with git. 8f9f873 - by Ketan Padegaonkar on 2010-12-25 RESOLVED - 333023: Add better comments in generated sources SWTBot.java/WidgetMatcherFactory.java https://bugs.eclipse.org/bugs/show_bug.cgi?id=333023 4d2e1a2 - by Ketan Padegaonkar on 2010-12-25 RESOLVED - 331966: SWTBot features use old user agreement https://bugs.eclipse.org/bugs/show_bug.cgi?id=331966 d053450 - by Ketan Padegaonkar on 2011-01-05 RESOLVED - 333423: add a getId method to AbstractSWTBot https://bugs.eclipse.org/bugs/show_bug.cgi?id=333423 b492ddb - by Ketan Padegaonkar on 2011-01-17 Bump up version number to 2.0.2 RELEASE NOTES v2.0.1 rev(73ca7af) (Nov 06, 2010) ================================================ b2589f5 - by Ketan Padegaonkar on 2010-08-12 RESOLVED - 260088: Support for MultiPageEditorPart Updated patch on the bug to apply on trunk. Also changed a few bits to conform as closely to the SWTBot coding style. https://bugs.eclipse.org/bugs/show_bug.cgi?id=260088 ea5ad23 - by Ketan Padegaonkar on 2010-08-12 Added a note that this api is experimental. 6eaae10 - by Ketan Padegaonkar on 2010-08-13 RESOLVED - 311712: Add Browser widget support * General cleanup * Removed API to set timeout on a browser, instead fallback to the SWTBot global timeout (pending comment from the original author about his opinions). * Introduce a Credentials class instead of passing in username and passwords as string, and getting them out as awkward arrays of strings. The tests dont pass on macosx because webkit requires to be run on the main thread, but the tests are running on non-main thread. https://bugs.eclipse.org/bugs/show_bug.cgi?id=311712 fa10bcc - by Mariot Chauvin on 2010-08-30 Bug 321626 - Methods on SWTBotGefEditor taking a SWTBotGefEditPart as Input are wrong b7de282 - by Mariot Chauvin on 2010-08-30 minor fix 0778ef9 - by Mariot Chauvin on 2010-08-30 Bug 320912 - [SWTGefBot] Add support for GEF-based views 988af71 - by Mariot Chauvin on 2010-08-30 Bug 320912 - [SWTGefBot] Add support for GEF-based views cd04976 - by Mariot Chauvin on 2010-08-31 Bug 320912 - [SWTGefBot] Add support for GEF-based views 11a70c9 - by Mariot Chauvin on 2010-08-31 Bug 293501 - Add support to click a cell in a specified tree table column 838beb1 - by Mariot Chauvin on 2010-08-31 Externalize in a class the SWT 3.5 dependency e1fa48a - by Ketan Padegaonkar on 2010-09-06 Fix a compile error with the last checkin. a289d5d - by Ketan Padegaonkar on 2010-09-06 RESOLVED - 324594: [headless] library.xml has incorrect junit.xsl path https://bugs.eclipse.org/bugs/show_bug.cgi?id=324594 f4884b2 - by Ketan Padegaonkar on 2010-09-06 Add missing imports in the swtbot ui plugin. 7bf54bc - by Ketan Padegaonkar on 2010-09-06 Add a delegate so that the browser control works(with reduced functionality) with versions of SWT less than v3.5. a3ca7fd - by Ketan Padegaonkar on 2010-09-06 Fix version numbers to become equivalent to the rest of the plugins. This is to reduce the confusion with different versions numbers in different plugins. 706578d - by Ketan Padegaonkar on 2010-09-07 RESOLVED - 323225: SWTUtils.captureScreenshot raises NPE when passed a filename without a directory https://bugs.eclipse.org/bugs/show_bug.cgi?id=323225 cebe22e - by Ketan Padegaonkar on 2010-09-07 RESOLVED - 322668: Provide Conditions.treeHasRows https://bugs.eclipse.org/bugs/show_bug.cgi?id=322668 e337b57 - by Ketan Padegaonkar on 2010-09-07 RESOLVED - 306983: Methods that return a widget and throw exception if not found should have @throws javadoc https://bugs.eclipse.org/bugs/show_bug.cgi?id=306983 56afad2 - by Ketan Padegaonkar on 2010-09-07 RESOLVED - 299132: Expose StyledText.getTabs in SWTBotStyledText https://bugs.eclipse.org/bugs/show_bug.cgi?id=299132 c324ed9 - by Ketan Padegaonkar on 2010-09-07 Workaround for browser component not running on the non-main thread on mac. 0571225 - by Ketan Padegaonkar on 2010-09-07 RESOLVED - 316879: SWTBotTableItem does not dispatch events correctly for click https://bugs.eclipse.org/bugs/show_bug.cgi?id=316879 dc917e2 - by Ketan Padegaonkar on 2010-09-26 Allow treepath to pop objects from end. 1ed8831 - by Ketan Padegaonkar on 2010-09-26 Add a delegate for the getPath method. dd5da08 - by Ketan Padegaonkar on 2010-10-11 327461: Add useful headless testing error messages. https://bugs.eclipse.org/bugs/show_bug.cgi?id=327461 Add better error messages to point users to the troubleshooting guide. 035e3e7 - by Ketan Padegaonkar on 2010-10-12 RESOLVED 326379: Changed log4j dependency to use the range 1.2.13 to <1.3.0 Change dependency to org.apache.log4j to a wider range https://bugs.eclipse.org/bugs/show_bug.cgi?id=326379 7a0b3e9 - by Ketan Padegaonkar on 2010-10-12 324298: Mark the recorder constants to be deprecated. Remove recorder constants in SWTBotPreferenceConstants and SWTBotPreferences https://bugs.eclipse.org/bugs/show_bug.cgi?id=324298 aaff22f - by Ketan Padegaonkar on 2010-10-14 RESOLVED - 323765: WithLabel-matchers are now scoped to a ControlFinder instead of a shell to allow search to be scoped to a parent widget. WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead https://bugs.eclipse.org/bugs/show_bug.cgi?id=323765 40fc8bd - by Ketan Padegaonkar on 2010-10-14 RESOLVED 323765: Fixed a bug with a null being passed into the WithLabel matcher constructor. WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead https://bugs.eclipse.org/bugs/show_bug.cgi?id=323765 4d12ed7 - by Ketan Padegaonkar on 2010-10-14 RESOLVED 323765: Fixed a bug with a null being passed into the WithLabel matcher constructor. WithLabel-matchers are not scoped to the ControlFinder, they do a shell-wide search instead https://bugs.eclipse.org/bugs/show_bug.cgi?id=323765 ea30de0 - by Ketan Padegaonkar on 2010-10-14 RESOLVED: 318842 - Remove the spy view the java perspective. Spy clutters Java perspective https://bugs.eclipse.org/bugs/show_bug.cgi?id=318842 14c98b7 - by Ketan Padegaonkar on 2010-10-19 Add the updated release tools into version control instead of the build server. 8a2e7c0 - by Ketan Padegaonkar on 2010-10-19 Build script did not copy the correct distribution package for the .ide feature because the filename was incorrect. 3bfb73d - by Ketan Padegaonkar on 2010-11-04 PARTIAL_FIX - 308425: Some tests around menus and keyboards are broken. Need to investigate more on this. UIThreadTestRunner: Runner for self-testing SWTBot with cocoa support https://bugs.eclipse.org/bugs/show_bug.cgi?id=308425 c425b16 - by Ketan Padegaonkar on 2010-11-06 RESOLVED 308080 - Change the build scripts to be able to encode git revision numbers in the binaries. Move SWTBot to git.eclipse.org https://bugs.eclipse.org/bugs/show_bug.cgi?id=308080 4360d27 - by Ketan Padegaonkar on 2010-11-06 Bump up all version numbers to 2.0.1 f266e58 - by Ketan Padegaonkar on 2010-11-06 Remove unused imports in examples. 2a9fb32 - by Ketan Padegaonkar on 2010-11-06 Fix incorrect messages in build scripts. 3bbaa2a - by Ketan Padegaonkar on 2010-11-06 Update the .gitignore file to add some new ignores and remove some out of date ones. 74d9824 - by Ketan Padegaonkar on 2010-11-06 Revert "PARTIAL_FIX - 308425: Some tests around menus and keyboards are broken. Need to investigate more on this." This reverts commit 3bfb73dd6d5ff3abe68560d182ca8ea9449db786. 5c2f1ea - by Ketan Padegaonkar on 2010-11-06 Reduce timeouts in certain places where the timeout is too high to improve build times. 6e2c3cf - by Ketan Padegaonkar on 2010-11-06 Removed a test that was flaky on linux VMs. This seems to work just fine on physical linux machines. 73ca7af - by Ketan Padegaonkar on 2010-11-06 Pass in some extra jvm options for linux builds. RELEASE NOTES v595 (Jul 23, 2010) ================================= ================================================== Revision: 2a9ac95d680f4343d37b44b570115dd6c2ec7fc0 ================================================== 2a9ac95 - by Ketan Padegaonkar on 2010-07-23 Fixed a bug where CCombo#notify(SWT.Selection) was called twice, once inside _setSelection() and another inside select(index) svn-revision: 595 19681fc - by Chris Aniszczyk on 2010-06-29 modified source header for CQ 4082 svn-revision: 594 0e4b250 - by Chris Aniszczyk on 2010-06-28 delete screenshots directory svn-revision: 593 9c8ee56 - by Ketan Padegaonkar on 2010-06-24 Added some smoke tests for the SWTBot UI. svn-revision: 592 4854c3b - by Ketan Padegaonkar on 2010-06-24 Changed the template for project creation. Added some UI tests for project creation. svn-revision: 591 2463f43 - by Ketan Padegaonkar on 2010-06-24 removed a jpeg file accidently checked in. svn-revision: 590 4ebac7c - by Ketan Padegaonkar on 2010-06-24 Update release notes script. svn-revision: 589 f09ec05 - by Ketan Padegaonkar on 2010-06-24 Fixed tests broken by last checkin. svn-revision: 588 7e0a7f0 - by Ketan Padegaonkar on 2010-06-24 Fixed warnings about casting raw types. svn-revision: 587 1b951f6 - by Ketan Padegaonkar on 2010-06-24 Fixed warnings about unused imports. svn-revision: 586 3f4d0c4 - by Ketan Padegaonkar on 2010-06-24 Removed unused import. svn-revision: 585 8ffdf2d - by Ketan Padegaonkar on 2010-06-24 Fixed some warnings thrown by PDE because of inclusion of unnecessary files in build.properties. svn-revision: 584 fdf0b91 - by Ketan Padegaonkar on 2010-06-24 Move to use eclipse 3.6 for building SWTBot. Yay! svn-revision: 583 9e4d8e0 - by Ketan Padegaonkar on 2010-06-24 Some minor change in dependency for eclipse 3.6. svn-revision: 582 2b98393 - by Mariot Chauvin on 2010-06-23 Bug 317689 - SWTBotGefFigureCanvas: abstract from FigureCanvas svn-revision: 581 81d5a22 - by Ketan Padegaonkar on 2010-06-05 added a name for Chris in addition to the email address so things show up right on github svn-revision: 580 d45c21f - by on 2010-06-04 Initial import of SWTBorm Forms support svn-revision: 579 46822b4 - by on 2010-06-04 Initial import of SWTBorm Forms support svn-revision: 578 7113df2 - by on 2010-06-04 Initial import of SWTBorm Forms support svn-revision: 577 1e4bb47 - by on 2010-06-04 Initial import of SWTBorm Forms support svn-revision: 576 f7e22c9 - by on 2010-06-04 Initial import of SWTBorm Forms support svn-revision: 575 bae69df - by on 2010-06-04 Initial import. svn-revision: 574 bb817cb - by Ketan Padegaonkar on 2010-06-04 Add Chris to authors file, so that git log can map svn users to a proper email ID. svn-revision: 573 735c507 - by Ketan Padegaonkar on 2010-06-04 Bump up version number of log4j. svn-revision: 572 2b844e1 - by Ketan Padegaonkar on 2010-05-31 load eclipse.version.properties before anything else. svn-revision: 571 0c3553a - by Ketan Padegaonkar on 2010-05-31 fixed a bug with the #equals implementation of position. svn-revision: 570 917c403 - by Mariot Chauvin on 2010-05-28 Bug 301799 - [GefBot] mouseDrag does not move bendpoints of a connection between two elements svn-revision: 569 RELEASE NOTES v568 (May 20, 2010) ================================= ================================================== Revision: 505ea3a7ce10d8a9842a0d9beb86fc69d4165ef6 ================================================== 505ea3a - by Ketan Padegaonkar on 2010-05-20 change build scripts to use new cobertura version. svn-revision: 568 2815c0b - by Ketan Padegaonkar on 2010-05-20 add more logging to build scripts svn-revision: 567 7246711 - by Ketan Padegaonkar on 2010-05-20 change build order in build scripts svn-revision: 566 cb93214 - by Ketan Padegaonkar on 2010-05-20 move to cobertura 1.9.4.1 svn-revision: 565 b95449f - by Ketan Padegaonkar on 2010-05-20 junit is now version 4.8 with helios instead of the older 4.7 during the milestone releases. svn-revision: 564 48a0393 - by Ketan Padegaonkar on 2010-05-20 Adding a wizard page to configure default launch config for swtbot launches. svn-revision: 563 58f353c - by Ketan Padegaonkar on 2010-05-20 changed the releng script to append older release notes to the current one. svn-revision: 562 c7f89fe - by Ketan Padegaonkar on 2010-05-20 Update to use Eclipse 3.6RC1 for helios builds svn-revision: 561 8cdc7e8 - by Ketan Padegaonkar on 2010-05-05 Changed some labels. svn-revision: 560 0f17a79 - by Ketan Padegaonkar on 2010-04-29 Added a dependency for the new plug-in wizard. svn-revision: 559 a0ba7e1 - by Ketan Padegaonkar on 2010-04-29 Added an Or matcher to match any matcher. svn-revision: 558 257fcb2 - by Ketan Padegaonkar on 2010-04-25 removed the swt spy from the update site manager. legacy since v0.0.1-pre-alpha of swtbot! svn-revision: 557 1896a9b - by Ketan Padegaonkar on 2010-04-25 removed the swt spy. legacy since v0.0.1-pre-alpha of swtbot! svn-revision: 556 ec0bf78 - by Ketan Padegaonkar on 2010-04-25 removed the swt spy. legacy since v0.0.1-pre-alpha of swtbot! svn-revision: 555 a9e020c - by Ketan Padegaonkar on 2010-04-25 Renamed a field to make room for another wizard page. svn-revision: 554 e1325ac - by Ketan Padegaonkar on 2010-04-25 Added the spy plugin in the features. svn-revision: 553 efb108b - by Ketan Padegaonkar on 2010-04-25 Changed vendor information in all bundles. svn-revision: 552 1035b57 - by Ketan Padegaonkar on 2010-04-20 added note about keyboard layouts to exception message svn-revision: 551 df4a26f - by Ketan Padegaonkar on 2010-04-20 RESOLVED - 309416: Generate a RELEASE_NOTES.txt file that looks up the existing release notes on the download site and generate the changelog of what changed since the version specified on the downloaded site. Generate change log/release notes as part of the publish build proces https://bugs.eclipse.org/bugs/show_bug.cgi?id=309416 svn-revision: 550 2147830 - by Ketan Padegaonkar on 2010-04-20 Changed a message on the dialog. svn-revision: 549 5eff793 - by Ketan Padegaonkar on 2010-04-20 Fixed a bug with the wrong args being passed to the project wizard page validator. svn-revision: 548 6f72b47 - by Mariot Chauvin on 2010-04-19 Bug 300103 - SWTBotGefEditor.directEditType does not work svn-revision: 547 a510ed4 - by Mariot Chauvin on 2010-04-19 Bug 301260 - SWTBotGefEditor.mouseDrag(String,int,int) doesn't drag node, it reduces them svn-revision: 546 425a08b - by Mariot Chauvin on 2010-04-19 do not use deprecated methods in example svn-revision: 545 ba678d1 - by Ketan Padegaonkar on 2010-04-15 RESOLVED - 308769: Test bundles should not export packages that can be confused with packages from other SWTBot bundles https://bugs.eclipse.org/bugs/show_bug.cgi?id=308769 svn-revision: 544 1f62b8b - by Ketan Padegaonkar on 2010-04-15 RESOLVED - 309068: Added code coverage for the eclipse.ui and eclipse.finder plugins Add code coverage for all swtbot tests https://bugs.eclipse.org/bugs/show_bug.cgi?id=309068 svn-revision: 543 9ed91b0 - by Ketan Padegaonkar on 2010-04-14 RESOLVED - 305430: Create the parent screenshot dir when capturing the screenshot. SWTBotPreferences.SCREENSHOTS_DIR is not used consequently https://bugs.eclipse.org/bugs/show_bug.cgi?id=305430 svn-revision: 542 c5a2dcd - by Ketan Padegaonkar on 2010-04-14 RESOLVED - 309012: Added a few tests for validation of inputs in the new validation dialog. Provide a wizard to allow setting up an swtbot template project with default settings https://bugs.eclipse.org/bugs/show_bug.cgi?id=309012 svn-revision: 541 5a4448c - by Ketan Padegaonkar on 2010-04-14 Added a few more tests around the launcher tab, turned on cobertura for the eclipse.ui plugin svn-revision: 540 69b2f35 - by Ketan Padegaonkar on 2010-04-14 removed cruft from build scripts svn-revision: 539 a7c5155 - by Ketan Padegaonkar on 2010-04-13 PARTIALLY_RESOLVED - 309012: Need to add validations for project creation wizard's validations. Provide a wizard to allow setting up an swtbot template project with default settings https://bugs.eclipse.org/bugs/show_bug.cgi?id=309012 svn-revision: 538 29afb46 - by Ketan Padegaonkar on 2010-04-12 moved a java source file into the right package. svn-revision: 537 RELEASE NOTES v536 (Apr 09, 2010) ================================= ================================================== Revision: 130adc3eccffd55ebf0b5bb3cacbf3ca3365ceb6 ================================================== 130adc3 - by Ketan Padegaonkar on 2010-04-09 fixed the build-release script d93e3a1 - by Ketan Padegaonkar on 2010-04-09 fixed ant target that generates the upload site d70ab4c - by Ketan Padegaonkar on 2010-04-09 fixed dependencies for a few plugins and features 05872c5 - by Ketan Padegaonkar on 2010-04-09 improved the error message to be more descriptive. dd25a62 - by Ketan Padegaonkar on 2010-04-09 added the .ide feature into the build. 6538a6d - by Ketan Padegaonkar on 2010-04-09 Added the .ide feature to the .test feature so that it builds. aa47d7c - by Ketan Padegaonkar on 2010-04-09 Adding a .ide feature that can be installed in the IDE. This just references the .ui plugin which contains the launcher and preference pane. 97fda8e - by Ketan Padegaonkar on 2010-04-09 removed swtbot core dependency from the IDE plugin. 7cecc29 - by Ketan Padegaonkar on 2010-04-09 RESOLVED - 308345: Added a bundle that I removed by mistake. c29a6af - by Ketan Padegaonkar on 2010-04-09 Added an about.html to the gef.finder plugin. 965f3fd - by Ketan Padegaonkar on 2010-04-09 RESOLVED - 308345: Added a .go bundle that re-exports all things swtbot, junit4, swtbot-junit4, hamcrest, log4j, eclipse.ui, runtime, swt 36c2722 - by Ketan Padegaonkar on 2010-04-09 removed unused import 94879ad - by Ketan Padegaonkar on 2010-04-09 RESOLVED - 308415: Removed the checkbox by using the default junit launch tab c4ddb09 - by Ketan Padegaonkar on 2010-04-09 RESOLVED - 308537: SWTBotTableColumn should have a 1-arg constructor https://bugs.eclipse.org/bugs/show_bug.cgi?id=308537 16ebee0 - by Ketan Padegaonkar on 2010-04-09 RESOLVED - 306846: Provide API to reset a workbench. 5386ce9 - by Ketan Padegaonkar on 2010-03-23 implemented the method that returned null!! 4222db7 - by Ketan Padegaonkar on 2010-03-23 added split packages for eclipse spy. bbee87d - by Ketan Padegaonkar on 2010-03-23 RESOLVED - 306846: Provide API to reset a workbench. https://bugs.eclipse.org/bugs/show_bug.cgi?id=306846 6761a7b - by Ketan Padegaonkar on 2010-03-21 fixing download urls, again 08aa825 - by Ketan Padegaonkar on 2010-03-21 fixed urls for fetching build artifacts. fixed the update site generator to cleanup old artifacts 5d650e7 - by Mariot Chauvin on 2010-03-18 Bug 305110 - mouseDrag(fromX, fromY, toX, toY) should not be deprecated 7f76642 - by Mariot Chauvin on 2010-03-17 repair gef update site 3875c32 - by Ketan Padegaonkar on 2010-03-07 changed to a more modular build configuration, users now have to setup only 3 properties 1c11dad - by Ketan Padegaonkar on 2010-03-07 changed to a more modular build configuration, users now have to setup only 3 properties