Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-14Bug 572813: Add SWTBot support for Nebula RangeSliderAparna Argade46-21/+1218
2021-04-04Bug 572579: Add SWTBot support for Nebula StepbarAparna Argade46-19/+1478
2021-04-03Bug 572373: Add SWTBot support for Nebula CheckBoxGroupAparna Argade46-19/+1424
2021-03-27Target platform for 2021-03Aparna Argade8-12/+132
2021-03-12Bug 571838 - Add capability to double click on a cell of a columnLaurent Redor2-4/+81
2021-01-21Update to Tycho 2.2.0Lars Vogel1-5/+5
2021-01-14Target platforms for 2020-09 and 2020-12Aparna Argade16-18/+293
2020-10-19Bug 566293 - Unit tests for keyboard layout fail in newer EclipseJosé Manuel Arnesto1-120/+120
2020-09-27Bug 566113 - ES_ES keyboard layout is missingJosé Manuel Arnesto1-0/+32
2020-09-06Correcting copy paste error in documentation (table -> tree)Dieter Mai1-4/+3
2020-06-24Up to 3.1.0Aparna Argade110-127/+127
2020-06-02Update Orbit repository to R20200529191137 in 2020-06 target3.0.0Aparna Argade1-2/+2
2020-05-26Remove dependency of org.eclipse.equinox.ds from targets and manifestAparna Argade9-16/+7
2020-05-25MANIFEST.MF: Add 'Automatic-Module-Name' header to all plug-insAparna Argade37-2/+37
2020-05-22Use multi-catch to handle multiple exceptionsAparna Argade3-18/+6
2020-05-20SWTBotStyledText-Reuse code, avoid duplication caused in Bug 536131 fixAparna Argade1-36/+7
2020-05-19Set latest versions of maven, tycho, jacoco-maven-plugin in pom.xmlAparna Argade2-5/+5
2020-05-14Remove @SuppressWarnings("deprecation") from SWTBotDateTimeAparna Argade1-6/+8
2020-05-13Set Eclipse license to 2.0.2 and required java to 1.8 in all old targetsAparna Argade14-28/+28
2020-05-13Target Platform for 2020-06Aparna Argade8-4/+131
2020-05-08Remove all deprecated classes and methods for SWTBot 3.0.0Patrick Tasse26-1542/+16
2020-05-01Change minimum Execution Environment to JavaSE-1.8 for all plug-insPatrick Tasse111-184/+185
2020-05-01Bug 562712: Incorrect coordinates in SWTBotTableItem MenuDetectPatrick Tasse1-16/+26
2020-04-23Target Platform for 2020-03Patrick Tasse8-5/+132
2020-04-23Target Platform for 2019-12Patrick Tasse7-2/+129
2020-04-21Bug 562163: Migrate SWTBot to EPL v2.0Patrick Tasse1016-3353/+10094
2020-04-20Bug 562306 - URL of repo1.maven.org requires https instead of httpAparna Argade1-1/+1
2020-03-31Bug 559531 - Add JUnit5 Support in SWTBotAparna Argade136-234/+3566
2020-01-23Use released version of orbit repository for 2019-09 targetAparna Argade2-3/+26
2019-09-09Fix condition for using index in case of Checkbox and PushButton clickAparna Argade2-6/+6
2019-09-05Bug 550789: RadioButtonClickedRule not workingAparna Argade2-7/+48
2019-08-02Bug 547060: Target Platform for 2019-09, 2019-06, 2019-03 and 2018-12Patrick Tasse37-31/+530
2019-07-22Fix SWTBotListTestPatrick Tasse1-4/+7
2019-07-11Fix missing @since tagPatrick Tasse1-0/+2
2019-07-09Bug 549123: Support SWTBotPerspective.close()Patrick Tasse1-1/+18
2019-06-20Fix feature descriptions and URLsPatrick Tasse10-24/+34
2019-06-20Enable API analysis tooling for all feature plug-insPatrick Tasse7-5/+43
2019-06-19Up to 2.9.0Patrick Tasse98-159/+159
2019-06-12Add SWTBotTreeItem.unselect()2.8.0Patrick Tasse2-0/+56
2019-06-12Bug 530419: Add SWTBotTree.selectAll() and SWTBotTreeItem.selectAll()Patrick Tasse4-1/+158
2019-06-01Fix tests for MacOS- SWTBotListTest, TableTest and TreeTestAparna Argade3-26/+39
2019-05-29Bug 547624- StyledText.cursorPos should use getCaretOffsetAparna Argade2-21/+14
2019-05-23SWTBotTable and List should use SWT.MOD1 instead of SWT.CTRLAparna Argade2-7/+7
2019-05-15Fix SWTBotEclipseEditorTestPatrick Tasse2-3/+10
2019-05-15Add SWTWorkbenchBot.shell()Patrick Tasse1-0/+21
2019-05-09Fix SWTBotShellTestPatrick Tasse1-8/+9
2019-05-09Target Platform for 2018-09Patrick Tasse7-4/+128
2019-05-07Bug 547059: WidgetNotFoundException in SWTBotToolbarDropDownButtonPatrick Tasse1-2/+2
2019-04-11Bug 546259: SWTBotEditor.isActive() returns true when not active partPatrick Tasse2-17/+18
2019-04-11Bug 546259: SWTBotEditor.isActive() returns true when not active partPatrick Tasse4-6/+74

Back to the top