aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-088-28/+54
| | | | | | DefaultConverterFactory was updated, added missed types. Change-Id: I65cffc7f91df6f40e132b45e325e15f029f9848c
* UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-051-13/+8
| | | | | | | | This prevents chunked-transfer mode and allows server infrastructure to decide correctly on things like compression which benefits from knowing a content length. Change-Id: I4e969e0874b506d0f61526662ee78418987937c4
* SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-052-12/+28
| | | | | | This patch makes commit() work properly if an item was modified and later deleted. Change-Id: I5a00024112e7b6bb7ab3750c292a872937f03af9
* Add LICENSE file according to GitHub conventionsLeif Åstrand2014-12-041-0/+201
| | | | Change-Id: I5e402d399729800435589cf8c186c96ecbdfc698
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-042-15/+61
| | | | Change-Id: I2ab2d24ec05bb618969f59ea15d3a971f88009ca
* Fix opacity for disabled links in Valo. (#15253)Sauli Tähkäpää2014-12-043-3/+12
| | | | Change-Id: I865526499a6d55a835758f0194a977c36c10304a
* Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-023-5/+52
| | | | Change-Id: Ib7fd42e6017d0b78e6d5e6bd7f531f0cd6c8c0ab
* Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-024-7/+66
| | | | Change-Id: I7a451f428f0aa3ea7fc322cac6b0e62d830d7987
* Escape themeUri before rewriting CustomLayout HTML. (#15309)Leif Åstrand2014-12-021-1/+1
| | | | Change-Id: I192691ac02bf3a98df1424dead5e4fd6385e395d
* Show push version information in debug window (#14904).Denis Anisimov2014-12-025-0/+208
| | | | Change-Id: Id1761abbf2b2dc29b4138520f11ce51bb4d423fc
* Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-013-2/+32
| | | | Change-Id: Ieaed329ed85c68d0da8bd169b4cc5c5886dde212
* set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-011-12/+10
| | | | | | | | | | Usually first a resource is served with the lower code block. this provides cache-control, expires and last-modification headers to the browser. But when a not-modified response was served, these headers were missing. This effectively caused the caching to no longer work once the not-modified responses are sent out. Change-Id: I9b1f0cacc91734f88bb0384872da0d426d4b5fe0
* Comment typo fixJonni Nakari2014-12-011-1/+1
| | | | Change-Id: I3f01eb1725b81c834f990f9ea2e69d4dfe420993
* Window modalitycurtain will now respect $v-animations-enabled (#15135)Fabian Lange2014-11-284-5/+49
| | | | Change-Id: I80beea694c2a103aaf1fb479e1de48c515428fbb
* One pixel discrepancy in headers and rows border with minimal width (#15118)Sergey Budkin2014-11-274-1/+79
| | | | | | Disabled old patch for VTreeTable, which caused the problem. Change-Id: I3fdf6b0890307b27e32ceff4492cb7d0bfc6b680
* Converted SetCurrentPageFirstItemIndex to TB4. (#15286)Sauli Tähkäpää2014-11-272-43/+63
| | | | Change-Id: Iea990c243e083b3302fd1e448402ac3aa3db08ac
* Position tooltips in the visible area (#15129).Anna Miroshnik2014-11-264-2/+265
| | | | | | | | Based on Mika's reverted patch, with additional fix and test for regression "an empty tooltip appears while the application is initializing". Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea
* Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
| | | | Change-Id: I1e3783d21cb5f2832838dfe36c91c7f6a4ddb313
* do not create a StringWriter when not needed (#15276)Fabian Lange2014-11-241-7/+1
| | | | Change-Id: I528f4034ef5cf375be31750bbad9baddcd3a2b64
* Update to GWT 2.7.0 (#14522)Artur Signell2014-11-212-12/+1
| | | | | | GWT codeserver has been integrated into gwt-dev.jar Change-Id: Ia9cd252482e25ed8e0d69da7c0e702d6407efd8b
* Fix duplicate detection in test locator.Sauli Tähkäpää2014-11-203-16/+12
| | | | Change-Id: I9a6ebfda4e8b09927eb22bec6ddf2989b8104070
* Remove IE8 from TextFieldBevelTest. (#14634)Sauli Tähkäpää2014-11-201-27/+37
| | | | Change-Id: Ie37377b0da800cbe2acbd3e14b972e482c188579
* Don't iterate all connectors for unregistering (#14714)Leif Åstrand2014-11-192-29/+76
| | | | | | | | | | This reduces the time spent in unregisterRemovedConnectors when updating the text of one Label with about 380 connectors registered from 20 to 2 ms as reported by the Vaadin profiler. Performance when removing lots of connectors remains at about 10 ms for removing 360 connectors. Profiled in Firefox 32 on OS X. Change-Id: I203fd8790f8ccc7c098ee91c44831a5ac6c4a82b
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-195-35/+39
| | | | Change-Id: I6f16b9c55f661f5f75628ff627a01f8ec35e714e
* Also disable annotation scanning after redeployLeif Åstrand2014-11-191-9/+15
| | | | Change-Id: I67d3374a69416363004e3fad75313296ca636ef8
* Unwanted horizontal scrollbar in Valo menu (#15237)Jouni Koivuviita2014-11-181-0/+1
| | | | Change-Id: Ic435e3ca741669db6f707961ac66a4c2e30bf765
* Valo menu broken on Android Chrome (#15236)Jouni Koivuviita2014-11-171-0/+2
| | | | Change-Id: Idadbbdfe0a9abaf1dd7ada339b618890b2be6e06
* Add constructor for directly extending a connector (#13579)Leif Åstrand2014-11-172-0/+41
| | | | Change-Id: Id8ba60cf8767ba171a5bcbd5541d8c0c7a9fa62d
* Set v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).Denis Anisimov2014-11-155-1/+121
| | | | Change-Id: Ia3598b9bcef280bef38daa189ab3c7885e5d535a
* Make junit.test.suite a property.Sauli Tähkäpää2014-11-153-13/+27
| | | | Change-Id: I3dd66e5f11a99efc3777513dc0e2989e8007c9c1
* Revert "DateField popup doesn't close when click on popup button (#14857)"Sauli Tähkäpää2014-11-143-153/+11
| | | | | | | | This reverts commit 457e802e2fe59ec35089a55acdc7b0321a2d4a5a. Patch does not fix the issue with "slow" clicks when closing the calendar. Change-Id: I48384e081cf66dd4fc6cded8ecbd94cef5db57bb
* Drop indicators in Valo are now working as in Reindeer theme (#14836)Jouni Koivuviita2014-11-143-36/+159
| | | | Change-Id: I12014c4329ca629dbfc9226b3b70538d33442690
* Revert "Table column width can be changed from defined to expandratio (#15101)"Sauli Tähkäpää2014-11-133-199/+0
| | | | | | This reverts commit 7237b88645a27b157bc85d62292dc93faddd19f9. Change-Id: Ifbe26c90a91a21a1ac416bda8e59acbbd80cf5f0
* Revert "Position tooltips in the visible area (#15129)."Sauli Tähkäpää2014-11-134-236/+0
| | | | | | | | | This reverts commit aacb2f8289bc2faaab1225bd8b0dacd873d7839a. Changed causes a regression where an empty tooltip appears while the application is initialising. Change-Id: I0e0c8ae38975a2ba3835172652e4737f4bc67e6b
* Add test suites for running changed and affected tests.Sauli Tähkäpää2014-11-137-199/+552
| | | | Change-Id: I388e592d4e98d9417fe5273f8e7f7d3e1f7b63e9
* Table is not caching thousands of rows in vain (#13576)Sara Seppola2014-11-123-10/+167
| | | | Change-Id: I6f6382dd3468db40c36e507b94f84ab1191e100f
* Update supported browser versions (#15207)Leif Åstrand2014-11-121-6/+6
| | | | | | Mention Safari 8 and iOS 8 and bump evergreen browser versions Change-Id: I9c6494a0e5967539385fabd05b540e1f0622b96c
* Unit test correction for moving any event in month calendar view(#12413)Denis Anisimov2014-11-111-19/+57
| | | | Change-Id: I6e80c77f758a451ffb23c5487e7a25f3c0eed3c7
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-115-3/+289
| | | | Change-Id: I6354d85bd6bc37b1cbb69f388559278d5a163256
* Update @since to VaadinService.Sauli Tähkäpää2014-11-111-1/+1
| | | | Change-Id: I1b473b9f5316674c5c5ed9a35d776fb8906eb559
* TreeTable column header and footer height fix (#15121)Anna Koskinen2014-11-102-0/+15
| | | | | | Fix for regression caused by (#14812) + Valo test for TreeTables. Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded
* DateField popup doesn't close when click on popup button (#14857)Anna Miroshnik2014-11-103-11/+153
| | | | | | Fix and tests. Change-Id: I99d92c32727323fae543a24dfb90e849c3338a8c
* Allow move any event in month calendar view (#12413).Denis Anisimov2014-11-073-17/+241
| | | | Change-Id: I63491488356a32a233a4ba9a7434a9f4a1f5b9d1
* Column drag'n'drop disables HeaderClickEvents until left-click (#15167)Anna Koskinen2014-11-073-8/+169
| | | | Change-Id: Ic64c0eb685c3dd9d7fdb10d9e19745ae2cc36be5
* Position tooltips in the visible area (#15129).Mika Murtojarvi2014-11-064-0/+236
| | | | Change-Id: If4f13a859fd2e6fc363781bf04e52f780206e9e1
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-052-7/+62
| | | | Change-Id: I56ee44f34307d76c8c98ca3346feed8e7ee2f72e
* Fix NPE and scroll behavior in TabSheet (#14348).Mika Murtojarvi2014-11-045-2/+462
| | | | | | | | | After removing a tab, the TabSheet now scrolls when it is necessary to show the remaining tabs. A test (TabSheetScrollOnTabCloseTest) ensures that no scrolling occurs when the removed tab is not in the visible area. Change-Id: I81e4e504167ec4d0a527e6bfe94dba8b29fb26bc
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-037-5/+110
| | | | Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a
* Reverse asc and desc table sorting indicators for Valo. (#15123)Sauli Tähkäpää2014-11-033-2/+82
| | | | Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67
* Set upload button width to 100% when immediate on Valo. (#14485)Sauli Tähkäpää2014-11-038-34/+200
| | | | Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5