aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Remove old widget from tab content on replace (#12931).Denis Anisimov2014-04-101-0/+1
| | | | Change-Id: I85badfcca18e129b20ab6c5c2db0b845c8c2ea5b
* Don't use WindowConnector as a content connector in UI (#13127).Denis Anisimov2014-04-091-0/+12
| | | | Change-Id: I17b963c49ba2d2de05341cf60dca0d65187314b0
* Start drag only when mouse left button is pressed (#9814).Denis Anisimov2014-04-081-0/+1
| | | | Change-Id: Ibe9734185af0e6ba4399b20f2f1bb55a3207abd5
* Slider handle is now correctly updated on resize (#12550)Teemu Pöntelin2014-04-082-3/+21
| | | | | | | | | | | | Fixed the issue by replacing the legacy ContainerResizedListener with adding (and removing) an ElementResizeListener to the LayoutManager. Notice also that after this change there are no longer implementations of the deprecated ContainerResizedListener in the framework codebase. Change-Id: Ib984953d8b53b9535d39ae70166c17ffd5b4103b
* Support for middle left/right positions in Notification (#12931).Denis Anisimov2014-04-081-0/+9
| | | | Change-Id: Iac00191ace5d55f8b054f8b66d1802a788d368c2
* Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-086-308/+472
| | | | | | | This change also adds subpart support for TabSheet and converts a test to TB3. Change-Id: I23b6c81686ea6587470d8019e89a85149ec0b068
* Change push default fallback to long polling (#13409)Artur Signell2014-04-041-1/+1
| | | | Change-Id: Ie9f4ea98a6bf4a4ec45118a46e58d15d9fe3b36f
* Fix typo in @OnStateChange javadoc (#12958)Leif Åstrand2014-04-041-1/+1
| | | | Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5
* Mousedown - mouseout - mouseover - mouseup now counts a click (#13550)Artur Signell2014-04-041-5/+18
| | | | Change-Id: Id1f58b1ac6c207cec3357bcd96e1eb8d8de256a0
* Support font icons in ComboBox (#13376)Johannes Dahlström2014-04-031-32/+39
| | | | Change-Id: Idb35b8116c28824c8ced9b8f230e06ba8e7ecaaf
* Trigger action/submenu on SPACE key along with ENTER (#12525).Denis Anisimov2014-04-021-1/+17
| | | | Change-Id: I1548cc90e133f90c94fc33c50fb06a8aff353826
* Implement @OnStateChange (#12958)Leif Åstrand2014-04-015-48/+293
| | | Change-Id: I8ea2b781fab42458bf55a751c1229e391365e965
* Make Invoker support non-public methods (#12959)Leif Åstrand2014-04-011-0/+53
| | | | Change-Id: Ie449489f3c9222bbe4a4221841c4ebc20693f969
* Merge changes from origin/7.1Build Agent2014-03-311-1/+1
|\ | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-311-1/+1
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | VDateField shoud implement HasEnabled (#13124).Denis Anisimov2014-03-311-1/+4
| | | | | | | | Change-Id: I5b8cd173f3b4646240c224090843583175eca93d
* | Bring window to front on window header click (#13445).Denis Anisimov2014-03-311-4/+11
| | | | | | | | Change-Id: I3322dcff0199125f49cc48afdc467516b420e845
* | Show caption for PopupView (#10618).Denis Anisimov2014-03-311-5/+0
| | | | | | | | Change-Id: I00ae9444b5b7720ad19473ea3fe05ed764c95bf9
* | Fix multiple icons in caption (#13516)Teemu Suo-Anttila2014-03-311-1/+1
| | | | | | | | Change-Id: I484d53df984e21a7dfba63901aaa1a0e163ec52c
* | Merge changes from origin/7.1Build Agent2014-03-311-7/+2
|\| | | | | | | | | | | 3612ce1 Fixed aria-disabled attribute value on DateField button (#13463) Change-Id: I888e9bed47ae2a540161786791d546b2fd0f85cf
| * Fixed aria-disabled attribute value on DateField button (#13463)Teemu Pöntelin2014-03-311-7/+2
| | | | | | | | Change-Id: I9b13b76a92f0070c3b4c30556a276d60ceba94e8
| * Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-291-2/+6
| | | | | | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* | Added a window.prompt polyfill for Metro IE (#13367)Juho Nurminen2014-03-281-0/+24
| | | | | | | | | | | | | | Makes metro versions of IE suggest switching to the desktop when window.prompt is called Change-Id: If794631b0fa633aac3572f241374ea8883671c85
* | Merge remote-tracking branch 'origin/7.1'Sauli Tähkäpää2014-03-281-1/+6
|\| | | | | | | Change-Id: I17fa1bf6982c8c7e1f9faf26b77593b170fa5fdd
| * Made Window z-indices update when windows are closed (#13174)Juho Nurminen2014-03-281-1/+6
| | | | | | | | Change-Id: I2fa7566ec4788893d1d99440a7ca2d014c9a8f13
* | Merge changes from origin/7.1Build Agent2014-03-283-3/+32
|\| | | | | | | | | | | | | | | | | | | | | 1f4ca4c Prevent resize for sorted column if not initialized (#12951) 437f4e9 Improved portlet configuration resolution. (#7814) 55a1b20 Added headers support for WebSphere Portal. (#13491) f979681 Fix VScrollTable to clear reported ranges (#13353) a473222 Added browser inclusion and exclusion for TB3Runner. 29e7df2 Makes combobox work with pasted texts. (#13214). Change-Id: Icdb5a633d1d9f7bf7004b4b45857d268ea674f50
| * Makes combobox work with pasted texts. (#13214).Felype Santiago Ferreira2014-03-281-0/+26
| | | | | | | | Change-Id: I74db581d7aae1278024db4e5ed8e3a3b3abc56be
| * Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-271-2/+3
| | | | | | | | Change-Id: Ieb0e2dce37ae1564151bf40d9d51cb013490b865
| * Prevent resize for sorted column if not initialized (#12951)Teemu Suo-Anttila2014-03-251-1/+3
| | | | | | | | Change-Id: I184625738f6d5d9324f957827f7f11817e311c59
* | Merge commit 'ca73546d736dfb41d9b25a32282fff63791bffe1' into masterJonatan Kronqvist2014-03-282-1/+11
|\| | | | | | | | | | | | | | | | | ca73546d Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346) Conflicts: client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java Change-Id: Id1916a312149728d69b1493a9f28a72de41ec711
| * Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)Teemu Suo-Anttila2014-03-251-0/+4
| | | | | | | | Change-Id: I641be48a53c53f584c42ae4f904975f447e9075a
| * Return border sizes from border methods in MeasuredSize (#13494)Maciej Przepióra2014-03-251-4/+4
| | | | | | | | | | | | | | Back ported from master Merge: no Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b
| * Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-241-1/+7
| | | | | | | | Change-Id: I68bc7922074c8c03957fbffce8a3d453726e8c1a
* | Merge commit 'd5ce54586a445550b3df5168fe83accb3945901e' into masterJonatan Kronqvist2014-03-281-0/+10
|\| | | | | | | | | | | | | | | | | d5ce545 Ignore backspace events in modal windows (#13180) Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I22c38a281fac7ed7cfa40f292e6624c5347348fd
| * Ignore backspace events in modal windows (#13180)Felype Santiago Ferreira2014-03-241-0/+11
| | | | | | | | Change-Id: Idf3ec4bc80bd015c546000e99cb6ff16e79ca5a8
* | Merge "Merge commit '60aa66a'"Jonatan Kronqvist2014-03-281-15/+13
|\ \
| * | Merge commit '60aa66a'Juho Nurminen2014-03-281-15/+13
| |\| | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VTabsheet.java Change-Id: I7bda391a0e5678f85c04bd8ff9bfa65ba1c660b9
| | * Made TabSheet tabs always become visible when focused (#12343)Juho Nurminen2014-03-191-15/+16
| | | | | | | | | | | | Change-Id: I8f840bf4e45e257454d5e16c7b43f63858fd15d8
* | | Remove notice about using generics from error message (#12873)Leif Åstrand2014-03-281-3/+2
|/ / | | | | | | Change-Id: Id2f56090533fdce756051b32547b3dcaa4f94f93
* | Add id check for ElementQuery generation in Debug WindowTeemu Suo-Anttila2014-03-261-9/+31
| | | | | | | | Change-Id: Ic514dbfca241756b74798b3fb057a97ef9cdfa70
* | Fixed pom fails in unit tests.Sauli Tähkäpää2014-03-251-2/+6
| | | | | | | | Change-Id: I0acbde16576dc26c36031038fe905695581c682d
* | Update sizes when the IE8 window is resized #12323Jonatan Kronqvist2014-03-251-8/+35
| | | | | | | | Change-Id: I5ee2e0d7e4b4bc11df78e24c2a29e94e4c379e25
* | Refactor to use the right Element class (#13287)Leif Åstrand2014-03-2583-732/+934
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed implementations and APIs to use the non-deprecated Element class wherever possible without breaking backwards compatibility. * Methods defined in interfaces have not been touched. * Return types have only been changed methods that should have no existing third party callers (i.e. private, internal or @since 7.2) * For methods that third party code might have overridden, the method has been deprecated in favor of a new method that just delegates to the old method. * For methods that can't reasonably be overridden by third party code (i.e. private, final, static, internal or @since 7.2), the parameter type has been changed without retaining the old method. Change-Id: I7da943a77b8d0d0b9185d8c70f87d676a275d24b
* | Use FQN instead of import for the bad Element class (#13287)Leif Åstrand2014-03-2581-625/+750
| | | | | | | | | | | | | | | | This is the first step towards eliminating usage of the class. Reasoning about upcoming steps will be easier when it's clear which class "Element" refers to. Change-Id: Iea5547f789edc77c3b4ac95a5e2eb34d2717999e
* | Integrate the Responsive add-on #12394Jonatan Kronqvist2014-03-251-0/+379
| | | | | | | | | | | | Also fixes https://github.com/vaadin/responsive/issues/10 Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
* | Return border sizes from border methods in MeasuredSize (#13494)Maciej Przepióra2014-03-251-4/+4
| | | | | | | | Change-Id: I9eee3cb897fcb00beb2b2877dd98337623e2cf5b
* | Make Action icons again include alt text (#13375)Johannes Dahlström2014-03-241-0/+1
| | | | | | | | Change-Id: I7b65d8f20936e5e6360dfc4d333e7c6ea3f2bc13
* | Use enableProtocol (#13374)Artur Signell2014-03-211-1/+1
| | | | | | | | Change-Id: I93385237416bb59e82e84fb1ca214b7024c7180c
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-2111-14/+14
| | | | | | | | Change-Id: I15f6fff50e709238655a0a50f605a833e2be7d6f
* | Merge changes from origin/7.1Build Agent2014-03-216-8/+27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7112abe Preventing premature start of drag due to Chrome move event #13381 7e7b623 reduce frequency of session locking and StreamingProgressEvents (#13155) 7cab7fd Improve error message when reusing UI instance (#13457) 3e53fa6 Fixed "EEE" in DateField's date pattern (#13443) 1881ea8 Fix for width issue of TabSheet (#12805) 396820e Test for streaming reconnect issue (#13435) 2f93186 Eliminate .v-caption memory leak (#13346) 0c7cbc7 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688) 5441ef0 Merged IntegrationTestRunner into TB3Runner 3545db2 Added User-Agent and Screen Width + Height labels to portlet test. c5aaf93 Refactored JSR286 portlet test. 52dcbaa Pressing ESC now closes the DateField popup when using month or year resolutions. (#12317) e45294f Revert "Preventing premature start of drag due to Chrome move event #13381" Change-Id: I35e119a6e8e68e226487906af35eaa220f3af16f