]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-04-12 Artur SignellButton, NativeButton and CheckBox are no longer Vaadin6...
2012-04-12 Artur SignellSimplified initialization of ServerRpc proxies
2012-04-12 Artur SignellComponent no longer implements Paintable
2012-04-12 Artur SignellUpdated Root to use hierarchy change event for content...
2012-04-12 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-04-11 Leif ÅstrandEnsure table rows are sent when a Table tab is re-selec...
2012-04-11 Johannes Dahlström#6155 Javadoc/comments; refresh field value from data...
2012-04-11 Leif ÅstrandLog deferred widget loading time if it is slow
2012-04-11 Leif ÅstrandDon't use deferred widget loading as it is currently...
2012-04-11 Leif ÅstrandIgnore optional GWT output
2012-04-11 Leif ÅstrandDisable excessive debug logging
2012-04-11 Leif ÅstrandRemove unused field and unused import
2012-04-11 Artur SignellFixed locator string
2012-04-10 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-04-10 Artur SignellFixed bug in calculating % size when using reverse...
2012-04-10 Artur SignellRemoved old info and added mention of #4296
2012-04-10 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-04-10 Artur SignellInternally remove component before detach listener...
2012-04-10 Artur SignellProvide a dummy Root to avoid NPE
2012-04-10 Artur SignellAllow splitter position to be float to avoid rounding...
2012-04-10 Artur SignellDisabled excessive debug logging
2012-04-10 Leif ÅstrandUpdate #8544 to be more verbose and to show more exceptions
2012-04-10 Henri SaraClose all URLConnections, not only Java6 specific FileU...
2012-04-10 Leif ÅstrandMerge remote branch 'origin/6.8'
2012-04-10 Artur SignellFixed problem with captions always being in the top...
2012-04-10 Artur SignellFixed NPE in click listener
2012-04-10 Artur SignellFixed GridLayout captions when components are moved...
2012-04-10 Artur SignellPrint stack traces to console when in GWT Dev Mode
2012-04-05 Artur SignellFixed potential problem with file descriptors remaining...
2012-04-05 Automerge[merge from 6.7] Fix #8595: Always use MULTISELECT_MODE...
2012-04-05 Automerge[merge from 6.7] TestBench test for #8604
2012-04-05 Automerge[merge from 6.7] Fixed #8604: Tree multiselect worked...
2012-04-05 Artur SignellDisable TreeTable partial updates until it is fixed
2012-04-05 Johannes Dahlström#8203 Added TabSheet#setSelectedTab(int) and TabSheet...
2012-04-05 Johannes DahlströmImplemented #8307: Added AbstractField#removeAllValidat...
2012-04-05 Johannes DahlströmFixed #6155: stop listening to Property value change...
2012-04-05 Artur SignellFixed import
2012-04-05 Henri SaraMore detailed tracing of slow operation in ApplicationC...
2012-04-05 Artur SignellRenamed template so it is not run as a TestBench script
2012-04-05 Artur SignellRemoved unneeded code (TextField uses border box sizing)
2012-04-05 Artur SignellActually use and update shared state variables on serve...
2012-04-05 Artur SignellFixed GridLayout caption rendering
2012-04-05 Henri SaraMoved Collapsible and HierarchicalContainerOrderedWrapp...
2012-04-05 Artur SignellFixed spacing that was only partly moved to shared...
2012-04-04 Artur SignellRefer to Connector instead of ClientConnector
2012-04-04 Artur SignellMoved Form child component references to state
2012-04-04 Artur SignellRemoved unnecessary calls to unregisterPaintable
2012-04-04 Artur SignellFixed GridLayout caption problem + small step towards...
2012-04-04 Artur SignellPaintable -> Connector
2012-04-04 Artur SignellIncreased logging to be able to see where time is spent
2012-04-04 Artur SignellTests for CustomLayout
2012-04-04 Artur SignellAbort widgetset compilation if there are errors
2012-04-04 Artur SignellUpdated CustomLayout to use shared state and new events
2012-04-04 Artur Signell#8602 Added support for Map<Connector,?>
2012-04-04 Artur SignellFixed merge problem from ef53ac075f83a865cbc6e736132821...
2012-04-04 Artur SignellInclude ApplicationRunnerServlet in test.war
2012-04-04 Artur SignellAdded missing license
2012-04-04 Artur SignellFile moed -> 644
2012-04-04 Artur SignellFixed FormLayoutConnector to use state and hierarchy...
2012-04-04 Artur SignellMoved ApplicationRunnerServlet to test folder and impro...
2012-04-04 Artur SignellMoved margins to AbstractLayoutState
2012-04-04 Artur SignellUpdated CssLayout to use new state and hierarchy change...
2012-04-04 Artur SignellAvoid adding empty id attributes to all connector widgets
2012-04-04 Artur SignellFixed typo
2012-04-04 Artur SignellCRLF -> LF
2012-04-04 Artur SignellAdded missing licence info
2012-04-04 Artur SignellServerConnector is no longer a Paintable, components...
2012-04-04 Artur SignellRemoved unnecessary updateFromUidl calls from containers
2012-04-04 Artur SignellUpdated AbsoluteLayout to use hierarchy and state chang...
2012-04-04 Artur SignellAvoid warning for RootConnector not having a parent
2012-04-04 Artur SignellUnregister event for ServerConnector
2012-04-04 Artur SignellChanged ConnectorHierarchyChangeEvent to use the same...
2012-04-04 Artur SignellSub window can no longer 'open' other windows
2012-04-04 Artur SignellMoved basic Window state attributes to WindowState
2012-04-04 Artur SignellCreated GridLayoutState with basic GridLayout state
2012-04-04 Artur SignellRemoved unused createState() from client side
2012-04-04 Artur SignellAutomatically create state on server side based on...
2012-04-04 Artur SignellGenerator to ease initialization of client to server...
2012-04-04 Artur SignellSimplified Rpc registration on server side (#8591)
2012-04-04 Artur SignellLog error for missing RPC manager or target (#8590)
2012-04-04 Artur SignellLog instead of using system.out
2012-04-04 Artur SignellAdded timestamps to debug window output
2012-04-04 Artur SignellDefined RPC in a field rather than inline for clarity
2012-04-04 Artur SignellRemoved description from target that should not be...
2012-04-04 Artur SignellAbstractComponent.updateFromUIDL moved to state change...
2012-04-04 Artur SignellFixed problem with anonymous classes and with AbstractC...
2012-04-04 Automerge[merge from 6.7] Test for #8328
2012-04-04 Henri SaraReplace @ClientWidget with client-side @Component ...
2012-04-04 Leif ÅstrandCreate integration test for WebSphere Application Serve...
2012-04-04 Johannes DahlströmTest tab scrolling in #5100 test
2012-04-04 Johannes Dahlström#5100 Removed obsolete code to fix a Firefox tab scroll...
2012-04-03 Leif ÅstrandDo panel wrapper sizing with css
2012-04-03 Leif ÅstrandRun onChildSizeChange for new children
2012-04-03 Automerge[merge from 6.7] Basic app for testing various aspects...
2012-04-03 Leif ÅstrandDump connector hierachy as a clickable tree
2012-04-03 Leif ÅstrandTweak spacings to better utilize horizontal space
2012-04-03 Leif ÅstrandLess verbose debug output
2012-04-02 Johannes Dahlström#5100 Fixed IE focus; fixed tab scrolling; minor refact...
2012-04-02 Johannes DahlströmReverted accidental commit
2012-04-02 Johannes DahlströmDon't test wrap-around in #5100 test as it's not curren...
next