summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-097-39/+103
| * | Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0614-5/+34
| * | Revert "Fixes non-editable column and selection visibility in editor"Teppo Kurki2015-07-033-32/+1
| * | Fix Grid regression in editor opening with no focused elementTeemu Suo-Anttila2015-07-021-3/+3
| * | Update @since tags for 7.6Henri Sara2015-07-024-6/+6
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha2Henri Sara2015-07-015-79/+119
| |\ \
| * | | Fixes non-editable column and selection visibility in editorTeppo Kurki2015-07-013-1/+32
| * | | Added test to confirm that value change affects the editor fieldTeppo Kurki2015-07-012-0/+50
| * | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-0129-952/+1665
| |\ \ \
| * | | | Use the type and key vars since they are there alreadyTeppo Kurki2015-06-301-6/+5
| * | | | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-26143-826/+1798
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-15141-1317/+5050
| |\ \ \ \ \
| * | | | | | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-044-15/+48
| * | | | | | Fix broken Grid editor testsTeemu Suo-Anttila2015-06-033-19/+10
| * | | | | | On progr. editor open, focus target cell if Grid had focus prior7.6.0.alpha1Teppo Kurki2015-06-033-2/+51
| * | | | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0217-146/+302
| |\ \ \ \ \ \
| * | | | | | | Update editor overlay position on Grid resizeTeppo Kurki2015-06-022-0/+51
| * | | | | | | Don't open Grid editor from header or footerJohannes Dahlström2015-06-022-4/+21
| * | | | | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-01175-3170/+4736
| |\ \ \ \ \ \ \
| * | | | | | | | Unbuffered editor hides notification area if no error msg present.Teppo Kurki2015-05-292-0/+31
| * | | | | | | | Allow vertical scroll in unbuffered edit mode.Teppo Kurki2015-05-284-48/+137
| * | | | | | | | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-275-174/+279
| * | | | | | | | Add unbuffered editing mode to GridTeppo Kurki2015-05-265-2/+118
| * | | | | | | | Add grid editor events (#17451)patrik2015-05-2111-1/+537
| * | | | | | | | Refactor handling of focus and blur RPC in Connectors (#17917)Johannes Dahlström2015-05-208-181/+121
| * | | | | | | | Add focus API to GridJohannes Dahlström2015-05-206-8/+150
| * | | | | | | | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-207-129/+186
| * | | | | | | | Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
| | | | | | | | * Pass AtmosphereResponse to event handler to be able to report real error caus...Artur Signell2015-09-043-12/+27
| | | | | | | | * Additional fixes related to ParameterizedTB3Runner and Nginx + Wildfly 9 test...Artur Signell2015-09-044-16/+26
| | | | | | | | * Skip nonsense screenshots when no theme is loadedArtur Signell2015-09-041-1/+1
| | | | | | | | * Find the Grid again after changing theme as the whole UI is re-createdArtur Signell2015-09-041-1/+2
| | | | | | | | * Convert old theme test to new MultiBrowserThemeTestArtur Signell2015-09-037-160/+26
| | | | | | | | * Use correct month names with Java 8 (#18760)Artur Signell2015-09-031-2/+18
| | | | | | | | * Allow interaction while disconnected to make reconnect tests workArtur Signell2015-09-031-1/+1
| | | | | | | | * Nginx + Wildfly 9 test for various proxy configurations (#11733)Artur Signell2015-09-037-10/+202
| | | | | | | | * ParameterizedTB3Runner for adding permutations using a static getterArtur Signell2015-09-039-142/+240
| | | | | | | | * Update to TestBench 4.0.3Artur Signell2015-09-023-7/+12
| | | | | | | | * Reconnect dialog theme and functionality tests (#11733)Artur Signell2015-09-027-8/+331
| | | | | | | | * Preload reconnect dialog resources (#11733)Artur Signell2015-09-024-7/+45
| | | | | | | | * API refactor based on review (#11733)Artur Signell2015-09-0222-191/+194
| | | | | | | | * Hide reconnect spinner completly when giving up (#11733)Artur Signell2015-08-311-3/+2
| | | | | | | | * Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...Artur Signell2015-08-316-47/+44
| | | | | | | | * Make non public API private again and update javadoc (#11733)Artur Signell2015-08-3110-72/+93
| | | | | | | | * Handle unparsable JSON as invalid content (#11733)Artur Signell2015-08-319-72/+164
| | | | | | | | * Reset reconnect counter when connection is re-established (#11733)Artur Signell2015-08-311-0/+1
| | | | | | | | * Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-317-33/+151
| | | | | | | | * Reconnect dialog basic css for all themes (#11733)Artur Signell2015-07-136-4/+57
| | | | | | | | * Fix reconnect-dialog rebase problemArtur Signell2015-07-131-2/+2
| | | | | | | | * Make response code test UI specific instead of globalArtur Signell2015-07-132-52/+98