summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Support null values in legacy messages (#9254)Leif Åstrand2012-12-142-0/+31
| | | | | | | | | | | | | | | | | | | | Change-Id: I8a7bc1f52ffed7acc2de03c6d17cdff7f640ddf2
* | | | | Merge "Log size before the element string as it can be quite long"Artur Signell2012-12-151-3/+2
|\ \ \ \ \
| * | | | | Log size before the element string as it can be quite longLeif Åstrand2012-12-141-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I197179d78ad50bd38019979f58b64d0e11a0d90d
* | | | | | Merge "SassLinker for (public folder) Sass support in plain GWT, fixes ↵Artur Signell2012-12-152-0/+197
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | #10202 Originally by Michael Vogt (+ added log message, moved)"
| * | | | | | SassLinker for (public folder) Sass support in plain GWT, fixes #10202Marc Englund2012-12-142-0/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Originally by Michael Vogt (+ added log message, moved) Change-Id: I565207b4fa5223f470e1e5bbdc196d4c343a8142
* | | | | | | Merge "Avoid attempting to use a DOM node as an element (#10480)"Artur Signell2012-12-151-1/+8
|\ \ \ \ \ \ \
| * | | | | | | Avoid attempting to use a DOM node as an element (#10480)Leif Åstrand2012-12-141-1/+8
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I05023392ebe99635ebe1700b14e84a317f4d6cb8
* | | | | | | Moved third-party license notes to the license file. For #10153.Marko Gronroos2012-12-142-252/+228
| |_|/ / / / |/| | | | |
* | | | | | Merge "Use separate scope for variables within a mixin (#10453)"Marc Englund2012-12-146-8/+94
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use separate scope for variables within a mixin (#10453)Henri Sara2012-12-146-8/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also contains another fix related to how variable values are replaced in mixins. Change-Id: I7a53e0a62041da6557eea10e124e64a55c7823f4
* | | | | | 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