summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-197-1169/+1170
| * more than expected params in mixin throws IOB exception. (Ticket #10988)Haijian Wang2013-02-193-5/+55
| * Fixed logic error causing IOException if stream supports mark (#10851)Artur Signell2013-02-192-9/+14
| * Fixed NPE when TextField value is null (#11021)Artur Signell2013-02-183-2/+98
| * Properly pass the AbstractField internal value to shared state in Slider and ...Johannes Dahlström2013-02-185-0/+129
| * Don't measure VUI during updateFromUIDL (#11063)Leif Åstrand2013-02-181-1/+7
| * Merge of second part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-185-82/+626
| * Interim fix for resizing of child component in AbsoluteLayout when child is 1...John Ahlroos2013-02-183-4/+88
| * Only add tooltip listeners when needed (#11051)Leif Åstrand2013-02-185-15/+141
| * Count instances instead of windows and also show the counterLeif Åstrand2013-02-181-4/+4
| * Gather more profiling data (#10961)Leif Åstrand2013-02-159-3/+53
* | Null merge of reverted changes from 7.0 (commit 'd8412a30200a17497d60e1f4cf7e...Artur Signell2013-02-220-0/+0
|\|
| * Revert "Removed legacy toString implementations as promised in 7.0Henri Sara2013-02-152-0/+41
| * Revert "Made getServlet and getPortlet public (#10882)"Henri Sara2013-02-152-12/+2
* | Fixed typo in ivy configuration (#9851)Artur Signell2013-02-191-1/+1
* | Added tutorial examples for creating a simple login view #10076John Ahlroos2013-02-183-0/+243
* | Merge branch '7.0'Artur Signell2013-02-1523-229/+1137
|\|
| * Merge "Ensure super method is called when iterating children in VAbsoluteLayo...Leif Åstrand2013-02-151-3/+3
| |\
| | * Ensure super method is called when iterating children in VAbsoluteLayout #10762John Ahlroos2013-02-151-3/+3
| * | Merge of first part of (#10513) to Vaadin 7.Johannes Dahlström2013-02-153-2/+151
| * | Merge "Merge of (#6160) and (#10470) to Vaadin 7." into 7.0Johannes Dahlström2013-02-1415-226/+886
| |\ \
| | * | Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-149-182/+864
| * | | Merge "Removed invalid and unnecessary clicks from test" into 7.0Leif Åstrand2013-02-145-25/+0
| |\ \ \
| | * | | Removed invalid and unnecessary clicks from testArtur Signell2013-02-135-25/+0
| * | | | Fixed resetting link target and updated javadoc (#10543)Artur Signell2013-02-142-16/+7
| * | | | Fixed problem with removing the icon from a Button (#10543)Artur Signell2013-02-143-1/+111
| * | | | Added back previous removed test due to #9870 to pass test (TicketHaijian Wang2013-02-141-0/+1
* | | | | Merge "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)"John Ahlroos2013-02-143-0/+217
|\ \ \ \ \
| * | | | | Added support for Dates to DefaultFieldGroupFieldFactory (#8539)Artur Signell2013-02-123-0/+217
| | |_|/ / | |/| | |
* | | | | Use client-compiler-deps instead of bundling files (#9851)Artur Signell2013-02-142-58/+108
* | | | | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-1410-60/+223
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2
| * | | | Merge "Case-insensitive FieldGroup binding #10426"Henri Sara2013-02-143-13/+200
| |\ \ \ \
| | * | | | Case-insensitive FieldGroup binding #10426Jonni Nakari2013-02-133-13/+200
| * | | | | Merge "Removed redundant inline style (#10524)"John Ahlroos2013-02-141-3/+0
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Removed redundant inline style (#10524)Artur Signell2013-02-111-3/+0
| | |/ / /
| * | | | Merge remote-tracking branch 'origin/7.0'Henri Sara2013-02-126-44/+22
| |\| | |
| | * | | Merge "Do not throw NPE when asking for a null propertyId (#10445)"Henri Sara2013-02-082-1/+10
| | |\ \ \
| | | * | | Do not throw NPE when asking for a null propertyId (#10445)Artur Signell2013-01-302-1/+10
| | * | | | Merge "Made getServlet and getPortlet public (#10882)"Leif Åstrand2013-02-072-2/+12
| | |\ \ \ \
| | | * | | | Made getServlet and getPortlet public (#10882)Artur Signell2013-02-072-2/+12
| | * | | | | Merge branch '7.0'Leif Åstrand2013-02-072-41/+0
| | |\| | | |
| | | * | | | Include version number in javadoc index page of vaadin-all zipMikael Vappula2013-02-011-1/+1
| | | * | | | Merge branch '7.0'Artur Signell2013-02-011-12/+0
| | | |\ \ \ \
| | | * | | | | Removed legacy toString implementations as promised in 7.0 (#10916)Artur Signell2013-02-012-41/+0
* | | | | | | | Merge "SASS fails to parse CSS expression function. (Ticket #9870)" into 7.0Henri Sara2013-02-145-6152/+6198
|\ \ \ \ \ \ \ \
| * | | | | | | | SASS fails to parse CSS expression function. (Ticket #9870)Haijian Wang2013-02-145-6152/+6198
* | | | | | | | | Merge "Removed artifical slowdown which should no longer be needed (#11015)" ...Leif Åstrand2013-02-145-26/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Removed artifical slowdown which should no longer be needed (#11015)Artur Signell2013-02-135-26/+1
* | | | | | | | | Merge "Fixed NPE when a connector is no longer available (#11015)" into 7.0Leif Åstrand2013-02-141-11/+43
|\| | | | | | | | | |_|_|_|_|_|_|/ |/| | | | | | |