| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor | Teemu Suo-Anttila | 2015-07-13 | 1 | -0/+10 |
| |\| |
|
| * | | Refactor RpcDataProviderExtension to use DataGenerators | Teemu Suo-Anttila | 2015-07-10 | 1 | -12/+14 |
* | | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (... | Artur Signell | 2015-08-31 | 1 | -0/+6 |
| |/
|/| |
|
* | | Always add "last" item from the string to the collection (#18433). | Denis Anisimov | 2015-07-07 | 1 | -0/+10 |
|/ |
|
* | Reformat with Luna SR2 | Artur Signell | 2015-06-26 | 17 | -34/+52 |
* | Pass critical notification details to the client (#18342) | Artur Signell | 2015-06-25 | 1 | -22/+23 |
* | Handle nested GridLayouts in declarative format correctly (#18312) | Artur Signell | 2015-06-24 | 1 | -0/+33 |
* | Write true as attribute="" (#17519) | Leif Åstrand | 2015-06-22 | 26 | -97/+94 |
* | Adds margin support to GridLayout declarative format (#18238) | Teppo Kurki | 2015-06-11 | 3 | -14/+21 |
* | Fix declarative margin reading in AbstractOrderedLayout (#18229) | Johannes Dahlström | 2015-06-11 | 3 | -137/+92 |
* | Better handle exceptions when opening Grid editor (#17935) | Johannes Dahlström | 2015-06-09 | 1 | -2/+6 |
* | Don't allow null view providers (#17028) | Leif Åstrand | 2015-06-08 | 1 | -0/+17 |
* | Forget GridLayout row expand ratios for removed rows (#18166) | Teppo Kurki | 2015-06-08 | 1 | -4/+35 |
* | Return 0 instead of throwing exception if count query returns nothing (#18043) | Steven Spungin | 2015-06-08 | 1 | -0/+98 |
* | Extract MockUI class | Leif Åstrand | 2015-06-05 | 2 | -13/+47 |
* | Format UTF-8 filenames correctly for download (#16556) | Anna Miroshnik | 2015-06-05 | 1 | -0/+39 |
* | Convenience Window.setPosition(x,y) (#16335) | Artur Signell | 2015-06-05 | 1 | -0/+7 |
* | Better error messages for addColumn/setColumns (#18019, #17890) | Artur Signell | 2015-06-05 | 1 | -0/+54 |
* | Use headerCaption as default hidingToggleCaption (#18028) | Teppo Kurki | 2015-06-05 | 1 | -0/+16 |
* | Forget GridLayout column expand ratios when removing columns (#18068) | Teppo Kurki | 2015-06-05 | 1 | -0/+82 |
* | Replaced incorrect setter/getter with prope ones and fixed declarative (#17982) | Artur Signell | 2015-06-02 | 1 | -0/+19 |
* | Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2 | Ilia Motornyi | 2015-05-28 | 1 | -54/+107 |
* | Less restrictive RPC interface detection in registerRpc (#10945) | vandeti | 2015-05-28 | 1 | -0/+112 |
* | Split AbstractGridExtension from AbstractRenderer (#18003) | Teemu Suo-Anttila | 2015-05-26 | 1 | -0/+41 |
* | Remove value casting to integer in Slider.setValue (#17370) | Sauli Tähkäpää | 2015-05-26 | 1 | -0/+56 |
* | Fix font icon codepoint formatting in DesignResourceConverter (#17970) | Maciej Przepióra | 2015-05-25 | 1 | -4/+4 |
* | Return components in merged header/footer cells only once (#17904) | Artur Signell | 2015-05-20 | 1 | -0/+59 |
* | Make fields with validators immediate (#13709)7.5.0.beta1 | Artur Signell | 2015-05-19 | 1 | -4/+57 |
* | Do not leave transaction open if remove fails (#17858) | Artur Signell | 2015-05-18 | 1 | -11/+2 |
* | Make TableQuery only release connections reserved through its pool (#12370) | Artur Signell | 2015-05-18 | 8 | -62/+194 |
* | Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089) | Artur Signell | 2015-05-18 | 1 | -11/+0 |
* | Don't leak current VaadinSession in test | Leif Åstrand | 2015-05-13 | 1 | -0/+4 |
* | Fix for declarative FontIcon support (#17275) | Johannes Dahlström | 2015-05-06 | 1 | -1/+77 |
* | Merge branch 'grid-7.5' | Pekka Hyvönen | 2015-04-30 | 3 | -2/+16 |
|\ |
|
| * | Merge remote-tracking branch 'origin/master' into grid-7.5 | Teemu Suo-Anttila | 2015-04-22 | 10 | -196/+231 |
| |\ |
|
| * \ | Merge branch 'master' into grid-7.5 | Pekka Hyvönen | 2015-04-17 | 37 | -2391/+835 |
| |\ \ |
|
| * | | | Declarative support and test for Grid.Column.hidingToggleCaption #17481 | Pekka Hyvönen | 2015-04-16 | 2 | -3/+12 |
| * | | | Declarative support and tests for Grid's 7.5 features (#17481) | Pekka Hyvönen | 2015-04-16 | 2 | -1/+6 |
* | | | | Fix TreeTable declarative support (#16368) | Johannes Dahlström | 2015-04-28 | 3 | -27/+196 |
* | | | | Make restoreInstances clear value when previous value was gc:ed (#17603) | Leif Åstrand | 2015-04-24 | 1 | -0/+45 |
* | | | | Add a method for setting visible Grid columns (#17080) | Mika Murtojarvi | 2015-04-23 | 1 | -0/+27 |
| |_|/
|/| | |
|
* | | | Declarative write support for Table (#16367) | Johannes Dahlström | 2015-04-20 | 3 | -22/+35 |
* | | | Declarative read support for Table (#16367) | Johannes Dahlström | 2015-04-17 | 2 | -0/+217 |
* | | | Don't clear element content in AbstractComponent.writeDesign (#17488) | Johannes Dahlström | 2015-04-17 | 7 | -195/+0 |
| |/
|/| |
|
* | | Fix Grid frozen column declarative support (#16596) | Teemu Suo-Anttila | 2015-04-16 | 1 | -0/+14 |
* | | Refactor declarative tests. | Mika Murtojarvi | 2015-04-16 | 36 | -2391/+821 |
|/ |
|
* | Fix Grid inline data declarative support (#16596) | Teemu Suo-Anttila | 2015-04-14 | 2 | -1/+112 |
* | Fix Grid Header/Footer declarative support (#16596) | Teemu Suo-Anttila | 2015-04-14 | 3 | -4/+352 |
* | Fix Grid Columns declarative support (#16596) | Teemu Suo-Anttila | 2015-04-14 | 3 | -0/+212 |
* | Add declarative OptionGroup support (#15549) | patrik | 2015-04-14 | 1 | -0/+160 |