]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
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
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)
next