Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Removed interface that is never referenced | Artur Signell | 2012-04-12 | 1 | -58/+0 | |
* | | | | | | | | | | | | | | | Removed deprecated an unneded setAlignment based on String (#8169) | Artur Signell | 2012-04-12 | 3 | -185/+2 | |
* | | | | | | | | | | | | | | | Removed deprecated interface (#8169) | Artur Signell | 2012-04-12 | 3 | -20/+3 | |
* | | | | | | | | | | | | | | | Removed getLayout/setLayout (#8169) | Artur Signell | 2012-04-12 | 1 | -39/+0 | |
* | | | | | | | | | | | | | | | Made sub window work again | Artur Signell | 2012-04-12 | 3 | -54/+45 | |
* | | | | | | | | | | | | | | | Javadoc update | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Made notifications work again (content is no longer child 0) | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Added missing license info | Artur Signell | 2012-04-12 | 28 | -5/+90 | |
* | | | | | | | | | | | | | | | Javadoc updates | Artur Signell | 2012-04-12 | 3 | -2/+16 | |
* | | | | | | | | | | | | | | | Workaround for problem with wrong state being created | Artur Signell | 2012-04-12 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | Reduced logging | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Fixed references in native code to old class names | Artur Signell | 2012-04-12 | 7 | -16/+15 | |
* | | | | | | | | | | | | | | | Fixed error introduced when refactoring package names | Artur Signell | 2012-04-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 49 | -416/+469 | |
* | | | | | | | | | | | | | | | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 148 | -338/+556 | |
* | | | | | | | | | | | | | | | Moved shared classes out from connector to avoid class loader problems | Artur Signell | 2012-04-12 | 12 | -99/+118 | |
* | | | | | | | | | | | | | | | Added missing license | Artur Signell | 2012-04-12 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | Button, NativeButton and CheckBox are no longer Vaadin6Components | Artur Signell | 2012-04-12 | 11 | -232/+296 | |
* | | | | | | | | | | | | | | | Simplified initialization of ServerRpc proxies | Artur Signell | 2012-04-12 | 5 | -45/+57 | |
* | | | | | | | | | | | | | | | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 37 | -537/+405 | |
* | | | | | | | | | | | | | | | Updated Root to use hierarchy change event for content and windows | Artur Signell | 2012-04-12 | 5 | -131/+111 | |
* | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-12 | 1 | -8/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | #6155 Javadoc/comments; refresh field value from data source on attach | Johannes Dahlström | 2012-04-11 | 1 | -8/+39 | |
* | | | | | | | | | | | | | | Ensure table rows are sent when a Table tab is re-selected (#8642) | Leif Åstrand | 2012-04-11 | 1 | -0/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Log deferred widget loading time if it is slow | Leif Åstrand | 2012-04-11 | 1 | -1/+4 | |
* | | | | | | | | | | | | | Don't use deferred widget loading as it is currently broken (#8636) | Leif Åstrand | 2012-04-11 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Disable excessive debug logging | Leif Åstrand | 2012-04-11 | 3 | -6/+13 | |
* | | | | | | | | | | | | | Remove unused field and unused import | Leif Åstrand | 2012-04-11 | 1 | -3/+0 | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-11 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fixed bug in calculating % size when using reverse position (#4296) | Artur Signell | 2012-04-10 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-10 | 2 | -19/+30 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Allow splitter position to be float to avoid rounding errors (#4296) | Artur Signell | 2012-04-10 | 2 | -16/+24 | |
* | | | | | | | | | | | | | Internally remove component before detach listener is called | Artur Signell | 2012-04-10 | 1 | -2/+1 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Disabled excessive debug logging | Artur Signell | 2012-04-10 | 2 | -14/+21 | |
* | | | | | | | | | | | | Update #8544 to be more verbose and to show more exceptions | Leif Åstrand | 2012-04-10 | 2 | -35/+14 | |
* | | | | | | | | | | | | Close all URLConnections, not only Java6 specific FileURLConnection. | Henri Sara | 2012-04-10 | 1 | -4/+2 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 7 | -73/+186 | |
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices | Automerge | 2012-04-05 | 1 | -1/+14 | |
| * | | | | | | | | | [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases | Automerge | 2012-04-05 | 1 | -1/+1 | |
| * | | | | | | | | | #8203 Added TabSheet#setSelectedTab(int) and TabSheet#setSelectedTab(TabSheet... | Johannes Dahlström | 2012-04-05 | 1 | -1/+22 | |
| * | | | | | | | | | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 | |
| * | | | | | | | | | Fixed #6155: stop listening to Property value change and read only status cha... | Johannes Dahlström | 2012-04-05 | 1 | -20/+41 | |
| * | | | | | | | | | #5100 Removed obsolete code to fix a Firefox tab scrolling bug | Johannes Dahlström | 2012-04-04 | 1 | -4/+0 | |
| * | | | | | | | | | #5100 Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| * | | | | | | | | | Reverted accidental commit | Johannes Dahlström | 2012-04-02 | 1 | -77/+43 | |
| * | | | | | | | | | Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| * | | | | | | | | | [merge from 6.7] #8597 Do not leave VWindow references in the static windowOr... | Automerge | 2012-04-02 | 1 | -1/+12 | |
* | | | | | | | | | | Fixed problem with captions always being in the top left corner | Artur Signell | 2012-04-10 | 1 | -0/+1 | |
* | | | | | | | | | | Fixed NPE in click listener | Artur Signell | 2012-04-10 | 2 | -17/+17 | |
* | | | | | | | | | | Fixed GridLayout captions when components are moved in the layout | Artur Signell | 2012-04-10 | 2 | -30/+62 |