summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-138-88/+66
|\
| * Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-131-0/+4
| * Remove remaining OutOfSync message referencesArtur Signell2015-07-132-55/+0
| * Cache connector state types (#18437)Leif Åstrand2015-07-111-1/+9
| * Make async remove check work without push (#12909)Leif Åstrand2015-07-111-29/+23
| * Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-091-0/+9
| * Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-072-3/+11
| * Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
* | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-104-168/+274
* | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+21
* | Update @since tags for 7.6Henri Sara2015-07-022-3/+3
* | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-2665-231/+335
|\|
| * Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-261-1/+5
| * Reformat with Luna SR2Artur Signell2015-06-2625-51/+82
| * Pass critical notification details to the client (#18342)Artur Signell2015-06-252-35/+25
| * Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-242-4/+41
| * Provide compressed vaadinBootstrap.js (#18329)Artur Signell2015-06-231-1/+9
| * Write true as attribute="" (#17519)Leif Åstrand2015-06-2228-104/+105
| * Fix spellingSteven Spungin2015-06-191-1/+1
| * Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
| * Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-172-7/+9
| * Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-172-13/+29
| * Revert "Prevent field from updating when removing text change listener. (#162...Mika Murtojärvi2015-06-171-15/+18
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1533-311/+862
|\|
| * Render nested invalid layouts correctly (#17598)Artur Signell2015-06-111-5/+36
| * Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-114-14/+26
| * Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-115-186/+185
| * Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
| * Table.setVisibleColumns() causes table to forget column headers, icons, align...Ilya Ermakov2015-06-091-20/+0
| * Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-092-12/+31
| * Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
| * Update to Atmosphere 2.2.7 (#18069)Artur Signell2015-06-081-1/+1
| * Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-18/+15
| * Don't allow null view providers (#17028)Leif Åstrand2015-06-082-1/+24
| * Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+7
| * Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-082-5/+42
| * Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-082-4/+112
| * Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-051-0/+28
| * Extract MockUI classLeif Åstrand2015-06-052-13/+47
| * Format UTF-8 filenames correctly for download (#16556)Anna Miroshnik2015-06-053-13/+84
| * Better error reporting when server has invalid URL encoding (#17948)Artur Signell2015-06-051-5/+31
| * Convenience Window.setPosition(x,y) (#16335)Artur Signell2015-06-052-0/+22
| * GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)elmot2015-06-051-1/+1
| * Better error messages for addColumn/setColumns (#18019, #17890)Artur Signell2015-06-052-1/+65
| * Use headerCaption as default hidingToggleCaption (#18028)Teppo Kurki2015-06-052-15/+35
| * Forget GridLayout column expand ratios when removing columns (#18068)Teppo Kurki2015-06-052-1/+90
| * Remove redundant array copy (#18040)Leif Åstrand2015-06-051-11/+1
| * Reset heartbeat timestamp when reopening UI (#18101)Leif Åstrand2015-06-031-0/+3
* | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-041-3/+6
* | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-024-26/+84
|\|