]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-07-03 Leif ÅstrandAdd gwt.lib.dir for using prebuilt gwt jar files not...
2012-07-03 Leif ÅstrandCode for some alpha3 mini tutorials
2012-07-03 Henri SaraMerge remote-tracking branch 'origin/master'
2012-07-03 Henri SaraUpdate Ivy configuration and build script for integrate...
2012-07-03 Leif ÅstrandAdd test script for the serializers
2012-07-03 Leif ÅstrandSupport array as a generic type parameter (#8861)
2012-07-02 Leif ÅstrandUpdate mini tutorial to actually use Root.getCurrent()
2012-07-02 Henri SaraMerge branch 'gwt'
2012-06-29 Artur SignellDon't throw NPE if there is no implementation (#9081) 7.0.0.alpha3
2012-06-29 Artur SignellSeparated part of DefaultWidgetSet to com.vaadin.Vaadin...
2012-06-29 Artur SignellEnsure native method does not return undefined
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Artur SignellTwinColSelectConnector.init() must call super.init()
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Henri SaraInclude GWT Elemental library in Vaadin JAR.
2012-06-29 Artur SignellGridLayout should call super.init()
2012-06-29 Artur SignellEnsure only click events scroll tabs (#9077)
2012-06-29 Leif ÅstrandRestore static helper for executing JS that somehow...
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Artur SignellMinor release notes update
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Artur SignellFixed problem when Table pagelength==0 and components...
2012-06-29 Henri SaraReplace Navigator(Page) with Navigator(ComponentContain...
2012-06-29 Artur SignellFixed test so tooltips disappear and can be shown again
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Artur SignellWait for tooltip to become visible
2012-06-29 Artur SignellCRLF -> LF
2012-06-29 Artur SignellAdded missing license
2012-06-29 Sami ViitanenMade MenuBar item tooltips work again (#8425)
2012-06-29 Artur Signellpaintable -> connector
2012-06-29 Artur SignellProperly hide tooltips between shows
2012-06-29 Artur SignellAttempt to make test more stable
2012-06-29 Artur SignellUse showTooltip instead of mouseOver
2012-06-29 Leif ÅstrandUpdate deprecation messages to inform about changed...
2012-06-29 Leif ÅstrandChange Notification default to no allow HTML (#9066)
2012-06-29 Artur SignellHide tooltip before showing it again
2012-06-29 Artur SignellUse showTooltip instead of mouseOver
2012-06-29 Leif ÅstrandMention primitives in the javadoc (though they are...
2012-06-29 Artur SignellAdd v-datefield-day instead of prefixed for compatibili...
2012-06-29 Artur SignellHide tooltip before showing again to make test more...
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-29 Artur SignellAdded rootId to stream variables URLs (#9034)
2012-06-29 Henri SaraMerge branch 'master' into gwt
2012-06-28 Marko GronroosUpdated Release Notes for Vaadin 7.0.0.alpha3.
2012-06-28 Artur SignellAvoid calling layoutNow() during state change (#9017)
2012-06-28 Artur SignellCRLF -> LF
2012-06-28 Johannes Dahlström#8957 Ensure non-negative width
2012-06-28 Leif ÅstrandPreload translated url instead of loading raw url ...
2012-06-28 Artur SignellSend the initial browser window size with the first...
2012-06-28 Artur SignellFixed check for empty error message in tooltip (#8425)
2012-06-28 Artur SignellSupport for SuperDevMode through ?superdevmode (#8983)
2012-06-28 Leif ÅstrandRename getWidgetElement() -> getElement() (#8888)
2012-06-28 Leif ÅstrandAdd logging for rejected connector resource requests...
2012-06-28 Leif ÅstrandDescribe how paths are resolved in javadoc (#9048)
2012-06-28 Leif ÅstrandUpdate #9048 based on reviews
2012-06-28 Henri SaraMerge branch 'master' into gwt
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 SaraInclude rebased streamhtmlparser library in Vaadin...
2012-06-27 Henri SaraFix UriFragmentManagerTest based on earlier implementat...
2012-06-26 Henri SaraDo not explicitly include JSON library, take it from...
2012-06-26 Henri SaraMerge branch 'master' into gwt
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 Henri SaraMerge branch 'master' into gwt
next