Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [merge from 6.7] Removed book tagging. | Automerge | 2012-05-22 | 1 | -12/+4 |
| | | | | svn changeset:23803/svn branch:6.8 | ||||
* | [merge from 6.7] #8305 extend Liferay session when the user interacts with a ↵ | Automerge | 2012-05-22 | 1 | -0/+27 |
| | | | | | | Vaadin portlet svn changeset:23802/svn branch:6.8 | ||||
* | [merge from 6.7] Chrome 18 -> 19 (#8835) | Artur Signell | 2012-05-22 | 1 | -1/+1 |
| | | | | svn changeset:23800/svn branch:6.8 | ||||
* | Remove clientHeight/Width from WebBrowser (#5655) | Leif Åstrand | 2012-05-22 | 4 | -47/+8 |
| | | | | svn changeset:23792/svn branch:6.8 | ||||
* | Make browser window size available in Window (#5655) | Leif Åstrand | 2012-05-22 | 3 | -18/+68 |
| | | | | svn changeset:23790/svn branch:6.8 | ||||
* | #8724 Properly generate simulated click events from touch events on iOS 5 | Johannes Dahlström | 2012-05-22 | 1 | -0/+5 |
| | | | | svn changeset:23784/svn branch:6.8 | ||||
* | [merge from 6.7] Remove duplicate code in constructor | Automerge | 2012-05-21 | 1 | -7/+1 |
| | | | | svn changeset:23779/svn branch:6.8 | ||||
* | Removed an empty if() {} | Johannes Dahlström | 2012-05-21 | 1 | -2/+0 |
| | | | | svn changeset:23776/svn branch:6.8 | ||||
* | #8724 Factored away duplicate code in native/non-native touch handling, ↵ | Johannes Dahlström | 2012-05-21 | 1 | -115/+33 |
| | | | | | | removed unused variables, removed debug messages, added comments svn changeset:23775/svn branch:6.8 | ||||
* | [merge from 6.7] Don't trigger actions if space or enter is pressed with ↵ | Automerge | 2012-05-21 | 4 | -28/+129 |
| | | | | | | Button focused (#7191) svn changeset:23774/svn branch:6.8 | ||||
* | #8723 Remove superfluous sinkEvents() call | Johannes Dahlström | 2012-05-21 | 1 | -2/+0 |
| | | | | svn changeset:23772/svn branch:6.8 | ||||
* | Remove -webkit-overflow-scrolling from .v-scrollable for now - caused a ↵ | Johannes Dahlström | 2012-05-21 | 1 | -1/+0 |
| | | | | | | weird iOS 5 bug in Accordion touch support (#8723 #8792) svn changeset:23770/svn branch:6.8 | ||||
* | [merge from 6.7] Test application for #8813 | Automerge | 2012-05-18 | 1 | -0/+77 |
| | | | | svn changeset:23766/svn branch:6.8 | ||||
* | [merge from 6.7] #8810 Fix row collapse animation as well | Automerge | 2012-05-18 | 1 | -12/+21 |
| | | | | svn changeset:23764/svn branch:6.8 | ||||
* | [merge from 6.7] Fix #8810 - only animate row expansion if there are child ↵ | Automerge | 2012-05-18 | 2 | -2/+86 |
| | | | | | | rows to animate svn changeset:23763/svn branch:6.8 | ||||
* | [merge from 6.7] #8805 fix flickering of partial first row in table, related ↵ | Automerge | 2012-05-18 | 2 | -0/+92 |
| | | | | | | manual test svn changeset:23762/svn branch:6.8 | ||||
* | [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, ↵ | Johannes Dahlström | 2012-05-18 | 1 | -46/+32 |
| | | | | | | in TabSheet.replaceComponent() svn changeset:23761/svn branch:6.8 | ||||
* | [merge from 6.7] #8793 Add unit test for TabSheet.replaceComponent() | Johannes Dahlström | 2012-05-18 | 1 | -0/+63 |
| | | | | svn changeset:23758/svn branch:6.8 | ||||
* | [merge from 6.7] Rename illogical local variable | Automerge | 2012-05-16 | 1 | -3/+3 |
| | | | | svn changeset:23752/svn branch:6.8 | ||||
* | [merge from 6.7] Test case for #7387 | Automerge | 2012-05-15 | 1 | -0/+50 |
| | | | | svn changeset:23750/svn branch:6.8 | ||||
* | [merge from 6.7] Take viewport scrolling into account when calculating drop ↵ | Automerge | 2012-05-15 | 3 | -5/+79 |
| | | | | | | position (#6021) svn changeset:23749/svn branch:6.8 | ||||
* | [merge from 6.7] Remove invalid import used by javadocs | Automerge | 2012-05-15 | 1 | -1/+0 |
| | | | | svn changeset:23745/svn branch:6.8 | ||||
* | [merge from 6.7] #5521 fixed condition that was always checking for height, ↵ | Automerge | 2012-05-15 | 1 | -1/+2 |
| | | | | | | not width svn changeset:23740/svn branch:6.8 | ||||
* | [merge from 6.7] Avoid random failures by not clicking button outside viewport | Automerge | 2012-05-15 | 1 | -2/+2 |
| | | | | svn changeset:23739/svn branch:6.8 | ||||
* | #8763 Re-added TouchScrollDelegate#setElements() | Johannes Dahlström | 2012-05-15 | 1 | -4/+6 |
| | | | | svn changeset:23737/svn branch:6.8 | ||||
* | #8716 #8725 Fix regressions introduced by CSS class handling changes | Johannes Dahlström | 2012-05-15 | 2 | -9/+22 |
| | | | | svn changeset:23736/svn branch:6.8 | ||||
* | #8723 Do not sink touch events in Accordion | Johannes Dahlström | 2012-05-14 | 1 | -1/+1 |
| | | | | svn changeset:23733/svn branch:6.8 | ||||
* | #8724 Erroneously called onTouchBrowserEvent with non-touch platforms | Johannes Dahlström | 2012-05-14 | 1 | -3/+4 |
| | | | | svn changeset:23732/svn branch:6.8 | ||||
* | #8763 Removed debug messages, added Javadoc to TouchScrollHandler | Johannes Dahlström | 2012-05-14 | 1 | -16/+45 |
| | | | | svn changeset:23731/svn branch:6.8 | ||||
* | #8763 Disable native touch scrolling on iOS 5 devices until #8792 is resolved | Johannes Dahlström | 2012-05-14 | 1 | -3/+4 |
| | | | | svn changeset:23730/svn branch:6.8 | ||||
* | [merge from 6.7] #5521 portlet body should fill portlet content e.g. in ↵ | Automerge | 2012-05-14 | 2 | -1/+67 |
| | | | | | | Liferay freeform layout, related manual test application svn changeset:23729/svn branch:6.8 | ||||
* | #8716 Rewrite some CSS classname handling code to prevent overwriting ↵ | Johannes Dahlström | 2012-05-14 | 1 | -32/+23 |
| | | | | | | v-scrollable svn changeset:23728/svn branch:6.8 | ||||
* | #8724 Preliminary native touch scroll support for Table | Johannes Dahlström | 2012-05-11 | 1 | -20/+194 |
| | | | | svn changeset:23724/svn branch:6.8 | ||||
* | #8722 Move handling of scrolling from VWindow to FocusableScrollPanel | Johannes Dahlström | 2012-05-11 | 2 | -5/+3 |
| | | | | svn changeset:23723/svn branch:6.8 | ||||
* | #8721 Make VView touch scrollable | Johannes Dahlström | 2012-05-11 | 1 | -0/+1 |
| | | | | svn changeset:23722/svn branch:6.8 | ||||
* | #8720 Improve handling of tab container scrolling | Johannes Dahlström | 2012-05-11 | 1 | -6/+3 |
| | | | | svn changeset:23721/svn branch:6.8 | ||||
* | #8723 Oops, call removeElement(), not addElement(), in removeTab() | Johannes Dahlström | 2012-05-11 | 1 | -2/+1 |
| | | | | svn changeset:23720/svn branch:6.8 | ||||
* | #8725 Use TouchScrollDelegate.enableTouchScrolling() instead of ↵ | Johannes Dahlström | 2012-05-11 | 1 | -49/+23 |
| | | | | | | TouchScrollDelegate instance directly; rewrite CSS class handling a bit to prevent overwriting v-scrollable svn changeset:23719/svn branch:6.8 | ||||
* | #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ↵ | Johannes Dahlström | 2012-05-11 | 3 | -3/+0 |
| | | | | | | and v-view classes; use v-scrollable class in elements that should scroll instead svn changeset:23718/svn branch:6.8 | ||||
* | #8723 Add touch scrolling support to Accordion | Johannes Dahlström | 2012-05-11 | 1 | -6/+16 |
| | | | | svn changeset:23716/svn branch:6.8 | ||||
* | camelCasify CSS property names | Johannes Dahlström | 2012-05-11 | 1 | -4/+4 |
| | | | | svn changeset:23715/svn branch:6.8 | ||||
* | [merge from 6.7] Further increase granularity of some assertions to better ↵ | Automerge | 2012-05-11 | 1 | -20/+20 |
| | | | | | | detect exactly where the random issue in Safari occurs. svn changeset:23713/svn branch:6.8 | ||||
* | [merge from 6.7] Increase granularity of some assertions to better detect ↵ | Automerge | 2012-05-10 | 1 | -10/+15 |
| | | | | | | exactly where the random issue in Safari occurs. svn changeset:23710/svn branch:6.8 | ||||
* | [merge from 6.7] Tweaks to #7931 based on review. | Automerge | 2012-05-10 | 1 | -3/+19 |
| | | | | svn changeset:23708/svn branch:6.8 | ||||
* | [merge from 6.7] Send VView size instead of window size (#7931) | Automerge | 2012-05-10 | 1 | -12/+21 |
| | | | | svn changeset:23703/svn branch:6.8 | ||||
* | Use in empty table footers to make them render properly (#7718) | Leif Åstrand | 2012-05-10 | 1 | -0/+4 |
| | | | | svn changeset:23701/svn branch:6.8 | ||||
* | [merge from 6.7] Test case for #8781 | Automerge | 2012-05-09 | 2 | -0/+45 |
| | | | | svn changeset:23699/svn branch:6.8 | ||||
* | TouchScrollHandler: added debug info, restored setElements() | Johannes Dahlström | 2012-05-09 | 1 | -0/+29 |
| | | | | svn changeset:23697/svn branch:6.8 | ||||
* | [merge from 6.7] Test case for #8778 | Automerge | 2012-05-09 | 2 | -0/+93 |
| | | | | svn changeset:23696/svn branch:6.8 | ||||
* | [merge from 6.7] Don't activate tab when clicking close element (#7686) | Automerge | 2012-05-08 | 3 | -1/+82 |
| | | | | svn changeset:23690/svn branch:6.8 |