summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Vaadin 7 compatible ColorPicker (#9201)Anna Koskinen2012-12-1046-1/+4909
| | | | Change-Id: I44962ceedd5ef607e2fbe2af0d96808e0aef9cc5
* Same version of commons-lang in SmartSprites and elsewhere (#9970)Henri Sara2012-12-101-1/+1
| | | | | | This should eliminate some duplicate JAR(s) in the Vaadin package. Change-Id: I0b984fde1fa3ae23139a62fd829e1d1560761abc
* Merge "Better error messages for unknown legacy variable types (#10481)"Leif Åstrand2012-12-101-1/+14
|\
| * Better error messages for unknown legacy variable types (#10481)Artur Signell2012-12-101-1/+14
| | | | | | | | Change-Id: I22127da446b1035d6b0868d47646af543ea0a876
* | Additional fixes for accordion/IE (#9552)Artur Signell2012-12-106-10/+69
|/ | | | | | Fixes Accordion for other themes than Reindeer aswell Change-Id: If849e77adfb07e6a14784139c19e45b3b35a43b9
* Merge "Move SASS tests that now work to correct directory"Artur Signell2012-12-104-0/+0
|\
| * Move SASS tests that now work to correct directoryHenri Sara2012-12-094-0/+0
| | | | | | | | Change-Id: I8826539b5f51db29c46159f7f0d751d3fdf7eff2
* | Merge "Correct module name and version in ivy-ide.xml"Artur Signell2012-12-101-2/+2
|\ \ | |/ |/|
| * Correct module name and version in ivy-ide.xmlHenri Sara2012-12-091-2/+2
| | | | | | | | Change-Id: Ief3b62e3c4c23fdab6ab622c2623988ddd99fc6a
* | Reverted invalid null footerArtur Signell2012-12-081-1/+0
| | | | | | | | Change-Id: Id1586f040b7bf09680f45f59d31c7d90a754ee65
* | Fixed json OSGi import version (#10358)Artur Signell2012-12-071-1/+1
| | | | | | | | Change-Id: I8ac20dff5f8b7975dafefbfe44e5b6eb0b33f9a3
* | Hide footer to be screenshot compatible (#10478, #10080)Artur Signell2012-12-077-0/+7
| | | | | | | | Change-Id: I5c18ec975c99bda4b44492252eefe34c307b34da
* | Hide using display:none to be screenshot compatible (#10080)Artur Signell2012-12-072-4/+9
| | | | | | | | Change-Id: I67b3e21640760ee6581b656450e0a5517788580d
* | Added support for empty footer for Form (#10478)Artur Signell2012-12-071-12/+17
| | | | | | | | Change-Id: I4a9b4206ad735934246cdb0e03dc6b70a24fc726
* | Merge "Default id should get overridden only if id has been specifically set ↵Artur Signell2012-12-077-5/+208
|\ \ | | | | | | | | | (#10179)."
| * | Default id should get overridden only if id has been specifically setAnna Koskinen2012-12-077-5/+208
| | | | | | | | | | | | | | | | | | (#10179). Change-Id: I102ca64648a88e70e88d9c546e8ea49de47451fb
* | | Merge "Moved StreamVariable handling from AbstractCommunicationManager to ↵Artur Signell2012-12-074-65/+251
|\ \ \ | |_|/ |/| | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112)"
| * | Moved StreamVariable handling from AbstractCommunicationManager toAnna Koskinen2012-12-074-65/+251
| | | | | | | | | | | | | | | | | | | | | ConnectorTracker to prevent untimely unregistrations through other UIs within the same session (#10112) Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
* | | Added support for $primaryStyleName to RunoMarc Englund2012-12-0722-383/+383
| | | | | | | | | | | | Change-Id: I2c1a24b2655c1b9361b52e24f542deb64be8a914
* | | $primaryStyleName functionality to Chameleon, fixes #9881Marc Englund2012-12-0716-342/+342
| | | | | | | | | | | | Change-Id: I3d75184acb7d2625a3edea35b1c8d2a86b7313eb
* | | Specify version numbers for OSGi imports (#10358)Artur Signell2012-12-072-2/+2
| | | | | | | | | | | | Change-Id: I62abd03cfd7624ad91a877106f87e7f56da477b1
* | | Added javadoc (#10378)Artur Signell2012-12-071-0/+7
| | | | | | | | | | | | Change-Id: I18534804059b725131d0abcc683760461098ff7f
* | | Accept anything as pseudo function parameters (#10316)Henri Sara2012-12-074-849/+809
| | | | | | | | | Change-Id: Ib5aab4d4ca7de0fa7dc46a31f8d98740b302b7d3
* | | Merge "Fixed accordion to not cause scrollbars in IE (#9552)"Marc Englund2012-12-072-7/+6
|\ \ \
| * | | Fixed accordion to not cause scrollbars in IE (#9552)Artur Signell2012-12-072-7/+6
| | | | | | | | | | | | | | | | Change-Id: Ie27894b35be4d79c29b201ec79991c7d9263a1eb
* | | | Merge "Revert "Temporary work around for drag'n'drop image problem (#10385)""Marc Englund2012-12-078-35/+14
|\ \ \ \
| * | | | Revert "Temporary work around for drag'n'drop image problem (#10385)"Artur Signell2012-12-028-35/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No longer needed as #10384 is fixed This reverts commit 7dad7d82287bc9906ef12d1efd64f8b1da3a0326. Change-Id: Id7dbd716144452b80fae07d54f4a61c5091fd83d
* | | | | Merge "Attach drag'n'drop drag image to overlay container (#10384)"Marc Englund2012-12-072-21/+61
|\| | | | | |_|_|/ |/| | |
| * | | Attach drag'n'drop drag image to overlay container (#10384)Artur Signell2012-12-022-21/+61
| | | | | | | | | | | | | | | | Change-Id: I8f47f1d7e88c3a36088e18cb72ff2c65ce65f22b
* | | | Reset state before sending hierarchy event to removed connector (#10151)Leif Åstrand2012-12-076-0/+241
| |/ / |/| | | | | | | | Change-Id: If4f3e23a1d58c9f1cec7fc7d5e4e3f470932162f
* | | Merge "Made layouts inline-blocks to support undefined width (#10080)"Artur Signell2012-12-071-1/+1
|\ \ \
| * | | Made layouts inline-blocks to support undefined width (#10080)Artur Signell2012-12-051-1/+1
| | |/ | |/| | | | | | | Change-Id: I7ff2244ab7f2956cbf21122a3880d3ae27fb516a
* | | Fixed tests which broke due to dom changes (#9182)Artur Signell2012-12-061-1/+1
| | | | | | | | | | | | Change-Id: Ie3b1da63d251d5aaf9fd9f55bdb4f170ef7cd1f7
* | | Fixed test to work without VaadinClassesArtur Signell2012-12-062-23/+58
| | | | | | | | | | | | Change-Id: I6b1cb5cf65acb98ce16df59464022f792b2af166
* | | Renamed screenshots to have sensible namesArtur Signell2012-12-061-68/+34
| | | | | | | | | | | | Change-Id: I203c9ebe18dd835313d69e3544fb5990d5ea52bc
* | | Fixed assertions in testArtur Signell2012-12-061-4/+8
| | | | | | | | | | | | Change-Id: Icabb8b8a0709b20d524a3214e0adb004c4b05e08
* | | Fixed test to work with update test classArtur Signell2012-12-061-7/+21
| | | | | | | | | | | | Change-Id: If01dac50a1b07d2dba087711cc364309efd6315a
* | | Fixed tests which broke due to dom changes (#9182)Artur Signell2012-12-065-11/+10
| | | | | | | | | | | | Change-Id: I870c898deb8cef405df7f4b910bab08481bf6814
* | | Merge "Re-added accidentally removed IE 8 workaround for uploads (#9179)"Leif Åstrand2012-12-051-0/+2
|\ \ \
| * | | Re-added accidentally removed IE 8 workaround for uploads (#9179)Anna Koskinen2012-12-051-0/+2
| |/ / | | | | | | | | | Change-Id: I8b45ee52b402b6fd9ead0905c4a42b284f0e7c99
* | | Merge "Changed order of the containers in DOM Added necessary position for ↵Leif Åstrand2012-12-051-1/+2
|\ \ \ | |/ / |/| | | | | right handler As described in Ticket #9182 "
| * | Changed order of the containers in DOMmichaelvogt2012-12-011-1/+2
| | | | | | | | | | | | | | | | | | | | | Added necessary position for right handler As described in Ticket #9182 Change-Id: I46f2f86ae670e5c923a3cb9a1bc34d16770b4cc4
* | | Merge "Change classpath order to enable monkey patching the GWT compiler"Artur Signell2012-12-051-2/+2
|\ \ \
| * | | Change classpath order to enable monkey patching the GWT compilerLeif Åstrand2012-12-041-2/+2
| | | | | | | | | | | | | | | | Change-Id: I7fb4fa4d5f9230e8d8c00d9694fd5015892d5ced
* | | | Moved hasEventListener to ServerConnector (#10433)Artur Signell2012-12-054-19/+24
| | | | | | | | | | | | | | | | Change-Id: I1223c8ece8951b69b540979ef6f782dc292d31e0
* | | | Unified deprecation messagesArtur Signell2012-12-051-4/+5
| | | | | | | | | | | | | | | | Change-Id: Id0e7e957b5300c26c4424b6439b845a319966d75
* | | | Deprecated methods which do nothing and removed dead code (#10432)Artur Signell2012-12-057-98/+20
|/ / / | | | | | | | | | Change-Id: I5248a28289bc85cf737b43c7ac87f1b2c2e41a01
* | | Merge "Correctly update version during build (#9624)"Leif Åstrand2012-12-041-4/+18
|\ \ \ | | |/ | |/|
| * | Correctly update version during build (#9624)Artur Signell2012-12-021-4/+18
| |/ | | | | | | Change-Id: Ibe914273b27a109b6ce01928913434d0787baf71
* | Merge "Allow customization of the widgetset url in order to be able to ↵Leif Åstrand2012-12-041-8/+10
|\ \ | | | | | | | | | remove the '?timestamp' part of the default url #10422"