]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-03-25 Artur SignellCorrected invalid locator
2012-03-25 Artur Signell#8455 Updated test to reflect that root is available...
2012-03-25 Artur SignellCorrected vertical layout locator
2012-03-25 Artur SignellCorrected close button locators
2012-03-23 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-03-23 Artur SignellFixed invalid locator string
2012-03-23 Artur SignellFixed invalid locator string
2012-03-23 Artur SignellAdded support for layout click events
2012-03-23 Artur SignellFixed invalid locator string
2012-03-23 Artur SignellFixed invalid locator string
2012-03-23 Artur SignellFixed wrong locator string (invisible Table is no longe...
2012-03-23 Automerge[merge from 6.7] Added comments so it is possible to...
2012-03-23 Leif ÅstrandUse overflow: hidden to remove scrollbars in IE8 (...
2012-03-23 Leif ÅstrandAnother attempt with the icon styles for IE8 (#8313)
2012-03-23 Automerge[merge from 6.7] #8563 Corrected invalid "this" reference
2012-03-23 Automerge[merge from 6.7] Updated locator to be compatible with...
2012-03-23 Automerge[merge from 6.7] Backported test changes from Vaadin 7
2012-03-23 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-03-23 Artur SignellFixed DOM locators (layout DOM changes)
2012-03-23 Artur SignellStore widget -> LayoutSlot mapping in a map instead...
2012-03-23 Artur SignellDescription getter should return what has been set...
2012-03-23 Leif ÅstrandForce more reflows in IE8 to detect icon style (#8313)
2012-03-23 Automerge[merge from 6.7] #8559 Vaadin 7 -> Vaadin 6 style...
2012-03-23 Automerge[merge from 6.7] #8559 Updated asserts as test has...
2012-03-23 Artur SignellCode missing from Embedded alternative text merge
2012-03-23 Artur SignellRemoved file that accidentally was included in 06bbbce7...
2012-03-23 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-03-23 Artur SignellMerge commit '8da6b1a0c3293c7de05ebc3d451a2f2e272a13b8...
2012-03-23 Artur SignellMerge commit 'ebdb5242b5f1a695aa4aea969ff7b64d8282b51f'
2012-03-23 Artur SignellMerge commit '0681a2f396e69cd60238d0e77a2d857af5865252'
2012-03-23 Artur SignellMerge commit '3201228f110968ef54ca15822285c808f03512e2'
2012-03-23 Artur SignellMerge commit '06bbbce73348bded241c0fb856c6bacb39793e89'
2012-03-23 Artur SignellMerge commit 'd075d778b41a299d9b47d4b78ebf9e639d0f732a'
2012-03-23 Artur SignellMerge commit 'da31250280ded2b984382f15055a3e029b11a8a0'
2012-03-23 Artur SignellMerge commit '116c52efea09b2baface38d644cbde4f76fec6b2'
2012-03-23 Artur SignellRemoved IE6/IE7 related code from merged change
2012-03-23 Artur SignellMerge commit '0b46687ab0cedb3523321854b52d988dae18452a...
2012-03-22 Automerge[merge from 6.7] Fixed NPE:s in keyboard navigation...
2012-03-22 Automerge[merge from 6.7] Code cleanup (#8559/#8560)
2012-03-22 Artur SignellFixed Serialization issues and cleaned up RPC invocatio...
2012-03-22 Artur SignellAdded missing license information
2012-03-22 Artur SignellKeyMapper now uses HashMap instead of Hashtable interna...
2012-03-22 Leif ÅstrandDon't use negative sizes for IE8's sake (#8313)
2012-03-22 Automerge[merge from 6.7] Fixed #8524 - properly update currentD...
2012-03-22 Leif ÅstrandAvoid some rounding errors related to caption centering...
2012-03-22 Artur Signell#8437 Error indicators in tabs work again
2012-03-22 Artur SignellAvoid creating content in getComponentIterator, instead...
2012-03-22 Artur Signell#8555 Listener for modifying state before it is sent...
2012-03-22 Leif ÅstrandFix some small layout bugs (#8313)
2012-03-22 Leif ÅstrandPrint full exceptions to stderr in dev mode
2012-03-22 Leif ÅstrandAlso show the exception type
2012-03-21 Artur SignellFixed problem with delete DOM attribute in IE8 and...
2012-03-21 Artur SignellRemoved stray "-->" and reformatted using Eclipse
2012-03-21 Henri SaraRemove UIDL parameter from many caption related methods...
2012-03-21 Henri SaraTransfer required attribute in shared state (#8436).
2012-03-21 Henri SaraConvert hide errors flag to shared state (#8437).
2012-03-21 Henri SaraRefactor error messages not to use UIDL (#8437).
2012-03-21 Henri SaraRefactor error messages on server side (#8437).
2012-03-21 Leif ÅstrandPrevent properly sized button element from causing...
2012-03-21 Leif ÅstrandForce reflow in IE8 to detect icon style (#8313)
2012-03-21 Artur SignellCode cleanup for paint/dirty state tracking changes
2012-03-21 Artur SignellEnsure the widget in the selected tab is always visible...
2012-03-21 Artur SignellUnified logic in getting dirty connectors to ensure...
2012-03-21 Artur SignellHide log by setting width/height to 0 so that the same...
2012-03-21 Artur SignellFixed NPE when Table does not contain components
2012-03-21 Artur SignellUpdated locators as invisible components are no longer...
2012-03-21 Artur SignellPass ManagedLayout to layout slot to avoid NPE when...
2012-03-21 Artur SignellCode cleanup
2012-03-21 Artur SignellAdded requestRepaintall helper to AbstractComponentCont...
2012-03-21 Artur SignellRepaint children when parent becomes visible
2012-03-21 Artur Signelljavadoc
2012-03-21 Artur Signell#8515 Avoid painting invisible children, also through...
2012-03-21 Artur SignellRemoved extra check as Component extends RpcTarget
2012-03-21 Artur SignellRemoved unused code related to old offsetSize stored...
2012-03-21 Artur Signell#8500 Avoid unregistering components that have been...
2012-03-21 Artur Signell#8500 Properly repaint parent (hierarchy) when the...
2012-03-21 Artur SignellAdded generics to KeyMapper and made it based on HashMa...
2012-03-21 Artur Signell#8438 Event handler registration is now a Set in the...
2012-03-21 Artur Signell #8515 Additional fix for sets, and lists from client...
2012-03-21 Artur Signell#8455 Root.getCurrentRoot can now be used in Root.init()
2012-03-21 Artur SignellMade Window work again (connectors are now children...
2012-03-21 Artur SignellPaint Vaadin 6 changes in hierarchy order to retain...
2012-03-21 Artur SignellMade debug id:s work again
2012-03-21 Artur SignellMinor cleanup
2012-03-21 Artur SignellrepaintRequestListenersNotified and "cached" are no...
2012-03-21 Artur SignellJavadoc - mentioned that components must notify their...
2012-03-21 Artur SignellMinor debug info changes
2012-03-21 Artur SignellMoved Connector -> Connector Id mapping to AbstractComp...
2012-03-21 Artur SignellCleaned up code related to storing which type mappings...
2012-03-21 Artur SignellRemoved unused code
2012-03-21 Leif ÅstrandImprove notification for uncaught UmbrellaException
2012-03-21 Leif ÅstrandEnsure AbsoluteLayout wrappers have the rigth size...
2012-03-21 Leif ÅstrandShow uncaught exceptions as notifications (#8544)
2012-03-20 Automerge[merge from 6.7] Change screenshot delay to improve...
2012-03-20 Johannes Dahlström#8209 Call click() from handleAction
2012-03-20 Johannes Dahlström#8209 Added a public click() method to Button, simulati...
2012-03-20 Automerge[merge from 6.7] Test script for #7855
2012-03-20 Leif ÅstrandTake negative margin into account when calculating...
2012-03-20 Leif ÅstrandShow a clear message to more easily discover layout...
2012-03-20 Johannes DahlströmTest for #6085 - use assertHtmlSource instead of assert...
next