]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2016-11-29 Teemu Suo-AnttilaRemove unused field in ComboBox
2016-11-28 Teemu Suo-AnttilaAdd ComboBox custom filtering methods and tests
2016-11-28 Teemu Suo-AnttilaAdd a fallback to Declarative*Generator
2016-11-28 Teemu Suo-AnttilaAdd filter type to DataCommunicator
2016-11-28 Teemu Suo-AnttilaType Listing for DataProvider to allow custom filter...
2016-11-28 Henri SaraUse state classes for Embedded, InlineDateField and...
2016-11-28 Henri SaraAdd missing getState(boolean) methods
2016-11-28 Henri SaraAdd shared state for CustomComponent and DragAndDropWrapper
2016-11-28 Henri SaraAdd state classes for Abstract(Single)ComponentContainer
2016-11-28 Denis AnisimovChange addXXListener method in VaadinService to return...
2016-11-27 Henri SaraRevert Upload listener registration changes in compatib...
2016-11-25 Denis AnisimovProvide tests for "required indicator" property for...
2016-11-25 Teemu Suo-AnttilaReintroduce Grid Editor using Binder
2016-11-25 Artur SignellUpgrade to TestBench 5 alpha1 and JUnit 4.12
2016-11-25 Denis AnisimovData should be updated when it's set for disabled compo...
2016-11-24 elmotGrid merging header cells
2016-11-24 Denis AnisimovProvide declarative support for listing components.
2016-11-23 Leif ÅstrandAdd helper for updating the diffstate of a component
2016-11-23 Leif ÅstrandRefactor listener registration creation to reduce boile...
2016-11-22 Artur SignellRemove unused theme getter (#11412)
2016-11-22 Aleksi HietanenFix field value change event handling for unbound binder
2016-11-22 Teemu Suo-AnttilaImplement chaining of filters for data providers
2016-11-22 Teemu Suo-AnttilaAdd UI.access() safeguard for shared data providers
2016-11-22 Teemu Suo-AnttilaAdd DataProvider.setFilter method
2016-11-21 Teemu Suo-AnttilaAdd DataProvider.convertFilter, fix ListDataProvider...
2016-11-21 Teemu Suo-AnttilaAdd Filter parameter to DataProvider
2016-11-21 Henri SaraAdd filter type parameter for Query
2016-11-18 Teemu Suo-AnttilaAdd HTML/Component support to Grid Footers
2016-11-17 Leif ÅstrandMake ValoTheme subclassable
2016-11-11 elmotRenaming DataSource -> DataProvider to avoid collisions... 8.0.0.alpha7
2016-11-11 Denis AnisimovSmall documentation correction (from github).
2016-11-11 elmotFix DeprecatedTest under Windows
2016-11-11 elmotRenaming DataSource -> DataProvider to avoid collisions...
2016-11-10 Pekka HyvönenRemove HasValue from Grid
2016-11-09 Per-Åke MinborgUse final modifier where appropriate
2016-11-07 Aleksi HietanenCreate script GeneratePostPublishReport.py
2016-11-07 Per-Åke MinborgReplace EMPTY_SET and EMPTY_LIST with emptySet() and...
2016-11-07 Per-Åke MinborgUse lambdas where appropriate
2016-11-07 Per-Åke MinborgReplace Charset.forName("UTF--8") with StandardCharsets...
2016-11-05 Per-Åke MinborgExplicit type args can be inferred
2016-11-05 Per-Åke MinborgReplace implicit for-loop with foreach
2016-11-05 Per-Åke MinborgReplace Stack with Deque
2016-11-05 Per-Åke MinborgReplace Hashtable
2016-11-05 Per-Åke MinborgRename generic type parameter that hides another type...
2016-11-05 Per-Åke MinborgRemove another redundant cast
2016-11-05 Per-Åke MinborgRemove redundant casting
2016-11-05 Per-Åke MinborgRemove redundant array creation for varargs
2016-11-05 Per-Åke MinborgMake sure lock() is released in finally block
2016-11-05 Per-Åke MinborgReplace assertEquals(true|false,) with assert(True...
2016-11-04 Per-Åke MinborgFlip parameters of .assertEquals()
2016-11-04 Per-Åke MinborgReplace Vector with List and ArrayList
2016-11-04 Anna MiroshnikScrolling down submenus via scrollbar (MenuBar.isAutoOp...
2016-11-04 Per-Åke MinborgPass array of length when possible
2016-11-04 Per-Åke MinborgUse Collection .isEmpty() over .size() == 0
2016-11-04 Per-Åke MinborgUse String .isEmpty() over .equals("")
2016-11-04 Per-Åke MinborgUse chain of .append() methods instead of String concat...
2016-11-04 Steven SpunginAdd method to auto scale calendar time range (#17715)
2016-11-04 Denis AnisimovCreate MultiSelect interface to replace Multi selection...
2016-11-04 Aleksi HietanenAdd demo validation and deployment status traffic light...
2016-11-03 Aleksi HietanenImprove GenerateBuildTestAndStagingReport 8.0.0.alpha6
2016-11-03 Pekka HyvönenRevert "Convert to for-each loop, Stream and switch...
2016-11-02 Per-Åke MinborgRemove redundant invocations of .toString()
2016-11-02 Per-Åke MinborgRemove manual array copy
2016-11-02 Per-Åke MinborgReplace single character Strings with character literals
2016-11-02 Per-Åke MinborgRemove Boolean constructor invocation and add foreach
2016-11-02 Per-Åke MinborgConvert to for-each loop, Stream and switch-over-strings
2016-11-02 Per-Åke MinborgReplace String.indexOf with String.contains
2016-11-02 Per-Åke MinborgReplace with multi-catch
2016-11-02 Per-Åke MinborgConvert to try-with-resource
2016-11-02 Per-Åke MinborgUse diamond in generic creation where possible
2016-11-02 Per-Åke MinborgAdd @Override annotations
2016-11-02 Per-Åke MinborgAdd braces
2016-11-02 Aleksi HietanenImprove script GenerateBuildTestAndStagingReport
2016-11-02 Per-Åke MinborgUse operator assignments where possible
2016-11-02 Per-Åke MinborgRemove redundant casts
2016-11-02 Per-Åke MinborgAdd private constructor for utility classes
2016-11-02 Denis AnisimovMake SelectionModel API only server side.
2016-11-02 Teemu Suo-AnttilaMove read-only to AbstractFieldState (#8514)
2016-11-02 Henri SaraAdd new publish report script
2016-11-02 Aleksi HietanenInitial version for new combined build, testing and...
2016-11-02 Denis AnisimovCreate SingleSelect semantic interface which extends...
2016-11-02 Teemu Suo-AnttilaClean up state hierarchy for AbstractFieldState
2016-11-02 Teemu Suo-AnttilaMove setReadOnly from Component to HasValue
2016-11-02 Pekka HyvönenAdd Bindinding.setRequired
2016-11-01 Denis AnisimovIntroduces ValidationResult interface to replace Result...
2016-11-01 Teemu Suo-AnttilaAdd error message provider to provide translations
2016-11-01 Pekka HyvönenReplace setRequired & HasRequired with setRequiredIndicator
2016-11-01 Henri SaraAdd target test-all for UI tests
2016-10-31 Denis AnisimovImplement focus/blur events for RadioButtonGroup.
2016-10-31 Anna MiroshnikM-day calendar event is hidden if firstVisibleHourOfDay...
2016-10-31 Denis AnisimovImplement focus/blur listeners for NativeSelect.
2016-10-31 Aleksi HietanenUpdate ServletIntegrationUI to use Valo
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
next