]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
7 years agoAdd scroll logic from TreeGrid to Tree (#10005)
Piotr Wilkin [Wed, 20 Sep 2017 10:30:12 +0000 (12:30 +0200)]
Add scroll logic from TreeGrid to Tree (#10005)

Fixes #9967

7 years agoRemove unused methods (#10020)
Ahmed Ashour [Wed, 20 Sep 2017 10:16:21 +0000 (12:16 +0200)]
Remove unused methods (#10020)

7 years agoFix ColorPickerGrid indexing
Henri Sara [Wed, 20 Sep 2017 07:59:02 +0000 (10:59 +0300)]
Fix ColorPickerGrid indexing

Fixes #9018

7 years agoUse interface not Implementation, as method parameter
Ahmed Ashour [Tue, 19 Sep 2017 16:30:13 +0000 (18:30 +0200)]
Use interface not Implementation, as method parameter

7 years agoAdd headers to community articles (#10028)
Henri Muurimaa [Wed, 20 Sep 2017 08:02:36 +0000 (11:02 +0300)]
Add headers to community articles (#10028)

7 years agoUse simple class names
Ahmed Ashour [Wed, 20 Sep 2017 06:18:37 +0000 (08:18 +0200)]
Use simple class names

7 years agoShow validation error selecting invalid date from DateField (#10013)
Marco Collovati [Wed, 20 Sep 2017 05:32:04 +0000 (07:32 +0200)]
Show validation error selecting invalid date from DateField (#10013)

Component error was cleared after selecting a date from
calendar popup, even if the date is invalid due to
validation errors or if user programmatically sets an UserError.

This change inverts the order of setValue() and setComponentError(null) in order
to preserve errors set by ValueChangeListeners (e.g. Binder validators).

Fixes #10011

7 years agoAdd API for running BindingValidationStatusHandlers (#9966)
Teemu Suo-Anttila [Tue, 19 Sep 2017 13:09:56 +0000 (16:09 +0300)]
Add API for running BindingValidationStatusHandlers (#9966)

This patch adds an API to Binding for accessing the validation status handlers from a custom BinderValidationStatusHandler.

7 years agoOptimize HierarchyMapper (#10003)
Piotr Wilkin [Tue, 19 Sep 2017 12:35:39 +0000 (14:35 +0200)]
Optimize HierarchyMapper (#10003)

Fixes parts of #9951, but does not address the issue of grouping pushed updates.

7 years agoImplement hashCode() when implementing equals()
Ahmed Ashour [Mon, 18 Sep 2017 14:05:29 +0000 (16:05 +0200)]
Implement hashCode() when implementing equals()

7 years agoRemove drag and drop from Tree doc (#9992)
Olli Tietäväinen [Tue, 19 Sep 2017 11:52:18 +0000 (14:52 +0300)]
Remove drag and drop from Tree doc (#9992)

Tree does not support drag and drop right now (see #9804).

7 years agoUse String.isEmpty()
Ahmed Ashour [Mon, 18 Sep 2017 21:16:02 +0000 (23:16 +0200)]
Use String.isEmpty()

7 years agoFix typo
Ahmed Ashour [Tue, 19 Sep 2017 09:10:20 +0000 (11:10 +0200)]
Fix typo

And change private member to List instead of ArrayList

7 years agoRemove unneeded ArrayList construction
Ahmed Ashour [Mon, 18 Sep 2017 17:47:48 +0000 (19:47 +0200)]
Remove unneeded ArrayList construction

7 years agoFix removeBinding logic (#10002)
Piotr Wilkin [Tue, 19 Sep 2017 07:44:16 +0000 (09:44 +0200)]
Fix removeBinding logic (#10002)

Fixes and improves on PR #9932.

7 years agoReplace iterators with enhanced for loops (#10018)
Ahmed Ashour [Tue, 19 Sep 2017 07:41:48 +0000 (09:41 +0200)]
Replace iterators with enhanced for loops (#10018)

This change also includes some other minor cleanup.

7 years agoMigrate wiki articles to Vaadin documentation (#9959)
Henri Sara [Tue, 19 Sep 2017 06:50:42 +0000 (09:50 +0300)]
Migrate wiki articles to Vaadin documentation (#9959)

7 years agoRemove migration error message 9959/head pr9959/r53
Erik Lumme [Mon, 18 Sep 2017 07:51:59 +0000 (10:51 +0300)]
Remove migration error message

7 years agoAdd aria-sort to Grid (#10007)
Knoobie [Mon, 18 Sep 2017 07:47:46 +0000 (09:47 +0200)]
Add aria-sort to Grid (#10007)

This adds basic support for aria-sort for Grid (https://www.w3.org/TR/wai-aria-1.1/#aria-sort).

- aria-sort is not added, if the column is not sortable
- aria-sort="none" is added, if the column is sortable but currently not sorted
- aria-sort="ascending" is added, if the column is sorted by asc
- aria-sort="descending" is added, if the column is sorted by desc
- aria-sort="other" is added, if more than 1 column is sorted, currently there is no aria-sort-order

7 years agoFix typ and add attachment link pr9959/r52
Erik Lumme [Fri, 15 Sep 2017 12:03:26 +0000 (15:03 +0300)]
Fix typ and add attachment link

7 years agoRemove redundant versions in POMs (#9990)
Ahmed Ashour [Thu, 14 Sep 2017 10:28:32 +0000 (12:28 +0200)]
Remove redundant versions in POMs (#9990)

7 years agoFix javadoc typos (#9998)
Ahmed Ashour [Thu, 14 Sep 2017 10:15:13 +0000 (12:15 +0200)]
Fix javadoc typos (#9998)

7 years agoAdd DOCTYPE for GWT module files
Ahmed Ashour [Thu, 14 Sep 2017 07:48:31 +0000 (09:48 +0200)]
Add DOCTYPE for GWT module files

7 years agoUpgrade maven-dependency and -source plugins
Ahmed Ashour [Thu, 14 Sep 2017 06:39:20 +0000 (08:39 +0200)]
Upgrade maven-dependency and -source plugins

7 years agoFix bnd warnings
Ahmed Ashour [Thu, 14 Sep 2017 06:20:10 +0000 (08:20 +0200)]
Fix bnd warnings

7 years agoSimplify conditional logic.
Ahmed Ashour [Wed, 13 Sep 2017 13:18:53 +0000 (15:18 +0200)]
Simplify conditional logic.

7 years agoUnify exec-maven-plugin to 1.6.0
Ahmed Ashour [Wed, 13 Sep 2017 12:18:56 +0000 (14:18 +0200)]
Unify exec-maven-plugin to 1.6.0

7 years agoJavadoc fixes
Ahmed Ashour [Wed, 13 Sep 2017 11:33:11 +0000 (13:33 +0200)]
Javadoc fixes

7 years agoMigrate AddingASplashScreen and CreatingMultiTabApplications pr9959/r51
Erik Lumme [Wed, 13 Sep 2017 12:07:25 +0000 (15:07 +0300)]
Migrate AddingASplashScreen and CreatingMultiTabApplications

7 years agoMigrate ConfigureInputFieldsToGuideDataEntry pr9959/r50
Erik Lumme [Wed, 13 Sep 2017 11:59:17 +0000 (14:59 +0300)]
Migrate ConfigureInputFieldsToGuideDataEntry

7 years agoMigrate BroadcastingMessagesToOtherUsers pr9959/r49
Erik Lumme [Wed, 13 Sep 2017 11:51:59 +0000 (14:51 +0300)]
Migrate BroadcastingMessagesToOtherUsers

7 years agoMigrate CreatingABookmarkableApplicationWithBackButtonSupport pr9959/r48
Erik Lumme [Wed, 13 Sep 2017 11:42:03 +0000 (14:42 +0300)]
Migrate CreatingABookmarkableApplicationWithBackButtonSupport

7 years agoSimplify boolean expressions
Ahmed Ashour [Wed, 13 Sep 2017 10:35:24 +0000 (12:35 +0200)]
Simplify boolean expressions

7 years agoMigrate ViewChangeConfirmations pr9959/r47
Erik Lumme [Wed, 13 Sep 2017 11:20:22 +0000 (14:20 +0300)]
Migrate ViewChangeConfirmations

7 years agoMigrate OpeningAUIInAPopupWindow pr9959/r46
Erik Lumme [Wed, 13 Sep 2017 11:14:16 +0000 (14:14 +0300)]
Migrate OpeningAUIInAPopupWindow

7 years agoMigrate ComponentAddonProjectSetupHowto pr9959/r45
Erik Lumme [Wed, 13 Sep 2017 11:10:42 +0000 (14:10 +0300)]
Migrate ComponentAddonProjectSetupHowto

7 years agoFix varargs warnings
Ahmed Ashour [Wed, 13 Sep 2017 10:06:36 +0000 (12:06 +0200)]
Fix varargs warnings

7 years agoMigrate GettingStartedOnNetBeans pr9959/r44
Erik Lumme [Wed, 13 Sep 2017 10:36:28 +0000 (13:36 +0300)]
Migrate GettingStartedOnNetBeans

7 years agoMigrate DynamicallyUpdatingStateBeforeSendingChangesToClient pr9959/r43
Erik Lumme [Wed, 13 Sep 2017 10:18:56 +0000 (13:18 +0300)]
Migrate DynamicallyUpdatingStateBeforeSendingChangesToClient

7 years agoMigrate UsingDeclarativeServices pr9959/r42
Erik Lumme [Wed, 13 Sep 2017 10:06:54 +0000 (13:06 +0300)]
Migrate UsingDeclarativeServices

7 years agoMigrate CreatingAComponentExtension pr9959/r41
Erik Lumme [Wed, 13 Sep 2017 09:54:25 +0000 (12:54 +0300)]
Migrate CreatingAComponentExtension

7 years agoMigrate UsingRPCToSendEventsToTheClient pr9959/r40
Erik Lumme [Wed, 13 Sep 2017 09:46:44 +0000 (12:46 +0300)]
Migrate UsingRPCToSendEventsToTheClient

7 years agoMigrate CreatingASimpleComponentContainer pr9959/r39
Erik Lumme [Wed, 13 Sep 2017 09:39:49 +0000 (12:39 +0300)]
Migrate CreatingASimpleComponentContainer

7 years agoMigrate CreatingANEclipseProject pr9959/r38
Erik Lumme [Wed, 13 Sep 2017 09:29:17 +0000 (12:29 +0300)]
Migrate CreatingANEclipseProject

7 years agoMigrate CreatingAServlet3.0Application pr9959/r37
Erik Lumme [Wed, 13 Sep 2017 09:20:16 +0000 (12:20 +0300)]
Migrate CreatingAServlet3.0Application

7 years agoMigrate LabelButtonsExpressively pr9959/r36
Erik Lumme [Wed, 13 Sep 2017 09:16:01 +0000 (12:16 +0300)]
Migrate LabelButtonsExpressively

7 years agoMigrate VisuallyDistinguishPrimaryActions pr9959/r35
Erik Lumme [Wed, 13 Sep 2017 09:11:09 +0000 (12:11 +0300)]
Migrate VisuallyDistinguishPrimaryActions

7 years agoFix generics type in test (#9977)
Ahmed Ashour [Wed, 13 Sep 2017 08:28:19 +0000 (10:28 +0200)]
Fix generics type in test (#9977)

This fixes a compilation error with Eclipse Oxygen.

7 years agoMigrate WidgetStylingUsingOnlyCSS pr9959/r34
Erik Lumme [Wed, 13 Sep 2017 08:27:27 +0000 (11:27 +0300)]
Migrate WidgetStylingUsingOnlyCSS

7 years agoFix indentation pr9959/r33
Erik Lumme [Wed, 13 Sep 2017 08:13:50 +0000 (11:13 +0300)]
Fix indentation

7 years agoMigrate CustomizingComponentThemeWithSass
Erik Lumme [Wed, 13 Sep 2017 08:11:24 +0000 (11:11 +0300)]
Migrate CustomizingComponentThemeWithSass

7 years agoMigrate RightAlignComparableNumericalFields
Erik Lumme [Wed, 13 Sep 2017 08:05:18 +0000 (11:05 +0300)]
Migrate RightAlignComparableNumericalFields

7 years agoMigrate PackagingSCSSorCSSinAnAddOn
Erik Lumme [Wed, 13 Sep 2017 08:01:26 +0000 (11:01 +0300)]
Migrate PackagingSCSSorCSSinAnAddOn

7 years agoMigrate MarkRequiredFieldsAsSuch
Erik Lumme [Wed, 13 Sep 2017 07:51:21 +0000 (10:51 +0300)]
Migrate MarkRequiredFieldsAsSuch

7 years agoMigrate ChangingThemeOnTheFly
Erik Lumme [Wed, 13 Sep 2017 07:48:29 +0000 (10:48 +0300)]
Migrate ChangingThemeOnTheFly

7 years agoMigrate EnableAndDisableButtonsToIndicateState
Erik Lumme [Wed, 13 Sep 2017 07:45:39 +0000 (10:45 +0300)]
Migrate EnableAndDisableButtonsToIndicateState

7 years agoMigrate UseTooltipsToClarifyFunctions
Erik Lumme [Wed, 13 Sep 2017 07:27:22 +0000 (10:27 +0300)]
Migrate UseTooltipsToClarifyFunctions

7 years agoMigrate ValoThemeGettingStarted
Erik Lumme [Wed, 13 Sep 2017 07:23:25 +0000 (10:23 +0300)]
Migrate ValoThemeGettingStarted

7 years agoMigrate CreatingAThemeUsingSass
Erik Lumme [Wed, 13 Sep 2017 07:18:04 +0000 (10:18 +0300)]
Migrate CreatingAThemeUsingSass

7 years agoMigrate ReadOnlyVsDisabledFields
Erik Lumme [Wed, 13 Sep 2017 07:01:51 +0000 (10:01 +0300)]
Migrate ReadOnlyVsDisabledFields

7 years agoMigrate ValoExamples
Erik Lumme [Wed, 13 Sep 2017 06:47:26 +0000 (09:47 +0300)]
Migrate ValoExamples

7 years agoMigrate DynamicallyInjectingCSS
Erik Lumme [Wed, 13 Sep 2017 06:43:00 +0000 (09:43 +0300)]
Migrate DynamicallyInjectingCSS

7 years agoMigrate UsingFontIcons
Erik Lumme [Tue, 12 Sep 2017 13:37:44 +0000 (16:37 +0300)]
Migrate UsingFontIcons

7 years agoFix formatting error
Erik Lumme [Tue, 12 Sep 2017 13:22:51 +0000 (16:22 +0300)]
Fix formatting error

7 years agoAdd missing changes
Erik Lumme [Tue, 12 Sep 2017 13:20:57 +0000 (16:20 +0300)]
Add missing changes

7 years agoMigrate VaadinScalabilityTestingWIthAmazonWebServices
Erik Lumme [Tue, 12 Sep 2017 13:20:17 +0000 (16:20 +0300)]
Migrate VaadinScalabilityTestingWIthAmazonWebServices

7 years agoReplace wiki links with vaadin.github.io/spring-tutorial
Erik Lumme [Tue, 12 Sep 2017 12:42:40 +0000 (15:42 +0300)]
Replace wiki links with vaadin.github.io/spring-tutorial

7 years agoMigrate LoadTestingWithGatling
Erik Lumme [Tue, 12 Sep 2017 12:36:15 +0000 (15:36 +0300)]
Migrate LoadTestingWithGatling

7 years agoAdd missing file changes
Erik Lumme [Tue, 12 Sep 2017 11:57:23 +0000 (14:57 +0300)]
Add missing file changes

7 years agoMigrate UsingVaadinCDIWithJAASAuthentication
Erik Lumme [Tue, 12 Sep 2017 11:56:53 +0000 (14:56 +0300)]
Migrate UsingVaadinCDIWithJAASAuthentication

7 years agoAdd CDI Injection link from master doc
Erik Lumme [Tue, 12 Sep 2017 11:29:16 +0000 (14:29 +0300)]
Add CDI Injection link from master doc

7 years agoMigrate CreatingSecureVaadinApplicationsUsingJEE6 pr9959/r32
Erik Lumme [Tue, 12 Sep 2017 10:57:37 +0000 (13:57 +0300)]
Migrate CreatingSecureVaadinApplicationsUsingJEE6

7 years agoMigrate IIInjectionAndScopes pr9959/r31
Erik Lumme [Tue, 12 Sep 2017 10:31:26 +0000 (13:31 +0300)]
Migrate IIInjectionAndScopes

7 years agoFix javadoc for CustomizedSystemMessages (#9970)
Michael Benz [Tue, 12 Sep 2017 10:29:12 +0000 (12:29 +0200)]
Fix javadoc for CustomizedSystemMessages (#9970)

Fixed two typos in the CustomizedSystemMessages Javadoc.
Added the two missing situations: (although AuthenticationError seems not to be used in the server workspace)

Authentication error: the client received a 401 (Unauthorized) response from the server.
Cookies disabled: the browser does not support cookies
reference in documentation:
https://vaadin.com/vaadin-documentation-portlet/framework/application/application-errors.html

7 years agoMigrate VaadinCDI pr9959/r30
Erik Lumme [Tue, 12 Sep 2017 10:23:00 +0000 (13:23 +0300)]
Migrate VaadinCDI

7 years agoAdd formatting for properties pr9959/r29
Erik Lumme [Tue, 12 Sep 2017 10:15:56 +0000 (13:15 +0300)]
Add formatting for properties

7 years agoMigrate VaadinSpringTips pr9959/r28
Erik Lumme [Tue, 12 Sep 2017 10:14:23 +0000 (13:14 +0300)]
Migrate VaadinSpringTips

7 years agoMigrate UsingBeanValidationToValidateInput pr9959/r27
Erik Lumme [Tue, 12 Sep 2017 10:11:36 +0000 (13:11 +0300)]
Migrate UsingBeanValidationToValidateInput

7 years agoMigrate Vaadin7SpringSecurityBaseAuthentication pr9959/r26
Erik Lumme [Tue, 12 Sep 2017 10:06:05 +0000 (13:06 +0300)]
Migrate Vaadin7SpringSecurityBaseAuthentication

7 years agoMigrate IBGettingStartedWithVaadinSpringWithoutSPringBoot pr9959/r25
Erik Lumme [Tue, 12 Sep 2017 09:59:47 +0000 (12:59 +0300)]
Migrate IBGettingStartedWithVaadinSpringWithoutSPringBoot

7 years agoMigrate UsingRPCFromJavaScript pr9959/r24
Erik Lumme [Tue, 12 Sep 2017 09:04:00 +0000 (12:04 +0300)]
Migrate UsingRPCFromJavaScript

7 years agoMigrate ExposingServerSideAPIToJavaScript pr9959/r23
Erik Lumme [Tue, 12 Sep 2017 08:52:14 +0000 (11:52 +0300)]
Migrate ExposingServerSideAPIToJavaScript

7 years agoMigrate UsingAJavaSscriptLibraryOrAStyleSheetInAnAddOn pr9959/r22
Erik Lumme [Tue, 12 Sep 2017 08:43:05 +0000 (11:43 +0300)]
Migrate UsingAJavaSscriptLibraryOrAStyleSheetInAnAddOn

7 years agoRemove link to non-migrated article pr9959/r21
Erik Lumme [Tue, 12 Sep 2017 08:34:45 +0000 (11:34 +0300)]
Remove link to non-migrated article

7 years agoMigrate CreatingAUIExtension pr9959/r20
Erik Lumme [Tue, 12 Sep 2017 08:30:37 +0000 (11:30 +0300)]
Migrate CreatingAUIExtension

7 years agoFix file link pr9959/r19
Erik Lumme [Tue, 12 Sep 2017 08:16:19 +0000 (11:16 +0300)]
Fix file link

7 years agoMigrate IntegratingAJavaScriptLibraryAsAnExtension pr9959/r18
Erik Lumme [Tue, 12 Sep 2017 08:14:20 +0000 (11:14 +0300)]
Migrate IntegratingAJavaScriptLibraryAsAnExtension

7 years agoChange code annotation to JavaScript pr9959/r17
Erik Lumme [Tue, 12 Sep 2017 08:02:55 +0000 (11:02 +0300)]
Change code annotation to JavaScript

7 years agoMigrate IntegratingAJavaScriptComponent pr9959/r16
Erik Lumme [Tue, 12 Sep 2017 08:01:45 +0000 (11:01 +0300)]
Migrate IntegratingAJavaScriptComponent

7 years agoMigrate VaadinOnGrailsMultipleUIs pr9959/r15
Erik Lumme [Tue, 12 Sep 2017 07:48:59 +0000 (10:48 +0300)]
Migrate VaadinOnGrailsMultipleUIs

7 years agoRemove unneccessary files pr9959/r14
Erik Lumme [Tue, 12 Sep 2017 07:37:42 +0000 (10:37 +0300)]
Remove unneccessary files

7 years agoMigrate VaadinOnGrailsDatabaseAccess pr9959/r13
Erik Lumme [Tue, 12 Sep 2017 07:13:42 +0000 (10:13 +0300)]
Migrate VaadinOnGrailsDatabaseAccess

7 years agoMigrate VaadinOnGrailsCreateProjectInIntellijIDEA pr9959/r12
Erik Lumme [Tue, 12 Sep 2017 06:47:41 +0000 (09:47 +0300)]
Migrate VaadinOnGrailsCreateProjectInIntellijIDEA

7 years agoFix link typo and remove dead link pr9959/r11
Erik Lumme [Tue, 12 Sep 2017 06:17:48 +0000 (09:17 +0300)]
Fix link typo and remove dead link

7 years agoFix image filename typo pr9959/r10
Erik Lumme [Tue, 12 Sep 2017 06:10:26 +0000 (09:10 +0300)]
Fix image filename typo

7 years agoMigrate IntegrationExperiences pr9959/r9
Erik Lumme [Mon, 11 Sep 2017 13:39:05 +0000 (16:39 +0300)]
Migrate IntegrationExperiences

7 years agoFix typo in the correct place pr9959/r8
Erik Lumme [Mon, 11 Sep 2017 13:01:54 +0000 (16:01 +0300)]
Fix typo in the correct place

7 years agoFix attachment typo pr9959/r7
Erik Lumme [Mon, 11 Sep 2017 13:01:19 +0000 (16:01 +0300)]
Fix attachment typo

7 years agoMigrate IntegratingAnExistingGWTWidget pr9959/r6
Erik Lumme [Mon, 11 Sep 2017 13:00:24 +0000 (16:00 +0300)]
Migrate IntegratingAnExistingGWTWidget

7 years agoMigrate CreatingASimpleComponent pr9959/r5
Erik Lumme [Mon, 11 Sep 2017 12:33:21 +0000 (15:33 +0300)]
Migrate CreatingASimpleComponent