summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Colorpicker IE fixes"John Ahlroos2012-12-144-30/+50
|\
| * Colorpicker IE fixesAnna Koskinen2012-12-144-30/+50
| | | | | | | | Change-Id: I9b1e42a75175eff4a01560db0a13865e253b72d5
* | Added a Terms and Conditions section about the Vaadin license as well as all ↵Marko Gronroos2012-12-141-50/+260
| | | | | | | | dependencies and their licenses. Removed the dependency JAR list. For #10153.
* | Send fraction pixel values to the client (#10531)Artur Signell2012-12-142-12/+5
| | | | | | | | | | | | Fixed RichTextArea to deal with fraction pixel values Change-Id: I02fa6fd2c66e87b01f642a9051641a0cc758f0f6
* | Override commons-logging version (#9970)Artur Signell2012-12-141-1/+4
|/ | | | Change-Id: I845f6e823300100b71ac5e9c0bba4baa5d4d6181
* Fixed typo in method nameArtur Signell2012-12-131-2/+2
| | | | Change-Id: Ib3c401ea618c6141617f527a191eb4f72ebdfaf4
* Merge "Also clean com.carrotsearch (smartsprites) (#9970)"Johannes Dahlström2012-12-131-2/+2
|\
| * Also clean com.carrotsearch (smartsprites) (#9970)Artur Signell2012-12-131-2/+2
| | | | | | | | Change-Id: I19d303ac29d951e252cbee20335e7835f78e3e7a
* | Merge "Corrected logging message (#10529)"Johannes Dahlström2012-12-131-4/+4
|\ \
| * | Corrected logging message (#10529)Artur Signell2012-12-131-4/+4
| |/ | | | | | | Change-Id: I67a4637b6f1f94466ee35f41e9ef61ca9534d57e
* | Merge "Fixed class name in test"Artur Signell2012-12-131-5/+5
|\ \
| * | Fixed class name in testArtur Signell2012-12-131-5/+5
| |/ | | | | | | Change-Id: Ia8d8ad93d70504df229cb8de7a521e3070c7ceb6
* | Merge "Use new GWT Compiler in WidgetsetCompiler (#10511)"Artur Signell2012-12-131-17/+8
|\ \
| * | Use new GWT Compiler in WidgetsetCompiler (#10511)Henri Sara2012-12-131-17/+8
| | | | | | | | | | | | | | | | | | | | | This change should be used together with related changes to the Eclipse plug-in which uses the class. Change-Id: I5419b6e7195982b17e599dbb102a8b1766c1d7e0
* | | Merge "Fix for ticket #10121, a unit test for the ticket's issue and a unit ↵Henri Sara2012-12-135-1/+195
|\ \ \ | |/ / |/| | | | | test for the new method in ReflectTools"
| * | Fix for ticket #10121, a unit test for the ticket's issue and a unitJonni Nakari2012-12-135-1/+195
| | | | | | | | | | | | | | | | | | test for the new method in ReflectTools Change-Id: If8d57b4b38e8856ff2a9ef130dc71cf5b315858a
* | | com.google.gwt.user.client.rpc.IsSerializable should be in vaadin-sharedArtur Signell2012-12-131-0/+5
| |/ |/| | | | | Change-Id: I5dc07ebbaab9b5a91a0d022f79606b9a1ab422b8
* | Restore compatibility with selectors without slots (#9893)Leif Åstrand2012-12-131-0/+12
| | | | | | | | Change-Id: Iea7661ff39d9903f78e290086c1c51f270c8c60d
* | Fix selector backwards compatibility (#9893)Leif Åstrand2012-12-131-16/+4
|/ | | | Change-Id: Ib69645f9cc866893b8a85e369414b7c15b440b6e
* Merge "Add getLastResponseId() (#10496)"Artur Signell2012-12-121-0/+21
|\
| * Add getLastResponseId() (#10496)Leif Åstrand2012-12-111-0/+21
| | | | | | | | Change-Id: I574844eabd9ba33ac7c5e967c734f6cc27d40e3e
* | Merge "ComboBox should have getter and setter methods for pageLength #5381"Artur Signell2012-12-113-0/+237
|\ \
| * | ComboBox should have getter and setter methods for pageLength #5381Pekka Hyvönen2012-12-113-0/+237
| | | | | | | | | | | | Change-Id: I92597e49f2dc12c9fb90c2a35a213386da56bb3f
* | | Refactor client-side ordered layouts (#9893)Leif Åstrand2012-12-118-1211/+1248
| |/ |/| | | | | | | | | | | | | | | * Rename VOrderedLayout to VAbstractOrderedLayout * Move VAbstractOrderedLayout to the orderedlayout package * Extract Slot to a standalone class with Icon as a private inner class * Extract CaptionPosition to a standalone class Change-Id: Id9450b30838a4511bd3c3b7cf371e145274ff198
* | Fixed identifiers to match reference namesArtur Signell2012-12-111-4/+4
| | | | | | | | Change-Id: I7b0bcf2f2cb2ce206204d13081153c04a9bbde62
* | Fixed testArtur Signell2012-12-111-4/+5
| | | | | | | | Change-Id: I91e3492f3243d5d789a6608981646bc3217adb53
* | Restrict DateField fix to IE (#10498)Artur Signell2012-12-111-1/+1
| | | | | | | | Change-Id: Ib706b12f1e2236e48bd82a6d08e19d748dd5e71c
* | Fixed overflow issue in PopupDateFieldArtur Signell2012-12-111-0/+4
| | | | | | | | Change-Id: Idcacd28f10265a38e3876557a2ab56cc8a379b2b
* | Removed footer to be screenshot compatibleArtur Signell2012-12-111-1/+1
| | | | | | | | Change-Id: I0ca700226d80ac8533a37eb1d50255a9db3e6f73
* | 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