aboutsummaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | 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
* | 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
| * Revert "Preventing premature start of drag due to Chrome move event #13381"Henri Sara2014-03-191-13/+6
| | | | | | | | | | | | This reverts commit 7112abe944259a615e26342de17d0302ddec3562. Change-Id: I2bc231ec20c27b508570c6358fb2d8128beb2735
| * Pressing ESC now closes the DateField popup when using month or year ↵Teemu Pöntelin2014-03-181-0/+2
| | | | | | | | | | | | resolutions. (#12317) Change-Id: Icf7b8da00e80ea4dc4843bcd28b005b5e91b866f
| * Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-142-2/+22
| | | | | | | | Change-Id: Ieae3b1d82e92fadf5ab517c1c878fc82bcc0ecbd
| * Eliminate .v-caption memory leak (#13346)Henri Sara2014-03-141-2/+1
| | | | | | | | Change-Id: I6577dabaaf5d9fa4c73158d3391dfcd28dd0629e
| * Fix for width issue of TabSheet (#12805)Teemu Pöntelin2014-03-141-3/+1
| | | | | | | | | | | | | | | | | | | | Width of v-tabsheet-tabcontainer was set by copying the width from the ComponentConnector. This produced an incorrect result when a relative width (other than 100%) was used. Fixed by assigning the width to 100% when the TabSheet has a defined width. Change-Id: I7f128f87406e6e00ceda9ee6e75dcc5539e283b6
| * Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-141-1/+1
| | | | | | | | Change-Id: Ib82d901fbf65dc39c06b117c68bb0191f0fd8e68
| * Preventing premature start of drag due to Chrome move event #13381Fabian Lange2014-03-131-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The drag only actually starts when the mouse move or touch move event is more than 3 pixel away. The purpose is twofold: a) it fixes the glitchy behaviour of Chrome which for some reason sometimes fires a move directly after the mousedown, which starts a drag immediately. b) it helps people with shaky hands or imprecise hardware, why might not want to drag but to select but slightly move the pointer. Some frameworks opted to make the distance configurable. Due to sub pixels (which might be the cause for a) in the first place), a distance of 1 or 2 pixel is not enough. Experiments showed that unaware users did not notice that 3 pixels movement are required for the drag to actually start (the ghost has already a delay of 300ms) Change-Id: I71b50b72486344a7dbe4ed927b34b1f8fab0db20
* | Make icons again include alt text (#13152)Artur Signell2014-03-191-1/+2
| | | | | | | | Change-Id: Ie645b48d3dceb24a477c5043ea88876b86875481
* | Format project files according to conventionsArtur Signell2014-03-193-6/+16
| | | | | | | | Change-Id: I2522698237eb2a21c0896605bed8e73a82795c97
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-1827-8859/+0
| | | | | | | | | | | | This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3. Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
* | Merge branch 'master' into gridLeif Åstrand2014-03-1827-0/+8859
|\ \ | | | | | | | | | Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
| * | Fixes Escalator flick scroll regression (#13334)Henrik Paul2014-03-171-10/+22
| | | | | | | | | | | | Change-Id: Icc263c10ec1fb0542f544ddbc2bb705e8968aa40
| * | Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-112-2/+52
| | | | | | | | | | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
| * | Add support for changing the default row height in escalator (#12645)Henrik Paul2014-03-062-121/+471
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since this is quite the change, I've taken the opportunity to rewrite smaller adjoining pieces to make more sense. Move methods from classes, and so on. These changes are, however, only on the code level, no other functionality will be introduced by this patch. Change-Id: I56f19c5af7dc4ccfd2fa4c9098f06e77dbfa12fb
| * | Merge branch 'master' into gridHenrik Paul2014-03-0330-283/+556
| |\ \ | | | | | | | | | | | | Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
| * | | Fix compile errors (#13334)Leif Åstrand2014-02-282-57/+1
| | | | | | | | | | | | | | | | Change-Id: Ib9210685ed70f98af78b5cc3ad756f37b09c326a
| * | | Implement programmatic scrolling (#13327)Patrik Lindström2014-02-185-159/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Change c.g.g.u.c.Element to c.g.g.d.Element (#13334)Henrik Paul2014-02-137-14/+17
| | | | | | | | | | | | | | | | Change-Id: I8942623466441846ac4100dc6f451d0948d005a9
| * | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-1258-1410/+4241
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
| * | | | Corrects Renderer JavaDoc (#13243)Henrik Paul2014-01-231-3/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I292451d398236e5d199efd7613d97b96b52f76b2
| * | | | Fixes scrollbar visibility issue in Escalator (#13237)Henrik Paul2014-01-232-84/+62
| | | | | | | | | | | | | | | | | | | | Change-Id: Ie584c3440f612c4d262a218ff962faae4b4c6b82