summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-8/+12
* Add conf option for disabling sync id checking (#14084)Leif Åstrand2014-07-015-5/+52
* Ignore -1 sync id on the server (#14084)Leif Åstrand2014-07-011-2/+15
* Merge branch 'master' into valoHenri Sara2014-06-301-36/+0
|\
| * Remove VaadinServlet.handleServiceSecurityException (#14082)Leif Åstrand2014-06-271-36/+0
* | Merge branch 'master' into valoJouni Koivuviita2014-06-271-5/+22
|\|
| * Allow changing theme on the fly (#2874)Artur Signell2014-06-261-5/+22
* | Merge branch 'master' into valoJouni Koivuviita2014-06-2630-180/+293
|\|
| * Don't complain about missing sync id for critical notifications (#14081)Leif Åstrand2014-06-251-0/+2
| * Updated javadoc to indicate which Font Awesome version is included (#14070)Marc Englund2014-06-251-0/+3
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-247-34/+45
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-232-3/+8
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-2322-139/+229
| * Do not consider compiler introduced methods when determining state class (#14...Artur Signell2014-06-181-3/+5
| * Prevent empty tooltips from appearing (#14015)Juuso Valli2014-06-181-1/+1
* | Add Java constants for all additional Valo theme style names (#14030)Jouni Koivuviita2014-06-251-0/+809
|/
* Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-111-70/+71
* Allow inlining of JsonCodec#encode (#13814)Fabian Lange2014-06-092-92/+63
* Moved initialization of a static map to the static initialization block (#12270)Teemu Pöntelin2014-06-061-1/+2
* Allow use of Collection<String> and others with addItems (#13865)Artur Signell2014-05-281-1/+1
* Fix Push update race condition (#13562)Juuso Valli2014-05-271-2/+9
* Properly deserialize push connection (#12235)Johannes Dahlström2014-05-263-8/+28
* Revert "Fix Push inserts producing duplicate rows in Table (#13562)"Sauli Tähkäpää2014-05-261-10/+2
* Javadoc correctionArtur Signell2014-05-221-4/+4
* Helpers for retrieving the current PortletRequest (#13806)Artur Signell2014-05-222-3/+65
* Optimizes ConnectorTracker.cleanConnectorMap (#13803)Fabian Lange2014-05-221-45/+32
* Optimize getAllChildrenIterable() performance. (#13803)Fabian Lange2014-05-221-1/+4
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-223-9/+30
* Remove some unnecessary semicolonsLeif Åstrand2014-05-221-2/+2
* Adds methods for setting only width or height undefined #13546John Ahlroos2014-05-212-0/+40
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-151-2/+10
* Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-141-19/+57
* Actually close push connection in disconnect() (#13716)Artur Signell2014-05-081-0/+6
* Fix improper merge of 3d0ff32b from 7.1 to master (#13620)Johannes Dahlström2014-05-081-41/+6
* Javadoc added to com.vaadin.ui.Field interface (#13209)Dmitrii Rogozin2014-05-051-15/+24
* Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-052-2/+2
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-05439-513/+532
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-236-6/+6
| * Merge changes from origin/7.1Artur Signell2014-04-23433-494/+494
| |\
| | * Update copyright year to 2014Artur Signell2014-04-16432-494/+494
| * | Merge changes from origin/7.1Artur Signell2014-04-236-14/+33
| |\|
| | * ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-161-2/+2
| | * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-141-1/+1
| | * Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-143-5/+4
| | * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
| * | Clarify lock check assert message if another session is locked (#13473)Leif Åstrand2014-04-171-2/+11
| * | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-1410-149/+343
| |\ \
* | | | Ensure session is set before writing timeout interval (#13617)Artur Signell2014-04-281-1/+2
* | | | Fix Table.sort(...) to update the sort indicator (#8978)Juuso Valli2014-04-251-1/+9
* | | | Clarify comments in Table.typeIsCompatible (#8168)Juuso Valli2014-04-231-16/+2