Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix adding to same parent, component shouldn't be removed (#16568) | Dmitrij Abolichin | 2015-10-19 | 1 | -0/+43 |
| | | | | Change-Id: I7037366e1f1aaaafb7417e20584086f488ace54f | ||||
* | Do not use getters/setters when mapping designer fields (#17388) | Artur Signell | 2015-10-19 | 2 | -0/+86 |
| | | | | Change-Id: Id64193a109667286127038eb1c9dfd47697247be | ||||
* | Parse readonly values for AbstractFields correctly (#18850)7.5.7 | John Ahlroos | 2015-10-04 | 10 | -1/+154 |
| | | | | Change-Id: I1128ec0bda9b0fdad721f084c1e78cfe78e984f2 | ||||
* | Revert "Parse readonly values for AbstractFields correctly #18850" | Markus Koivisto | 2015-09-30 | 10 | -153/+0 |
| | | | | This reverts commit 5e9209421ce92e16531299c8c4be5fdd412bb513. | ||||
* | Parse readonly values for AbstractFields correctly #18850 | John Ahlroos | 2015-09-30 | 10 | -0/+153 |
| | | | | Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe | ||||
* | Support declarative prefix "vaadin-" (#18957) | Henri Sara | 2015-09-30 | 4 | -0/+288 |
| | | | | | | | This is a backport of 1011cff7e8139cd1b7138b2e538264c755c7482f with the old default ("v-"). Change-Id: Idafc3a071aeec6d4214e867cc5cd984ae535cb62 | ||||
* | Fix declarative test for 7.5 | Henri Sara | 2015-09-30 | 1 | -3/+3 |
| | | | | Change-Id: I4a610673b165ab23e9b49ae6926d1ef023130a18 | ||||
* | Support HTML entities when reading/writing declarative format #18882 | Maciej Przepióra | 2015-09-29 | 9 | -45/+303 |
| | | | | Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3 | ||||
* | Write all empty cells for empty GridLayout in declarative #18805 | Maciej Przepióra | 2015-09-29 | 1 | -0/+23 |
| | | | | Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37 | ||||
* | Always use charset for String.getBytes() method (#18863). | Denis Anisimov | 2015-09-23 | 1 | -0/+129 |
| | | | | Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c | ||||
* | Use correct state class for split panels (#18942) | Artur Signell | 2015-09-23 | 2 | -0/+60 |
| | | | | Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce | ||||
* | Convert test to JUnit 4 | Leif Åstrand | 2015-08-31 | 1 | -20/+29 |
| | | | | Change-Id: I790b7b963e906d42060aa4bdc0c2403e3234a217 | ||||
* | Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422) | Artur Signell | 2015-08-26 | 5 | -57/+274 |
| | | | | Change-Id: I138eef2ff9b1660dd545baee5df315ff135e0a91 | ||||
* | StringToBooleanConverter API improved (#18466) | elmot | 2015-08-19 | 1 | -0/+34 |
| | | | | | | | Added simple customization for text representation Added API for locale-specific conversion Change-Id: I866b37bb085e85ef3d67e9d5e6db82b22e9bc464 | ||||
* | Revert "Write true as attribute="" (#17519)" | Mika Murtojarvi | 2015-08-19 | 26 | -94/+97 |
| | | | | | | This reverts commit cdc07e55c12dc4ffbe509e15c4f4f165fb4a1670. Change-Id: Iad07a0292639d89c8f029c690005e7f1041eb79f | ||||
* | Write true as attribute="" (#17519) | Leif Åstrand | 2015-08-18 | 26 | -97/+94 |
| | | | | Change-Id: I49287cc38605abb75059cb553e3baed2a8359067 | ||||
* | Prevent NPE on missing security key. (#18573) | Sauli Tähkäpää | 2015-08-18 | 1 | -17/+103 |
| | | | | Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368 | ||||
* | Always add "last" item from the string to the collection (#18433). | Denis Anisimov | 2015-07-08 | 1 | -0/+10 |
| | | | | Change-Id: Icf838aec9519aa12ea43773be86e508115c3883f | ||||
* | Reformat with Luna SR2 | Artur Signell | 2015-07-04 | 17 | -34/+52 |
| | | | | Change-Id: Id1f16b16cdf5712bf26e0f2dfc9c9ad651fe1144 | ||||
* | Pass critical notification details to the client (#18342) | Artur Signell | 2015-07-04 | 1 | -22/+23 |
| | | | | Change-Id: I50fbbd0f3e6589d144b733c5f08f5a625acfc1e6 | ||||
* | Handle nested GridLayouts in declarative format correctly (#18312) | Artur Signell | 2015-07-04 | 1 | -0/+33 |
| | | | | Change-Id: Ie26a6d310dbeb4dbaa8a5c91782f94677639ddca | ||||
* | Adds margin support to GridLayout declarative format (#18238) | Teppo Kurki | 2015-06-11 | 3 | -14/+21 |
| | | | | Change-Id: I5561ccf38f6bac3a304f6e8ab6262cb8bd391021 | ||||
* | Fix declarative margin reading in AbstractOrderedLayout (#18229) | Johannes Dahlström | 2015-06-11 | 3 | -137/+92 |
| | | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095 | ||||
* | Better handle exceptions when opening Grid editor (#17935) | Johannes Dahlström | 2015-06-09 | 1 | -2/+6 |
| | | | | Change-Id: I68103db75c422b042988c6662da268ff9d11a306 | ||||
* | Don't allow null view providers (#17028) | Leif Åstrand | 2015-06-08 | 1 | -0/+17 |
| | | | | Change-Id: I5ce4885f19aaac2d4454b5a368f3e58453cf76f9 | ||||
* | Forget GridLayout row expand ratios for removed rows (#18166) | Teppo Kurki | 2015-06-08 | 1 | -4/+35 |
| | | | | Change-Id: I90a28fbc9c7eadac56a1d505d7cc80bb67342aae | ||||
* | Return 0 instead of throwing exception if count query returns nothing (#18043) | Steven Spungin | 2015-06-08 | 1 | -0/+98 |
| | | | Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777 | ||||
* | Extract MockUI class | Leif Åstrand | 2015-06-05 | 2 | -13/+47 |
| | | | | Change-Id: I2a85520c89b952bed3308156afa8aff3f80082bd | ||||
* | Format UTF-8 filenames correctly for download (#16556) | Anna Miroshnik | 2015-06-05 | 1 | -0/+39 |
| | | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f | ||||
* | Convenience Window.setPosition(x,y) (#16335) | Artur Signell | 2015-06-05 | 1 | -0/+7 |
| | | | | Change-Id: If574863fc24cecb9f8d17773833817d67f3a0e12 | ||||
* | Better error messages for addColumn/setColumns (#18019, #17890) | Artur Signell | 2015-06-05 | 1 | -0/+54 |
| | | | | Change-Id: Iadf455ae6cbc60e0ce0b88fe7c12df946ed08cf0 | ||||
* | Use headerCaption as default hidingToggleCaption (#18028) | Teppo Kurki | 2015-06-05 | 1 | -0/+16 |
| | | | | Change-Id: Ifaf288da98d6d1d1c02760784b832cb5b5d93c07 | ||||
* | Forget GridLayout column expand ratios when removing columns (#18068) | Teppo Kurki | 2015-06-05 | 1 | -0/+82 |
| | | | Change-Id: I49e3e54a3e408a2c82ff5d2a0d51c037f60397c5 | ||||
* | Replaced incorrect setter/getter with prope ones and fixed declarative (#17982) | Artur Signell | 2015-06-02 | 1 | -0/+19 |
| | | | | Change-Id: If1109d3759d9e6414f7d60ae3b12286aa9e29566 | ||||
* | Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2 | Ilia Motornyi | 2015-05-28 | 1 | -54/+107 |
| | | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5 | ||||
* | Less restrictive RPC interface detection in registerRpc (#10945) | vandeti | 2015-05-28 | 1 | -0/+112 |
| | | | | Change-Id: I664740523b35b64b0fd0c4fdc21597a2245537cd | ||||
* | Split AbstractGridExtension from AbstractRenderer (#18003) | Teemu Suo-Anttila | 2015-05-26 | 1 | -0/+41 |
| | | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374 | ||||
* | Remove value casting to integer in Slider.setValue (#17370) | Sauli Tähkäpää | 2015-05-26 | 1 | -0/+56 |
| | | | | | | | - Added decimal rounding also to min/max boundaries. - Rearranged also resolution/min/max value setting in constructor. Change-Id: Ia90fd27b95f727673c16a90fed1130d98b915ea9 | ||||
* | Fix font icon codepoint formatting in DesignResourceConverter (#17970) | Maciej Przepióra | 2015-05-25 | 1 | -4/+4 |
| | | | | | ResourceReference.getURL() is now used to ensure consistency. Change-Id: Ic204a826c093fc34af2be1e0e4e8a8dd4f820e09 | ||||
* | Return components in merged header/footer cells only once (#17904) | Artur Signell | 2015-05-20 | 1 | -0/+59 |
| | | | | Change-Id: I763ff330f20e50c43d352524058fa8993401bf43 | ||||
* | Make fields with validators immediate (#13709)7.5.0.beta1 | Artur Signell | 2015-05-19 | 1 | -4/+57 |
| | | | | Change-Id: I113aa38869cf4dceec24315e70d3b44eae526f65 | ||||
* | Do not leave transaction open if remove fails (#17858) | Artur Signell | 2015-05-18 | 1 | -11/+2 |
| | | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f | ||||
* | Make TableQuery only release connections reserved through its pool (#12370) | Artur Signell | 2015-05-18 | 8 | -62/+194 |
| | | | | | | | Updated all SQLContainer tests to track that connection are correctly reserved and released Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b | ||||
* | Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089) | Artur Signell | 2015-05-18 | 1 | -11/+0 |
| | | | | Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c | ||||
* | Don't leak current VaadinSession in test | Leif Åstrand | 2015-05-13 | 1 | -0/+4 |
| | | | | Change-Id: I51d70636138ccf21ec4d7488aca2f071f940a51a | ||||
* | Fix for declarative FontIcon support (#17275) | Johannes Dahlström | 2015-05-06 | 1 | -1/+77 |
| | | | Change-Id: I5d61ed7003811f95bba4ded71937bb08742936c5 | ||||
* | Merge branch 'grid-7.5' | Pekka Hyvönen | 2015-04-30 | 3 | -2/+16 |
|\ | | | | | | | Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8 | ||||
| * | Merge remote-tracking branch 'origin/master' into grid-7.5 | Teemu Suo-Anttila | 2015-04-22 | 10 | -196/+231 |
| |\ | | | | | | | Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84 | ||||
| * \ | Merge branch 'master' into grid-7.5 | Pekka Hyvönen | 2015-04-17 | 37 | -2391/+835 |
| |\ \ | | | | | | | | | | | | | Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45 | ||||
| * | | | Declarative support and test for Grid.Column.hidingToggleCaption #17481 | Pekka Hyvönen | 2015-04-16 | 2 | -3/+12 |
| | | | | | | | | | | | | | | | | Change-Id: Ic20686649b28530160498742e78f69074e32e596 |