Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | | | Declarative support and tests for Grid's 7.5 features (#17481) | Pekka Hyvönen | 2015-04-16 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Grid.Column.hidden and Grid.Column.hidable - Grid.columnReorderingAllowed Change-Id: Iee2e3ff7472bceef314403b750549c99e26a9546 | ||||
* | | | | Fix TreeTable declarative support (#16368) | Johannes Dahlström | 2015-04-28 | 3 | -27/+196 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some small issues in Table declarative: * Write null property values as empty strings instead of NPEing * Read/write item ids from/to <tr item-id="..."> Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c | ||||
* | | | | Make restoreInstances clear value when previous value was gc:ed (#17603) | Leif Åstrand | 2015-04-24 | 1 | -0/+45 |
| | | | | | | | | | | | | | | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a | ||||
* | | | | Add a method for setting visible Grid columns (#17080) | Mika Murtojarvi | 2015-04-23 | 1 | -0/+27 |
| |_|/ |/| | | | | | | | | Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb | ||||
* | | | Declarative write support for Table (#16367) | Johannes Dahlström | 2015-04-20 | 3 | -22/+35 |
| | | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043 | ||||
* | | | Declarative read support for Table (#16367) | Johannes Dahlström | 2015-04-17 | 2 | -0/+217 |
| | | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633 | ||||
* | | | Don't clear element content in AbstractComponent.writeDesign (#17488) | Johannes Dahlström | 2015-04-17 | 7 | -195/+0 |
| |/ |/| | | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16 | ||||
* | | Fix Grid frozen column declarative support (#16596) | Teemu Suo-Anttila | 2015-04-16 | 1 | -0/+14 |
| | | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc | ||||
* | | Refactor declarative tests. | Mika Murtojarvi | 2015-04-16 | 36 | -2391/+821 |
|/ | | | | | | In addition, duplicate tests are removed. Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08 | ||||
* | Fix Grid inline data declarative support (#16596) | Teemu Suo-Anttila | 2015-04-14 | 2 | -1/+112 |
| | | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f | ||||
* | Fix Grid Header/Footer declarative support (#16596) | Teemu Suo-Anttila | 2015-04-14 | 3 | -4/+352 |
| | | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4 |