]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-06-28 Leif ÅstrandDescribe how paths are resolved in javadoc (#9048)
2012-06-28 Leif ÅstrandUpdate #9048 based on reviews
2012-06-28 Pekka HyvönenFixed connector so it no longer overwrites all style...
2012-06-28 Sami ViitanenTooltips are now handled by the connector and not the...
2012-06-28 Artur SignellAbstractJavascriptComponent should be abstract (#9054)
2012-06-28 Artur SignellAbstractMedia should be abstract (#9053)
2012-06-28 Artur SignellFormatted all source files
2012-06-28 Leif ÅstrandSupport connector:// and use it for relative dependency...
2012-06-28 Leif ÅstrandDefine what initialization corresponds to init method...
2012-06-28 Leif ÅstrandAdd error handling to ResourceLoader (#9044)
2012-06-28 Artur SignellFixed typo (#8943)
2012-06-28 Artur SignellUpdated javadoc
2012-06-28 Artur SignellClean non-component connectors also (#8943)
2012-06-28 Artur SignellRemoved unnecessary build step that modifies CRLF/LF
2012-06-27 Leif ÅstrandJavadocs for @StyleSheet and @JavaScript (#9044)
2012-06-27 Leif ÅstrandRename widget -> dependency in delayed load handling...
2012-06-27 Leif ÅstrandAdd @JavaScript and @StyleSheet and remove @LoadScripts...
2012-06-27 Henri SaraFix UriFragmentManagerTest based on earlier implementat...
2012-06-26 Leif ÅstrandMove test extension out of main source folder
2012-06-26 Leif ÅstrandMention legacy application level windows and relation...
2012-06-26 Leif ÅstrandMove test component out of main source folder
2012-06-26 Henri SaraAdd javadoc about navigation to initial view, remove...
2012-06-26 Leif ÅstrandDon't mention application level windows in Window javad...
2012-06-25 Artur SignellAdded Table.setSortEnabled and deprecated setSortDisabl...
2012-06-25 Artur SignellChanged AbstractInMemoryContainer.getItemIds() to retur...
2012-06-25 Artur SignellJavadoc fixes (#8943)
2012-06-25 Leif ÅstrandAdd some missing Javadoc to Page (#8907)
2012-06-25 Leif ÅstrandRename setCurrentXyz() to setCurrent() (#9029)
2012-06-25 Artur SignellTest for converter factory and related fixes (#8992)
2012-06-25 Leif ÅstrandUse Notification.show(Page) as the official entry point...
2012-06-25 Leif ÅstrandMove showNotification shorthands back to Root from...
2012-06-25 Leif ÅstrandMerge branch 'master' into rpcArray
2012-06-25 Artur SignellTest for changing Panel contents (#8735)
2012-06-25 Artur SignellTest for sorting Labels in a Table (#8845)
2012-06-25 Artur SignellAvoid getting root panel document multiple times (...
2012-06-25 Leif ÅstrandAvoid strange unicode literal in source file to make...
2012-06-25 Leif ÅstrandMerge branch 'rpcArray'
2012-06-25 Leif ÅstrandSupport arrays in RPC and shared state + test (#8655)
2012-06-25 Artur SignellFixed tab index for Button and NativeButton (#9022)
2012-06-25 Henri SaraFixes for Navigator: empty view name, no extra event...
2012-06-21 Artur SignellPass RPC exceptions to Application.terminalError (...
2012-06-21 Artur SignellAvoid infinite loop when producing error message (...
2012-06-21 Artur SignellAvoid double attach calls for sub windows (#9011)
2012-06-21 Artur SignellAdded missing parts which made test fail
2012-06-21 Artur SignellFixed typo
2012-06-21 Artur SignellStore measuredSize in map instead of in DOM in IE8...
2012-06-21 Artur SignellFixed typo
2012-06-21 Artur SignellCall attach only once for children (#9005)
2012-06-21 Artur SignellCall attach only once for children (#9006)
2012-06-21 Artur SignellCorrected file mode to 644
2012-06-21 Artur SignellRoot javadoc
2012-06-21 Artur SignellMoved connector tracking from Application to Root
2012-06-21 Artur SignellGet converter from the application of the component...
2012-06-21 Artur SignellConverter support and updated data source logic (#8990...
2012-06-21 Artur SignellAdditional test for converters (#8185)
2012-06-21 Artur SignellSplit generic converter methods from AbstractField...
2012-06-21 Artur SignellTest for repainting Window contents (#8832, #8943)
2012-06-21 Artur SignellMade Label Comparable<Label> and fixed comparison issue...
2012-06-21 Leif ÅstrandShow sensible message if variable change target isn...
2012-06-21 Leif ÅstrandUse "this" to avoid conflicts if there's a parameter...
2012-06-21 Henri SaraUse class references instead of class names for AcceptC...
2012-06-20 Leif ÅstrandUpdate mini tutorial code to use api introduced in...
2012-06-20 Leif ÅstrandAdd partially broken mini tutorial code for alpha 2
2012-06-20 Henri SaraEliminate scanning for accept criteria by reversed...
2012-06-20 Leif ÅstrandRestructure mini tutorial packages
2012-06-20 Leif ÅstrandDisable tutorial code for browser.getClientHeight/Width...
2012-06-20 Leif ÅstrandUpdate mini tutorial code to work with current APIs
2012-06-20 Leif ÅstrandAdd (partially broken) mini tutorial code to help detec...
2012-06-20 Leif ÅstrandJavadocs and minor tweaks for extensions, JavaScript...
2012-06-20 Johannes DahlströmFix tests broken by the layout overhaul
2012-06-20 Johannes DahlströmActually click on the splitter (test broken by #4120...
2012-06-19 Johannes DahlströmFixed regression: AbstractClickEventHandler.onMouseUp...
2012-06-19 Johannes DahlströmFix DragAndDropWrapper tooltip handling to use shared...
2012-06-19 Johannes DahlströmEnsure widgets are scrollable after a state change...
2012-06-19 Johannes DahlströmFix test broken by a DOM change: properly click the...
2012-06-19 Johannes DahlströmRegister mousedown handler correctly
2012-06-19 Leif ÅstrandProperly update v-disabled styles for most components...
2012-06-19 Johannes DahlströmWindow.showNotification -> Notification.show
2012-06-19 Johannes DahlströmMerge branch '6.8'
2012-06-19 Johannes DahlströmMerge remote-tracking branch 'origin/master'
2012-06-19 Johannes DahlströmFix issues caused by 6.8 merge: prevent NPE with compon...
2012-06-19 Leif ÅstrandUse new Function instead of eval to restrict scope...
2012-06-19 Leif ÅstrandFix typo in variable name
2012-06-19 Leif ÅstrandExtract API from Root to Page (#8907)
2012-06-19 Johannes DahlströmMerge remote-tracking branch 'origin/master'
2012-06-18 Leif ÅstrandDeprecate @LoadScripts to signal that it's a temporary...
2012-06-15 Johannes Dahlström#7938 Added reference to #8971 to the javadoc
2012-06-15 Johannes Dahlström#7938 Clarified Window.center() javadoc
2012-06-15 Leif ÅstrandRemove method accidentally left behind (#6730)
2012-06-15 Johannes DahlströmTB script for #8949
2012-06-15 Leif ÅstrandAdd API for getting the parent connector's id (#8888)
2012-06-15 Leif ÅstrandAdd support for getting the dom element for any connect...
2012-06-15 Johannes Dahlström#8949 Make sure a drag image always has absolute position
2012-06-15 Leif ÅstrandAdd support for callbacks in other objects (e.g. "foo...
2012-06-15 Leif ÅstrandProperly pass arguments from the server to the callback...
2012-06-15 Leif ÅstrandAdd StateChangeHandler in init to come after component...
2012-06-15 Johannes DahlströmMerge remote-tracking branch 'origin/master'
2012-06-15 Leif ÅstrandAdd missing Serializable
2012-06-15 Leif ÅstrandAdd missing $entry
2012-06-14 Leif ÅstrandImplement js rpc proxy objects and wildcard rpc support...
next