Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix declarative margin reading in AbstractOrderedLayout (#18229) | Johannes Dahlström | 2015-06-11 | 2 | -49/+93 | |
| | | | | Change-Id: Ia212d83568e4f0c891ec1a248b6d8567c0cf0095 | |||||
* | Add @since 7.5 to new API | Johannes Dahlström | 2015-06-10 | 2 | -2/+2 | |
| | | | | Change-Id: I7ddf9fa8200df4eb6fcd23fc79ef55d1075d41cd | |||||
* | Table.setVisibleColumns() causes table to forget column headers, icons, ↵ | Ilya Ermakov | 2015-06-09 | 1 | -20/+0 | |
| | | | | | | | | | alignment (#6245) Effect of this patch: when making column invisible and visible again, column headers, icons, alignment are preserved. Change-Id: Ia0718699f1a5fb8f60fec25a835ee64c58ca5404 | |||||
* | Better handle exceptions when opening Grid editor (#17935) | Johannes Dahlström | 2015-06-09 | 1 | -10/+25 | |
| | | | | Change-Id: I68103db75c422b042988c6662da268ff9d11a306 | |||||
* | Add missing since, remove unused method | Teemu Suo-Anttila | 2015-06-09 | 1 | -7/+1 | |
| | | | | Change-Id: I7a90d75d0fdc54abc819dbacf7f8f572c85b3913 | |||||
* | Update to Atmosphere 2.2.7 (#18069) | Artur Signell | 2015-06-08 | 1 | -1/+1 | |
| | | | | Change-Id: I44994ffbe73cbbcf0eae67718a821ac0f883b60e | |||||
* | Prevent field from updating when removing text change listener. (#16270) | Sauli Tähkäpää | 2015-06-08 | 1 | -18/+15 | |
| | | | | Change-Id: I65c598ae71414550eb648fabf6e94fb1dabbef97 | |||||
* | Don't allow null view providers (#17028) | Leif Åstrand | 2015-06-08 | 1 | -1/+7 | |
| | | | | Change-Id: I5ce4885f19aaac2d4454b5a368f3e58453cf76f9 | |||||
* | Selection is now shown although scrollToSelectedItem is false (#16673) | Matti Tahvonen | 2015-06-08 | 1 | -0/+7 | |
| | | | | | | | | | | If scrollToSelectedItem is set to false (which is needed to work properly with large datasets) the selected item caption is sent to client with a special attribute to avoid the field looking like unselected. Change-Id: Ib80355c3b52faaaeaa9ab7195644701cc3bf0d15 | |||||
* | Forget GridLayout row expand ratios for removed rows (#18166) | Teppo Kurki | 2015-06-08 | 1 | -1/+7 | |
| | | | | Change-Id: I90a28fbc9c7eadac56a1d505d7cc80bb67342aae | |||||
* | Return 0 instead of throwing exception if count query returns nothing (#18043) | Steven Spungin | 2015-06-08 | 1 | -4/+14 | |
| | | | Change-Id: If01c0653021efc85a26d9d5896a4da9d155cf777 | |||||
* | Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825) | Artur Signell | 2015-06-05 | 1 | -0/+28 | |
| | | | | Change-Id: I91f4faae3e40ad4cd2b3037ce64d8776f61c004e | |||||
* | Format UTF-8 filenames correctly for download (#16556) | Anna Miroshnik | 2015-06-05 | 2 | -13/+45 | |
| | | | | | | | The code is the same for both FileDownloader and DownloadStream except that FileDownloader forces the content-type to be an "attachment". Change-Id: I50abf3b0f019b773bc0a44b16536a9479f9f472f | |||||
* | Better error reporting when server has invalid URL encoding (#17948) | Artur Signell | 2015-06-05 | 1 | -5/+31 | |
| | | | | Change-Id: I7a85a9d93e51de353e74bc08dd81a1779f94ba14 | |||||
* | Convenience Window.setPosition(x,y) (#16335) | Artur Signell | 2015-06-05 | 1 | -0/+15 | |
| | | | | Change-Id: If574863fc24cecb9f8d17773833817d67f3a0e12 | |||||
* | GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168) | elmot | 2015-06-05 | 1 | -1/+1 | |
| | | | | | | | | | Google forces applications owners to migrate all applications to a new [High Replication] DataStorage. An old Vaadin application is deleted, and a new one is created because of that migration. GAE license is replaced with latest one. Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429 | |||||
* | Better error messages for addColumn/setColumns (#18019, #17890) | Artur Signell | 2015-06-05 | 1 | -1/+11 | |
| | | | | Change-Id: Iadf455ae6cbc60e0ce0b88fe7c12df946ed08cf0 | |||||
* | Use headerCaption as default hidingToggleCaption (#18028) | Teppo Kurki | 2015-06-05 | 1 | -15/+19 | |
| | | | | Change-Id: Ifaf288da98d6d1d1c02760784b832cb5b5d93c07 | |||||
* | Forget GridLayout column expand ratios when removing columns (#18068) | Teppo Kurki | 2015-06-05 | 1 | -1/+8 | |
| | | | Change-Id: I49e3e54a3e408a2c82ff5d2a0d51c037f60397c5 | |||||
* | Remove redundant array copy (#18040) | Leif Åstrand | 2015-06-05 | 1 | -11/+1 | |
| | | | | Change-Id: I86ffcd63441ab55a4fec95b1ba7bd017cabd4c72 | |||||
* | Reset heartbeat timestamp when reopening UI (#18101) | Leif Åstrand | 2015-06-03 | 1 | -0/+3 | |
| | | | | Change-Id: I288bae95e364277819727a99854d94fbbc98b162 | |||||
* | Replaced incorrect setter/getter with prope ones and fixed declarative (#17982) | Artur Signell | 2015-06-02 | 1 | -2/+28 | |
| | | | | Change-Id: If1109d3759d9e6414f7d60ae3b12286aa9e29566 | |||||
* | Properly handle readonly fields when clearing FieldGroup (#17166) | Artur Signell | 2015-06-01 | 1 | -2/+15 | |
| | | | | Change-Id: I42b9fe5d945d23e202a252a8be12976608da19bf | |||||
* | Fix for javadocs | elmot | 2015-06-01 | 1 | -22/+22 | |
| | | | | Change-Id: Id8cec85e279907795947e0b0e98649fde6eecb2d | |||||
* | Ensure method and property names are capitalized using English locale (#13389) | Artur Signell | 2015-05-29 | 2 | -12/+7 | |
| | | | | Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de | |||||
* | Add @since 7.5 | Mika Murtojarvi | 2015-05-29 | 1 | -1/+1 | |
| | | | | Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6 | |||||
* | Adds a textual null representation to Grid renderers(#16560)7.5.0.beta2 | Ilia Motornyi | 2015-05-28 | 10 | -41/+250 | |
| | | | | | | Adds an optional textual value for null to Grid.AbstractRenderer Change-Id: I4998476308e4259306f1774f309968520d8672e5 | |||||
* | Show declarative output for component selected in debug window (#17960) | Artur Signell | 2015-05-28 | 1 | -0/+29 | |
| | | | | Change-Id: I975eef2f06db4395925f76e40c044078028b0e66 | |||||
* | Less restrictive RPC interface detection in registerRpc (#10945) | vandeti | 2015-05-28 | 1 | -11/+29 | |
| | | | | Change-Id: I664740523b35b64b0fd0c4fdc21597a2245537cd | |||||
* | Backport a resynchronization fix for 7.5 (#15405) | Artur Signell | 2015-05-28 | 2 | -2/+26 | |
| | | | | Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b | |||||
* | Split AbstractGridExtension from AbstractRenderer (#18003) | Teemu Suo-Anttila | 2015-05-26 | 1 | -5/+32 | |
| | | | | Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374 | |||||
* | Remove value casting to integer in Slider.setValue (#17370) | Sauli Tähkäpää | 2015-05-26 | 1 | -28/+30 | |
| | | | | | | | - 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 | -8/+5 | |
| | | | | | ResourceReference.getURL() is now used to ensure consistency. Change-Id: Ic204a826c093fc34af2be1e0e4e8a8dd4f820e09 | |||||
* | Do not scan for WebSocketProtocol (#17807) | Artur Signell | 2015-05-22 | 1 | -1/+1 | |
| | | | | Change-Id: Ie8e4c827174542a3e7908f20a1cc2d90fab08917 | |||||
* | Return components in merged header/footer cells only once (#17904) | Artur Signell | 2015-05-20 | 1 | -1/+3 | |
| | | | | Change-Id: I763ff330f20e50c43d352524058fa8993401bf43 | |||||
* | Ensure the whole hierarchy is refreshed when opening editor row (#17459) | Artur Signell | 2015-05-19 | 1 | -0/+7 | |
| | | | | Change-Id: Iff691f27b70ccbad004dbc55411be977c5acff03 | |||||
* | Handle generated empty string style names properly (#17335) | Artur Signell | 2015-05-19 | 1 | -2/+2 | |
| | | | | Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e | |||||
* | Make fields with validators immediate (#13709)7.5.0.beta1 | Artur Signell | 2015-05-19 | 2 | -0/+38 | |
| | | | | Change-Id: I113aa38869cf4dceec24315e70d3b44eae526f65 | |||||
* | Do not leave transaction open if remove fails (#17858) | Artur Signell | 2015-05-18 | 1 | -2/+8 | |
| | | | | Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f | |||||
* | Make TableQuery only release connections reserved through its pool (#12370) | Artur Signell | 2015-05-18 | 1 | -4/+4 | |
| | | | | | | | 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 | 4 | -1/+31 | |
| | | | | Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c | |||||
* | Output parameters in alphabetic order to be deterministic (#17857) | Artur Signell | 2015-05-18 | 1 | -0/+9 | |
| | | | | Change-Id: I8fdb5404cca6e28080f8c4315bb1daa136313744 | |||||
* | Remove unused out of sync message (#17860) | Artur Signell | 2015-05-16 | 1 | -29/+0 | |
| | | | | Change-Id: Ic12cc7928931a66d4738b4976d2ee90d38a49197 | |||||
* | Fix typo in Tree Javadoc (#17834) | Steven Spungin | 2015-05-15 | 1 | -1/+1 | |
| | | | | Change-Id: I0d12588169736d045beca1ddc1e2fc5659cbbf61 | |||||
* | Report identifier if field binding fails (#17837) | Artur Signell | 2015-05-13 | 1 | -3/+6 | |
| | | | | Change-Id: Ie3787792ab508adbf570d1a913ab49ec86924fbb | |||||
* | Catch even more exceptions when trying to open a gzipped resource (#13653) | Johannes Dahlström | 2015-05-13 | 1 | -2/+1 | |
| | | | | | | URL.openConnection may also throw if the file does not exist. Change-Id: I254a5b6591f34b0f11b20c6c9ab81c0cb51af672 | |||||
* | Catch all Exceptions when trying to open a gzipped resource (#13653) | Johannes Dahlström | 2015-05-12 | 1 | -1/+6 | |
| | | | | | | | | URLConnection.getInputStream may throw any IOException, not just FileNotFoundException. Additionally, catch and log unexpected non-IOExceptions just in case to keep the app from failing hard. Change-Id: Id7ce7ddee3de38ccd10d9e02e6c587a86b9cac96 | |||||
* | Revert "Moved accessibility shortcut handling to server-side. [#14843]" | Leif Åstrand | 2015-05-12 | 2 | -128/+12 | |
| | | | | | This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21. Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf | |||||
* | Add missing @since for 7.5 | Leif Åstrand | 2015-05-12 | 8 | -6/+46 | |
| | | | | Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d | |||||
* | Make extra API private instead of protected (#16596) | Teemu Suo-Anttila | 2015-05-12 | 1 | -1/+1 | |
| | | | | Change-Id: I1ae0923309d4a7bd69f197bdbe308baefbe1512d |