summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Add Navigator.getState() returning the current navigation state (#9972)Johannes Dahlström2012-10-172-4/+22
|/
* Fixed broken unit tests due to InlineDateField getting its own stylenameJohn Ahlroos2012-10-173-226/+230
* Merge "Properly wait for the new page to load"Johannes Dahlström2012-10-171-18/+3
|\
| * Properly wait for the new page to loadLeif Åstrand2012-10-171-18/+3
* | Merge "Use wildcard in test as google.com redirects based on browser settings"Marc Englund2012-10-171-2/+2
|\ \
| * | Use wildcard in test as google.com redirects based on browser settingsLeif Åstrand2012-10-171-2/+2
| |/
* | Merge "Fixed primary stylename handling for ListSelect #9907"Marc Englund2012-10-173-1/+115
|\ \ | |/ |/|
| * Fixed primary stylename handling for ListSelect #9907John Ahlroos2012-10-173-1/+115
* | Don't let /APP requests continue to the BootstrapHandler (#9553)7.0.0.beta5Leif Åstrand2012-10-167-15/+46
* | Fixes #9871 (originally by Seba, re-added test in reindeer.css)Marc Englund2012-10-162-1/+7
* | Merge "Fixed primary stylename handling for Datefield and InlineDatefield #9903"Marc Englund2012-10-1620-129/+500
|\ \
| * | Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-1620-129/+500
* | | Remove Navigator.SimpleViewDisplay (#9936)Johannes Dahlström2012-10-162-33/+30
* | | Delegate UI.replaceComponent() to content instead of throwing UOE (#9967)Johannes Dahlström2012-10-163-2/+71
* | | Merge "Add VaadinService.closeSession + test (#9859)"Johannes Dahlström2012-10-164-0/+233
|\ \ \
| * | | Add VaadinService.closeSession + test (#9859)Leif Åstrand2012-10-164-0/+233
| | |/ | |/|
* | | Fix for #9471 Original by Seba, removed erronous empty lines from test-css.Marc Englund2012-10-152-4/+2
* | | Fixes Ticket #9408 (orig by Seba)Marc Englund2012-10-153-25/+37
* | | list append and contains for #9380Marc Englund2012-10-1517-1644/+2336
* | | Merge "Merged AbstractSelect now listens to changes in icon property (#9663)"Marc Englund2012-10-153-0/+122
|\ \ \
| * | | Merged AbstractSelect now listens to changes in icon property (#9663)Artur Signell2012-09-283-0/+122
* | | | Merge "Reuse provided session instead of attempting to find it again (#9888)"Marc Englund2012-10-151-4/+3
|\ \ \ \
| * | | | Reuse provided session instead of attempting to find it again (#9888)Leif Åstrand2012-10-101-4/+3
* | | | | Merge "Fixed primary stylename handling in Form #9904"Marc Englund2012-10-153-4/+157
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fixed primary stylename handling in Form #9904John Ahlroos2012-10-153-4/+157
| | |_|/ | |/| |
* | | | Explained one commented out lineMarc Englund2012-10-121-0/+1
* | | | Merge "Fixed primary stylename handling for CustomLayout #9902"Marc Englund2012-10-123-6/+114
|\ \ \ \
| * | | | Fixed primary stylename handling for CustomLayout #9902John Ahlroos2012-10-123-6/+114
| |/ / /
* | | | Merge "Fixed primary stylenames with Slider #9898"Marc Englund2012-10-123-51/+198
|\ \ \ \
| * | | | Fixed primary stylenames with Slider #9898John Ahlroos2012-10-123-51/+198
* | | | | Remove invalid constructors and fix setCaption exception (#9947)Leif Åstrand2012-10-121-35/+5
* | | | | Only ignore NoClassDefFoundError if SmartSprites is missing (#9943)Leif Åstrand2012-10-111-9/+12
| |/ / / |/| | |
* | | | Merge "Fixed primary stylenames for combobox #9901"Marc Englund2012-10-113-42/+245
|\ \ \ \
| * | | | Fixed primary stylenames for combobox #9901John Ahlroos2012-10-113-42/+245
* | | | | Merge "Fixed primary stylename handling in AbsoluteLayout as well as moved la...Marc Englund2012-10-114-122/+549
|\ \ \ \ \
| * | | | | Fixed primary stylename handling in AbsoluteLayout as well as moved layout sp...John Ahlroos2012-10-114-122/+549
* | | | | | Merge "Use class hierachy for resolving @Connect conflicts (#9826)"John Ahlroos2012-10-118-21/+268
|\ \ \ \ \ \
| * | | | | | Use class hierachy for resolving @Connect conflicts (#9826)Leif Åstrand2012-10-118-21/+268
| | |/ / / / | |/| | | |
* | | | | | Merge "Fixed issue with other stylenames being overwritten when applying prim...Marc Englund2012-10-111-1/+2
|\ \ \ \ \ \
| * | | | | | Fixed issue with other stylenames being overwritten when applying primary sty...John Ahlroos2012-10-111-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge "Parse Trident versions to support IE in compatibility mode (#9887)"Marc Englund2012-10-113-13/+30
|\ \ \ \ \ \
| * | | | | | Parse Trident versions to support IE in compatibility mode (#9887)Leif Åstrand2012-10-103-13/+30
* | | | | | | Mini tutorial code updateLeif Åstrand2012-10-1115-60/+457
| |/ / / / / |/| | | | |
* | | | | | Merge "Fixed primary stylename handling in Accordion #9900"Marc Englund2012-10-113-3/+176
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed primary stylename handling in Accordion #9900John Ahlroos2012-10-103-3/+176
| | |/ / / | |/| | |
* | | | | Abort widgetset compile for conflicting @Connect mappings (#9343)Leif Åstrand2012-10-101-3/+22
* | | | | Changed the convention for importing themes from e.g @import "reindeer.scss" ...Marc Englund2012-10-101-25/+28
| |/ / / |/| | |
* | | | Allow overriding handleContextRootWithoutSlash (#9921)Leif Åstrand2012-10-101-6/+17
| |/ / |/| |
* | | Update test to use relative paths (#6771)Leif Åstrand2012-10-101-11/+19
* | | ACCC no longer has a default implementation of onConnectorHierarchyChange (#9...Artur Signell2012-10-1019-52/+58