summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes Ide0a7e28,I78da2c2cArtur Signell2012-12-1820-7/+55
|\ | | | | | | | | | | * changes: Ugly hacks to make tests screenshot compatible Fixed IE scrollbar issues for most if not all components
| * Ugly hacks to make tests screenshot compatibleArtur Signell2012-12-171-0/+13
| | | | | | | | Change-Id: Ide0a7e2832e1a3a63edc015367e49912c6b77e0e
| * Fixed IE scrollbar issues for most if not all componentsArtur Signell2012-12-1719-7/+42
| | | | | | | | | | | | | | Fixed by defining font-size:0 and line-height:normal for all v-scrollable elements. A font-size is defined using $font-size for all themes and this is reset in v-widget. Similarly for $line-height. Should fix at least #9004, #9552, #9572 Change-Id: I78da2c2ce497a0a22962644c9c97df5a0e41e056
* | Merge "Removed Firefox rule making dropdown too high (#10559)"Artur Signell2012-12-182-6/+0
|\ \
| * | Removed Firefox rule making dropdown too high (#10559)Artur Signell2012-12-172-6/+0
| | | | | | | | | | | | Change-Id: I62c808b90da155b0ae0489c4eaeff370063f3572
* | | Merge changes Icf4a4410,I8bbf8f69Leif Åstrand2012-12-182-2/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Register connector to avoid test failures Only update value on locale change if using the data source directly (#8192)
| * | | Register connector to avoid test failuresArtur Signell2012-12-171-0/+2
| | | | | | | | | | | | | | | | Change-Id: Icf4a4410104848bb95d5ec7d036c9ec2aee1c08d
| * | | Only update value on locale change if using the data source directly (#8192)Artur Signell2012-12-171-2/+5
| | | | | | | | | | | | | | | | Change-Id: I8bbf8f693ccb2646df898433897425de7898966f
* | | | Merge "Support float fields with FieldGroup (#10553)"Leif Åstrand2012-12-183-0/+166
|\| | |
| * | | Support float fields with FieldGroup (#10553)Artur Signell2012-12-173-0/+166
| | | | | | | | | | | | | | | | Change-Id: Ib7f6fff09e9372576aadfc44c82f7bb9ce9525cf
* | | | Fixed TestBench compatibility for root context (#10541)Artur Signell2012-12-171-1/+1
| |/ / |/| | | | | | | | Change-Id: If400b16afa07480afc8007fd3144f68644a60a12
* | | Test using Firefox 17 ESR (#10359)Artur Signell2012-12-171-1/+1
| |/ |/| | | | | Change-Id: I808d5f29eb87f0744f0c7cc4b78af761a793f1c6
* | Merge "Revert "Case-insensitive FieldGroup binding #10426""Artur Signell2012-12-172-167/+15
|\ \ | |/ |/|
| * Revert "Case-insensitive FieldGroup binding #10426"Artur Signell2012-12-172-167/+15
| | | | | | | | | | | | | | This reverts commit fffd25fc57c862afdac2f4cfc36695c0bd35ec96 Breaks binding using BeanFieldGroup before an item data source has been set. Change-Id: Id05372eef2078efea9e92a69a1af942511ff32a9
* | Merge "Merge of (#9732) to Vaadin 7."Artur Signell2012-12-171-0/+5
|\ \
| * | Merge of (#9732) to Vaadin 7.Anna Koskinen2012-12-171-0/+5
| | | | | | | | | | | | | | | | | | | | | Ensure that the browser does not cache UIDL responses (iOS 6 Safari fix). Change-Id: I432cf2bf202e3f37b479e3950a6a39ca067497b4
* | | Merge "Fix exception logging Code cleanup Delete temporary files Does not ↵Marc Englund2012-12-171-29/+53
|\ \ \ | | | | | | | | | | | | send mixin files to the compiler"
| * | | Fix exception loggingmichael2012-12-171-29/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup Delete temporary files Does not send mixin files to the compiler Ticket #10202 Change-Id: I961688720c3cad943aa169ea0ef1ece566e908a7
* | | | Merge "Use a custom test runner for SASS tests to get file name in JUnit "Marc Englund2012-12-175-41/+154
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use a custom test runner for SASS tests to get file name in JUnit Henri Sara2012-12-145-41/+154
| | | | | | | | | | | | | | | | Change-Id: I33b60bb524afd87d0e896e7f8495be8be6bd9263
* | | | Case-insensitive FieldGroup binding #10426Jonni Nakari2012-12-172-15/+167
| |_|/ |/| | | | | | | | | | | | | | | | | Modified buildAndBindMemberFields to use a new findPropertyId method when searching propertyIds. Change-Id: I97f1c4eb8a3de7350b0333c8b2b2ff913e0263d9
* | | Search fields from superclasses #10504Jonni Nakari2012-12-172-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | Modified buildAndBindMemberFields method to use a new getFieldsInDeclareOrder method that searches fields also from superclasses. Added a unit test to verify the new logic. Fixes the issue in ticket #10504 Change-Id: Ic855e274c5b4d1c83760d6c2c53c67413a1da42c
* | | Merge "Added method setContainerDataSource(Container newDataSource, ↵Henri Sara2012-12-173-9/+324
|\ \ \ | | | | | | | | | | | | Collection<?> visibleIds) to Table. (#10419)"
| * | | Added method setContainerDataSource(Container newDataSource,Anna Koskinen2012-12-173-9/+324
| | | | | | | | | | | | | | | | | | | | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f
* | | | Merge "Don't remove diffstate data before cleanup (#10532)"Artur Signell2012-12-173-11/+126
|\ \ \ \
| * | | | Don't remove diffstate data before cleanup (#10532)Leif Åstrand2012-12-143-11/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid returning unregistered but not cleaned connectors from e.g. getDirtyConnectors() and getConnector() * Add some sanity checks to ensure unregistered connectors are not used Change-Id: I1103586863d2f299d50af5058233a7b4c967d4c6
* | | | | Merge "Support null values in legacy messages (#9254)"Artur Signell2012-12-172-0/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | 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
|\ \ \ \ | |_|/ / |/| | |