Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Ignore duplicate ?restartApplication during UI init (#11587) | Leif Åstrand | 2013-04-12 | 1 | -0/+5 | |
| | | | | | | | | Change-Id: I8d3519bbf0ec47ec66bf08faea15ca00eb45af66 | |||||
* | | Set character encoding before writing any response (#11501) | Artur Signell | 2013-04-11 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: I2a319d2b970d5d0953ece3717af17057c32f2041 | |||||
* | | Fixed problem with fallback on Safari and iOS (#11546) | Artur Signell | 2013-04-10 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: Iaa07d0500989d21a2c6ea7899bfb13b86f69636d | |||||
* | | Fixed header padding to avoid caption overlap (#3400) | Artur Signell | 2013-04-09 | 1 | -1/+1 | |
| | | | | | | | | Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6 | |||||
* | | Implement range for date field (#6241) | johan | 2013-04-08 | 1 | -1/+12 | |
| | | | | | | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509 | |||||
* | | New DebugWindow implmentation (internal) fixes #2460 #9626 at least... | Marc Englund | 2013-04-05 | 6 | -0/+295 | |
| | | | | | | | | | | Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0 Ticket: 9626 | |||||
* | | Maximize/restore icons for Chameleon, Liferay, Runo (#3400) | Artur Signell | 2013-04-05 | 9 | -24/+64 | |
| | | | | | | | | Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb | |||||
* | | Use fallback transport if websockets is not supported by server (#11491 | Artur Signell | 2013-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | Applied fix from GitHub Atmosphere project: https://github.com/Atmosphere/atmosphere/commit/367a88d340910ef5fda702d1467fbbba1dec6907 Change-Id: Ieae27cab5a8637886a66f923184b52ce1e0ed661 | |||||
* | | Maximize Restore for Window #3400 | Pekka Hyvönen | 2013-04-04 | 5 | -6/+64 | |
| | | | | | | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183 | |||||
* | | Server push (#111) | Johannes Dahlström | 2013-04-04 | 2 | -0/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Asynchronous bidirectional communication * Use Atmosphere as a backend * Use websockets if available, fallback to HTTP streaming * Push mode (disabled, manual, automatic) * Configurable via servlet parameter pushMode * Disabled: The default; regular AJAX communication * Manual: Need explicit UI.push() call * Automatic: push all UIs in session when lock released * UI.push() * Push pending state and RPC to client asynchronously * Must hold session lock when invoking Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4 | |||||
* | | Fix for CheckBox and Layout (#11407) | michaelvogt | 2013-04-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7 | |||||
* | | Integrate Calendar into core #11079 | John Ahlroos | 2013-04-03 | 4 | -0/+476 | |
| | | | | | | | | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8 | |||||
* | | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7' | Artur Signell | 2013-03-21 | 1 | -4/+30 | |
|\| | | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12 | |||||
| * | Enable a Vaadin applications to be re-initialized if if has been re-added to ↵ | Artur Signell | 2013-03-20 | 1 | -4/+30 | |
| | | | | | | | | | | | | the same page (#8350) Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b | |||||
* | | WAI-ARIA fields (#11180) | michaelvogt | 2013-03-20 | 1 | -0/+6 | |
| | | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a | |||||
* | | Fixed error indicator styles in Tabsheet tab on IE10 #11329 | John Ahlroos | 2013-03-14 | 1 | -4/+0 | |
| | | | | | | | | Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca | |||||
* | | Removes the clear button added to all input fields by IE10 #11300 | John Ahlroos | 2013-03-12 | 1 | -0/+5 | |
| | | | | | | | | Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823 | |||||
* | | Applied IE9 CSS fixes to IE10 also (#11301) | Artur Signell | 2013-03-11 | 5 | -30/+32 | |
| | | | | | | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875 | |||||
* | | Added IE10 touch support detection #9216 | John Ahlroos | 2013-03-05 | 1 | -2/+14 | |
|/ | | | | Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4 | |||||
* | Merge "Set the overlay container width and height to zero (#10860)" into 7.0 | John Ahlroos | 2013-02-12 | 1 | -1/+6 | |
|\ | ||||||
| * | Set the overlay container width and height to zero (#10860) | Johannes Dahlström | 2013-02-11 | 1 | -1/+6 | |
| | | | | | | | | | | | | * Fix body scrolling in touch devices that do not honor overflow: hidden Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc | |||||
* | | Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵ | John Ahlroos | 2013-02-11 | 1 | -3/+9 | |
|/ | | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1 | |||||
* | Fixes caption icons too low in Accordion #10872 #10635 | John Ahlroos | 2013-01-29 | 1 | -5/+7 | |
| | | | | Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d | |||||
* | Fixed broken TabSheet styles (again) in Liferay theme after fixes to #10682 | John Ahlroos | 2013-01-16 | 1 | -3/+3 | |
| | | | | Change-Id: Id3c97e19490725698b6b82d1f08a2e3fd77e8701 | |||||
* | Merge "Fixed wrapping caption #10082" | Artur Signell | 2013-01-15 | 1 | -1/+0 | |
|\ | ||||||
| * | Fixed wrapping caption #10082 | John Ahlroos | 2013-01-15 | 1 | -1/+0 | |
| | | | | | | | | Change-Id: I2d1769215c601103407a81b7421287b23b7f053e | |||||
* | | Merge "Fixed Tabsheet small styles after fixes to #10682" | Artur Signell | 2013-01-15 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Fixed Tabsheet small styles after fixes to #10682 | John Ahlroos | 2013-01-15 | 1 | -0/+5 | |
| |/ | | | | | | | Change-Id: Ic08d6949376f5caa76193ade1c358a365da878fc | |||||
* / | Fixed broken TabSheet styles in Liferay theme after fixes to #10682 | John Ahlroos | 2013-01-15 | 1 | -0/+7 | |
|/ | | | | Change-Id: I83f26ce22d350b4ca01612e58cbf0e6a9e8a1a8b | |||||
* | Fixed broken Tabsheet styles after fixes to #10682 | John Ahlroos | 2013-01-15 | 2 | -7/+13 | |
| | | | | Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b | |||||
* | Merge "Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵ | Artur Signell | 2013-01-14 | 1 | -1/+1 | |
|\ | | | | | | | because of #10682" | |||||
| * | Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵ | Artur Signell | 2013-01-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | because of #10682 Change-Id: Ie0203db2cc8244013fe251796658a9412322a3f9 | |||||
* | | Revert "Remove old hack that nowadays just seems to cause problems (#7984)" | Artur Signell | 2013-01-15 | 1 | -0/+3 | |
|/ | | | | | | | This reverts commit 7bd2ebe2ed212bc94189b036fdf7d8de6735e640. The fix is needed again now that #10682 has been fixed. Change-Id: I6f8764f80572909b5355c75396ef390a9ade7331 | |||||
* | Merge "Fixed Reindeer black/light window styles (#9687)" | Leif Åstrand | 2013-01-11 | 1 | -6/+5 | |
|\ | ||||||
| * | Fixed Reindeer black/light window styles (#9687) | Artur Signell | 2013-01-11 | 1 | -6/+5 | |
| | | | | | | | | Change-Id: I332365017caaf76daed5d7d809365eaf195eaf1f | |||||
* | | Fixed Runo dialog window style (#10599) | Artur Signell | 2013-01-10 | 1 | -2/+2 | |
|/ | | | | Change-Id: Ic530907e51fc686bdd1d94d4c911b1e5a05c4104 | |||||
* | Merge "Fixes issue where close indicator becomes invisible for tabs without ↵ | Leif Åstrand | 2013-01-09 | 1 | -1/+1 | |
|\ | | | | | | | an icon in Firefox using the minimal style for the tabsheet #10616" | |||||
| * | Fixes issue where close indicator becomes invisible for tabs without an icon ↵ | John Ahlroos | 2013-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | in Firefox using the minimal style for the tabsheet #10616 Change-Id: I0dfd5af048d34d3f0671a40b22aed273ca0b0581 | |||||
* | | Merge "Removed incorrect fixes for #8294, fixing #10183" | John Ahlroos | 2013-01-09 | 2 | -4/+0 | |
|\ \ | ||||||
| * | | Removed incorrect fixes for #8294, fixing #10183 | Artur Signell | 2013-01-08 | 2 | -4/+0 | |
| | | | | | | | | | | | | Change-Id: I02f00db495f53be144107234228b742514bdbc0c | |||||
* | | | Merge "Revert "Fixed problem with accordion layout in reindeer (#10635)"" | Artur Signell | 2013-01-08 | 1 | -2/+1 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Revert "Fixed problem with accordion layout in reindeer (#10635)" | Artur Signell | 2013-01-08 | 1 | -2/+1 | |
| | | | | | | | | | This reverts commit 9c05956e4e45f143e7d83bbc2d8e24cd5470631a which incorrecly alters the height of the accordion caption | |||||
* | | | Merge "Ensure correct font-size is used for nativebutton in Liferay (#10587)" | Leif Åstrand | 2013-01-08 | 1 | -1/+3 | |
|\ \ \ | ||||||
| * | | | Ensure correct font-size is used for nativebutton in Liferay (#10587) | Artur Signell | 2013-01-08 | 1 | -1/+3 | |
| | |/ | |/| | | | | | | | Change-Id: I49a13c45815f1fd031f226882eb6e0b07775c19e | |||||
* | | | Merge "Fixed ComboBox width problems in all themes (#10484)" | Leif Åstrand | 2013-01-08 | 5 | -8/+32 | |
|\ \ \ | ||||||
| * | | | Fixed ComboBox width problems in all themes (#10484) | Artur Signell | 2013-01-07 | 5 | -8/+32 | |
| |/ / | | | | | | | | | | Change-Id: Ia8181cd9c9d6a9183083408c55f9c3f28c72fb29 | |||||
* | | | Merge "Fixed problem with accordion layout in reindeer (#10635)" | Leif Åstrand | 2013-01-08 | 1 | -1/+2 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Fixed problem with accordion layout in reindeer (#10635) | Artur Signell | 2013-01-07 | 1 | -1/+2 | |
| |/ | | | | | | | Change-Id: I7b7fb770209c593f78a7ff0f78b86be209cce174 | |||||
* | | Merge "Fixed lower left corner of tabsheet in Runo (#10658)" | Leif Åstrand | 2013-01-08 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Fixed lower left corner of tabsheet in Runo (#10658) | Artur Signell | 2013-01-07 | 1 | -1/+1 | |
| |/ | | | | | | | Change-Id: I22be985d1fd741650e9ce38f2554429103f46ad1 |