]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2016-10-31 Denis AnisimovImplement focus and blur events for CheckBoxGroup.
2016-10-31 Pekka HyvönenRemove Locale from BeanValidator because of ValueContext
2016-10-31 Denis AnisimovDate/time issues are fixed in the tests.
2016-10-29 Artur SignellServe static files also in servletPath/VAADIN (#14398)
2016-10-28 Leif ÅstrandRemove JavaDoc mentions of RepaintRequestEvent (#19953)
2016-10-27 Aleksi HietanenFix broken GridSortingTest caused by theme change
2016-10-26 Aleksi HietanenUpdate VerifyBrowserVersionTest to Chrome 54
2016-10-26 Teemu Suo-AnttilaAdd ValueContext to Validators
2016-10-26 Pekka HyvönenRename Binder methods
2016-10-26 Denis AnisimovDisable default null representation one way converter.
2016-10-26 Pekka HyvönenUpdate to GWT 2.8.0 Final
2016-10-26 Denis AnisimovIntroduce "shouldWriteDefaultValues" property to Design...
2016-10-25 Teemu Suo-AnttilaRemove undocumented, unused extra default methods from...
2016-10-25 Aleksi HietanenGrid html/component content in headers
2016-10-25 Teemu Suo-AnttilaFix setValue() methods behavior null argument value...
2016-10-25 Denis AnisimovUpdate ValueChange API to use Component and HasValue<>.
2016-10-25 Denis AnisimovBinder.bindInstanceFields(Object) method implementation...
2016-10-24 Aleksi HietanenAdd compatibility-themes to ivysettings and all-assembl...
2016-10-24 Leif ÅstrandCorrect serializable issues and test that components...
2016-10-24 Teemu Suo-AnttilaUpdate Hierarchical container JavaDocs to match code...
2016-10-24 Teemu Suo-AnttilaAdd ValueContext parameter for Converters
2016-10-24 Denis AnisimovMove old SelectionEvent to V7 and create a new selectio...
2016-10-24 Teemu Suo-AnttilaInitial support for null representations in Binder
2016-10-24 Aleksi HietanenAdd utility for outputting the full declarative syntax...
2016-10-21 Denis AnisimovDerive Listing components from HasValue.
2016-10-21 Pekka HyvönenFix bad pom.xml syntax introduced in previous commit 8.0.0.alpha5
2016-10-21 Pekka HyvönenAdd correct release profile to bom
2016-10-21 Denis AnisimovProvide declarative tests for all V7 field components.
2016-10-20 Pekka HyvönenAdd missing groupId to bom/pom.xml
2016-10-20 Denis AnisimovRevert "Initial support for null representations in...
2016-10-20 Pekka HyvönenAdd vaadin-all as parent for bom
2016-10-20 Teemu Suo-AnttilaInitial support for null representations in Binder
2016-10-19 Teemu Suo-AnttilaImplement basic footer support for Grid
2016-10-19 Teemu Suo-AnttilaThrow exception from multiple columns with same identifier
2016-10-18 John AhlroosFix Mockito/Hamcrest build classpath conflict
2016-10-18 Pekka HyvönenFix root dependencies from leaking to BOM
2016-10-17 Marc EnglundAdd "valo-menu-hover" stylename to make responsive...
2016-10-17 Teemu Suo-AnttilaUse identifiers for Grid Columns
2016-10-17 Leif ÅstrandUse diffstate for JS connectors (#20335)
2016-10-14 Denis AnisimovMemory measurement test for V7&V8 Grids, 1 item and...
2016-10-14 Pekka HyvönenUse placeholder instead of inputPrompt for DateField
2016-10-13 Aleksi HietanenMove all themes except Valo into a new compatibility...
2016-10-13 Aleksi HietanenFix security issue in BoV custom ValidationStatusHandle...
2016-10-13 Pekka HyvönenRemove AbstractComponent.immediate
2016-10-13 Aleksi HietanenFix BoV custom ValidationStatusHandler example
2016-10-12 Aleksi HietanenUpdate Binder to consistently use "bean" instead of...
2016-10-11 Denis AnisimovAdd Grid V7/V8 memory test UIs.
2016-10-07 Aleksi HietanenRevert NativeSelect DOM structure change 8.0.0.alpha4
2016-10-07 Denis AnisimovAdd push module to apiDiff profile to be able to resolv...
2016-10-07 Aleksi HietanenMake valo independent of base theme
2016-10-07 Pekka HyvönenSeparate immediate mode for Upload from AbstactComponen...
2016-10-07 Denis AnisimovChange japicmp profile activation to avoid run it for...
2016-10-07 Denis AnisimovFix broken tests because of default theme change (Valo).
2016-10-07 Pekka HyvönenAdd Upload to compatibility packages
2016-10-07 Teemu Suo-AnttilaUse reindeer theme in servlet integration test
2016-10-07 Denis AnisimovAdd new goal for japicmp to compare different API version
2016-10-06 Teemu Suo-AnttilaRevert "Fix Mockito/Hamcrest build classpath conflict"
2016-10-06 Denis AnisimovAdd support for binder status change events (#208).
2016-10-06 Aleksi HietanenReintroduce reordering of grid columns
2016-10-06 Pekka HyvönenMake Valo the default theme
2016-10-05 Denis AnisimovFix for ValoThemeUI test: use new sreenshots with updat...
2016-10-05 Johannes DahlströmMake ColorPicker subcomponents HasValues
2016-10-05 Denis AnisimovFix GridColumnHidingTest: don't use moveToElement(...
2016-10-05 Henri SaraAdd ItemDataSource for tests
2016-10-05 Teemu Suo-AnttilaFix indentation issue in demo build script
2016-10-05 Denis AnisimovFix broken tests (#376).
2016-10-05 Denis AnisimovUpdate documentation (+javadoc) references to obsolete...
2016-10-05 John AhlroosFix Mockito/Hamcrest build classpath conflict
2016-10-04 Aleksi HietanenFix itemCaptionProvider test case in ListSelectTest
2016-10-04 Pekka HyvönenFix broken DateField for ValoThemeTestUI
2016-10-03 Johannes DahlströmClean up ColorPickerPopup
2016-10-03 Johannes DahlströmMake ColorPicker an AbstractField<Color>
2016-10-03 Johannes DahlströmCopy ColorPicker to compatibility-server (again)
2016-10-03 Teemu Suo-AnttilaUpdate GWT version to 2.8.0-rc3
2016-10-03 Denis AnisimovDo not derive DataSource from Function and replace...
2016-10-03 Denis AnisimovMigrating 7.7.1, 7.7.2, 7.7.3 to V8.
2016-09-30 Artur SignellFix parameterized runner to be compatible with TestBenc...
2016-09-30 Denis AnisimovMake AbstractDateField based on LocalDate (#125).
2016-09-30 elmotFix RadioButtonGroup client-side NPE which breaks item...
2016-09-29 Aleksi HietanenUnify listeners on the server side
2016-09-29 Aleksi HietanenFix item caption generators in RadioButton/CheckBoxGroup
2016-09-28 Pekka HyvönenListSelect with new data binding API 8.0.0.alpha3
2016-09-27 Johannes DahlströmImplement default header row in new Grid
2016-09-27 Johannes DahlströmInitial support for multiple headers in new Grid
2016-09-27 Denis AnisimovRevert ComboBox in compatibility packages to V7 version...
2016-09-27 Artur SignellRemove documentation for cursors in data sources
2016-09-27 Pekka HyvönenTwinColSelect with new databinding API
2016-09-26 Denis AnisimovUpdate DateRangeValidator to be LocalDate based (#320).
2016-09-23 Denis AnisimovExtract validation availability check out of BeanValida...
2016-09-23 Denis AnisimovMark all server compatibility classes deprecated (...
2016-09-23 Denis AnisimovMigrate AbstractJavaScriptRenderer to the new Grid...
2016-09-23 Denis AnisimovRename PopupDateField to DateField #297.
2016-09-23 Aleksi HietanenReintroduce grid column sizing
2016-09-22 Denis AnisimovRe-add back Form to compatibility package (#296).
2016-09-22 Steven SpunginFix typo in documentation
2016-09-21 Artur SignellUpdate to Chrome 53
2016-09-21 Alejandro DuarteUpdated link to new step 1 video in tutorial (the new...
2016-09-21 Denis AnisimovMake CheckBoxGroup.SimpleMultiSelectModel return a...
2016-09-21 Denis AnisimovAvoid explicit casting to getter return type in getDesc...
2016-09-21 Aleksi HietanenMove ItemIconProvider out of ComboBox, rename to IconGe...
next