| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually close push connection in disconnect() (#13716) | Artur Signell | 2014-05-08 | 1 | -0/+6 |
* | Fix improper merge of 3d0ff32b from 7.1 to master (#13620) | Johannes Dahlström | 2014-05-08 | 1 | -41/+6 |
* | Javadoc added to com.vaadin.ui.Field interface (#13209) | Dmitrii Rogozin | 2014-05-05 | 1 | -15/+24 |
* | Fix header and Javadoc issues | Teemu Suo-Anttila | 2014-05-05 | 2 | -2/+2 |
* | Merge changes from origin/7.2 into master | Jonatan Kronqvist | 2014-05-05 | 439 | -513/+532 |
|\ |
|
| * | Update remaining copyright years to 2014 | Artur Signell | 2014-04-23 | 6 | -6/+6 |
| * | Merge changes from origin/7.1 | Artur Signell | 2014-04-23 | 433 | -494/+494 |
| |\ |
|
| | * | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 432 | -494/+494 |
| * | | Merge changes from origin/7.1 | Artur Signell | 2014-04-23 | 6 | -14/+33 |
| |\| |
|
| | * | ContainerEventProvider returns style names from container. Fixes #10718 | Maciej Przepióra | 2014-04-16 | 1 | -2/+2 |
| | * | Add test for TransactionalPropertyWrapper memory leaks | Teemu Suo-Anttila | 2014-04-14 | 1 | -1/+1 |
| | * | Always initialize WebBrowser for new sessions (#13571) | Leif Åstrand | 2014-04-14 | 3 | -5/+4 |
| | * | Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438) | Teemu Suo-Anttila | 2014-04-14 | 2 | -7/+27 |
| * | | Clarify lock check assert message if another session is locked (#13473) | Leif Åstrand | 2014-04-17 | 1 | -2/+11 |
| * | | Merge branch 'master' into 7.2 | Jonatan Kronqvist | 2014-04-14 | 10 | -149/+343 |
| |\ \ |
|
* | | | | Ensure session is set before writing timeout interval (#13617) | Artur Signell | 2014-04-28 | 1 | -1/+2 |
* | | | | Fix Table.sort(...) to update the sort indicator (#8978) | Juuso Valli | 2014-04-25 | 1 | -1/+9 |
* | | | | Clarify comments in Table.typeIsCompatible (#8168) | Juuso Valli | 2014-04-23 | 1 | -16/+2 |
* | | | | Fix findUI throwing NullPointerException when extending Vaadin (#13556) | Juuso Valli | 2014-04-23 | 1 | -1/+1 |
* | | | | Add caching support for PublishedFileHandler (#13574) | Juuso Valli | 2014-04-23 | 1 | -1/+8 |
* | | | | Clean Table.propertyValueConverters if the property is removed (#8168) | Juuso Valli | 2014-04-23 | 1 | -9/+65 |
* | | | | Clarify lock check assert message if another session is locked (#13473) | Leif Åstrand | 2014-04-17 | 1 | -2/+11 |
* | | | | ContainerEventProvider returns style names from container. Fixes #10718 | Maciej Przepióra | 2014-04-16 | 1 | -2/+2 |
* | | | | Merge changes from origin/7.2 | Artur Signell | 2014-04-14 | 9 | -386/+126 |
|\| | | |
|
| * | | | Update some APIs based on the 7.2 API review comments | Jonatan Kronqvist | 2014-04-14 | 9 | -386/+126 |
* | | | | Fix copyright headers not passing the validation | Leif Åstrand | 2014-04-14 | 3 | -6/+8 |
| |/ /
|/| | |
|
* | | | Merge "Merge branch '7.2'" | Artur Signell | 2014-04-14 | 4 | -212/+18 |
|\ \ \ |
|
| * | | | Merge branch '7.2' | Jonatan Kronqvist | 2014-04-14 | 4 | -212/+18 |
| |\| | |
|
| | * | | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)" | Jonatan Kronqvist | 2014-04-11 | 4 | -212/+18 |
* | | | | Update Window Javadoc based on 7.2 API review changes | Leif Åstrand | 2014-04-14 | 1 | -3/+3 |
|/ / / |
|
* | | | Apply abstract ordered layout settings for replaced component (#13568). | Denis Anisimov | 2014-04-14 | 1 | -0/+10 |
* | | | Updated Window API based on 7.2 API review | Artur Signell | 2014-04-14 | 1 | -9/+14 |
* | | | Make ComboBox always immediate (#4054) | Jonatan Kronqvist | 2014-04-11 | 1 | -3/+11 |
* | | | Merge commit '3d0ff32bea81c3e3c64bd044276ff04a4f8555ed' | Johannes Dahlström | 2014-04-10 | 2 | -1/+87 |
|\ \ \
| | |/
| |/| |
|
| * | | Prevent duplicate detach() calls with push (#13261) | Johannes Dahlström | 2014-04-02 | 2 | -41/+86 |
* | | | Refactor VaadinPortletRequest extending. (#13551) | Sauli Tähkäpää | 2014-04-10 | 1 | -107/+121 |
* | | | Prevent duplicate session destroy events (#12612) | Johannes Dahlström | 2014-04-10 | 3 | -17/+80 |
* | | | Don't allocate unnecessary memory for empty array of Objects in | Denis Anisimov | 2014-04-10 | 1 | -9/+17 |
| |/
|/| |
|
* | | Optimizes memory and CPU usage in JSONCodec (#13545) | Fabian Lange | 2014-04-09 | 1 | -10/+28 |
* | | Don't add slash after jsessionid in URL (#12307) | Henri Sara | 2014-04-09 | 1 | -2/+44 |
* | | Update Accordion and TabSheet to use Vaadin 7 style. (#13402). | Felype Santiago Ferreira | 2014-04-08 | 2 | -212/+185 |
* | | Update Atmosphere 2.1.2.vaadin2 (#12329) | Artur Signell | 2014-04-07 | 1 | -1/+1 |
* | | Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329) | Artur Signell | 2014-04-03 | 1 | -1/+1 |
* | | Wait for all messages to be sent before disconnect (#13529) | Artur Signell | 2014-04-02 | 1 | -2/+30 |
* | | Do not allow Atmosphere to make session infinitely long (#12139) | Artur Signell | 2014-04-02 | 1 | -1/+3 |
* | | Workaround for Atmosphere race condition (#13528) | Artur Signell | 2014-04-02 | 1 | -32/+40 |
* | | Make removeFromParent throw if the right session is not locked (#13473) | Leif Åstrand | 2014-04-02 | 2 | -3/+36 |
* | | Use UUIDBroadcasterCache (#13514) | Artur Signell | 2014-04-01 | 1 | -0/+3 |
* | | Use existing AbstractReflectorAtmosphereHandler (#13514) | Artur Signell | 2014-04-01 | 1 | -46/+3 |
* | | Refactor AtmosphereHandler to a field (#13514) | Artur Signell | 2014-04-01 | 2 | -61/+69 |