summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Introduce initial data source support for Grid (#12878)Leif Åstrand2013-11-223-0/+110
| | | | Change-Id: I2d1b2e4a797b2dac9ee97c832fcd40fb472edc08
* Multiple headers and footer rows #3153John Ahlroos2013-11-224-10/+99
| | | | Change-Id: Iadb0d8b051d0f0ef1303e0d7d740cf476cd81971
* Merge branch 'master' into gridJohn Ahlroos2013-11-206-8/+46
|\ | | | | | | Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
| * Merge commit 'fefedeab68461ebc04fd45f91a35835fc9026a56'Artur Signell2013-11-111-0/+2
| |\ | | | | | | | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/VWindow.java Change-Id: I03768d21133066aed5ff70b8c6df9e2761eb4e4e
| | * Send window position data back to server after drag (#12885)Thomas2013-11-061-0/+2
| | | | | | | | | | | | Change-Id: I9ca766b0e06390c7ab90f9cbd4996b83032789db
| * | Let UI fire PollEvents (#12466)Henrik Paul2013-10-291-1/+1
| | | | | | | | | | | | Change-Id: I7eb5e407b6822f5b3ac8e103ba7c9f676c51648f
| * | Updated shared-deps dependency to 1.0.3 (#12421)John Ahlroos2013-10-111-1/+1
| | | | | | | | | | | | Change-Id: I4087b1225c5825582628d5322711e806104efca0
| * | Merge changes from origin/7.1Leif Åstrand2013-10-041-0/+4
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-271-0/+4
| | | | | | | | | | | | Change-Id: I9939a7af83482e136ed0d146accdeec0cd9f10ea
| * | Link no longer implements LegacyComponent (#10015)joheriks2013-10-021-0/+6
| | | | | | | | | | | | Change-Id: Iaadc82384d15704017077be282767141529889f2
| * | Merge changes from origin/7.1Artur Signell2013-09-261-6/+32
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * Fixes browser detection for IE11 (#12638)Artur Signell2013-09-251-6/+32
| | | | | | | | | | | | Change-Id: I1f71477368ce42eac3679f7f2f9e87fe8e02e4de
* | | Base grid component and column API (#12829, #12830)John Ahlroos2013-11-192-0/+113
|/ / | | | | | | Change-Id: I6c4eae8a4369e9452dd56e764633cecfe9bf553a
* | Merge changes from origin/7.1Artur Signell2013-09-172-1/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-0/+8
| | | | | | | | Change-Id: I8e0baec2391b140e6a72eedf6606fd2792c735bc
| * Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
| | | | | | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
* | Ignore RPC calls from components that are concurrently removed (#12337)Henrik Paul2013-09-101-0/+8
| | | | | | | | Change-Id: I8b97444d33b9535b9073fd705fed15a6cc2992e7
* | Rewrite client request into JSON (#9269, #11257)Henrik Paul2013-09-041-0/+14
| | | | | | | | Change-Id: I0001d54f890ad8e5787d1f6c076d1f1d75dd32d2
* | Make settting of assistive description of Window optional (#12276)michaelvogt2013-07-241-1/+1
| | | | | | | | | | | | | | Throws exception on server side for null parameter Adds client side getter for descriptions Change-Id: I7d6231eec52b584f674b97b9d0c8ee0b78b19297
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 419c6c7 Implemented Focusable in MenuBar (#7674) a4f1277 Fixed NPE in ApplicationRunnerServlet (#12145) 08d365a Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863) da480bd Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETER is not set (#11943) 6291a50 Ensure that Slider diffstate always contains "value" (#12133) 7e7e698 32x32 favicons added, replacing the old favicons (#12143) 1702059 Replace printStackTrace with getLogger().log() (#12147) b421d6e Updated Javadoc for Table.getColumnAlignment fixing #6810 414e3bf Fixed an error in CustomComponent JavaDoc (#10038), and some improvements. 4583d07 Fix NPE in Like.java (#10167) 6c4da29 Ensure table's cells aren't refreshed if table is detached. (#9138) e37464c #11638: Ending an imported SCSS file with a comment causes an error in the Sass 478eeb5 Test using Jetty 9 (#12124) f7cc72d Close only combobox on escape, not the window (#12163) 9a9b0a5 Automatic test for escape closing window from combobox (#12163) ae565a2 Fix bug in PopupDateField where locale was retained incorrectly if changed while popup was open (#12153) d7a64fd Enable native scrolling in home screen apps on iOS 6+ (#12149) 4a04f00 Add test case for testing ClickEvent after dragging button (#7690) 775c969 Make UploadInterruptedException visible (#12070) 6a4bbe5 Set heartbeat response Content-Type to text/plain (#12182) e4011c6 When InputStream cannot be opened while writing static resource response, display 404 instead of 500 (#10920) 20162db Set current instances when calling UI.push from VaadinSession.unlock (#12168) 94c0f86 Ensure VaadinSession.service is set up by storeInSession (#12204) 23ed487 Attempt to get GAE lock for UIDL requests (#12211) 7f52b2e Improved AbstractClientConnector performance (#12219) a934261 Improving performance of ConnectorTracker (#12218) Change-Id: I810124d60c22d4d0ab837a19eb9c2689951864b5
| * Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-2/+2
| | | | | | | | Change-Id: I31cd6fafffacc16147e63d3878fcf025163deb5b
* | Prevent to exit a Window with the tab key (#11874)michaelvogt2013-07-121-0/+3
| | | | | | | | Change-Id: Icd12ec6e2eac626ad493707dfa8288d620bb9bb7
* | Fixes @PreserveOnRefresh losing page title on refresh #11054Joonas Lehtinen2013-07-092-2/+5
| | | | | | | | | | | | Moves Page title to PageState instead of using RPC for changing the title on Page.setTitle(). Change-Id: I8e5ab2064c04235503fb2531f4cdbb108530ac7e
* | Tabsheet tabs should support alternate text (#11824)michaelvogt2013-07-081-0/+2
| | | | | | | | Change-Id: I000fe6102291d8bd9bbe484b5683b50c40c8470b
* | Accessibility for Window (#11821)michaelvogt2013-07-041-0/+13
| | | | | | Change-Id: Ica5d13fb138e8ed1c1966858c9e1dd0c4aa13af5
* | Support screen reader only notifications (#11830)michaelvogt2013-07-031-1/+6
| | | | | | | | Change-Id: I09391b27c0b3df538ffe74c4edb8d96224f14cd3
* | Accessibility for Notification (#11820)michaelvogt2013-07-032-0/+155
|/ | | Change-Id: Ic9c1a417fa791927897b6fcdf35a1fb4444dfd70
* Enable using @Stylesheet with vaadin:// (#9934)Artur Signell2013-06-181-0/+1
| | | | Change-Id: I895fad31ef5b31a395cea95e64d6b183d718056f
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-4/+2
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-052-12/+3
| | | | Change-Id: I41630fec5c40c50a2925499d1f1ba23149ab0de1
* Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-051-0/+1
| | | | Change-Id: I78f0f6532242bd5d7aa406fe61ccf15d9585fde9
* Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-052-2/+75
| | | | Change-Id: I212067aa0bd04e3e73844ef57963b5622291986a
* Added missing rpc interface (#11536)Artur Signell2013-06-051-0/+39
| | | | Change-Id: Ia53f76068d132f4f8eafa79e79922e6eb5762045
* Change analyze layouts to use RPC (#11536)Artur Signell2013-06-052-2/+7
| | | | Change-Id: I80d39e4ce4e0576b98ad095efce03740291d3de5
* Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-052-1/+43
| | | | Change-Id: I8995e9affd371543457f16568f1245f7467e0804
* Fixed javadoc referencesArtur Signell2013-06-051-3/+3
| | | | Change-Id: If20a5db3ee42608fbb246e6d56125e335c616887
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-52/+54
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-292-0/+10
| | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-5/+35
| | | | Change-Id: Id9eaee65762b0dadd59f3e730d3ff11712ab87fe
* Fixed javadoc compilation errorArtur Signell2013-05-291-4/+2
| | | | Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-291-0/+28
| | | | | | The locale data is now tracked per UI instance and no longer sent in every request. Change-Id: I4bebd00327da6f8d812181fd76a85eb6196d0010
* Send window mode changes to the server immediately (#11737)Leif Åstrand2013-05-281-2/+0
| | | | Change-Id: Icfaa8f97824d8ed92eaee786cee8c92083dc1084
* Added Serializable where missing and ignore classes which do not need ↵Artur Signell2013-05-283-3/+9
| | | | | | Serializable Change-Id: I197b2d62282ee957458e05d9cac357df47f05e85
* Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-1/+1
| | | | Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
* Use "\0" instead of "|" as a push message delimiter (#11692)Johannes Dahlström2013-05-212-4/+46
| | | | | | | | | | Used with TrackMessageSizeInterceptor and with client-to-server Websocket message splitting (see #11648) The original issue that the delimiter can not appear in the message (unescaped) is apparently fixed in Atmosphere 1.0.13 Also ensure the max size of a websocket fragment in bytes does not exceed the buffer size (#11842) Change-Id: I768524bb54a5b8b9479dc7bda821256bd843dc52
* Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-1/+5
| | | | | | | Remove previously added attribute for WAI-ARIA live area Set overlay container as live area instead Change-Id: Ie75c2993fdb42f29f307cbd294ae3352d2ef1ce3
* Remove JavaDoc dependency to vaadin-server from PageState (#11873)Johannes Dahlström2013-05-171-3/+1
| | | | Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9
* Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-172-0/+40
| | | | | | | This also introduces PageState, which is at the moment a part of UIState. Change-Id: I4f927e6b8217fa789d83ce5e0d8254b141f485c7
* Split client-to-server messages when websockets are used (#11648)Johannes Dahlström2013-04-291-0/+4
| | | | | | | | * First part of a fragmented message prefixed by total message length plus '|' * Atmosphere websocket buffer size set to 65536 * Fragment size is 65535 characters (Jetty requires less than buffer size) Change-Id: I8bf872bbb03b86386070fdc99c14ea805dd2ef3a
* Close push connection when UI is detached (#11596)Artur Signell2013-04-261-0/+34
| | | | Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48