summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-2816-41/+754
|\
| * Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-01-283-1/+55
| * Render Window caption as text when requested (#16273)Artur Signell2015-01-275-14/+201
| * FileDownloader opens file in a new tab (iOS) (#15366)Alexey Fansky2015-01-273-14/+106
| * Fix Table pageup/pagedown navigation (#15332)Ilya Ermakov2015-01-273-6/+304
| * Make table selectable based on presence of ValueChangeListener (#13864).Denis Anisimov2015-01-262-6/+88
* | Make Grid and renderer buttons look like Vaadin NativeButton (#16260)Teemu Suo-Anttila2015-01-274-7/+12
* | Better human readable captions for nested properties (#16433)Artur Signell2015-01-272-2/+2
* | Disable and restore editor and scroll locking on setEnabled (#16502)Teemu Suo-Anttila2015-01-272-4/+42
* | Improves touch scrolling in Grid (#16341)Henrik Paul2015-01-271-26/+86
* | Grid now uses ObjectRenderer by default (#15417)Henrik Paul2015-01-278-40/+252
* | Use elemental.json and not org.json in OSGi (#16490)Artur Signell2015-01-272-2/+3
* | Fix RpcDataProvider cache clearing on bare ItemSetChange (#16481)Teemu Suo-Anttila2015-01-272-68/+105
* | Merge remote-tracking branch 'origin/master' into HEADArtur Signell2015-01-267-24/+125
|\|
| * Handle cases when start/end date is not set for Between filter (#13354).Denis Anisimov2015-01-262-14/+91
| * Disable default Atmosphere CORS headers (#16196)Artur Signell2015-01-231-1/+3
| * Automatically switch between test diff images until user clicksArtur Signell2015-01-221-0/+26
| * Move checkbox workaround to parent classArtur Signell2015-01-223-9/+5
* | Fix Grid not always showing select all checkbox (#16397)Teemu Suo-Anttila2015-01-263-7/+82
* | Prevent text selection when multi sorting with header clicks (#16275)Teemu Suo-Anttila2015-01-261-1/+8
* | Fix Grid setting non-sortable column sortable (#16483)Teemu Suo-Anttila2015-01-262-5/+23
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2015-01-2134-134/+1492
|\|
| * Revert "Update text value also with timer triggered text change events. (#162...Artur Signell2015-01-216-95/+20
| * Fix WindowMaximizeRestoreTest. (#15408)Sauli Tähkäpää2015-01-211-1/+1
| * Remove unnecessary scrollbar when zooming in or out (#15164)Matti Hosio2015-01-203-0/+264
| * Fix for: TreeTable with ContainerHierarchicalWrapper not correctlyJohannes Tuikkala2015-01-203-0/+151
| * Ignore change btwn paints and force update unfocused TextField (#15144)AMahdy AbdElAziz2015-01-203-7/+185
| * Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-205-15/+228
| * Button icon 'icon-align-top' style correction (#15140).Denis Anisimov2015-01-201-4/+6
| * Don't rely on broken JsonValue.jsEquals semantics (#15508)Leif Åstrand2015-01-202-6/+358
| * Fix NotificationDelayTest for IE8 and Chrome. (#14689)Sauli Tähkäpää2015-01-201-15/+12
| * Fix CalendarWeeklyViewNewEventsTest. (#15408)Sauli Tähkäpää2015-01-191-4/+4
| * Fix runo_theme_test. (#15408)Sauli Tähkäpää2015-01-191-5/+5
| * Fix reindeer_theme_test. (#15408)Sauli Tähkäpää2015-01-191-5/+5
| * Fix liferay_theme_test. (#15408)Sauli Tähkäpää2015-01-191-5/+5
| * Fix chameleon_theme_test. (#15408)Sauli Tähkäpää2015-01-191-5/+5
| * Fix base_theme_test. (#15408)Sauli Tähkäpää2015-01-191-5/+5
| * Fix SubWindowOrderTest. (#15408)Sauli Tähkäpää2015-01-191-3/+3
| * Fix WindowWithInvalidCloseListenerTest. (#15408)Sauli Tähkäpää2015-01-191-1/+1
| * Fix WindowMaximizeRestoreTest. (#15408)Sauli Tähkäpää2015-01-191-27/+27
| * Fix CloseSubWindowTest. (#15408)Sauli Tähkäpää2015-01-191-1/+1
| * Hide input field from clicking for immediate upload in Valo. (#15404)Sauli Tähkäpää2015-01-192-24/+50
| * Update text value also with timer triggered text change events. (#16270)Sauli Tähkäpää2015-01-196-20/+95
| * Fix maximized window ordering. (#15360)Sauli Tähkäpää2015-01-164-1/+176
* | Fix Editor creating fields before client Grid can attach them (#16214)Teemu Suo-Anttila2015-01-204-59/+80
* | Prevent setting column sortable if container is not sortable (#16320)Teemu Suo-Anttila2015-01-202-24/+88
* | Improve Grid selection method javadocs and exception messages (#16259)Johannes Dahlström2015-01-201-44/+57
* | Fix Grid trying to sort Container that is not Sortable (#16311)Teemu Suo-Anttila2015-01-192-4/+58
* | Parameterize client-side Grid.addColumn to return the argument type (#16262)Johannes Dahlström2015-01-192-3/+3
* | Fixes exception when scrolled down and removing header/footer row (#15411)Henrik Paul2015-01-193-17/+117