summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Removed interface that is never referencedArtur Signell2012-04-121-58/+0
* | | | | | | | | | | | | | | Removed deprecated an unneded setAlignment based on String (#8169)Artur Signell2012-04-123-185/+2
* | | | | | | | | | | | | | | Removed deprecated interface (#8169)Artur Signell2012-04-123-20/+3
* | | | | | | | | | | | | | | Removed getLayout/setLayout (#8169)Artur Signell2012-04-121-39/+0
* | | | | | | | | | | | | | | Made sub window work againArtur Signell2012-04-123-54/+45
* | | | | | | | | | | | | | | Javadoc updateArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | | Made notifications work again (content is no longer child 0)Artur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | | Added missing license infoArtur Signell2012-04-1228-5/+90
* | | | | | | | | | | | | | | Javadoc updatesArtur Signell2012-04-123-2/+16
* | | | | | | | | | | | | | | Workaround for problem with wrong state being createdArtur Signell2012-04-121-0/+8
* | | | | | | | | | | | | | | Reduced loggingArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | | Fixed references in native code to old class namesArtur Signell2012-04-127-16/+15
* | | | | | | | | | | | | | | Fixed error introduced when refactoring package namesArtur Signell2012-04-121-1/+1
* | | | | | | | | | | | | | | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-1249-416/+469
* | | | | | | | | | | | | | | Moved each component to its own package on client sideArtur Signell2012-04-12148-338/+556
* | | | | | | | | | | | | | | Moved shared classes out from connector to avoid class loader problemsArtur Signell2012-04-1212-99/+118
* | | | | | | | | | | | | | | Added missing licenseArtur Signell2012-04-121-1/+3
* | | | | | | | | | | | | | | Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-1211-232/+296
* | | | | | | | | | | | | | | Simplified initialization of ServerRpc proxiesArtur Signell2012-04-125-45/+57
* | | | | | | | | | | | | | | Component no longer implements PaintableArtur Signell2012-04-1237-537/+405
* | | | | | | | | | | | | | | Updated Root to use hierarchy change event for content and windowsArtur Signell2012-04-125-131/+111
* | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-121-8/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | #6155 Javadoc/comments; refresh field value from data source on attachJohannes Dahlström2012-04-111-8/+39
* | | | | | | | | | | | | | Ensure table rows are sent when a Table tab is re-selected (#8642)Leif Åstrand2012-04-111-0/+4
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Log deferred widget loading time if it is slowLeif Åstrand2012-04-111-1/+4
* | | | | | | | | | | | | Don't use deferred widget loading as it is currently broken (#8636)Leif Åstrand2012-04-111-1/+1
* | | | | | | | | | | | | Disable excessive debug loggingLeif Åstrand2012-04-113-6/+13
* | | | | | | | | | | | | Remove unused field and unused importLeif Åstrand2012-04-111-3/+0
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-111-1/+1
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Fixed bug in calculating % size when using reverse position (#4296)Artur Signell2012-04-101-1/+1
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-04-102-19/+30
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Allow splitter position to be float to avoid rounding errors (#4296)Artur Signell2012-04-102-16/+24
* | | | | | | | | | | | | Internally remove component before detach listener is calledArtur Signell2012-04-101-2/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Disabled excessive debug loggingArtur Signell2012-04-102-14/+21
* | | | | | | | | | | | Update #8544 to be more verbose and to show more exceptionsLeif Åstrand2012-04-102-35/+14
* | | | | | | | | | | | Close all URLConnections, not only Java6 specific FileURLConnection.Henri Sara2012-04-101-4/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-107-73/+186
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devicesAutomerge2012-04-051-1/+14
| * | | | | | | | | [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some casesAutomerge2012-04-051-1/+1
| * | | | | | | | | #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet...Johannes Dahlström2012-04-051-1/+22
| * | | | | | | | | Implemented #8307: Added AbstractField#removeAllValidators()Johannes Dahlström2012-04-051-0/+10
| * | | | | | | | | Fixed #6155: stop listening to Property value change and read only status cha...Johannes Dahlström2012-04-051-20/+41
| * | | | | | | | | #5100 Removed obsolete code to fix a Firefox tab scrolling bugJohannes Dahlström2012-04-041-4/+0
| * | | | | | | | | #5100 Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| * | | | | | | | | Reverted accidental commitJohannes Dahlström2012-04-021-77/+43
| * | | | | | | | | Fixed IE focus; fixed tab scrolling; minor refactoringJohannes Dahlström2012-04-021-43/+77
| * | | | | | | | | [merge from 6.7] #8597 Do not leave VWindow references in the static windowOr...Automerge2012-04-021-1/+12
* | | | | | | | | | Fixed problem with captions always being in the top left cornerArtur Signell2012-04-101-0/+1
* | | | | | | | | | Fixed NPE in click listenerArtur Signell2012-04-102-17/+17
* | | | | | | | | | Fixed GridLayout captions when components are moved in the layoutArtur Signell2012-04-102-30/+62