]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-01-26 Jens JanssonSplitted up VButton and VNativeButton into paintable...
2012-01-26 Jens JanssonSplitted up VButton and VNativeButton into paintable...
2012-01-26 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-26 Artur SignellSplit VScrollTable, VTreeTable and VMenuBar into painta...
2012-01-26 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-24 Artur SignellFixed VLabel class references
2012-01-23 Artur SignellCreated VAbstractPaintableWidget
2012-01-22 Artur SignellSplit Paintable from Widget so we have VPaintable ...
2012-01-20 Artur SignellSplit Paintable handling from ApplicationConnection...
2012-01-20 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-20 Jens Jansson#8019 Added ItemCaptionMode enum for AbstractSelect...
2012-01-20 Jens Jansson#8019 Table's column alignment constants to enum.
2012-01-20 Leif ÅstrandChange getConfigString to not return null for empty...
2012-01-18 Jens Jansson#8019 Did a bunch of null checks for possible faulty...
2012-01-12 Leif ÅstrandUpdate integration tests to use ff9
2012-01-11 Leif ÅstrandTest with firefox 8
2012-01-10 Leif ÅstrandParent layouts updated to make height: 100% work for...
2012-01-09 Leif ÅstrandYet another layout test application
2012-01-09 Leif ÅstrandSet the expansion ratio to the right child (#8053)
2012-01-06 Leif ÅstrandMerge remote branch 'origin/master' into contrib
2012-01-06 Leif Åstrand#8170 Updated to work with Vaadin 7
2012-01-06 Leif ÅstrandRemove invalid javadoc causing eclipse formatter to...
2012-01-06 Leif ÅstrandMerge remote branch 'origin/6.8'
2012-01-06 Leif Åstrand#8164 Make WrappedHttpServletRequest extend HttpServlet...
2012-01-06 Leif ÅstrandEnsure the ThreadLocal request is cleared even if an...
2012-01-06 Leif Åstrand#8163 Print an error message if vaadinBootstap.js canno...
2012-01-04 Leif ÅstrandMore thorough testing of different init parameters...
2012-01-04 Leif ÅstrandPass initial request details through the browser (...
2012-01-04 Leif ÅstrandRestore serlvet configs that were disabled during Windo...
2012-01-04 Leif Åstrand#8019 Enum for Label.ContentMode
2012-01-04 Leif ÅstrandActually ignore subsequent defaults (#8226)
2012-01-04 Leif Åstrand#8226 Don't throw exception when defaults are already...
2012-01-04 Leif Åstrand#8172 WrappedResponse is missing javadoc
2012-01-04 Leif ÅstrandUse sendError instead of just a status code
2012-01-03 Jens Janssonfixed a test which relied on the ColumnHeaderMode,...
2012-01-02 Leif ÅstrandUpdated mini tutorial to use precreated fields
2012-01-02 Jens Jansson#8019 Table ColumnHeaderMode from numeric constants...
2012-01-02 Leif ÅstrandMove invocation of incrementActiveRequests based on...
2012-01-02 Leif Åstrand#8190 Recorder no longer waits for Vaadin application...
2012-01-02 Leif ÅstrandThe final mini tutorial for alpha1
2012-01-02 Leif ÅstrandMerge branch 'contrib'
2011-12-30 Johannes DahlströmMerged changes from 6.7
2011-12-28 Leif ÅstrandRemove support for interpreting VView with a "sub"...
2011-12-23 Marko GronroosFixed a typo in Release Notes.
2011-12-23 Artur SignellDeprecated Form. Use FieldGroup instead.
2011-12-23 Marko GronroosMerge branch 'master' of ssh://dev.vaadin.com/vaadin 7.0.0.alpha1
2011-12-23 Marko GronroosUpdated Release Notes for 7.0.0.alpha1.
2011-12-23 Artur SignellUse TextArea instead of TextField with set height
2011-12-23 Artur SignellInclude vaadinBootstrap.js in Liferay zip
2011-12-23 Artur SignellFixed incorrect type (int vs String)
2011-12-23 Artur SignellAttempt to make test more robust
2011-12-22 Artur SignellMinitutorial applications
2011-12-22 Artur SignellTest for #8191
2011-12-22 Artur Signell#8184 Tests for FieldGroup
2011-12-22 Artur SignellFieldBinder -> FieldGroup
2011-12-22 Artur SignellCorrected error message to show model and not presentat...
2011-12-22 Artur SignellUse DefaultFieldGroupFieldFactory by default
2011-12-22 Artur Signellcom.vaadin.tests.fieldbinder -> com.vaadin.tests.fieldgroup
2011-12-22 Marko GronroosMerge branch 'master' of ssh://dev.vaadin.com/vaadin
2011-12-22 Marko GronroosUpdated Release Notes for Vaadin 7.0.0.alpha1.
2011-12-22 Artur SignellCorrected fixed locators so test works again
2011-12-22 Marc EnglundLicense comment added to UnsupportedBrowserHandler
2011-12-22 Marc EnglundJavadocced the fact that root preserving should not...
2011-12-22 Marc EnglundRoot preservation should now work, even with @EagerInit...
2011-12-22 Henri SaraRemove TransactionalProperty that was replaced by
2011-12-22 Henri SaraMerge remote branch 'origin/6.8'
2011-12-22 Henri SaraRemove extra @Override annotation.
2011-12-22 Marc EnglundChanged javadoc to match current functionality
2011-12-22 Marc EnglundChanged how UnsupportedBrowserHandler 'singleton' store...
2011-12-22 Marc EnglundExternal UnsupportedBrowserHandler
2011-12-22 Leif ÅstrandCode for some of the mini tutorials
2011-12-22 Artur SignellChanged tests to be screenshot based to avoid bug in...
2011-12-22 Artur Signell#8102 Changing data source type from Double -> Number...
2011-12-22 Artur SignellPrint type info when an illegal type is passed to setValue
2011-12-22 Johannes DahlströmMerged changes from 6.8
2011-12-22 Leif ÅstrandMake LegacyWindow init eager as there was no other...
2011-12-22 Artur Signellcom.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroup
2011-12-22 Artur SignellDefaultFormBuilderFieldFactort -> DefaultFieldGroupFiel...
2011-12-22 Leif ÅstrandAlso check contents of BrowserDetails to determine...
2011-12-22 Jens Jansson#8019 Implemented Serializable in Size so you can seria...
2011-12-22 Leif ÅstrandAdd license to EagerInit.java
2011-12-22 Henri SaraRename BeanValidationValidator to BeanValidator based...
2011-12-22 Henri SaraMove bean validation implementation availability check to
2011-12-22 Leif ÅstrandRemove @ClientWidget for Root
2011-12-22 Artur SignellIntegrated FormBuilder into FieldGroup, renamed
2011-12-22 Artur SignellbindFields -> bindMemberFields + javadoc
2011-12-22 Jens JanssonMerge commit 'b9b1de7779dcb1d85778b056f5d017acd9d3c5a9...
2011-12-22 Jens Jansson#8019 Switched AbsoluteLayout size units when unset...
2011-12-22 Jens Jansson#8019 fixed an NPE which came along with changing Sizab...
2011-12-22 Jens Jansson#8019 Fixed Sizable UNITS to use an Enum Unit instead...
2011-12-22 Leif ÅstrandChange the default to a two request bootstrap
2011-12-22 Henri SaraAdd javadoc to Property.Transactional and Transactional...
2011-12-22 Henri SaraRename TransactionalProperty to Property.Transactional...
2011-12-22 Artur Signell#8095 Method renames based on API review meeting
2011-12-22 Artur SignellRenamed FieldBinder -> FieldGroup, BeanFieldBinder...
2011-12-22 Artur Signell#8173 Deprecated separate read through and write throug...
2011-12-22 Artur SignellRemoved static helper for BeanValidationValidator as...
2011-12-22 Artur SignellJavadoc fixes
2011-12-22 Leif ÅstrandReplace RootPreserveStrategy with Application.setRootPr...
2011-12-22 Leif ÅstrandRootRequiresMoreInformation -> RootRequiresMoreInformat...
next