Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
| | | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6 | ||||
* | Make access() enqueue the runnable if the session is locked (#11897) | Leif Åstrand | 2013-05-28 | 1 | -1/+1 |
| | | | | Change-Id: If162e81a29bbc982857e2a165a983e161ea837ee | ||||
* | Rename runSafely() to access() (#11756) | Leif Åstrand | 2013-05-02 | 1 | -1/+1 |
| | | | | Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191 | ||||
* | Fixed locking in RequestHandlers and documented that RequestHandlers are ↵ | Artur Signell | 2013-04-02 | 1 | -12/+18 |
| | | | | | | | | | | called without locking (#9945) * Added SynchronizedRequestHandler which locks the session for the whole request * Made request handlers which do not do do heavy IO implement SynchronizedRequestHandler * Fixed locking for GlobalResourceHandler, ConnectorResourceHandler, PublishedFileHandler Change-Id: I0e7b442a9392828f1930685f194dc4f898d0f525 | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Add theme name as class name to LoginForm v-app (#10383) | Artur Signell | 2012-11-26 | 1 | -1/+10 |
| | | | | Change-Id: Ifcd65a34f32606b9fce0439f600a0b2fbd7e18ce | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -5/+5 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Remove slashes from beginning or end of constants (#10140) | Leif Åstrand | 2012-11-21 | 1 | -2/+2 |
| | | | | | | * Also rename the constants to cause compile errors in 3rd party code Change-Id: If96c9956de7737345ec9372be28292b3490387a2 | ||||
* | Reomove DynamicConnectorResource (#10227) | Leif Åstrand | 2012-11-21 | 1 | -2/+13 |
| | | | | Change-Id: I9e91f9d57e22d3df621a19e0250339d5d2763827 | ||||
* | Remove VaadinServiceSession.getURL (#9884) | Leif Åstrand | 2012-10-08 | 1 | -119/+84 |
| | | | | | | | | | | | * Give an URL to LegacyApplication when initializing * Update LoginForm to use DynamicConnectorResource instead of RequestHandler * Make CustomUIClassLoader work again (including previous issues not caused by this change) * Update some other tests to use more sensible URLs Change-Id: I53ed5e9be3b44ed1b62f9762507b0007d53f15b7 | ||||
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 1 | -2/+2 |
| | | | | Change-Id: I4472cebf2f9f4cf3e0dea31a0dda8dc892323c5c | ||||
* | Deprecated LoginForm as it no longer works in most supported browsers (#8405) | Artur Signell | 2012-09-24 | 1 | -1/+5 |
| | |||||
* | Merge branch 'html5-doctype' | John Ahlroos | 2012-09-24 | 1 | -1/+1 |
|\ | |||||
| * | Fixed empty space in LoginForm #8294 | John Ahlroos | 2012-09-20 | 1 | -1/+1 |
| | | |||||
* | | Rename WrappedXYZ -> VaadinXYZ but retain WrappedSession (#9633) | Leif Åstrand | 2012-09-20 | 1 | -3/+3 |
|/ | |||||
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 1 | -4/+1 |
| | |||||
* | Remove 'Application' from RequestHandler API (#9402) | Leif Åstrand | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Merge branch 'removeApplication' | Leif Åstrand | 2012-09-05 | 1 | -5/+5 |
|\ | |||||
| * | Remove getApplication() and add getSession() (#9402) | Leif Åstrand | 2012-09-05 | 1 | -3/+3 |
| | | |||||
| * | Rename Application to VaadinSession (#9402) | Leif Åstrand | 2012-09-05 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into layoutgraph | John Ahlroos | 2012-09-05 | 1 | -4/+4 |
|\| | |||||
| * | inner Event classes converted to static nested classes (#5855) | Pekka Hyvönen | 2012-09-04 | 1 | -4/+4 |
| | | |||||
* | | Fixed LoginForm textfield styles | John Ahlroos | 2012-09-04 | 1 | -2/+2 |
|/ | |||||
* | refak listeners com.vaadin.ui | Petri Heinonen | 2012-08-30 | 1 | -2/+20 |
| | |||||
* | Replace ApplicationResource with ConnectorResource (#9419) | Leif Åstrand | 2012-08-30 | 1 | -22/+9 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | Component.getRoot() -> Component.getUI() (#8908) | Artur Signell | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | Renamed Root to UI, automatic rename (#8908) | Artur Signell | 2012-08-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems() | ||||
* | Made Root.getCurrent() work in LoginForm LoginListener (#9372) | Artur Signell | 2012-08-22 | 1 | -0/+3 |
| | |||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -2/+2 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+353 |