Commit Graph

228 Commits

Author SHA1 Message Date
John Ahlroos
5a1ffa8142 Allow editing colorpicker values in colorpicker in textfield #13469
This fix adds support for typing in color values according to
http://www.w3schools.com/cssref/css_colors_legal.asp into the
colorpicker popup input textfield.

Change-Id: If14ead791725c3052c05aa31e12e237e90c32348
2014-05-14 07:25:50 +00:00
John Ahlroos
3d42856abe Removed irrelevant readme file
Change-Id: I5b4b93051f16b93482a5fe636381e24ee401b4bc
2014-05-06 10:59:24 +00:00
Jonatan Kronqvist
0745a29a95 Merge changes from origin/7.2 into master
Conflicts:
	build.properties
	client/src/com/vaadin/client/ApplicationConnection.java
	client/src/com/vaadin/client/extensions/ResponsiveConnector.java
	server/src/com/vaadin/server/Responsive.java

Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
2014-05-05 11:43:28 +03:00
Artur Signell
2c8c29e68b Update remaining copyright years to 2014
Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
2014-04-23 21:04:14 +03:00
Artur Signell
e2db3e777a 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
2014-04-23 20:52:07 +03:00
Markus Koivisto
c9bc18cd73 Fixed javadoc XHTML to HTML and fixed typos (#13518)
Change-Id: I9a61031b0ba786098db51d77d8c73dc9fb36aeb9
2014-04-23 10:33:32 +00:00
Artur Signell
5a97058359 Javadoc fix
Change-Id: If07374ae79b6970ccdd47e24aecb866bd5bbc838
2014-04-23 09:22:16 +03:00
Artur Signell
e77e73cf64 Update copyright year to 2014
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
2014-04-16 11:17:52 +00:00
Jonatan Kronqvist
d2e24feb09 Update some APIs based on the 7.2 API review comments
* NotificationConfiguration "helpers" removed from Notification
* NotificationConfiguration methods accept Type instead of style (String)
* Tab.setIconAltText -> Tab.setIconAlternateText
* Remove the two new TabSheet.addTab() methods
* UI.reinit() -> UI.refresh()

Change-Id: I97488e7c6de8cfacc591450d69c821b2973b8707
2014-04-14 11:43:18 +03:00
Felype Santiago Ferreira
f32e3535c6 Update Accordion and TabSheet to use Vaadin 7 style. (#13402).
This change also adds subpart support for TabSheet and
converts a test to TB3.

Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
2014-04-08 06:34:55 +00:00
Artur Signell
ba1e86acd4 Change push default fallback to long polling (#13409)
Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
2014-04-04 13:10:31 +00:00
Leif Åstrand
4f7c09daf4 Remove all unnecessary semicolons reported by Eclipse
Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
2014-03-21 09:33:02 +00:00
Sauli Tähkäpää
d90416ce1b Merge commit '49973354b22e8aba9cc71f83571020b0414c54e0'
Conflicts:
	shared/ivy.xml

Change-Id: I2aa7cc35953fdc7441d1a5b15a7bf0a34a97db7f
2014-03-21 10:19:47 +02:00
John Ahlroos
cca2172654 Revert "Merge branch 'master' into grid"
This reverts commit 4420f52578.

Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
2014-03-18 15:19:59 +00:00
Leif Åstrand
4420f52578 Merge branch 'master' into grid
Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
2014-03-18 15:40:50 +02:00
Sauli Tähkäpää
49973354b2 Fixed trailing slash trimming in VaadinPortletService.
Change-Id: Ia9f6230219adfb1fcb29b88ad819e3209770e1fc
2014-03-13 09:11:31 +02:00
Artur Signell
c4c17a18dc Do not ever set title to null (#13430)
* If title is null, leave it as-is (assume somebody else is setting it)
* If title is non-null, set it as before

Change-Id: I72699efa089df64b58448ceef59ba31995f330bf
2014-03-11 19:47:43 +00:00
Build Agent
f18a47438f Merge changes from origin/7.1
372b64b Add javadoc for @DelegateToWidget (#10980)
db79438 Refactored TB3 test ip address whitelisting.
bc80f83 Refactored VerifyJreVersion test to TB3.
4667566 Fix displaced TabSheet caption icon in Chrome
0246928 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)

Change-Id: I697900c560266cdb422ae536fe32c267e29adba8
2014-03-05 16:43:08 +02:00
Leif Åstrand
372b64b282 Add javadoc for @DelegateToWidget (#10980)
Change-Id: I15e731058b615ef478cbe27b465ffdb72f0609b1
2014-03-04 08:26:31 +00:00
Henrik Paul
3798a8ab78 Merge branch 'master' into grid
Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
2014-03-03 09:56:47 +00:00
Artur Signell
6b7ad58704 Use separate dependencies instead of shared-deps
* Use Guava 16 for CDI compatibility (#13351, #13383)
* Use Android Json instead of org.json (#13277)

Change-Id: I4f2c2b5c56afb03d09b41a040dec7d60b4563fe8
2014-02-28 23:24:40 +02:00
Leif Åstrand
54b448d018 Fix compile errors (#13334)
Change-Id: Ib9210685ed70f98af78b5cc3ad756f37b09c326a
2014-02-28 11:45:52 +00:00
Artur Signell
09969ce1fe Add change event for Upload (#13222)
Change-Id: I9850888b1997104cbc493ae0882316a9d2b1cedd
2014-02-21 12:19:41 +02:00
Marc Englund
de70ee2f01 Font icon support (#13152)
Renamed Icon to ImageIcon

Change-Id: I608815f17a3651b205fed81b5294385df0d68802

Extracted the abstract client-side Icon class

Change-Id: Ic32e270595a5796d0bbd1dd31f34282b56672aa9

Created the FontIcon class

Change-Id: Iad13871e7bf1807dee2c538c76306d4620191f5e

Renamed AbstractComponentConnector.getIcon to getIconUri

Change-Id: I6953ab79661993b561655d483c1bd013b66407f3

Added the AbstractComponentConnector.getIcon method

Change-Id: I6fb91dc643fb09da3ba53666b1a8a289901702e3

Refactored getIcon

Change-Id: Ibae39e66d0fb8449e20ac5209eb8c18b6ada4387

Made all existing uses of Icon compatible with FontIcons

Change-Id: I8f28ec5254f2e5282a887519d3f44bc1e27aba72

Initial server-side support for font icons - does not include an actual icon set yet (#13152)

Change-Id: Ie6c09b17dd577c726e0efc13567749f6f4d56d8d

Changed server side FontIcon URI generation to match the correct scheme

Change-Id: I3628b930b310b3f285bc58a3f471e31e641d307e

Initial server-side icon font (FontAwesome) with scss - to be considered placeholder for testing (#13152)

Change-Id: I361e62aba0d943a736471824e149d65c7eea9c76

Changed the FontIcon URI scheme

Change-Id: I15c92f6bb3d0aa0a800f3f0bfa80419979453e17

Added FontIcon support to AbstractOrderedLayoutConnector

Change-Id: I3b2b45b22d29622fd888dbe922aa0cc8a718104d

Added FontIcon support to table items

Change-Id: Id22ce94c96a892420aab1e39663688fc9f3bc282

Added FontIcon support to OptionGroup items

Change-Id: Ie08bef688f6802182ef5f8b2bf82cf8b1f9096bb

Switched to openly use FontAwesome (#13152)

Change-Id: I18c3325ce93915b7fd6e338c8c293a89711277bc

VaadinIcons are now FontAwesome (#13152)

Change-Id: I0ab2a80735cbf08b6e33d358e3e8c6a205626fc4

VCaption does not longer set icon to 0x0px if it's a FontIcon (#13152)

Change-Id: Ibcd96e0f79f0adf2e217a8580d17f1cc93705710

Fixed typo in @font-face, removed .otf (#13152)

Change-Id: I698ca32c560e5f198c32a6c44f7884d3030ee610

Make font icons behave more like img (display:inline-block) (#13152)

Change-Id: Ic79186c90f1fc566deae1f4d8d4ba2c21d89a42e
2014-02-20 14:25:43 +02:00
Patrik Lindström
d2027d8344 Implement programmatic scrolling (#13327)
Further changes required for this, included in the same patch: 
- created GridClientRpc interface
- created test case UI for server-side controlled Grid programmatic
scrolling
- refactored getScrollPos logic into Escalator and moved
ScrollDestination enum to shared package

Change-Id: Ibf72a4f75831807d83fb5941597a6ce3fda08e17
2014-02-18 15:47:40 +00:00
Leif Åstrand
42f2387165 Merge remote-tracking branch 'origin/master' into grid
Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
2014-02-12 15:49:49 +02:00
Jonatan Kronqvist
0e8500a5af Merge changes from origin/7.1
8245079 Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)
ea8f381 Show the widgetset name to more easily spot misconfigurations
797ebdf Allow user to override Atmosphere init params set by Vaadin (#13088)
65c2f2b Properly remove shadow event listeners to prevent IE8 memory leak (#13129)
e9a547a Fixed spelling mistake in log message.
0b95f8d Moved selection of selected rows in TableConnector to occur after the new rows are created (#13008)
0579fba Upload control with empty selection (#9602)
db4dba4 Ensure event listener is a widget before casting #13130
5e8e866 Changes padding for Textfields with Chameleon theme. (#12974)
171e68d Only use ClientRcp and ServerRpc types that are interfaces (#13056)
e41a2ce Add helper for adding multiple components to AbstractTestUI
407bdb3 Ignores scroll events while update from server is in progress (#11454)

Change-Id: I5d21b4071165b02da0f53bd055fb1c64e90cae5b
2014-02-07 15:46:30 +02:00
Johannes Dahlström
efd8f21161 Implement long polling support for push (#13011)
* The Transport enum has a new LONG_POLLING constant
* AbstractTestUI supports the ?transport=long-polling GET parameter

Change-Id: Ic2f5abfbd4aa3c875f5c83932ce5ee6f31c366ad
2014-01-31 09:21:44 +00:00
Tomi Virtanen
0579fba630 Upload control with empty selection (#9602)
Event is now sent on submit even if no file is selected. Removed forceSubmit UIDL attribute and replaced it with a UploadClientRpc call. Added TestBench3 test.

Change-Id: Id32b82532ec34e61a9c0718413fd1755015d2c30
2014-01-07 09:27:08 +00:00
Henrik Paul
7670a020c7 Grid supports data set changes (#12645)
Change-Id: I5ceb52dea079f48b0065c1b2dbdc35b30fe8c4ee
2013-12-17 11:08:25 +02:00
Johannes Dahlström
8245079252 Decrease the websocket buffer size due to a Jetty 9.1 issue (#13087)
Jetty 9.1 throws if InputBufferSize is set to greater than or equal to
MaxTextMessageBufferSize. We cannot simply increase the value of the latter
because Atmosphere sets the former first. Thus, its value must be set to
less than 32768 (the default for MaxTextMessageBufferSize). This should not
cause problems with regard to performance; the original figure of 65536
was more or less an arbitrary choice.

Change-Id: If9596fc2bffdd14e8c1f31ff4b9b10d6685e01ed
2013-12-16 17:29:05 +00:00
Henrik Paul
8d43fd3cd9 Merge branch 'master' into grid-merge
Change-Id: Id50e7f1db2c56545558e4261ca5d84a419e096a9
2013-12-12 15:06:28 +02:00
Henrik Paul
5d19da23ab Makes sure git creates the shared/tests/src dir (#13081)
Change-Id: I767456d2978a8682adec6ef7b4c158cd5af23316
2013-12-12 14:30:00 +02:00
Henrik Paul
39064d707c Merge branch 'master' into grid-merge
Change-Id: I4a6ac4385b4edf85703ed7b6f463af9892479589
2013-12-12 11:13:47 +02:00
Henrik Paul
30f5934f27 JUnit tests should be supported for shared (#13081)
Change-Id: Ia6243005fba362970cb199ad2aab217e56b5822a
2013-12-12 11:10:22 +02:00
Henrik Paul
cff79054fb Add server-side API for column freezing (#3087)
Change-Id: I4704ab2bd2b1af31b4586e26cf89f03d97f136a4
2013-11-24 15:16:21 +00:00
Leif Åstrand
d54b02e31d Introduce initial data source support for Grid (#12878)
Change-Id: I2d1b2e4a797b2dac9ee97c832fcd40fb472edc08
2013-11-22 15:40:34 +02:00
John Ahlroos
4caa2f5b6e Multiple headers and footer rows #3153
Change-Id: Iadb0d8b051d0f0ef1303e0d7d740cf476cd81971
2013-11-22 12:59:10 +00:00
John Ahlroos
e3b1e6be38 Merge branch 'master' into grid
Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
2013-11-20 14:27:09 +02:00
John Ahlroos
1c1506ef04 Base grid component and column API (#12829, #12830)
Change-Id: I6c4eae8a4369e9452dd56e764633cecfe9bf553a
2013-11-19 11:07:24 +00:00
Artur Signell
2f9bcc0c21 Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'
Conflicts:
	client/src/com/vaadin/client/ui/VWindow.java

Change-Id: I03768d21133066aed5ff70b8c6df9e2761eb4e4e
2013-11-11 16:26:41 +02:00
Thomas
fefedeab68 Send window position data back to server after drag (#12885)
Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
2013-11-06 11:12:06 +00:00
Henrik Paul
3bbf30054f Let UI fire PollEvents (#12466)
Change-Id: I7eb5e407b6822f5b3ac8e103ba7c9f676c51648f
2013-10-29 09:25:53 +00:00
John Ahlroos
466006c2b1 Updated shared-deps dependency to 1.0.3 (#12421)
Change-Id: I4087b1225c5825582628d5322711e806104efca0
2013-10-11 09:42:53 +00:00
Leif Åstrand
30484511f8 Merge changes from origin/7.1
8ce6565 Fixes normal drag and drop events (regression since 7.1) and html5 style D&D in IE10 (#12339)
5fb1da2 Publish error artifacts immediatly in TeamCity
649735f Added user agent for IE 11 (#12631)
a5795f3 Prefixes GET parameters in Liferay with portlet namespace #12602
b235d9c Refactor how TB3 tests are written (#12572)

Change-Id: Ia8281fb81d371dd4813371d62890a1ed34990d35
2013-10-04 12:00:00 +03:00
joheriks
2bebf738b2 Link no longer implements LegacyComponent (#10015)
Change-Id: Iaadc82384d15704017077be282767141529889f2
2013-10-02 12:03:25 +00:00
John Ahlroos
a5795f346e Prefixes GET parameters in Liferay with portlet namespace #12602
Change-Id: I9939a7af83482e136ed0d146accdeec0cd9f10ea
2013-09-27 10:33:10 +00:00
Artur Signell
c18b20050d Merge changes from origin/7.1
7f7dc31 Base files for TB3 tests (#12572)
6b17abe Make it possible to override web driver in tests (#12572)
a682e3b Refactored build scripts to support TB2, TB3 + integration tests (#12572)
e556642 Converted servlet integration tests to TB3 (#12573)
21af0c3 Updated TB3 tests to use Firefox 24 (#12604)
a7583c6 TB3 test for browsers (#12572)
37b8543 Do not add empty package javadoc for new classes
0248b8f Fixes browser detection for IE11 (#12638)
1df28c3 Run TB3 tests also on IE11 (#12631)
a2daf65 Converted TB2 push tests to TB3 (#12580)
d3261d7 Fixes issue with Table not scrolling completely to the end #12651
bd0ae05 Limit the number of tests run concurrently (#12572)

Change-Id: Idb4389aac388b728490a4ffd57d30aee20ea9fe8
2013-09-26 09:28:50 +03:00
Artur Signell
0248b8f7ba Fixes browser detection for IE11 (#12638)
Change-Id: I1f71477368ce42eac3679f7f2f9e87fe8e02e4de
2013-09-25 09:59:50 +00:00
Artur Signell
0f7bcffdb9 Merge changes from origin/7.1
de53191 Fix for #12279  (caret jumps when formatting in RTA).
fca0f7a Add <br> as empty representation for webkit (#12490)
6dcece8 Allow creating TextBox or SuggestionPopup when extending VFilterSelect (#12491)
22fcb44 Include unobfuscated file used by test in the war (#12468)
bc90a58 Unified xml files to end with new line
3d01d74 Reduce Ivy resolver spam to a minimum (#12510)
1e73ca8 Fix keystore path to correspond to the Vaadin 7 directory structure (#12520)
dcf9c61 Protect CurrentInstance instances from garbage collection (#12509)
24ffbc2 Allow storing and restoring null instances in CurrentInstance #12509
0d79a84 Added a comment that hopefully explains the NULL_OBJECT #12509
e4d99b3 Use non-obfuscated version of vaadinPush.js when not in production (#12527)
3a31dfe NullPointerException in TableQuery.fetchMetadata() (#11403)
4659797 fixed incorrect name for close-pressed.png for windows in black theme (#12563)
9b05257 Test for push with streaming based on Table
3cafce3 NullPointerException in DateToSqlDateConverter (#12284)
3a4351f Ensure PushConnection is properly cleaned up on disconnect (#12226, #12522)

Change-Id: I44f3d5f003e62e7ab86a22188b22933491226868
2013-09-17 14:16:36 +03:00