Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some missing Javadoc to Page (#8907) | Leif Åstrand | 2012-06-25 | 1 | -0/+17 | |
| | ||||||
* | Rename setCurrentXyz() to setCurrent() (#9029) | Leif Åstrand | 2012-06-25 | 12 | -25/+25 | |
| | ||||||
* | Test for converter factory and related fixes (#8992) | Artur Signell | 2012-06-25 | 2 | -5/+10 | |
| | ||||||
* | Use Notification.show(Page) as the official entry point (#8907) | Leif Åstrand | 2012-06-25 | 2 | -84/+18 | |
| | | | Also remove some static shorthands | |||||
* | Move showNotification shorthands back to Root from LegacyWindow (#8907) | Leif Åstrand | 2012-06-25 | 1 | -146/+145 | |
| | ||||||
* | Merge branch 'master' into rpcArray | Leif Åstrand | 2012-06-25 | 3 | -8/+41 | |
|\ | ||||||
| * | Avoid getting root panel document multiple times (#8717) | Artur Signell | 2012-06-25 | 1 | -2/+4 | |
| | | ||||||
| * | Fixed tab index for Button and NativeButton (#9022) | Artur Signell | 2012-06-25 | 2 | -6/+37 | |
| | | ||||||
* | | Merge branch 'rpcArray' | Leif Åstrand | 2012-06-25 | 6 | -76/+197 | |
|\ \ | |/ |/| | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/JsonCodec.java | |||||
| * | Support arrays in RPC and shared state + test (#8655) | Leif Åstrand | 2012-06-25 | 6 | -76/+197 | |
| | | ||||||
* | | Fixes for Navigator: empty view name, no extra event, javadoc (#8859) | Henri Sara | 2012-06-25 | 1 | -15/+19 | |
| | | ||||||
* | | Pass RPC exceptions to Application.terminalError (#9018) | Artur Signell | 2012-06-21 | 3 | -8/+53 | |
| | | ||||||
* | | Avoid infinite loop when producing error message (#8618) | Artur Signell | 2012-06-21 | 1 | -1/+6 | |
| | | ||||||
* | | Avoid double attach calls for sub windows (#9011) | Artur Signell | 2012-06-21 | 1 | -24/+0 | |
| | | ||||||
* | | Fixed typo | Artur Signell | 2012-06-21 | 1 | -3/+3 | |
| | | ||||||
* | | Store measuredSize in map instead of in DOM in IE8 (#8717) | Artur Signell | 2012-06-21 | 2 | -13/+60 | |
| | | ||||||
* | | Fixed typo | Artur Signell | 2012-06-21 | 1 | -1/+1 | |
| | | ||||||
* | | Call attach only once for children (#9005) | Artur Signell | 2012-06-21 | 1 | -13/+11 | |
| | | ||||||
* | | Call attach only once for children (#9006) | Artur Signell | 2012-06-21 | 1 | -28/+0 | |
| | | ||||||
* | | Root javadoc | Artur Signell | 2012-06-21 | 1 | -15/+14 | |
| | | ||||||
* | | Moved connector tracking from Application to Root | Artur Signell | 2012-06-21 | 12 | -285/+378 | |
| | | | | | | | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943) | |||||
* | | Get converter from the application of the component if available (#8992) | Artur Signell | 2012-06-21 | 4 | -16/+35 | |
| | | ||||||
* | | Converter support and updated data source logic (#8990, #8991) | Artur Signell | 2012-06-21 | 3 | -26/+95 | |
| | | ||||||
* | | Split generic converter methods from AbstractField (#8991) | Artur Signell | 2012-06-21 | 2 | -62/+131 | |
| | | ||||||
* | | Made Label Comparable<Label> and fixed comparison issues (#8845) | Artur Signell | 2012-06-21 | 1 | -51/+26 | |
|/ | ||||||
* | Show sensible message if variable change target isn't a VariableOwner | Leif Åstrand | 2012-06-21 | 1 | -2/+12 | |
| | ||||||
* | Use "this" to avoid conflicts if there's a parameter named "connector" | Leif Åstrand | 2012-06-21 | 1 | -1/+1 | |
| | ||||||
* | Use class references instead of class names for AcceptCriterion (#8641) | Henri Sara | 2012-06-21 | 15 | -19/+33 | |
| | ||||||
* | Eliminate scanning for accept criteria by reversed annotation (#8641) | Henri Sara | 2012-06-20 | 29 | -300/+77 | |
| | | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging). | |||||
* | Javadocs and minor tweaks for extensions, JavaScript and js wrappers | Leif Åstrand | 2012-06-20 | 11 | -48/+488 | |
| | ||||||
* | Fixed regression: AbstractClickEventHandler.onMouseUp() should call ↵ | Johannes Dahlström | 2012-06-19 | 1 | -1/+2 | |
| | | | | shouldFireEvent() | |||||
* | Fix DragAndDropWrapper tooltip handling to use shared state | Johannes Dahlström | 2012-06-19 | 2 | -1/+4 | |
| | ||||||
* | Ensure widgets are scrollable after a state change (see also #8994) | Johannes Dahlström | 2012-06-19 | 6 | -12/+38 | |
| | ||||||
* | Register mousedown handler correctly | Johannes Dahlström | 2012-06-19 | 1 | -5/+4 | |
| | ||||||
* | Properly update v-disabled styles for most components (#8719) | Leif Åstrand | 2012-06-19 | 3 | -9/+15 | |
| | ||||||
* | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 32 | -356/+192 | |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations | |||||
| * | #7938 Added reference to #8971 to the javadoc | Johannes Dahlström | 2012-06-15 | 1 | -0/+3 | |
| | | | | | | | | svn changeset:23950/svn branch:6.8 | |||||
| * | #7938 Clarified Window.center() javadoc | Johannes Dahlström | 2012-06-15 | 1 | -2/+4 | |
| | | | | | | | | svn changeset:23949/svn branch:6.8 | |||||
| * | Fixed typo (: instead of =) (#8941) | Artur Signell | 2012-06-14 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:23941/svn branch:6.8 | |||||
| * | #8852 Applied Sami's patch with minor changes to comments and the test | Johannes Dahlström | 2012-06-14 | 2 | -9/+20 | |
| | | | | | | | | svn changeset:23938/svn branch:6.8 | |||||
| * | #7766 Applied Sami's patch | Johannes Dahlström | 2012-06-14 | 1 | -1/+8 | |
| | | | | | | | | svn changeset:23935/svn branch:6.8 | |||||
| * | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:23930/svn branch:6.8 | |||||
* | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 10 | -726/+1137 | |
|\ \ | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/integration/EmbedSizeTest.java | |||||
| * | | Use new Function instead of eval to restrict scope (#8980) | Leif Åstrand | 2012-06-19 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix typo in variable name | Leif Åstrand | 2012-06-19 | 1 | -3/+3 | |
| | | | ||||||
| * | | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 9 | -722/+1133 | |
| | | | ||||||
* | | | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure ↵ | Johannes Dahlström | 2012-06-19 | 3 | -5/+15 | |
| | | | | | | | | | | | | split position limits are properly set; ensure panels are scrollable after state change | |||||
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 6 | -45/+94 | |
|\| | | ||||||
| * | | Deprecate @LoadScripts to signal that it's a temporary hack (#8888) | Leif Åstrand | 2012-06-18 | 1 | -0/+8 | |
| | | | ||||||
| * | | Remove method accidentally left behind (#6730) | Leif Åstrand | 2012-06-15 | 1 | -17/+0 | |
| | | |