]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
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...
2016-09-20 Aleksi HietanenReintroduce grid column hiding
2016-09-20 Denis AnisimovMove ItemCaptionProvider out of ComboBox (#184).
2016-09-20 Denis AnisimovTests that selection works when enabled and doesn't...
2016-09-20 Artur SignellUpdate to TestBench 4.1.0
2016-09-20 Denis AnisimovOverride forSelect methods for BeanBinder to return...
2016-09-20 Aleksi HietanenMove ItemStyleProvider out of ComboBox and unify with...
2016-09-19 elmotTest and fix a CheckBoxGroup icon provider and item...
2016-09-16 elmotCreate a RadioButtonGroup that replaces the single...
2016-09-16 Pekka HyvönenAdded Slider into compatibility package
2016-09-16 Ingo KegelFix regression that broke widget set compilation in...
2016-09-15 Teemu Suo-AnttilaRemove grid-gwt and parking from tested demos
2016-09-15 Artur SignellFix AbstractTextFieldConnector super class
2016-09-15 Aleksi HietanenAdd CheckBoxRenderer
2016-09-14 Artur SignellRemove broken changelog section for release notes and... 8.0.0.alpha2
2016-09-14 Henri SaraUpdate @since tags for 8.0
2016-09-14 Leif ÅstrandImplement support for binding multi-select components
2016-09-14 Denis AnisimovSelection should be updated each time when new data...
2016-09-14 Denis AnisimovDataSource.refreshAll() for notifying components to...
2016-09-14 Henri SaraUse state for ComboBox selection
2016-09-14 Henri SaraConvert ComboBox to inherit AbstractSingleSelect
2016-09-14 Johannes DahlströmImplement support for binding single-select components
2016-09-14 Johannes DahlströmSplit Binder tests roughly by category
2016-09-14 Leif ÅstrandAdd multi selection support to CheckBoxGroup
2016-09-14 Artur SignellUtility functions for helping to use elemental.json...
2016-09-13 elmotCreate a CheckBoxGroup that replaces the multi select...
2016-09-13 Pekka HyvönenFix invalid javadoc in ListDataSource
2016-09-13 Pekka HyvönenFix binder.load to reset validation status in the end
2016-09-13 Pekka HyvönenFix inconsistent API naming in Binder and remove unused...
2016-09-13 Henri SaraMake ComboBoxConnector extend AbstractListingConnector
2016-09-13 Henri SaraRemove unused state flag in AbstractFieldState
2016-09-13 Pekka HyvönenClear binder errors after load/bind
2016-09-13 Artur SignellAdd context event support to new Grid
2016-09-13 Artur SignellChange ColorPicker to use new ComboBox
2016-09-13 Artur SignellRemove Vaadin 6 DefaultWidgetSet
2016-09-12 Pekka HyvönenRefactor Binder Status Handling API
2016-09-12 Leif ÅstrandExtract single select stuff to its own test UI
2016-09-12 Artur SignellMerge update and migration section of release notes
2016-09-12 Teemu Suo-AnttilaSupport finding components in v7 packages with Componen...
2016-09-12 Teemu Suo-AnttilaFix indices in GridSortingTest
2016-09-12 Henri SaraUpdate ComboBox for new DataSource and communication...
2016-09-12 Aleksi HietanenAdd hasChanges to Binder
2016-09-12 Johannes DahlströmAdd selection support to NativeSelect
2016-09-12 Johannes DahlströmUpdate NativeSelect to use DataSource, extend AbstractL...
2016-09-12 Johannes DahlströmMove old NativeSelect UI tests to compatibility package
2016-09-12 Johannes DahlströmRemove unused SingleSelection
2016-09-12 Artur SignellUse fully qualified name for bundles
2016-09-12 Artur SignellUpdate server and browser support in release notes
2016-09-12 Johannes DahlströmReimplement Grid selection model in terms of AbstractSi...
2016-09-12 Artur SignellImplement new RichTextArea
2016-09-12 Johannes DahlströmAdd AbstractSingleSelection base class
2016-09-12 Teemu Suo-AnttilaAdd ItemClick events to Grid
2016-09-12 Johannes DahlströmAdd a simple non-connector single selection model
2016-09-09 Artur SignellMake sleep in tests throw RuntimeException to avoid...
2016-09-09 Artur SignellFormat project pom files using correct settings (4...
2016-09-09 Artur SignellAdd Vaadin7Widgetset metadata to manifest 8.0.0.alpha1
2016-09-09 Aleksi HietanenMigrate ClickableRenderer and subclasses
next