Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Moved classes from com.vaadin to com.vaadin.server (#10145)" | Johannes Dahlström | 2012-11-06 | 11 | -16/+4 |
|\ | |||||
| * | Moved classes from com.vaadin to com.vaadin.server (#10145) | Artur Signell | 2012-11-06 | 11 | -16/+4 |
| | | | | | | | | Change-Id: Ica48f1d5edbefde0ef8afca0c2774fe122a6c8ad | ||||
* | | Make getRpcProxy protected (#9312) | Artur Signell | 2012-11-06 | 1 | -1/+1 |
|/ | | | | Change-Id: Ia315978b72e5fa3d2f7268b9bb4b4095c2d93402 | ||||
* | 10030 Button.DisableOnClick not working properly | Pekka Hyvönen | 2012-11-05 | 1 | -3/+12 |
| | | | | Change-Id: I0514bc4da186360a84d9cdb48140245108847115 | ||||
* | Revert "Don't require browserDetailsUrl when embedding (#10122)" | Leif Åstrand | 2012-11-05 | 1 | -31/+0 |
| | | | | | The change caused the wrong URL to be included in some browser details requests. This reverts commit 38c2ad6ff4895643371dfd00fb1d8667f6fc3909 | ||||
* | Merge "Don't require browserDetailsUrl when embedding (#10122)" | Johannes Dahlström | 2012-11-02 | 1 | -0/+31 |
|\ | |||||
| * | Don't require browserDetailsUrl when embedding (#10122) | Leif Åstrand | 2012-11-02 | 1 | -0/+31 |
| | | | | | | | | Change-Id: I2c6d5518d1e6adc4a502a8ad646e784f93ece4a3 | ||||
* | | Move LegacyComponent from com.vaadin.server to com.vaadin.ui | Johannes Dahlström | 2012-11-02 | 22 | -20/+14 |
|/ | | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202 | ||||
* | Move LegacyWindow to its own file (#9917) | Johannes Dahlström | 2012-11-02 | 7 | -346/+356 |
| | | | | Change-Id: Iac2f000dfcc9dc8c52d45b83842dfa0d8382c1d5 | ||||
* | Update location when initialized UI is opened again (#10044) | Leif Åstrand | 2012-11-01 | 2 | -3/+22 |
| | | | | | | | * Also fix Page.updateLocation to avoid NPE if fragment changes from null to null Change-Id: I03f3883c2653eaf438ccdfc313078fbe8fe898bc | ||||
* | Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateText | Johannes Dahlström | 2012-11-01 | 1 | -6/+1 |
| | | | | Change-Id: I7afd1796a44117c0bc834017b30c36283f29d81d | ||||
* | Move deprecated getComponentIterator() from HasComponents to implementing ↵ | Johannes Dahlström | 2012-10-30 | 5 | -16/+35 |
| | | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7 | ||||
* | Fix potential NPE in Page.setFragment (#10089) | Johannes Dahlström | 2012-10-29 | 1 | -14/+15 |
| | | | | Change-Id: I0a0f2981bfd0e3dd26f935e4961b24454103bb30 | ||||
* | Merge "Implement HasComponents, not ComponentContainer in CustomField (#10078)" | Artur Signell | 2012-10-26 | 1 | -131/+4 |
|\ | |||||
| * | Implement HasComponents, not ComponentContainer in CustomField (#10078) | Henri Sara | 2012-10-26 | 1 | -131/+4 |
| | | | | | | | | Change-Id: Iff2ac36b088df825e0c1f328a72bbf329365aefb | ||||
* | | Fixed problem with Table calling markAsDirty in paint (#10071) | Artur Signell | 2012-10-26 | 2 | -14/+22 |
| | | | | | | | | | | | | AbstractCommunicationManager now sets the writingResponse flag after calling beforeClientResponse to adhere to beforeClientResponse javadoc which says markAsDirty is ignored if called from beforeClientResponse. Change-Id: I58f4d009c85bef6756e2f2938d6f42ed88e11143 | ||||
* | | Formatted project | Artur Signell | 2012-10-26 | 1 | -1/+2 |
|/ | | | | Change-Id: I771ca4edea66ad29a80628ee1a98d1c5ff1679ab | ||||
* | Merge "Return 404 if a resource cannot be found (#10053)" | Henri Sara | 2012-10-25 | 1 | -0/+5 |
|\ | |||||
| * | Return 404 if a resource cannot be found (#10053) | Artur Signell | 2012-10-24 | 1 | -0/+5 |
| | | | | | | | | Change-Id: Iaf87eb7af6f89decb61b7fd2ac953ca6a6dac15a | ||||
* | | Merge "Updated ProgressIndicator to use state and rpc (#10008)" | John Ahlroos | 2012-10-24 | 1 | -148/+41 |
|\ \ | |||||
| * | | Updated ProgressIndicator to use state and rpc (#10008) | Artur Signell | 2012-10-24 | 1 | -148/+41 |
| | | | | | | | | | | | | Change-Id: Iec3d0c4e9e1432f7dda4aae5c8c4f21cb96f08be | ||||
* | | | Merge "Refactor GET parameter names to ApplicationConstants" | Leif Åstrand | 2012-10-24 | 1 | -12/+9 |
|\ \ \ | |||||
| * | | | Refactor GET parameter names to ApplicationConstants | Johannes Dahlström | 2012-10-24 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | Change-Id: Id599a6f02f41fa4d4828007cf46bdfa397d81180 | ||||
* | | | | Merge "Properly support extension connectors in debug console (#8422, #9999) ↵ | Leif Åstrand | 2012-10-24 | 1 | -29/+25 |
|\| | | | |_|/ |/| | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors" | ||||
| * | | Properly support extension connectors in debug console (#8422, #9999) | Johannes Dahlström | 2012-10-19 | 1 | -29/+25 |
| | | | | | | | | | | | | | | | | | | | | | * Clicking an ExtensionConnector entry highlights their ancestor ComponentConnector if any * Shift-clicking also works, change server side highlighting to support arbitrary ClientConnectors Change-Id: I834a602a75a70d2fa2a7b44e9ae8da6e85f91be7 | ||||
* | | | Merge "Fixed NPE when converter is null (#10043)" | Henri Sara | 2012-10-24 | 1 | -9/+8 |
|\ \ \ | |||||
| * | | | Fixed NPE when converter is null (#10043) | Artur Signell | 2012-10-24 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | Change-Id: I1d753a4da16feae0c83d755e9dcceae86f3dfbdc | ||||
* | | | | Merge "Create UIProvider & Extension for easily opening popups. (#9513)" | Artur Signell | 2012-10-24 | 2 | -0/+218 |
|\ \ \ \ | |||||
| * | | | | Create UIProvider & Extension for easily opening popups. (#9513) | Leif Åstrand | 2012-10-24 | 2 | -0/+218 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | * Based on Pekka Hyvönen's patch Change-Id: Ib97fc77a9a116da2b5af0cb2233a81aaa829f763 | ||||
* / / / | Add license to new files (#9524) | Leif Åstrand | 2012-10-24 | 1 | -0/+16 |
|/ / / | | | | | | | | | | Change-Id: Ifcd61b32db696de075918de1429dd75c94b63a29 | ||||
* | | | Merge "FileDownloader for starting downloads with any component (#9524)" | Artur Signell | 2012-10-23 | 1 | -0/+127 |
|\ \ \ | |_|/ |/| | | |||||
| * | | FileDownloader for starting downloads with any component (#9524) | Leif Åstrand | 2012-10-23 | 1 | -0/+127 |
| | | | | | | | | | | | | | | | | | | * Based on patch by Pekka Hyvönen Change-Id: I9263078ffc624f9cabec6c25264920dfdb430efe | ||||
* | | | Changed Property.setValue(Object) to setValue(T) (#8791) | Artur Signell | 2012-10-23 | 26 | -83/+42 |
|/ / | | | | | | | Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259 | ||||
* / | Make the current session available in session init listeners (#9946) | Leif Åstrand | 2012-10-19 | 1 | -0/+2 |
|/ | | | | Change-Id: I49ec1ed22fb3cae4f2e7ea7e6d989f2157014499 | ||||
* | Merge "Improve message when session is already set (#9989)" | Johannes Dahlström | 2012-10-18 | 1 | -1/+13 |
|\ | |||||
| * | Improve message when session is already set (#9989) | Leif Åstrand | 2012-10-18 | 1 | -1/+13 |
| | | | | | | | | Change-Id: If75868863999f61d014402eb98c74a142dc22c4a | ||||
* | | Properly read heartbeat interval servlet parameter (#9987) | Johannes Dahlström | 2012-10-18 | 2 | -2/+2 |
| | | | | | | | | | | | | * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219 | ||||
* | | Add Navigator.getState() returning the current navigation state (#9972) | Johannes Dahlström | 2012-10-17 | 1 | -0/+10 |
|/ | | | | Change-Id: Ic423252ed82ea5c991760ece76a9a0f0e5a259a4 | ||||
* | Don't let /APP requests continue to the BootstrapHandler (#9553)7.0.0.beta5 | Leif Åstrand | 2012-10-16 | 4 | -5/+15 |
| | | | | | | | * Change ApplicationConstants.APP_REQUEST_PATH to not include an ending slash so it can be used by the new check as well. Change-Id: If613e339b0e1ef4fd9e4f07d7567cd381678b912 | ||||
* | Remove Navigator.SimpleViewDisplay (#9936) | Johannes Dahlström | 2012-10-16 | 1 | -33/+0 |
| | | | | Change-Id: I4c7e9ae14d7a50981d8da4909e6832d337fdf059 | ||||
* | Delegate UI.replaceComponent() to content instead of throwing UOE (#9967) | Johannes Dahlström | 2012-10-16 | 1 | -1/+5 |
| | | | | | | * Added a test, also renamed tests/server/component/root to tests/server/component/ui Change-Id: I80d30dd5acb3643cfb3cfc0b972f52ffa4512691 | ||||
* | Merge "Add VaadinService.closeSession + test (#9859)" | Johannes Dahlström | 2012-10-16 | 2 | -0/+38 |
|\ | |||||
| * | Add VaadinService.closeSession + test (#9859) | Leif Åstrand | 2012-10-16 | 2 | -0/+38 |
| | | | | | | | | | | | | Also test that the HttpSession can be invalidated (#6093) Change-Id: I4e415fe15d7a734db81562e24a5ab6a7fbc5304b | ||||
* | | Merge "Merged AbstractSelect now listens to changes in icon property (#9663)" | Marc Englund | 2012-10-15 | 1 | -0/+9 |
|\ \ | |||||
| * | | Merged AbstractSelect now listens to changes in icon property (#9663) | Artur Signell | 2012-09-28 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | svn changeset:24490/svn branch:6.8 Change-Id: Id5fdf46295fba758fc4be7d1b3b47e29651e0535 | ||||
* | | | Merge "Reuse provided session instead of attempting to find it again (#9888)" | Marc Englund | 2012-10-15 | 1 | -4/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Reuse provided session instead of attempting to find it again (#9888) | Leif Åstrand | 2012-10-10 | 1 | -4/+3 |
| | | | | | | | | | | | | Change-Id: I89799e99629990730d5c94ef10254ba033f78591 | ||||
* | | | Remove invalid constructors and fix setCaption exception (#9947) | Leif Åstrand | 2012-10-12 | 1 | -35/+5 |
| | | | | | | | | | | | | Change-Id: I2d2a73ab4e421b873e401a1d05b81d968fd907a2 | ||||
* | | | Parse Trident versions to support IE in compatibility mode (#9887) | Leif Åstrand | 2012-10-10 | 1 | -3/+6 |
| | | | | | | | | | | | | Change-Id: If4c12ed2ec4fca63bb68259f44904e014782792b | ||||
* | | | Allow overriding handleContextRootWithoutSlash (#9921) | Leif Åstrand | 2012-10-10 | 1 | -6/+17 |
|/ / | | | | | | | Change-Id: I79947a5ce1f54e0e6477d4ed745bd9e77d9b294c |