]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoRefactored Layout tests. Remove errors (#13823)
Dmitrii Rogozin [Tue, 3 Jun 2014 11:51:42 +0000 (14:51 +0300)]
Refactored Layout tests. Remove errors (#13823)

Split tests into separate classes. Create hierarcy for tests.

Change-Id: I71e20a5410612f9a246bab051173e60768532185

10 years agoAssigning both primary style and style name is now handled correctly (#12190)
Teemu Pöntelin [Tue, 10 Jun 2014 21:20:41 +0000 (00:20 +0300)]
Assigning both primary style and style name is now handled correctly (#12190)

Change-Id: Iceba6be78a49bc1aacf837b9fcd9790749be01c0

10 years agoAllow inlining of JsonCodec#encode (#13814)
Fabian Lange [Thu, 22 May 2014 22:36:56 +0000 (00:36 +0200)]
Allow inlining of JsonCodec#encode (#13814)

JsonCodec#encode() is a frequently called (hot) method. However in its
current form it is too long to be inlined.

This review reduces the length of the method from 454 bytes instructions
to 311 and optimises flow of common calls.

It however has a behaviour change for esoteric edge cases where the
order would matter. Like a custom collection which extends JSONArray and
implements collection. Previously it would have been handled by the
collection case, now its the JSONArray case. However it can be assumed
that the result: serialized to valid JSON is the same.

Change-Id: Ia552eec6322d0760581336b8b038fa03761c1d69

10 years agoDon't generate GWT.create for bean superclasses (#13813)
Leif Åstrand [Thu, 22 May 2014 14:48:36 +0000 (17:48 +0300)]
Don't generate GWT.create for bean superclasses (#13813)

Change-Id: I20e03a79562d6bc71ae1454cbbe2d6903649c771

10 years agoFixed broken OSGi dependencies in vaadin-shared (#13852)
Norman Specht [Tue, 27 May 2014 12:07:45 +0000 (14:07 +0200)]
Fixed broken OSGi dependencies in vaadin-shared (#13852)

The package com.google.gwt.thirdparty.streamhtmlparser_0.0.10.vaadin1 exports version 0.0.10.vaadin1, not 0.1.5.r10-rebased

Change-Id: I25c2964636d27a172cc83d69c5c0db64155a6fc2

10 years agoImprove CaptionLeakTest on IE8 (#13829)
Juuso Valli [Mon, 26 May 2014 14:25:49 +0000 (17:25 +0300)]
Improve CaptionLeakTest on IE8 (#13829)

Change-Id: I0c04f3318af2c9c53e5967485008faa260830996

10 years agoShortcutAddAndRemove TB2 -> TB4
Artur Signell [Mon, 12 May 2014 20:46:52 +0000 (23:46 +0300)]
ShortcutAddAndRemove TB2 -> TB4

Change-Id: If899309eb1b05f4a519eed45df4e9cf1670a7740

10 years agoSpeed up development server again by not eagerly initing all servlets
Artur Signell [Mon, 16 Jun 2014 10:25:06 +0000 (13:25 +0300)]
Speed up development server again by not eagerly initing all servlets

Change-Id: Iee32ef894cb50a4322f04250997ecfe032e570b1

10 years agoMake tooltips stationary when hovering (#13981)
Juuso Valli [Fri, 6 Jun 2014 09:55:56 +0000 (12:55 +0300)]
Make tooltips stationary when hovering (#13981)

Change-Id: I44acce87ea5c37d7b210e6c6c3dd9cd511192524

10 years agoFix issue when typing fast in combobox edit box plus then press TAB (#12325)
Dmitrii Rogozin [Wed, 21 May 2014 09:53:25 +0000 (12:53 +0300)]
Fix issue when typing fast in combobox edit box plus then press TAB (#12325)

Change-Id: I35375d2b39fbd666d848f6ffa62aa0ce1c0d4fad

10 years agoFix tooltip positioning near screen edges (#12870)
Juuso Valli [Mon, 2 Jun 2014 15:46:07 +0000 (18:46 +0300)]
Fix tooltip positioning near screen edges (#12870)

Change-Id: I3f5244565dd393e9fcb7386d352f835b5afd9faa

10 years agoPrevent tooltip open if cursor leaves element (#13695)
Juuso Valli [Fri, 6 Jun 2014 08:40:18 +0000 (11:40 +0300)]
Prevent tooltip open if cursor leaves element (#13695)

Change-Id: I81b1955aba56207cb63d78113f698c0ae65a599b

10 years agoAdd load-on-startup on web.xml to make demo run on Wildfly.
Sauli Tähkäpää [Wed, 4 Jun 2014 11:39:34 +0000 (14:39 +0300)]
Add load-on-startup on web.xml to make demo run on Wildfly.

Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f

10 years agoFix table scrolling up on select (#10106) 7.2.2
Juuso Valli [Tue, 29 Apr 2014 09:48:07 +0000 (12:48 +0300)]
Fix table scrolling up on select (#10106)

Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f

10 years agoScript for installing build artifacts to the local Maven repository
Artur Signell [Mon, 26 May 2014 13:27:30 +0000 (16:27 +0300)]
Script for installing build artifacts to the local Maven repository

Change-Id: I6cc4553a54d7d4ed7271ea0eb59386516fd96ca5

10 years agoFix for handling a breakpoint with 0 as the lower bound (#13588)
Teemu Pöntelin [Sun, 1 Jun 2014 20:57:25 +0000 (23:57 +0300)]
Fix for handling a breakpoint with 0 as the lower bound (#13588)

Added explicit isNaN checks to the results of parseInt function
because JavaScript would always convert 0 to false.

Change-Id: Ic904c321c0195ce50d9a498005459425b0c30d4c

10 years agoFix VAbstractOrderedLayout scrollbar in IE8 (#10106)
Juuso Valli [Wed, 28 May 2014 11:32:30 +0000 (14:32 +0300)]
Fix VAbstractOrderedLayout scrollbar in IE8 (#10106)

Change-Id: I188e28736e8092b30a813aeeb78247f5aec33295

10 years agoAllow use of Collection<String> and others with addItems (#13865)
Artur Signell [Wed, 28 May 2014 12:29:28 +0000 (15:29 +0300)]
Allow use of Collection<String> and others with addItems (#13865)

Change-Id: Ie5c0a00b65d27f65522a14c4fbcd05fe21814cc0

10 years agoFix menu item tooltips showing up too early (#13914)
Juuso Valli [Mon, 2 Jun 2014 14:28:49 +0000 (17:28 +0300)]
Fix menu item tooltips showing up too early (#13914)

Change-Id: Id324ed06e45e73a9383667e86651ea794c3ff322

10 years agoFix broken TB2 tests
Juuso Valli [Tue, 3 Jun 2014 12:46:42 +0000 (15:46 +0300)]
Fix broken TB2 tests

Change-Id: I1ce52065e529d471876e8aae1b53b5808089cc53

10 years agoFix regression with error tooltips (#13695)
Juuso Valli [Wed, 28 May 2014 11:57:12 +0000 (14:57 +0300)]
Fix regression with error tooltips (#13695)

Change-Id: Ia076ba95ec3abd6625e81e17bdcf000a20349f4e

10 years agoFix tooltip delay (#13695)
Juuso Valli [Fri, 23 May 2014 09:20:08 +0000 (12:20 +0300)]
Fix tooltip delay (#13695)

Change-Id: I1c3ed59d8a19d3355a3c729fb3635731b326a00e

10 years agoFix DateFieldFastForwardTest to close browser context menu
Teemu Suo-Anttila [Tue, 13 May 2014 14:05:26 +0000 (17:05 +0300)]
Fix DateFieldFastForwardTest to close browser context menu

Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d

10 years agoRemoved handmade release note tickets.
Sauli Tähkäpää [Wed, 28 May 2014 19:20:24 +0000 (22:20 +0300)]
Removed handmade release note tickets.

Change-Id: I24e263e311bae0071da36decd827b3d7b57ba6cb

10 years agoRevert "Force recalc of width when the ComboBox style has changed. (#13444)" 7.2.1
Sauli Tähkäpää [Tue, 27 May 2014 12:19:21 +0000 (15:19 +0300)]
Revert "Force recalc of width when the ComboBox style has changed. (#13444)"

This reverts commit 4058b7b063075fed15771eef30cc87b0f58f0cda.

Revert "Treat initial rendering and style changes separately. (#13444)"

This reverts commit b3d683e974f7c3b2269753aec615872b2cddc180.

Revert "Force recalc of width when the ComboBox style has changed  (#13444)"

This reverts commit 09ca9bc8237a14541890360598130c300509a617.

Change-Id: I8c4edb1079be428f5ccb06ff9da396f9ead8501e

10 years agoFix Push update race condition (#13562)
Juuso Valli [Mon, 26 May 2014 14:22:18 +0000 (17:22 +0300)]
Fix Push update race condition (#13562)

Change-Id: I50094bc2d236f6dbb02a8b82d6cc9b5f7e4733a5

Conflicts:
uitest/src/com/vaadin/tests/components/table/ContainerSizeChangeTest.java

10 years agoReplace use of deprecated DOM.setStyleAttribute method (#13781)
Leif Åstrand [Fri, 16 May 2014 08:31:14 +0000 (11:31 +0300)]
Replace use of deprecated DOM.setStyleAttribute method (#13781)

This change is only a brain dead replacement of one specific method. In
some cases, there were some oddities in the surrounding code as well,
but these were left unresolved on purpose.

It should also be noted that DOM.setStyleAttribute just delegates to
element.getStyle().setProperty(), so any null references would have
caused problems already in the existing code.

Change-Id: I340122ac0767af9928076376f76e5bd2c5e19f9f

10 years agoAllow using modifier + enter as shorcuts in TextArea (#13811)
Artur Signell [Mon, 26 May 2014 14:20:40 +0000 (17:20 +0300)]
Allow using modifier + enter as shorcuts in TextArea (#13811)

Change-Id: I99db3d6280f0066ed1249cb348da7e82381b45c2

10 years agoProperly deserialize push connection (#12235)
Johannes Dahlström [Mon, 19 May 2014 13:28:09 +0000 (16:28 +0300)]
Properly deserialize push connection (#12235)

The UI.pushConnection field is transient no longer; instead PushConnection
implementations must take care of serialization internally. When a session
is serialized, the client should notice that push was disconnected and
try to reconnect. A deserialized PushConnection should be in a "disconnected"
state so the eventual client reconnection works correctly.

Change-Id: I38cfc5a5cdbd3643311f830f8d580458dcd85c56

10 years agoOptimizes ConnectorTracker.cleanConnectorMap (#13803)
Fabian Lange [Wed, 21 May 2014 12:18:41 +0000 (14:18 +0200)]
Optimizes ConnectorTracker.cleanConnectorMap (#13803)

cleanConnectorMap is a hot method.
This change improves multiple code paths:
1) The global resource handler is no longer get()ed from the session for
   each connector (was in two loops).
2) The ConnectorTracker is no longer get()ed from the UI for each
   connector (was in one loop).
3) values() iterator for ClientConnectors replaces
   keySet() iterator + get(key) call
4) use getUI() from ClientConnector instead manual method.
5) moved removeUnregisteredConnectors to ease inlining and readability.

Change-Id: I25ff5bc32d27d30ecd8d354922ec6e4a02b05921

10 years agoOptimize getAllChildrenIterable() performance. (#13803)
Fabian Lange [Wed, 21 May 2014 12:52:52 +0000 (14:52 +0200)]
Optimize getAllChildrenIterable() performance. (#13803)

getAllChildrenIterable() is invoked frequently, its used by
attach/detach and markAsDirty.
Because of the implementation detail in CombinedIterator, on every call
all iterators are checked. This means that on every component which has
multiple childs, each next() call will first check the extension
iterator, before advancing in the child iterator.
By having the childs first, this overhead is reduced. If no extensions
are existing (which is quite common) the iterator is not added at all.
(creating an iterator on an empty UnmodifiableCollection is waste of
time and memory)

Change-Id: I23bb91464052ad4282963ec4b5be8a52c6847d4f

10 years agoModified Coding Conventions to not have a new line after annotations on
Anna Koskinen [Tue, 8 Apr 2014 12:34:16 +0000 (15:34 +0300)]
Modified Coding Conventions to not have a new line after annotations on
parameters (#13569).

Change-Id: Idc541f298591453c52285a8b1987052caad79e4f

10 years agoPrevent adding/setting parent component as child (#12720).
Denis Anisimov [Wed, 12 Mar 2014 19:17:18 +0000 (21:17 +0200)]
Prevent adding/setting parent component as child (#12720).

Change-Id: I9b7b43f176e88d9edca591001297b94475a31854

10 years agoRevert "Fix table scrolling up on select (#10106)"
Sauli Tähkäpää [Tue, 27 May 2014 06:00:41 +0000 (09:00 +0300)]
Revert "Fix table scrolling up on select (#10106)"

This reverts commit 949588fad9300b0c777d2cdbc46dba15680ef809.

Change-Id: I4d9e101a92e0cd21faf9c412dc5971c896125b95

10 years agoConvert DateFieldReadOnlyTest TB2 -> TB4.
Sauli Tähkäpää [Mon, 26 May 2014 13:06:06 +0000 (16:06 +0300)]
Convert DateFieldReadOnlyTest TB2 -> TB4.

Change-Id: Iab81b1e5992d47c956f9d0440ece98fa546ee927

10 years agoChange ColorPickerInputFormatsTest for use Keys.RETURN.
Sauli Tähkäpää [Mon, 26 May 2014 11:40:43 +0000 (14:40 +0300)]
Change ColorPickerInputFormatsTest for use Keys.RETURN.

Change-Id: Ic8ad7163d35e0e1c2d44e928cd52ca66a637b7fa

10 years agoReapply "Disable closure compiler (#13778)"
Sauli Tähkäpää [Mon, 26 May 2014 08:54:54 +0000 (11:54 +0300)]
Reapply "Disable closure compiler (#13778)"

This reverts commit 2a71c0deb62bc576d80b7720312876da5f684e6c.
- HeaderOnSync tests verified to work manually.

10 years agoRevert "Fix Push inserts producing duplicate rows in Table (#13562)"
Sauli Tähkäpää [Mon, 26 May 2014 07:56:50 +0000 (10:56 +0300)]
Revert "Fix Push inserts producing duplicate rows in Table (#13562)"

This reverts commit ce1764fb1bad1b82462d73fbfe293b676c2a9c00.

10 years agoRevert "Disable closure compiler (#13778)"
Sauli Tähkäpää [Sat, 24 May 2014 20:21:23 +0000 (23:21 +0300)]
Revert "Disable closure compiler (#13778)"

This reverts commit a699c057afc0512b36fa0cbe3f67b83fc2fb7b73.

10 years agoEnsure correct tab is open in debug window
Artur Signell [Tue, 13 May 2014 08:07:34 +0000 (11:07 +0300)]
Ensure correct tab is open in debug window

Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181

10 years agoFix keyboard navigating in combo box (#11333).
Dmitrii Rogozin [Fri, 9 May 2014 16:13:59 +0000 (19:13 +0300)]
Fix keyboard navigating in combo box (#11333).

Extract code which focuses on item after changing the page. Deferring  this method allows to update the list of items before focusing.

Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1

10 years agoMade user-initiated column resizing take precedence over other updates (#13432)
Juho Nurminen [Wed, 14 May 2014 11:14:43 +0000 (14:14 +0300)]
Made user-initiated column resizing take precedence over other updates (#13432)

VScrollTable ignores server-initiated changes to column size while the user is
dragging a table resizer element.

Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870

10 years agoRemove servlet annotations from AsyncPushUpdates test (#13562)
Jonatan Kronqvist [Fri, 16 May 2014 07:50:09 +0000 (10:50 +0300)]
Remove servlet annotations from AsyncPushUpdates test (#13562)

Change-Id: Idfdd37fad9917843c71cee6fd9ba6700f9df8a87

10 years agoFix Push inserts producing duplicate rows in Table (#13562)
Juuso Valli [Wed, 7 May 2014 06:39:14 +0000 (09:39 +0300)]
Fix Push inserts producing duplicate rows in Table (#13562)

Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8

10 years agoAllow editing colorpicker values in colorpicker in textfield #13469
John Ahlroos [Thu, 24 Apr 2014 18:12:15 +0000 (21:12 +0300)]
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

10 years agoAdd build parameters to allow running test on local PhantomJS
Teemu Suo-Anttila [Thu, 15 May 2014 12:22:49 +0000 (15:22 +0300)]
Add build parameters to allow running test on local PhantomJS

Change-Id: I99f37403d58385a814347d36b0f8b1a35c63c282

10 years agoMake Vaadin TB3/4 tests work and run on PhantomJS (#13291)
Teemu Suo-Anttila [Wed, 14 May 2014 13:31:28 +0000 (16:31 +0300)]
Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)

Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6

10 years agoFix caption listener leak and caption measurement (#13741)
Juuso Valli [Fri, 23 May 2014 08:00:48 +0000 (11:00 +0300)]
Fix caption listener leak and caption measurement (#13741)

Reverting the previous fix to caption measurement, it caused a leak with
the listeners.
Change-Id: If1c06db692c0e829d91528eceb49a9a07f58ed4a

10 years agoMake Hearbeat available to other modules (#13250)
Manolo Carrasco [Wed, 14 May 2014 10:55:47 +0000 (12:55 +0200)]
Make Hearbeat available to other modules (#13250)

- When a mobile app goes online/offline we need to change
  Heartbeat interval and restart the schedule.
- We also need to be notified about response status in
  order to show the appropriate offline UI, etc.

Related with Issue #13250 and review https://dev.vaadin.com/review/#/c/3376/

Change-Id: I428501306e37fb8c2ee0ed6022a4c588bd8456db
(cherry picked from commit aac352ab8ba7b7d9e4ace96939e424b2c4e02530)

10 years agoFix caption measurement in VAbstractOrderedLayout (#13741)
Juuso Valli [Mon, 19 May 2014 11:40:03 +0000 (14:40 +0300)]
Fix caption measurement in VAbstractOrderedLayout (#13741)

Change-Id: I7bb9a404c789f352477b752537ffdedfc60da91c

10 years agoUse method available in all browsers (#13804)
Artur Signell [Wed, 21 May 2014 19:18:05 +0000 (22:18 +0300)]
Use method available in all browsers (#13804)

String.contains work in Firefox, not in Chrome or Opera

Change-Id: I074d3c79629fd699841d3b39a36620511233ce6c

10 years agoDisable closure compiler (#13778)
Artur Signell [Thu, 15 May 2014 15:45:12 +0000 (18:45 +0300)]
Disable closure compiler (#13778)

Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1

10 years agoAvoid Vaadin entry-point being run twice (#13730)
Manolo Carrasco [Fri, 9 May 2014 07:47:14 +0000 (09:47 +0200)]
Avoid Vaadin entry-point being run twice (#13730)

- Prevent bootstrap script fail if registerWidgetset is called twice
  with the same widgetset.

Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b

10 years agoFixed disabled and read-only modes of InlineDateField (#10262)
Teemu Pöntelin [Mon, 5 May 2014 20:58:00 +0000 (23:58 +0300)]
Fixed disabled and read-only modes of InlineDateField (#10262)

Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e

10 years agoForce recalc of width when the ComboBox style has changed (#13444)
Markus Koivisto [Fri, 25 Apr 2014 13:58:53 +0000 (16:58 +0300)]
Force recalc of width when the ComboBox style has changed  (#13444)

Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999

Conflicts:
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java

10 years agoMove ComboBox tests to correct package
Teemu Suo-Anttila [Mon, 19 May 2014 08:17:57 +0000 (11:17 +0300)]
Move ComboBox tests to correct package

Change-Id: I2ad5164a637b2b4c96b46f30df036ccbc5cbcd66

Conflicts:
uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidth.java
uitest/src/com/vaadin/tests/components/combobox/ComboboxStyleChangeWidthTest.java

10 years agoTreat initial rendering and style changes separately. (#13444)
Markus Koivisto [Wed, 21 May 2014 12:33:31 +0000 (15:33 +0300)]
Treat initial rendering and style changes separately. (#13444)

This fixes a regression caused by a previous patch, which led to empty comboboxes being initialised with a zero width.

Change-Id: I7e5ca0c563625c453e0e3006d91ed52ad227d6f0

Conflicts:
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java

10 years agoChange forceUpdate flag to always force recalculation of width. Fix tests. (#13444)
Markus Koivisto [Fri, 25 Apr 2014 13:58:53 +0000 (16:58 +0300)]
Change forceUpdate flag to always force recalculation of width. Fix tests. (#13444)

Change-Id: Ie666e2867908160b1544d3bf8251802ea771660f

Conflicts:
client/src/com/vaadin/client/ui/VFilterSelect.java
uitest/src/com/vaadin/tests/components/ui/ComboboxStyleChangeWidthTest.java

10 years agoFix WAR file location in uitest build scripts.
Sauli Tähkäpää [Tue, 20 May 2014 08:05:45 +0000 (11:05 +0300)]
Fix WAR file location in uitest build scripts.

Change-Id: I0febbbaf85374c395454c889c36add277ca9b131

10 years agoFix table scrolling up on select (#10106)
Juuso Valli [Tue, 29 Apr 2014 09:48:07 +0000 (12:48 +0300)]
Fix table scrolling up on select (#10106)

Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f

10 years agoDisable authors because of build agent problems 7.2.0
Artur Signell [Tue, 13 May 2014 22:13:10 +0000 (01:13 +0300)]
Disable authors because of build agent problems

Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb

10 years agoUse more appropriate dependencies for Jetty (#13682)
Artur Signell [Tue, 13 May 2014 15:33:08 +0000 (18:33 +0300)]
Use more appropriate dependencies for Jetty (#13682)

Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95

10 years agoFirefox issue was fixed
Artur Signell [Tue, 13 May 2014 10:16:27 +0000 (13:16 +0300)]
Firefox issue was fixed

Change-Id: I2b55917441a596d5c001081ecdb9836f6b9f60ee

10 years agoUse Atmosphere JS 2.1.5.vaadin4 with Firefox fix (#13578)
Artur Signell [Tue, 13 May 2014 10:07:17 +0000 (13:07 +0300)]
Use Atmosphere JS 2.1.5.vaadin4 with Firefox fix (#13578)

Change-Id: I8d3f414a40affdcbc1d6d1210207ee9868f49f31

10 years agoMerge remote-tracking branch 'origin/master' into 7.2
Artur Signell [Mon, 12 May 2014 16:44:55 +0000 (19:44 +0300)]
Merge remote-tracking branch 'origin/master' into 7.2

b617f03 Do not update state on the client side (#13743)

Change-Id: I1bc4f8eda115a5a1271291f8dbbaa69e9034d24f

10 years agoDo not update state on the client side (#13743)
Artur Signell [Mon, 12 May 2014 16:37:19 +0000 (19:37 +0300)]
Do not update state on the client side (#13743)

Change-Id: I2e1d714d1bb07db127758cf3f2d741ac50884266

10 years agoManually add fixed tickets to release-notes
Jonatan Kronqvist [Mon, 12 May 2014 12:50:10 +0000 (15:50 +0300)]
Manually add fixed tickets to release-notes

Added them manually since they are gathered from two different milestones.

Change-Id: Ifc4e61e94a8ea91f93058d1b74299f7cf73ef6fc

10 years agoUpdate issues url in release-notes (#13612)
Jonatan Kronqvist [Mon, 12 May 2014 12:44:35 +0000 (15:44 +0300)]
Update issues url in release-notes (#13612)

Change-Id: Ideb07cb41e92ba0d5e71a60957ee62246aa65f21

10 years agoMerge branch 'master' into 7.2
Jonatan Kronqvist [Mon, 12 May 2014 12:34:44 +0000 (15:34 +0300)]
Merge branch 'master' into 7.2

77a08ca - (origin/master, origin/HEAD, master) Add missing @sinces to JavaDoc
82033e8 - Support long in state again (#13692)
2b60bbb - Fix SelectedItemIcon rendering on IE (#13731)
ee16285 - Support passing multiple versions
45226d5 - Mention dnd on IE touch devices in known issues (#13612)
deeb645 - Added link to ticket for the Firefox reconnect issue (#13612)
e975af7 - List authors in release notes (#13612)
20f5633 - Make SuperDevMode work again (#13682)
e8f0fe7 - Show badges in release notes (#13612)
466883b - Convert test to TB4 to be compatible with Tomcat proxy test
cd20de5 - Make touch actions disabled on some CSS classes (#13368)
aab62be - Update sass-compiler to 0.9.2 (#13651)
43c1a36 - Update the release-notes (#13612)
35c174c - Re-apply old change which was excluded from master
67dd382 - Ignore PointerEvents in VDragAndDropManager (#13720)
5a4c888 - Rename base on API review (#13557)
4bd8314 - Remove ComponentLocator which conflicts with package name (#13729)
0970487 - Update ErrorIndicator test from TB2 to TB4
1cf11f8 - Resize PopupView's overlay on content resize (#13666)
2ecdf7e - Fix table focusing when scrolled from the server (#10522)

Change-Id: Ic0242d141705cce189c900ee12650a757e894512

10 years agoAdd missing @sinces to JavaDoc
Teemu Suo-Anttila [Mon, 12 May 2014 11:55:59 +0000 (14:55 +0300)]
Add missing @sinces to JavaDoc

Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d

10 years agoSupport long in state again (#13692)
Jonatan Kronqvist [Sun, 11 May 2014 09:38:08 +0000 (12:38 +0300)]
Support long in state again (#13692)

The fix to #9379 broke the support for long type fields in state classes. This
patch bypasses the unboxing of long values and adds the @UnsafeNativeLong annotation
to the methods which may fetch and return (without modifying) long values.

SerializerTest is extended to test the different data types in States.

Change-Id: I29fd2c6af13cd9a0d29ecb1444ed9eb8a2b013e3

10 years agoFix SelectedItemIcon rendering on IE (#13731)
Teemu Suo-Anttila [Mon, 12 May 2014 07:47:34 +0000 (10:47 +0300)]
Fix SelectedItemIcon rendering on IE (#13731)

Change-Id: Ie6a3464399aba76b9299bcb7d326ef4e6b6c858b

10 years agoSupport passing multiple versions
Artur Signell [Fri, 9 May 2014 17:57:21 +0000 (20:57 +0300)]
Support passing multiple versions

Change-Id: I5aae200f8e49e1f9f53bbf53ceba1551854d013e

10 years agoMention dnd on IE touch devices in known issues (#13612)
Jonatan Kronqvist [Sun, 11 May 2014 07:17:31 +0000 (10:17 +0300)]
Mention dnd on IE touch devices in known issues (#13612)

Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752

10 years agoAdded link to ticket for the Firefox reconnect issue (#13612)
Jonatan Kronqvist [Sun, 11 May 2014 07:10:34 +0000 (10:10 +0300)]
Added link to ticket for the Firefox reconnect issue (#13612)

Change-Id: I2eac5ab68479420beacef2d746f69e955becc397

10 years agoList authors in release notes (#13612)
Artur Signell [Fri, 9 May 2014 19:38:42 +0000 (22:38 +0300)]
List authors in release notes (#13612)

Change-Id: I51960e9345ff233e29289b33d3224e03d866d463

10 years agoMake SuperDevMode work again (#13682)
Artur Signell [Sun, 11 May 2014 16:55:27 +0000 (19:55 +0300)]
Make SuperDevMode work again (#13682)

VNotification now works without ApplicationConnection again.
Dependencies needed by codeserver are now dependencies for client-compiler
Error message now takes into account that devModeRedirect is enabled by default

Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587

10 years agoShow badges in release notes (#13612)
Artur Signell [Fri, 9 May 2014 17:49:51 +0000 (20:49 +0300)]
Show badges in release notes (#13612)

Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2

10 years agoConvert test to TB4 to be compatible with Tomcat proxy test
Artur Signell [Fri, 9 May 2014 20:27:51 +0000 (23:27 +0300)]
Convert test to TB4 to be compatible with Tomcat proxy test

Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0

10 years agoMake touch actions disabled on some CSS classes (#13368)
Teemu Suo-Anttila [Fri, 9 May 2014 11:43:14 +0000 (14:43 +0300)]
Make touch actions disabled on some CSS classes (#13368)

This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.

Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a

10 years agoUpdate sass-compiler to 0.9.2 (#13651)
Jonatan Kronqvist [Fri, 9 May 2014 13:18:25 +0000 (16:18 +0300)]
Update sass-compiler to 0.9.2 (#13651)

Change-Id: Ic6413b31c537c16beda5022ddf6ecd7ce0b6eb64

10 years agoUpdate the release-notes (#13612)
Jonatan Kronqvist [Fri, 9 May 2014 12:07:47 +0000 (15:07 +0300)]
Update the release-notes (#13612)

* Removed the "Tools have been updated for Vaadin 7.2 with the following changes:"
* Removed the security fix notice for 7.1.11
* Removed the text about using the experimental Eclipse plug-in
* Specify that 7.2 is a minor release
* Clarified the known issues section
* Listed Windows Phone 8 in supported devices
* Replaced vaadin.com/pro-account with vaadin.com/pro-tools and vaadin.com/support

Change-Id: I8e03b65453419c9cb9f4570067675156f2be76fe

10 years agoRe-apply old change which was excluded from master
Artur Signell [Fri, 9 May 2014 10:29:25 +0000 (13:29 +0300)]
Re-apply old change which was excluded from master

The merge script was faulty between May and June 2013 and merged changes
individually from both 7.0 and 7.1 to master. In the case that a commit from
7.0 was merged right before there was a "Merge: no" commit in 7.1, the changes
between the "Merge: no" commit and the previous merge point from 7.1 to master was
potentially never merged (the whole chain was merged as a no-op).

The only affected change seems to be

0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798"
b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834)

The former one is re-applied in this commit, the latter one has been verified to be in
the master branch

Change-Id: If0cd75d75fdfc8893ac501aab2a0be1b55b09dcc

10 years agoIgnore PointerEvents in VDragAndDropManager (#13720)
Teemu Suo-Anttila [Fri, 9 May 2014 10:25:12 +0000 (13:25 +0300)]
Ignore PointerEvents in VDragAndDropManager (#13720)

Change-Id: I1fca0b71fec883c7dc2fafbaa1da20da33fe707e

10 years agoRename base on API review (#13557)
Artur Signell [Fri, 9 May 2014 08:07:56 +0000 (11:07 +0300)]
Rename base on API review (#13557)

Change-Id: I3174d19d2595232b66f4120ba8fb6fbb1c6d8be8

10 years agoRemove ComponentLocator which conflicts with package name (#13729)
Artur Signell [Fri, 9 May 2014 08:05:22 +0000 (11:05 +0300)]
Remove ComponentLocator which conflicts with package name (#13729)

Change-Id: I771d827ab88f005f8cbef6c6cbefecb1b3f498e0

10 years agoUpdate ErrorIndicator test from TB2 to TB4
Teemu Suo-Anttila [Fri, 9 May 2014 06:51:26 +0000 (09:51 +0300)]
Update ErrorIndicator test from TB2 to TB4

Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4

10 years agoResize PopupView's overlay on content resize (#13666)
Antti Tanhuanpää [Tue, 6 May 2014 13:39:15 +0000 (16:39 +0300)]
Resize PopupView's overlay on content resize (#13666)

Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9

10 years agoFix table focusing when scrolled from the server (#10522)
Juuso Valli [Tue, 29 Apr 2014 08:02:17 +0000 (11:02 +0300)]
Fix table focusing when scrolled from the server (#10522)

Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c

10 years agoMerge branch 'master' into 7.2
Jonatan Kronqvist [Fri, 9 May 2014 05:18:21 +0000 (08:18 +0300)]
Merge branch 'master' into 7.2

9b3df56 - (origin/master, origin/HEAD, master) Actually close push connection in disconnect() (#13716)
f21c108 - Fix improper merge of 3d0ff32b from 7.1 to master (#13620)
3184af5 - Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.
b136dd5 - Convert the AccordionClipsContent test to TB4 to avoid false failures.
50ea89e - Update Atmosphere client. (#13727)
78981f1 - Fix occasionally misplaced error indicators in Buttons (#13723)
8fb9121 - Fix misleading message. Close does not always mean reconnect
3d42856 - Removed irrelevant readme file

Change-Id: I1c871160a47da3e720f2b7d06c5ab3601a17d053

10 years agoActually close push connection in disconnect() (#13716)
Artur Signell [Tue, 6 May 2014 14:54:11 +0000 (17:54 +0300)]
Actually close push connection in disconnect() (#13716)

Change-Id: I342633f1caa5746472d29bbb7b71590674adc04c

10 years agoFix improper merge of 3d0ff32b from 7.1 to master (#13620)
Johannes Dahlström [Fri, 2 May 2014 15:29:42 +0000 (18:29 +0300)]
Fix improper merge of 3d0ff32b from 7.1 to master (#13620)

Correctly call PushConnection.disconnect instead of setting to null.
Also remove the obsolete PushHandler.disconnectCallback.

Change-Id: Ied055d489a269b016318947cd89cf0b46003c596

10 years agoConvert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.
Jonatan Kronqvist [Thu, 8 May 2014 11:31:13 +0000 (14:31 +0300)]
Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.

Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82

10 years agoConvert the AccordionClipsContent test to TB4 to avoid false failures.
Jonatan Kronqvist [Thu, 8 May 2014 10:18:03 +0000 (13:18 +0300)]
Convert the AccordionClipsContent test to TB4 to avoid false failures.

Change-Id: Iced9219e8cd3172c53af286c4b644b04f00041c2

10 years agoUpdate Atmosphere client. (#13727)
Sauli Tähkäpää [Thu, 8 May 2014 12:38:13 +0000 (15:38 +0300)]
Update Atmosphere client. (#13727)

Change-Id: Ib1ccbaad3aca39c3cbc43d0f4ccace67cf19c435

10 years agoFix occasionally misplaced error indicators in Buttons (#13723)
Teemu Suo-Anttila [Thu, 8 May 2014 08:28:39 +0000 (11:28 +0300)]
Fix occasionally misplaced error indicators in Buttons (#13723)

Change-Id: Id34a8463ff40b1351d4d8b171e561a21fc76d747

10 years agoRevert "Disable PopupView Animations (#13593)"
Teemu Suo-Anttila [Wed, 7 May 2014 11:53:55 +0000 (11:53 +0000)]
Revert "Disable PopupView Animations (#13593)"

This reverts commit dab3e63aa6644cfc3800b672abb4dd9e5f3bc4ee.

Change-Id: I0b8beab996b57af042178b9c926aeff6570fed61

10 years agoFix misleading message. Close does not always mean reconnect
Artur Signell [Tue, 6 May 2014 14:52:37 +0000 (17:52 +0300)]
Fix misleading message. Close does not always mean reconnect

Change-Id: Ic41189ee138980322204c897b58e29252dfc5cd8

10 years agoRemoved irrelevant readme file
John Ahlroos [Tue, 6 May 2014 06:59:10 +0000 (09:59 +0300)]
Removed irrelevant readme file

Change-Id: I5b4b93051f16b93482a5fe636381e24ee401b4bc

10 years agoMerge master into 7.2
Jonatan Kronqvist [Tue, 6 May 2014 07:23:14 +0000 (10:23 +0300)]
Merge master into 7.2

9bf0278 - (origin/master, origin/HEAD, master) Ignore irrelevant header lines in checkstyle configuration <Jonatan Kronqvist>
0b8545e - DevelopmentServletLoader: Reload servlet container <Manolo Carrasco>
66f9563 - Javadoc added to com.vaadin.ui.Field interface (#13209) <Dmitrii Rogozin>
27f6503 - Fix header and Javadoc issues <Teemu Suo-Anttila>
498df1e - Fix DisabledDateFieldPopup test <Teemu Suo-Anttila>
12a96b2 - Remove non-existant theme-compiler from launch <Artur Signell>

Change-Id: I88c77f8e5ddeb53e070dcaf0d06fe142363873b0