Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Correctly check if validators are present (#11450) | Artur Signell | 2016-05-27 | 1 | -1/+5 | |
| | | | | Change-Id: Ibc0173f96a1000e709bd7ee90cccd500fad1a223 | |||||
* | Make tests pass in any timezone (#19813) | Marco Collovati | 2016-05-26 | 2 | -9/+15 | |
| | | | | Change-Id: I78411b92a5b3c2f04ed8a15ebd2c183aa1af4ab9 | |||||
* | Correctly detect PhantomJS 2.1 | Artur Signell | 2016-05-22 | 3 | -2/+45 | |
| | | | | Change-Id: I9b1df949b831b84aa05bf611b0128eb2414bbbae | |||||
* | Make tests pass in any timezone | Joonas Lehtinen | 2016-05-20 | 3 | -5/+13 | |
| | | | | Change-Id: Ic81205bca5e25d0f525ae5fa0cbe20d0bd736a58 | |||||
* | Correctly handle compiled resources for Development Server | Teemu Suo-Anttila | 2016-05-20 | 2 | -88/+19 | |
| | | | | Change-Id: I0f4976aaeeb1f284a99a09cb039e54ae16f8f556 | |||||
* | Load CustomLayout templates like other theme resources (#8578) | Artur Signell | 2016-05-20 | 4 | -26/+51 | |
| | | | | Change-Id: I0ee79c357a1a3e4c5ce1cb8a93ac0cf1ba4d4163 | |||||
* | Update Jetty version in uitest | Teemu Suo-Anttila | 2016-05-20 | 3 | -56/+24 | |
| | | | | Change-Id: I74300ea0724be1e56ea94d3f1327f49b05a09a87 | |||||
* | Throw exception early on null itemId (#16541) | vilo | 2016-05-20 | 1 | -0/+3 | |
| | | | | Change-Id: Iff42a6e9e5e00006c96fa82e102ff145449c6f88 | |||||
* | Ensure ContainerOrderedWrapper returns itemIds in expected order | Artur Signell | 2016-05-19 | 2 | -5/+17 | |
| | | | | | | (#19427) Change-Id: I79cfe68cf5e9e37db27c53d2f7a1aa9a1573df90 | |||||
* | Notify server side component about clicks in form layout (#6346). | Denis Anisimov | 2016-05-19 | 3 | -0/+183 | |
| | | | | Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34 | |||||
* | Workaround Version class to work with 7.7-SNAPSHOT | Teemu Suo-Anttila | 2016-05-19 | 1 | -1/+9 | |
| | | | | Change-Id: Iedc4f4a5869421ec465c9b169882897dd06e5eab | |||||
* | Remove shortcut listener from subclasses of AbstractComponent (#16498). | Edoardo Vacchi | 2016-05-17 | 3 | -3/+199 | |
| | | | | | | | e.g., Panel shadows actionManager with its own instance field * solution: always invoke getActionManager() Change-Id: Ibeca2ad53cb1175ae1ebcfb4d68b3d2bf36ea8b2 | |||||
* | Deprecate public bitmask methods in MarginInfo (#17565) | patrik | 2016-05-17 | 1 | -0/+15 | |
| | | | | | | | | | These methods are superceded by a copy constructor. getBitMask() and the bitmask constructor are used in a few places around the framework, and need to be refactored out - the MarginInfo class is already serializable and can be used in lieu of the raw bitmask in the states of these objects. Change-Id: I39a6c25f03f3a2666c057ede99e8df54f5c57958 | |||||
* | Change GridLayout to no longer be a legacy component | Artur Signell | 2016-05-16 | 2 | -30/+3 | |
| | | | | Change-Id: I9d5c135dbfbe108c17fea6334966d4df09ac61ca | |||||
* | Tooltip might not close when moving outside of UI (#13370) | Anna Koskinen | 2016-05-16 | 1 | -2/+51 | |
| | | | | Change-Id: Iee39b7251af20ff25cf220e91f1b3c123345f711 | |||||
* | Eliminate rounding errors for GridLayout expand ratios (#19797) | Artur Signell | 2016-05-16 | 6 | -52/+129 | |
| | | | Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc | |||||
* | Extract guava from the gwt-dev jar to client-compiler | Teemu Suo-Anttila | 2016-05-16 | 1 | -1/+1 | |
| | | | Change-Id: I02fc8dff80558b7fc8b5b625c6e93ab624140153 | |||||
* | Upgrade Atmosphere JS back to 2.2.13.vaadin3 as in 7.6 | Artur Signell | 2016-05-16 | 1 | -1/+1 | |
| | | | | Change-Id: I9a845ab65cf75daf45b90be30cab8e230a03a064 | |||||
* | Fix typo in VariableOwner error message | Leif Åstrand | 2016-05-16 | 1 | -8/+8 | |
| | | | | Change-Id: I80f038903e0f32e8b6cb38d6e7931362c4f0f285 | |||||
* | Disable multiselect checkboxes when Grid is disabled. (#18560) | Sauli Tähkäpää | 2016-05-13 | 6 | -6/+254 | |
| | | | | Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4 | |||||
* | Fix opacity value for disabled label and non-collapsible column (#15489) | Denis Anisimov | 2016-05-13 | 6 | -0/+243 | |
| | | | Change-Id: I0d669f1c85feebcaa01c58fb81b5e20802440ef2 | |||||
* | Do not start local Jetty for server tests | Artur Signell | 2016-05-13 | 1 | -13/+5 | |
| | | | | Change-Id: I1ef92966108aee8ee6475df9efacc53ed9865560 | |||||
* | Fixed tooltips for sub-windows (#19073) | Pontus Boström | 2016-05-12 | 3 | -6/+142 | |
| | | | | | | | The subwindows tooltip is now also shown in header and footer of the subwindow. Added also tests for the feature. Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2 | |||||
* | Use error styles for NativeSelect/ListSelect/TwinColSelect in Valo (#19550) | Artur Signell | 2016-05-11 | 4 | -2/+128 | |
| | | | | Change-Id: Ifc87f48b8145b56c7b83b9ce4aa1db8a698d7d49 | |||||
* | Avoid rebuilding VListSelect DOM for each round trip (#14765) | Leif Åstrand | 2016-05-11 | 6 | -13/+529 | |
| | | | | Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06 | |||||
* | Remove guava URL encode dependency | Markus Koivisto | 2016-05-11 | 6 | -12/+15 | |
| | | | | Change-Id: I7b76c7736f470dd5016370b61d3872300c3331a9 | |||||
* | Eliminate most server-side Guava use | Henri Sara | 2016-05-11 | 4 | -30/+105 | |
| | | | | Change-Id: Iac0f5c96d827e2078ace0be76bc14aa34f379d57 | |||||
* | Always close expanded top level menu item on click (#14568). | Denis Anisimov | 2016-05-11 | 3 | -0/+154 | |
| | | | | Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b | |||||
* | Update to Atmosphere 2.2.9.vaadin2 (#19742) | Artur Signell | 2016-05-11 | 2 | -4/+4 | |
| | | | | Change-Id: I634e44971c6e4f653ecdcbf694be78ae67ef728f | |||||
* | Always return cursor position 0 when displaying input prompt (#19766) | Teemu Pöntelin | 2016-05-11 | 3 | -1/+73 | |
| | | | | Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114 | |||||
* | Fix UIProvider backwards compatibility with AppWidgetset | Teemu Suo-Anttila | 2016-05-11 | 3 | -8/+30 | |
| | | | | Change-Id: Ia3171f4398caa9824f9b511da6576baa7b40be07 | |||||
* | Take widget set style into account when compiling widget set | Artur Signell | 2016-05-11 | 1 | -0/+1 | |
| | | | | Change-Id: Ie373c668ca59f575dd146c01009464b568919388 | |||||
* | Fix comment for AttachListener interface (#19792)7.7.0.alpha2 | Anton Yegorov | 2016-05-10 | 1 | -1/+1 | |
| | | | | Change-Id: I45fe48134b05c961e09043f0626763a9fc9e0093 | |||||
* | Fix null selection to work again (#19787) | Artur Signell | 2016-05-09 | 4 | -7/+69 | |
| | | | | | | Reverts the fix for #15181 Change-Id: I9ec45b1c9aad9788559d0de2b086bf5cf4af6b12 | |||||
* | Handle touch events in Window (#18042) | Anna Koskinen | 2016-05-09 | 1 | -3/+3 | |
| | | | | | | - fixes dragging not working from Window header Change-Id: I9a35926abf43208c4bab0ae4b6dbc29bac17ba7b | |||||
* | Clarify expand javadoc for GridLayout | Artur Signell | 2016-05-09 | 1 | -6/+16 | |
| | | | | Change-Id: If68e81c7116c9294754167981ea3fb53360501bb | |||||
* | Test using Payara | Artur Signell | 2016-05-07 | 1 | -0/+7 | |
| | | | | Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d | |||||
* | Update @since for 7.6.6 | Henri Sara | 2016-05-06 | 1 | -2/+2 | |
| | | | | Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04 | |||||
* | Add @since for DesignContext | Henri Sara | 2016-05-06 | 1 | -2/+2 | |
| | | | | Change-Id: I92fbe5ed5bc8e770b6289b4cfae725f837b8eaef | |||||
* | Compare against references also if no version specified | Henri Sara | 2016-05-04 | 1 | -7/+11 | |
| | | | | Change-Id: I4396f456770aab470a98b19c5474f1a74e72f141 | |||||
* | Add javadocs for onConnectorHierarchyChange | Leif Åstrand | 2016-05-04 | 1 | -0/+30 | |
| | | | | Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df | |||||
* | Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sass | Ilia Motornyi | 2016-05-04 | 5 | -162/+2 | |
| | | | | | | This reverts commit 85870ccd9f93cebd839d22d2bd63ec817bb90a3d. Change-Id: Ifb9bbac0ee36e71d2251c31b936a12f1f3ea7315 | |||||
* | Revert "Documentation fix for null representation (#13221)" | Ilia Motornyi | 2016-05-04 | 2 | -6/+3 | |
| | | | | | | This reverts commit 41e29dd2e32d8ca70bfcec25a1883f7965e53296. Change-Id: I4065d4db8dcc2dc652b171ab0472186bbe40ee17 | |||||
* | Fix classpath order for integration tests | Henri Sara | 2016-05-04 | 1 | -1/+1 | |
| | | | | | | | Test classes need to come first because of how TB3TestLocator is implemented. Change-Id: I912e7a6e4743053ce01567870754e2b9ea30b0f1 | |||||
* | Relax checkstyle rules | Henri Sara | 2016-05-03 | 1 | -1/+1 | |
| | | | | | | Allow whitespace after cast to match default and Eclipse formatting. Change-Id: I9c14d014bebb0b4507885d309ea5adc9d00279e7 | |||||
* | Ignore files generated for checkstyles | Leif Åstrand | 2016-05-03 | 1 | -0/+2 | |
| | | | | Change-Id: Ifb4199bf1e7a168c9f5e0770229bbac9cf75ca9d | |||||
* | Move theme and widgetset compilation to prepare-package | Teemu Suo-Anttila | 2016-05-03 | 1 | -0/+1 | |
| | | | | Change-Id: I5c366be930383a6008a7f40f1f4ad532c5da1772 | |||||
* | Throw IAE in setExpandRatio() if given ratio is less than 0 | Maciej Przepióra | 2016-05-03 | 1 | -0/+8 | |
| | | | | Change-Id: Ie7f92edea210c54400f6dce38e1376e3c0eae575 | |||||
* | Ensure addItem(null) returns null | Artur Signell | 2016-05-03 | 3 | -9/+8 | |
| | | | | Change-Id: I67823b306e68637b469ed35fad00f6af64e8cc15 | |||||
* | added one missing "you" | Fredrik Rönnlund | 2016-05-02 | 1 | -1/+1 | |
| | | | | Change-Id: Ibe297192a67271ad0d5349e12ddeaa95af0ad9c8 |