summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Don't mention application level windows in Window javadoc (#8784)Leif Åstrand2012-06-261-33/+10
* Added Table.setSortEnabled and deprecated setSortDisabled (#9021)Artur Signell2012-06-251-12/+40
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-252-5/+5
* Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-3/+5
* Use Notification.show(Page) as the official entry point (#8907)Leif Åstrand2012-06-251-80/+15
* Move showNotification shorthands back to Root from LegacyWindow (#8907)Leif Åstrand2012-06-251-146/+145
* Fixed tab index for Button and NativeButton (#9022)Artur Signell2012-06-251-5/+13
* Avoid double attach calls for sub windows (#9011)Artur Signell2012-06-211-24/+0
* Call attach only once for children (#9005)Artur Signell2012-06-211-13/+11
* Call attach only once for children (#9006)Artur Signell2012-06-211-28/+0
* Root javadocArtur Signell2012-06-211-15/+14
* Moved connector tracking from Application to RootArtur Signell2012-06-213-117/+232
* Get converter from the application of the component if available (#8992)Artur Signell2012-06-213-9/+5
* Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-212-25/+65
* Split generic converter methods from AbstractField (#8991)Artur Signell2012-06-211-62/+18
* Made Label Comparable<Label> and fixed comparison issues (#8845)Artur Signell2012-06-211-51/+26
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-203-13/+0
* Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-203-4/+233
* Merge branch '6.8'Johannes Dahlström2012-06-197-136/+61
|\
| * #7938 Added reference to #8971 to the javadocJohannes Dahlström2012-06-151-0/+3
| * #7938 Clarified Window.center() javadocJohannes Dahlström2012-06-151-2/+4
| * Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-131-1/+1
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-195-705/+472
|\ \
| * | Extract API from Root to Page (#8907)Leif Åstrand2012-06-195-705/+472
* | | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure spli...Johannes Dahlström2012-06-191-4/+5
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-191-17/+0
|\| |
| * | Remove method accidentally left behind (#6730)Leif Åstrand2012-06-151-17/+0
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-156-107/+128
|\| |
| * | Implement js rpc proxy objects and wildcard rpc support (#8888)Leif Åstrand2012-06-141-0/+7
| * | Use callbacks directly as fields in connector object (#8888)Leif Åstrand2012-06-141-0/+6
| * | Rename Javascript -> JavaScriptLeif Åstrand2012-06-144-28/+29
| * | JavascriptManager -> JavaScript and changes based on review (#6730)Leif Åstrand2012-06-142-33/+40
* | | Fixed some errors caused by 6.8 merge; updated tests to use LegacyWindow/Appl...Johannes Dahlström2012-06-131-6/+12
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-136-1/+112
|\| |
| * | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714)Leif Åstrand2012-06-121-0/+8
| * | Change api to use callback instead or rpc for js callbacks (#8888)Leif Åstrand2012-06-123-8/+14
| * | Fix typoLeif Åstrand2012-06-121-1/+1
| * | Add support for simplified RPC communication with JS code (#8888)Leif Åstrand2012-06-121-0/+11
| * | Initial javascript callback support (#6730)Leif Åstrand2012-06-113-0/+78
| * | Initial support for javascript components (#8888)Leif Åstrand2012-06-111-0/+8
* | | Merge commit '17c14'Johannes Dahlström2012-06-122-31/+70
|\ \ \ | | |/ | |/|
| * | #8297 Do not use static logger instancesHenri Sara2012-06-052-31/+49
* | | Merge commit '6f729'Johannes Dahlström2012-06-122-12/+19
|\| |
| * | #7495 Inverted the server-side API naming (eg. setColumnNoncollapsible -> set...Johannes Dahlström2012-05-311-10/+17
| * | Created a test for disabling and enabling max/min split position of SplitPane...Tapio Aali2012-05-311-10/+10
| * | Optimized network usage of the split position limits of the SplitPanel (#8880).Tapio Aali2012-05-311-2/+6
* | | Merge commit '56d0c'Johannes Dahlström2012-06-121-6/+124
|\| |
| * | Added options for setting maximum and minimum split positions to SplitPanel (...Tapio Aali2012-05-301-1/+109
* | | Merge commit '165544'Johannes Dahlström2012-06-111-5/+0
|\| |
| * | Removed non-working/unneeded code (#8428)Artur Signell2012-05-291-5/+0