Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Add the SWTBot forms (and test plugins) to the test feature and build so that...forms-supportKetan Padegaonkar5-1/+110
2011-03-02Fix and enhance some tests.Ketan Padegaonkar10-88/+161
2011-03-02Add a test suite for the forms plugin.Ketan Padegaonkar1-0/+34
2011-03-02Remove an unused class.Ketan Padegaonkar1-213/+0
2011-03-02Get the code to build. Make the tests use a full eclipse instance to begin with.Ketan Padegaonkar13-89/+73
2011-03-02Add the forms example from CVS HEAD.Ketan Padegaonkar60-0/+3613
2011-02-26Fix copyright dates in comments.Ketan Padegaonkar2-2/+2
2011-02-26RESOLVED - 286897: SWTBotRadio.click() doesn't notify deselected button liste...Ketan Padegaonkar2-46/+68
2011-02-20Bug 335858 - Direct edit not workingMariot Chauvin1-2/+3
2011-02-19Bump up version number to 2.0.32.0.3.20110219_0655-4d933cfKetan Padegaonkar36-36/+36
2011-02-19Add a script to bump version numbers in manifests and features.Ketan Padegaonkar1-0/+17
2011-02-19Remove some version number constraints.Ketan Padegaonkar2-19/+19
2011-02-19Remove some version number constraints.Ketan Padegaonkar4-4/+4
2011-02-19RESOLVED - 337527: SWTBotLink.click(hyperlinkText) clicks on it twiceKetan Padegaonkar2-3/+4
2011-02-03RESOLVED - 336275: SWTBotDateTime fails to set date completely when day-of-mo...Ketan Padegaonkar1-2/+2
2011-02-03RESOLVED - 336275: SWTBotDateTime fails to set date completely when day-of-mo...Ketan Padegaonkar2-1/+17
2011-01-31Now that we are on git; remove all references to svn from the documentation.Ketan Padegaonkar2-33/+7
2011-01-30Improve test coverage of expand bar support.Ketan Padegaonkar2-3/+29
2011-01-30RESOLVED - 259799: Add support for ExpandBarKetan Padegaonkar8-1/+644
2011-01-29RESOLVED - 332992: Missing support for Scale widgetJohn Cortell4-0/+424
2011-01-25Improve test coverage by adding some more tests for matchers.Ketan Padegaonkar3-0/+117
2011-01-24Merge branch 'refs/heads/master' of ssh://mchauvin@git.eclipse.org/gitroot/sw...Mariot Chauvin87-1045/+2360
2011-01-24Bug 317689 - SWTBotGefFigureCanvas: abstract from FigureCanvasMariot Chauvin1-2/+14
2011-01-18RESOLVED - 333611: Selection event generated by Tree and Table clicks has a z...Ketan Padegaonkar7-20/+39
2011-01-18RESOLVED - 334604: Add screenshots in the generated HTML reportKetan Padegaonkar5-3/+59
2011-01-18Ignore a file generated as part of the buildKetan Padegaonkar1-0/+2
2011-01-18RESOLVED - 334602: Build breaks on eclipse 3.7.Ketan Padegaonkar3-3/+3
2011-01-18Fix the location of the eclipse 3.5 download url so that builds can continue ...Ketan Padegaonkar1-1/+1
2011-01-18Fix javadoc generation - don't download some unnecessary files.Ketan Padegaonkar5-4/+405
2011-01-17Fix javadoc generation - don't download some unnecessary files.Ketan Padegaonkar1-16/+4
2011-01-17Bump up version number to 2.0.22.0.2.20110117_1743-b492ddbKetan Padegaonkar37-43/+54
2011-01-05RESOLVED - 333423: add a getId method to AbstractSWTBotKetan Padegaonkar2-0/+32
2010-12-26RESOLVED - 331966: SWTBot features use old user agreementKetan Padegaonkar32-940/+1674
2010-12-26RESOLVED - 333023: Add better comments in generated sources SWTBot.java/Widge...Ketan Padegaonkar6-4/+78
2010-12-10Minor cleanups in the release script to work with git.Ketan Padegaonkar1-15/+13
2010-12-09Bug 332117 - Double Click API is not working Mariot Chauvin2-5/+26
2010-12-09Bug 332117 - Double Click API is not workingMariot Chauvin2-0/+21
2010-12-07Bug 308080 - Move SWTBot to git.eclipse.orgMariot Chauvin1-0/+1
2010-11-29Fix an issue with the SWTBot wizard page breaking because the target platform...Ketan Padegaonkar1-1/+1
2010-11-06Remove an unused import.Ketan Padegaonkar1-1/+0
2010-11-06Pass in some extra jvm options for linux builds.2.0.1.20101106_1831-73ca7afKetan Padegaonkar4-7/+9
2010-11-06Removed a test that was flaky on linux VMs. This seems to work just fine on p...Ketan Padegaonkar1-24/+0
2010-11-06Reduce timeouts in certain places where the timeout is too high to improve bu...Ketan Padegaonkar3-0/+45
2010-11-06Revert "PARTIAL_FIX - 308425: Some tests around menus and keyboards are broke...Ketan Padegaonkar76-925/+1069
2010-11-06Update the .gitignore file to add some new ignores and remove some out of dat...Ketan Padegaonkar1-3/+1
2010-11-06Fix incorrect messages in build scripts.Ketan Padegaonkar1-2/+2
2010-11-06Remove unused imports in examples.Ketan Padegaonkar2-2/+0
2010-11-06Bump up all version numbers to 2.0.1Ketan Padegaonkar36-43/+43
2010-11-06RESOLVED 308080 - Change the build scripts to be able to encode git revision ...Ketan Padegaonkar7-44/+19
2010-11-04PARTIAL_FIX - 308425: Some tests around menus and keyboards are broken. Need ...Ketan Padegaonkar76-1069/+925

Back to the top