aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into windowingLeif Åstrand2011-11-0853-251/+2778
|\
| * Merge remote-tracking branch 'origin/6.8' into masterLeif Åstrand2011-11-0853-251/+2778
| |\
| | * Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-0828-0/+0
| | * Test for file uploads. Not run automatically due to limitations in testing fi...Artur Signell2011-11-083-0/+1062
| | * Fixed datesArtur Signell2011-11-041-15/+11
| | * #7839 Corrected cases where pagelength=0 or where number of children > pagebu...Artur Signell2011-11-041-21/+29
| | * Test for TreeTable with pageLength set to zeroArtur Signell2011-11-042-0/+124
| | * Fixed datesArtur Signell2011-11-041-4/+4
| | * Theme for tickets, based on ReindeerArtur Signell2011-11-041-0/+4
| | * #7780 Don't do partial repaints if the item set has changed during an expand ...Artur Signell2011-11-043-114/+242
| | * Test for #7839Artur Signell2011-11-041-0/+238
| | * Test for #7839Artur Signell2011-11-041-0/+528
| | * #7839 Avoid discarding rows when updating rows as row indexes have not been u...Artur Signell2011-11-041-4/+6
| | * #7839 Cleanup based on reviewArtur Signell2011-11-041-14/+18
| | * #7839 Out of Sync error when using Generated Columns with TreeTable - additio...Artur Signell2011-11-041-2/+2
| | * #7839 Out of Sync error when using Generated Columns with TreeTableArtur Signell2011-11-032-42/+226
| | * Added javadoc and debug loggingArtur Signell2011-11-031-0/+32
| | * #7790 Reverted sort methods to call refreshRenderedCells instead of refreshRo...Artur Signell2011-11-031-4/+6
| | * Partly reverted [21883] as it caused unnecessary rendering in some casesArtur Signell2011-11-031-14/+54
| | * Include c.v.terminal.gwt.server in the test coverage dataLeif Åstrand2011-11-031-1/+2
| | * #7790 Renamed method to refreshRowCache, ensured it is used internally by Tab...Artur Signell2011-11-031-33/+33
| | * #7790 Added a method for forcing Table to repaint its rowsArtur Signell2011-11-031-38/+55
| | * Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-022-14/+76
| | * #7810 Fixed error handling of the row disabled in [21824]Leif Åstrand2011-11-021-1/+1
| | * #5562 Widgetset build throws an exception while throwing an exceptionArtur Signell2011-11-011-1/+1
| | * Corrected scroll offsetsArtur Signell2011-11-011-3/+3
| | * Test and fix for #7852 TreeTable partial update throws NegativeArraySizeExcep...Artur Signell2011-10-312-1/+56
| | * MergedDo not test that DST is active as it fails when DST is not active...Artur Signell2011-10-311-6/+0
| | * #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainerArtur Signell2011-10-271-1/+16
| | * #7810 temporarily commented out row that prevents build from succeedingArtur Signell2011-10-271-1/+1
| | * #7698 FileSystemContainer throws NPE when a directory cannot be readArtur Signell2011-10-271-0/+5
| | * Test for #7698Artur Signell2011-10-271-0/+16
| | * Added output of some debug informationLeif Åstrand2011-10-272-2/+12
| | * Don't fail if unable to clean up the deploy dir (should be taken care of by r...Leif Åstrand2011-10-273-4/+1
* | | Added ThreadLocal for ApplicationLeif Åstrand2011-11-083-6/+26
* | | Create wrapped requests and responses in service and handleRequestLeif Åstrand2011-11-089-163/+96
* | | Remove Callback.getRequestPathInfo (migrated to WrappedRequest)Leif Åstrand2011-11-083-12/+0
* | | Move servlet wrapper to AbstractApplicationServletLeif Åstrand2011-11-082-49/+53
* | | Move PortletWrapper to AbstractApplicationPortletLeif Åstrand2011-11-082-44/+42
* | | Extract WrappedPortletResponse to a separate classLeif Åstrand2011-11-082-42/+50
* | | Extract WrappedHttpServletResponse to a separate classLeif Åstrand2011-11-082-46/+53
* | | Use WrappedResponse instead of AbstractCommunicationManager.ResponseLeif Åstrand2011-11-083-69/+34
* | | Use WrappedRequest instead of CommunicationManager.RequestLeif Åstrand2011-11-086-286/+273
* | | Merge the functionality of the wrapped Session into WrappedRequestLeif Åstrand2011-11-084-119/+37
* | | Pass WrappedRequest to Root.init and RootLayout.initLeif Åstrand2011-11-083-5/+8
* | | Remove wrapped request and response as existing classes are usedLeif Åstrand2011-11-082-114/+0
* | | Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-0811-382/+287
* | | Added Root.init() and run RootLayout.init() from thereLeif Åstrand2011-11-081-3/+6
* | | Dropped support for portlet 1.0Leif Åstrand2011-11-043-437/+0
* | | Removed deprecated code that was left in Window when Root was createdLeif Åstrand2011-11-042-766/+0