Pārlūkot izejas kodu

Merge changes from origin/7.1

e77e73c Update copyright year to 2014

Conflicts:
	client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
	client/src/com/vaadin/client/ApplicationConnection.java
	server/src/com/vaadin/data/util/converter/StringToNumberConverter.java
	shared/src/com/vaadin/shared/ui/ui/PageState.java
	shared/src/com/vaadin/shared/ui/window/WindowState.java
	theme-compiler/src/com/vaadin/sass/SassCompiler.java
	theme-compiler/src/com/vaadin/sass/internal/ScssStylesheet.java
	theme-compiler/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluator.java
	theme-compiler/src/com/vaadin/sass/internal/expression/BinaryExpression.java
	theme-compiler/src/com/vaadin/sass/internal/expression/BinaryOperator.java
	theme-compiler/src/com/vaadin/sass/internal/expression/exception/ArithmeticException.java
	theme-compiler/src/com/vaadin/sass/internal/expression/exception/IncompatibleUnitsException.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandler.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSDocumentHandlerImpl.java
	theme-compiler/src/com/vaadin/sass/internal/handler/SCSSErrorHandler.java
	theme-compiler/src/com/vaadin/sass/internal/parser/CharStream.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Generic_CharStream.java
	theme-compiler/src/com/vaadin/sass/internal/parser/LexicalUnitImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/LocatorImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/MediaListImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParserConstants.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ParserTokenManager.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SCSSLexicalUnit.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SCSSParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/SelectorListImpl.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Selectors.java
	theme-compiler/src/com/vaadin/sass/internal/parser/ThrowedParseException.java
	theme-compiler/src/com/vaadin/sass/internal/parser/Token.java
	theme-compiler/src/com/vaadin/sass/internal/parser/TokenMgrError.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/ClassloaderResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/FilesystemResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/ScssStylesheetResolver.java
	theme-compiler/src/com/vaadin/sass/internal/resolver/VaadinResolver.java
	theme-compiler/src/com/vaadin/sass/internal/selector/SelectorUtil.java
	theme-compiler/src/com/vaadin/sass/internal/tree/BlockNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ExtendNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ForNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/FunctionNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ImportNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/KeyframesNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListContainsNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListModifyNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/ListRemoveNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MediaNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MicrosoftRuleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MixinDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/MixinNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/NestPropertiesNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/Node.java
	theme-compiler/src/com/vaadin/sass/internal/tree/RuleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/SimpleNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/VariableNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/EachDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfElseDefNode.java
	theme-compiler/src/com/vaadin/sass/internal/tree/controldirective/IfNode.java
	theme-compiler/src/com/vaadin/sass/internal/util/ColorUtil.java
	theme-compiler/src/com/vaadin/sass/internal/util/DeepCopy.java
	theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayInputStream.java
	theme-compiler/src/com/vaadin/sass/internal/util/FastByteArrayOutputStream.java
	theme-compiler/src/com/vaadin/sass/internal/util/StringUtil.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/BlockNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/EachNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/ExtendNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/IfElseNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/ImportNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/MixinNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/NestedNodeHandler.java
	theme-compiler/src/com/vaadin/sass/internal/visitor/VariableNodeHandler.java
	theme-compiler/tests/src/com/vaadin/sass/AbstractTestBase.java
	theme-compiler/tests/src/com/vaadin/sass/internal/expression/ArithmeticExpressionEvaluatorTest.java
	theme-compiler/tests/src/com/vaadin/sass/parser/ParserTest.java
	theme-compiler/tests/src/com/vaadin/sass/resolvers/VaadinResolverTest.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/css/Interpolation.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/css/Selectors.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AbstractDirectoryScanningSassTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/AutomaticSassTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Comments.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ControlDirectives.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Extends.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Functions.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Imports.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Mixins.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/NestedProperties.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Nesting.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentImports.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/ParentSelector.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTests.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassLangTestsBroken.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/SassTestRunner.java
	theme-compiler/tests/src/com/vaadin/sass/testcases/scss/Variables.java
	theme-compiler/tests/src/com/vaadin/sass/tree/ImportNodeTest.java
	uitest/src/com/vaadin/tests/push/BasicPushTest.java
	uitest/src/com/vaadin/tests/push/PushConfigurationTest.java
	uitest/src/com/vaadin/tests/push/PushReconnectTest.java

Change-Id: Ic08c4f9aecd4c684ce74408de4e0b0d0ff617273
tags/7.2.0
Artur Signell pirms 10 gadiem
vecāks
revīzija
e2db3e777a
100 mainītis faili ar 109 papildinājumiem un 109 dzēšanām
  1. 1
    1
      .settings/org.eclipse.jdt.ui.prefs
  2. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/CompileTheme.java
  3. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java
  4. 1
    1
      buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java
  5. 2
    2
      buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java
  6. 2
    2
      checkstyle/header
  7. 1
    1
      client-compiler/src/com/vaadin/sass/linker/SassLinker.java
  8. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java
  9. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
  10. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java
  11. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
  12. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
  13. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java
  14. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java
  15. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java
  16. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java
  17. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java
  18. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java
  19. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java
  20. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java
  21. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
  22. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java
  23. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java
  24. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
  25. 1
    1
      client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java
  26. 1
    1
      client/src/com/vaadin/client/ApplicationConfiguration.java
  27. 1
    1
      client/src/com/vaadin/client/ApplicationConnection.java
  28. 1
    1
      client/src/com/vaadin/client/BrowserInfo.java
  29. 1
    1
      client/src/com/vaadin/client/CSSRule.java
  30. 1
    1
      client/src/com/vaadin/client/ComponentConnector.java
  31. 1
    1
      client/src/com/vaadin/client/ComponentDetail.java
  32. 1
    1
      client/src/com/vaadin/client/ComponentDetailMap.java
  33. 1
    1
      client/src/com/vaadin/client/ComponentLocator.java
  34. 1
    1
      client/src/com/vaadin/client/ComputedStyle.java
  35. 2
    2
      client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java
  36. 1
    1
      client/src/com/vaadin/client/ConnectorMap.java
  37. 1
    1
      client/src/com/vaadin/client/ContainerResizedListener.java
  38. 1
    1
      client/src/com/vaadin/client/DateTimeService.java
  39. 2
    2
      client/src/com/vaadin/client/DirectionalManagedLayout.java
  40. 1
    1
      client/src/com/vaadin/client/EventHelper.java
  41. 1
    1
      client/src/com/vaadin/client/FastStringMap.java
  42. 2
    2
      client/src/com/vaadin/client/FastStringSet.java
  43. 1
    1
      client/src/com/vaadin/client/Focusable.java
  44. 1
    1
      client/src/com/vaadin/client/HasComponentsConnector.java
  45. 1
    1
      client/src/com/vaadin/client/JavaScriptConnectorHelper.java
  46. 1
    1
      client/src/com/vaadin/client/JavaScriptExtension.java
  47. 1
    1
      client/src/com/vaadin/client/JsArrayObject.java
  48. 1
    1
      client/src/com/vaadin/client/LayoutManager.java
  49. 1
    1
      client/src/com/vaadin/client/LayoutManagerIE8.java
  50. 1
    1
      client/src/com/vaadin/client/LocaleNotLoadedException.java
  51. 1
    1
      client/src/com/vaadin/client/LocaleService.java
  52. 2
    2
      client/src/com/vaadin/client/MeasuredSize.java
  53. 1
    1
      client/src/com/vaadin/client/MouseEventDetailsBuilder.java
  54. 1
    1
      client/src/com/vaadin/client/Paintable.java
  55. 1
    1
      client/src/com/vaadin/client/Profiler.java
  56. 1
    1
      client/src/com/vaadin/client/RenderInformation.java
  57. 1
    1
      client/src/com/vaadin/client/RenderSpace.java
  58. 1
    1
      client/src/com/vaadin/client/ResourceLoader.java
  59. 1
    1
      client/src/com/vaadin/client/ServerConnector.java
  60. 1
    1
      client/src/com/vaadin/client/SimpleTree.java
  61. 1
    1
      client/src/com/vaadin/client/StyleConstants.java
  62. 1
    1
      client/src/com/vaadin/client/SuperDevMode.java
  63. 1
    1
      client/src/com/vaadin/client/TooltipInfo.java
  64. 1
    1
      client/src/com/vaadin/client/UIDL.java
  65. 1
    1
      client/src/com/vaadin/client/Util.java
  66. 1
    1
      client/src/com/vaadin/client/VCaption.java
  67. 1
    1
      client/src/com/vaadin/client/VCaptionWrapper.java
  68. 1
    1
      client/src/com/vaadin/client/VConsole.java
  69. 1
    1
      client/src/com/vaadin/client/VErrorMessage.java
  70. 1
    1
      client/src/com/vaadin/client/VLoadingIndicator.java
  71. 1
    1
      client/src/com/vaadin/client/VSchedulerImpl.java
  72. 1
    1
      client/src/com/vaadin/client/VTooltip.java
  73. 1
    1
      client/src/com/vaadin/client/VUIDLBrowser.java
  74. 2
    2
      client/src/com/vaadin/client/ValueMap.java
  75. 1
    1
      client/src/com/vaadin/client/WidgetInstantiator.java
  76. 1
    1
      client/src/com/vaadin/client/WidgetLoader.java
  77. 1
    1
      client/src/com/vaadin/client/WidgetMap.java
  78. 1
    1
      client/src/com/vaadin/client/WidgetSet.java
  79. 1
    1
      client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java
  80. 1
    1
      client/src/com/vaadin/client/communication/AtmospherePushConnection.java
  81. 1
    1
      client/src/com/vaadin/client/communication/DiffJSONSerializer.java
  82. 1
    1
      client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java
  83. 1
    1
      client/src/com/vaadin/client/communication/JSONSerializer.java
  84. 1
    1
      client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java
  85. 1
    1
      client/src/com/vaadin/client/communication/JsonDecoder.java
  86. 1
    1
      client/src/com/vaadin/client/communication/JsonEncoder.java
  87. 2
    2
      client/src/com/vaadin/client/communication/PushConnection.java
  88. 1
    1
      client/src/com/vaadin/client/communication/RpcManager.java
  89. 1
    1
      client/src/com/vaadin/client/communication/RpcProxy.java
  90. 1
    1
      client/src/com/vaadin/client/communication/StateChangeEvent.java
  91. 1
    1
      client/src/com/vaadin/client/communication/URLReference_Serializer.java
  92. 1
    1
      client/src/com/vaadin/client/debug/internal/DebugButton.java
  93. 2
    2
      client/src/com/vaadin/client/debug/internal/ErrorNotificationHandler.java
  94. 1
    1
      client/src/com/vaadin/client/debug/internal/HierarchySection.java
  95. 1
    1
      client/src/com/vaadin/client/debug/internal/Highlight.java
  96. 1
    1
      client/src/com/vaadin/client/debug/internal/Icon.java
  97. 1
    1
      client/src/com/vaadin/client/debug/internal/InfoSection.java
  98. 2
    2
      client/src/com/vaadin/client/debug/internal/LogSection.java
  99. 1
    1
      client/src/com/vaadin/client/debug/internal/NetworkSection.java
  100. 0
    0
      client/src/com/vaadin/client/debug/internal/ProfilerSection.java

+ 1
- 1
.settings/org.eclipse.jdt.ui.prefs
Failā izmaiņas netiks attēlotas, jo tās ir par lielu
Parādīt failu


+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/CompileTheme.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/FetchReleaseNotesTickets.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
buildhelpers/src/com/vaadin/buildhelpers/GeneratePackageExports.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
buildhelpers/src/com/vaadin/buildhelpers/ManifestWriter.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -156,4 +156,4 @@ public class ManifestWriter {
public byte[] getBytes() {
return buffer.toString().getBytes();
}
}
}

+ 2
- 2
checkstyle/header Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -12,4 +12,4 @@
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
*/

+ 1
- 1
client-compiler/src/com/vaadin/sass/linker/SassLinker.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/Property.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ApplicationConfiguration.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ApplicationConnection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/BrowserInfo.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/CSSRule.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentConnector.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentDetail.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentDetailMap.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComponentLocator.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ComputedStyle.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/ConnectorHierarchyChangeEvent.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -103,4 +103,4 @@ public class ConnectorHierarchyChangeEvent extends
return TYPE;
}

}
}

+ 1
- 1
client/src/com/vaadin/client/ConnectorMap.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ContainerResizedListener.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/DateTimeService.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/DirectionalManagedLayout.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -21,4 +21,4 @@ public interface DirectionalManagedLayout extends ManagedLayout {
public void layoutVertically();

public void layoutHorizontally();
}
}

+ 1
- 1
client/src/com/vaadin/client/EventHelper.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/FastStringMap.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/FastStringSet.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -98,4 +98,4 @@ public final class FastStringSet extends JavaScriptObject {
}
}
}-*/;
}
}

+ 1
- 1
client/src/com/vaadin/client/Focusable.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/HasComponentsConnector.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JavaScriptConnectorHelper.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JavaScriptExtension.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/JsArrayObject.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LayoutManager.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LayoutManagerIE8.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LocaleNotLoadedException.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/LocaleService.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/MeasuredSize.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -289,4 +289,4 @@ public class MeasuredSize {
return sizes1[0] != sizes2[0] || sizes1[2] != sizes2[2];
}

}
}

+ 1
- 1
client/src/com/vaadin/client/MouseEventDetailsBuilder.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Paintable.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Profiler.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/RenderInformation.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/RenderSpace.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ResourceLoader.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/ServerConnector.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/SimpleTree.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/StyleConstants.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/SuperDevMode.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/TooltipInfo.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/UIDL.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/Util.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VCaption.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VCaptionWrapper.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VConsole.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VErrorMessage.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VLoadingIndicator.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VSchedulerImpl.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VTooltip.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/VUIDLBrowser.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/ValueMap.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -118,4 +118,4 @@ public final class ValueMap extends JavaScriptObject {
return this[name];
}-*/;

}
}

+ 1
- 1
client/src/com/vaadin/client/WidgetInstantiator.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetLoader.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetMap.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/WidgetSet.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/AbstractServerConnectorEvent.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/AtmospherePushConnection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/DiffJSONSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JSONSerializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JavaScriptMethodInvocation.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JsonDecoder.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/JsonEncoder.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/communication/PushConnection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -102,4 +102,4 @@ public interface PushConnection {
*/
public String getTransportType();

}
}

+ 1
- 1
client/src/com/vaadin/client/communication/RpcManager.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/RpcProxy.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/StateChangeEvent.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/communication/URLReference_Serializer.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/debug/internal/DebugButton.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/debug/internal/ErrorNotificationHandler.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -83,4 +83,4 @@ public class ErrorNotificationHandler extends Handler {
public void flush() {
// Nothing todo
}
}
}

+ 1
- 1
client/src/com/vaadin/client/debug/internal/HierarchySection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/debug/internal/Highlight.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/debug/internal/Icon.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
client/src/com/vaadin/client/debug/internal/InfoSection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/debug/internal/LogSection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -358,4 +358,4 @@ public class LogSection implements Section {
addRow(Level.FINE, "UIDL: " + uidl.toSource());
}

}
}

+ 1
- 1
client/src/com/vaadin/client/debug/internal/NetworkSection.java Parādīt failu

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 0
- 0
client/src/com/vaadin/client/debug/internal/ProfilerSection.java Parādīt failu


Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels

Notiek ielāde…
Atcelt
Saglabāt