summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into valo7.3.0.alpha2Henri Sara2014-05-161697-4549/+20125
|\ | | | | | | | | | | | | This change does not include all release notes updates from master. Change-Id: I209dc06d03d4541ac33746d1161630f0ca8ae5d9
| * Disable closure compiler (#13778)Artur Signell2014-05-161-1/+2
| | | | | | | | Change-Id: Id0fb991c4c6323bf8658c92938cf2cd9d80b76a1
| * Made user-initiated column resizing take precedence over other updates (#13432)Juho Nurminen2014-05-163-2/+132
| | | | | | | | | | | | | | VScrollTable ignores server-initiated changes to column size while the user is dragging a table resizer element. Change-Id: I2866246e7975a8ddddbfdc12a9d99fb2c813a870
| * Set "v-formlayout" as the first style for VFormLayout (#13509).Denis Anisimov2014-05-153-2/+89
| | | | | | | | Change-Id: I63f0b1c8da52d426b5c370097256b08dbd44b5d7
| * PopupViewAndFragment TB2 -> TB4Artur Signell2014-05-152-32/+33
| | | | | | | | Change-Id: I9299d8c78e92816e368208f1cbc07b8c969a9600
| * Add refresh method to mini tutorial codeLeif Åstrand2014-05-151-1/+12
| | | | | | | | Change-Id: I7d2e00b13d2d0b3e3b0e3c20dd431c77721e7d91
| * Make Vaadin TB3/4 tests work and run on PhantomJS (#13291)Teemu Suo-Anttila2014-05-1519-89/+88
| | | | | | Change-Id: I0d1747d41b3b9e0a32d995a5cea9081292c8c2c6
| * Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-153-2/+182
| | | | | | | | Change-Id: I050553b233fb7024049c31d9495d90f4d88239c8
| * Update tutorial code to show more user-friendly APILeif Åstrand2014-05-146-23/+14
| | | | | | | | Change-Id: I95c82d2256221b0068d6c2762f6dbb8a1e29b6b8
| * Fix table scrolling up on select (#10106)Juuso Valli2014-05-143-1/+159
| | | | | | | | Change-Id: I4d13bee983817ce299d1f7e52ddd6cdc725fee6f
| * Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-146-70/+338
| | | | | | | | | | | | | | | | This fix adds support for typing in color values according to http://www.w3schools.com/cssref/css_colors_legal.asp into the colorpicker popup input textfield. Change-Id: If14ead791725c3052c05aa31e12e237e90c32348
| * Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-143-6/+143
| | | | | | | | Change-Id: If95d50954a4122b1039174ffcacd7874f7f1f71e
| * Disable authors because of build agent problemsArtur Signell2014-05-141-6/+0
| | | | | | | | Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
| * Use more appropriate dependencies for Jetty (#13682)Artur Signell2014-05-131-1/+5
| | | | | | | | Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95
| * ShortcutAddAndRemove TB2 -> TB4Artur Signell2014-05-133-220/+98
| | | | | | | | Change-Id: If899309eb1b05f4a519eed45df4e9cf1670a7740
| * Fix DateFieldFastForwardTest to close browser context menuTeemu Suo-Anttila2014-05-131-2/+11
| | | | | | | | Change-Id: Ib8c6e45a8f77630e71b6f5264d6d42dc5efe922d
| * Force recalc of width when the ComboBox style has changed (#13444)Markus Koivisto2014-05-134-3/+154
| | | | | | | | Change-Id: I7bb500c1b64502881824875e967cf43c5e49a999
| * SubWindowWithUndefinedHeight TB2 -> TB4Artur Signell2014-05-132-52/+41
| | | | | | | | Change-Id: Ib4dcb7519e3271de80bf9cd531c2d31030228494
| * A new section, links, rephrasings for clarity on GitHub.Marc Englund2014-05-131-10/+22
| | | | | | | | Change-Id: I905831cfd6e381d3dc898ed37816c84d96316095
| * Use Atmosphere JS 2.1.5.vaadin4 with Firefox fix (#13578)Artur Signell2014-05-131-1/+1
| | | | | | | | Change-Id: I8d3f414a40affdcbc1d6d1210207ee9868f49f31
| * Ensure correct tab is open in debug windowArtur Signell2014-05-134-0/+9
| | | | | | | | Change-Id: I6a2745c59c468aa2fbc45032a8478f533494b181
| * Do not update state on the client side (#13743)Artur Signell2014-05-121-5/+5
| | | | | | | | Change-Id: I2e1d714d1bb07db127758cf3f2d741ac50884266
| * Add missing @sinces to JavaDocTeemu Suo-Anttila2014-05-125-5/+6
| | | | | | | | Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d
| * Support long in state again (#13692)Jonatan Kronqvist2014-05-127-8/+316
| | | | | | | | | | | | | | | | | | | | The fix to #9379 broke the support for long type fields in state classes. This patch bypasses the unboxing of long values and adds the @UnsafeNativeLong annotation to the methods which may fetch and return (without modifying) long values. SerializerTest is extended to test the different data types in States. Change-Id: I29fd2c6af13cd9a0d29ecb1444ed9eb8a2b013e3
| * Fix SelectedItemIcon rendering on IE (#13731)Teemu Suo-Anttila2014-05-121-0/+4
| | | | | | | | Change-Id: Ie6a3464399aba76b9299bcb7d326ef4e6b6c858b
| * Support passing multiple versionsArtur Signell2014-05-121-4/+18
| | | | | | | | Change-Id: I5aae200f8e49e1f9f53bbf53ceba1551854d013e
| * Mention dnd on IE touch devices in known issues (#13612)Jonatan Kronqvist2014-05-121-0/+4
| | | | | | | | Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
| * Added link to ticket for the Firefox reconnect issue (#13612)Jonatan Kronqvist2014-05-121-1/+3
| | | | | | | | Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
| * List authors in release notes (#13612)Artur Signell2014-05-125-3/+138
| | | | | | | | Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
| * Make SuperDevMode work again (#13682)Artur Signell2014-05-123-12/+18
| | | | | | | | | | | | | | | | VNotification now works without ApplicationConnection again. Dependencies needed by codeserver are now dependencies for client-compiler Error message now takes into account that devModeRedirect is enabled by default Change-Id: I079d162d9975f99fe7b91e14ad100459c80a5587
| * Show badges in release notes (#13612)Artur Signell2014-05-123-6/+56
| | | | | | | | Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
| * Convert test to TB4 to be compatible with Tomcat proxy testArtur Signell2014-05-111-20/+3
| | | | | | | | Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0
| * Make touch actions disabled on some CSS classes (#13368)Teemu Suo-Anttila2014-05-093-1/+8
| | | | | | | | | | | | | | This makes Slider, SplitPanels and DragAndDrop anywhere except Table work on IE and touch screen. Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
| * Update sass-compiler to 0.9.2 (#13651)Jonatan Kronqvist2014-05-091-1/+1
| | | | | | | | Change-Id: Ic6413b31c537c16beda5022ddf6ecd7ce0b6eb64
| * Update the release-notes (#13612)Jonatan Kronqvist2014-05-091-128/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Removed the "Tools have been updated for Vaadin 7.2 with the following changes:" * Removed the security fix notice for 7.1.11 * Removed the text about using the experimental Eclipse plug-in * Specify that 7.2 is a minor release * Clarified the known issues section * Listed Windows Phone 8 in supported devices * Replaced vaadin.com/pro-account with vaadin.com/pro-tools and vaadin.com/support Change-Id: I8e03b65453419c9cb9f4570067675156f2be76fe
| * Re-apply old change which was excluded from masterArtur Signell2014-05-091-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge script was faulty between May and June 2013 and merged changes individually from both 7.0 and 7.1 to master. In the case that a commit from 7.0 was merged right before there was a "Merge: no" commit in 7.1, the changes between the "Merge: no" commit and the previous merge point from 7.1 to master was potentially never merged (the whole chain was merged as a no-op). The only affected change seems to be 0a437a5 Revert "Replaced css inject hack in TestUtils with Page.Styles.add() #11798" b008768 Implement parenthesis-handling fixes for Sass in Vaadin 7.1 (#12834) The former one is re-applied in this commit, the latter one has been verified to be in the master branch Change-Id: If0cd75d75fdfc8893ac501aab2a0be1b55b09dcc
| * Ignore PointerEvents in VDragAndDropManager (#13720)Teemu Suo-Anttila2014-05-091-4/+3
| | | | | | | | Change-Id: I1fca0b71fec883c7dc2fafbaa1da20da33fe707e
| * Rename base on API review (#13557)Artur Signell2014-05-093-10/+10
| | | | | | | | Change-Id: I3174d19d2595232b66f4120ba8fb6fbb1c6d8be8
| * Remove ComponentLocator which conflicts with package name (#13729)Artur Signell2014-05-091-36/+0
| | | | | | | | Change-Id: I771d827ab88f005f8cbef6c6cbefecb1b3f498e0
| * Update ErrorIndicator test from TB2 to TB4Teemu Suo-Anttila2014-05-092-82/+41
| | | | | | | | Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4
| * Resize PopupView's overlay on content resize (#13666)Antti Tanhuanpää2014-05-094-2/+161
| | | | | | | | Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
| * Fix table focusing when scrolled from the server (#10522)Juuso Valli2014-05-093-21/+166
| | | | | | | | Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c
| * Actually close push connection in disconnect() (#13716)Artur Signell2014-05-081-0/+6
| | | | | | | | Change-Id: I342633f1caa5746472d29bbb7b71590674adc04c
| * Fix improper merge of 3d0ff32b from 7.1 to master (#13620)Johannes Dahlström2014-05-083-41/+92
| | | | | | | | | | | | | | Correctly call PushConnection.disconnect instead of setting to null. Also remove the obsolete PushHandler.disconnectCallback. Change-Id: Ied055d489a269b016318947cd89cf0b46003c596
| * Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.Jonatan Kronqvist2014-05-082-80/+60
| | | | | | | | Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
| * Convert the AccordionClipsContent test to TB4 to avoid false failures.Jonatan Kronqvist2014-05-082-57/+57
| | | | | | | | Change-Id: Iced9219e8cd3172c53af286c4b644b04f00041c2
| * Update Atmosphere client. (#13727)Sauli Tähkäpää2014-05-081-1/+1
| | | | | | | | Change-Id: Ib1ccbaad3aca39c3cbc43d0f4ccace67cf19c435
| * Fix occasionally misplaced error indicators in Buttons (#13723)Teemu Suo-Anttila2014-05-081-2/+1
| | | | | | | | Change-Id: Id34a8463ff40b1351d4d8b171e561a21fc76d747
| * Fix misleading message. Close does not always mean reconnectArtur Signell2014-05-061-1/+1
| | | | | | | | Change-Id: Ic41189ee138980322204c897b58e29252dfc5cd8
| * Removed irrelevant readme fileJohn Ahlroos2014-05-061-1/+0
| | | | | | | | Change-Id: I5b4b93051f16b93482a5fe636381e24ee401b4bc