| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
|
|
|
|
| |
Change-Id: Ic977ae403068e41a64eabc42cd00c4a933d02a95
|
|
|
|
| |
Change-Id: I2b55917441a596d5c001081ecdb9836f6b9f60ee
|
|
|
|
| |
Change-Id: I8d3f414a40affdcbc1d6d1210207ee9868f49f31
|
|\
| |
| |
| |
| |
| | |
b617f03 Do not update state on the client side (#13743)
Change-Id: I1bc4f8eda115a5a1271291f8dbbaa69e9034d24f
|
| |
| |
| |
| | |
Change-Id: I2e1d714d1bb07db127758cf3f2d741ac50884266
|
| |
| |
| |
| |
| |
| | |
Added them manually since they are gathered from two different milestones.
Change-Id: Ifc4e61e94a8ea91f93058d1b74299f7cf73ef6fc
|
| |
| |
| |
| | |
Change-Id: Ideb07cb41e92ba0d5e71a60957ee62246aa65f21
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 77a08ca - (origin/master, origin/HEAD, master) Add missing @sinces to JavaDoc
* 82033e8 - Support long in state again (#13692)
* 2b60bbb - Fix SelectedItemIcon rendering on IE (#13731)
* ee16285 - Support passing multiple versions
* 45226d5 - Mention dnd on IE touch devices in known issues (#13612)
* deeb645 - Added link to ticket for the Firefox reconnect issue (#13612)
* e975af7 - List authors in release notes (#13612)
* 20f5633 - Make SuperDevMode work again (#13682)
* e8f0fe7 - Show badges in release notes (#13612)
* 466883b - Convert test to TB4 to be compatible with Tomcat proxy test
* cd20de5 - Make touch actions disabled on some CSS classes (#13368)
* aab62be - Update sass-compiler to 0.9.2 (#13651)
* 43c1a36 - Update the release-notes (#13612)
* 35c174c - Re-apply old change which was excluded from master
* 67dd382 - Ignore PointerEvents in VDragAndDropManager (#13720)
* 5a4c888 - Rename base on API review (#13557)
* 4bd8314 - Remove ComponentLocator which conflicts with package name (#13729)
* 0970487 - Update ErrorIndicator test from TB2 to TB4
* 1cf11f8 - Resize PopupView's overlay on content resize (#13666)
* 2ecdf7e - Fix table focusing when scrolled from the server (#10522)
Change-Id: Ic0242d141705cce189c900ee12650a757e894512
|
| |
| |
| |
| | |
Change-Id: Ib36d9c591c5089eeacacc94f68e4fbb064e5418d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ie6a3464399aba76b9299bcb7d326ef4e6b6c858b
|
| |
| |
| |
| | |
Change-Id: I5aae200f8e49e1f9f53bbf53ceba1551854d013e
|
| |
| |
| |
| | |
Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
|
| |
| |
| |
| | |
Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
|
| |
| |
| |
| | |
Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
|
| |
| |
| |
| | |
Change-Id: Iab049f9036c1e2efcd1445cd7691a93af1210ff0
|
| |
| |
| |
| |
| |
| |
| | |
This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.
Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
|
| |
| |
| |
| | |
Change-Id: Ic6413b31c537c16beda5022ddf6ecd7ce0b6eb64
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I1fca0b71fec883c7dc2fafbaa1da20da33fe707e
|
| |
| |
| |
| | |
Change-Id: I3174d19d2595232b66f4120ba8fb6fbb1c6d8be8
|
| |
| |
| |
| | |
Change-Id: I771d827ab88f005f8cbef6c6cbefecb1b3f498e0
|
| |
| |
| |
| | |
Change-Id: Ia5755dd476411d51415afb9bbd20ade91e3a23f4
|
| |
| |
| |
| | |
Change-Id: Iad410f26ed7f20bb03f15c46673f6f18081261d9
|
| |
| |
| |
| | |
Change-Id: Ib18a60ae7e41af8c6c119e5b2e12e4fd5bf1069c
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 9b3df56 - (origin/master, origin/HEAD, master) Actually close push connection in disconnect() (#13716)
* f21c108 - Fix improper merge of 3d0ff32b from 7.1 to master (#13620)
* 3184af5 - Convert the ComboBoxClosePopupRetainText test to TB4 to avoid false failures.
* b136dd5 - Convert the AccordionClipsContent test to TB4 to avoid false failures.
* 50ea89e - Update Atmosphere client. (#13727)
* 78981f1 - Fix occasionally misplaced error indicators in Buttons (#13723)
* 8fb9121 - Fix misleading message. Close does not always mean reconnect
* 3d42856 - Removed irrelevant readme file
Change-Id: I1c871160a47da3e720f2b7d06c5ab3601a17d053
|
| |
| |
| |
| | |
Change-Id: I342633f1caa5746472d29bbb7b71590674adc04c
|
| |
| |
| |
| |
| |
| |
| | |
Correctly call PushConnection.disconnect instead of setting to null.
Also remove the obsolete PushHandler.disconnectCallback.
Change-Id: Ied055d489a269b016318947cd89cf0b46003c596
|
| |
| |
| |
| | |
Change-Id: Ib36917246fce3f051b61a979289c9bce23b1bf82
|
| |
| |
| |
| | |
Change-Id: Iced9219e8cd3172c53af286c4b644b04f00041c2
|
| |
| |
| |
| | |
Change-Id: Ib1ccbaad3aca39c3cbc43d0f4ccace67cf19c435
|
| |
| |
| |
| | |
Change-Id: Id34a8463ff40b1351d4d8b171e561a21fc76d747
|
| |
| |
| |
| | |
Change-Id: Ic41189ee138980322204c897b58e29252dfc5cd8
|
| |
| |
| |
| | |
Change-Id: I5b4b93051f16b93482a5fe636381e24ee401b4bc
|
| |
| |
| |
| |
| |
| | |
This reverts commit dab3e63aa6644cfc3800b672abb4dd9e5f3bc4ee.
Change-Id: I0b8beab996b57af042178b9c926aeff6570fed61
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 9bf0278 - (origin/master, origin/HEAD, master) Ignore irrelevant header lines in checkstyle configuration <Jonatan Kronqvist>
* 0b8545e - DevelopmentServletLoader: Reload servlet container <Manolo Carrasco>
* 66f9563 - Javadoc added to com.vaadin.ui.Field interface (#13209) <Dmitrii Rogozin>
* 27f6503 - Fix header and Javadoc issues <Teemu Suo-Anttila>
* 498df1e - Fix DisabledDateFieldPopup test <Teemu Suo-Anttila>
* 12a96b2 - Remove non-existant theme-compiler from launch <Artur Signell>
Change-Id: I88c77f8e5ddeb53e070dcaf0d06fe142363873b0
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Ignores the empty lines that may have trailing white-space in the
license header. This allows formatting of the license header either
with or without trailing white-space, which differs between different
versions of Eclipse (as well as between IDEs).
Change-Id: If97d2cfe169accd6d05e44521c9ca5265d715772
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add a couple of parameters in order make jetty context
reload whenever a class is modified.
- Remove deprecated SSL API calls.
Change-Id: I737fb92e78ce5573a4473639f25fcdad606f3c55
|
| |
| |
| |
| | |
Change-Id: Iad7381e59dfe7a6ea9cb4a633e2c411ebdd1a79d
|
| |
| |
| |
| | |
Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
|
| |
| |
| |
| | |
Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
|
| |
| |
| |
| | |
Change-Id: I0d438ebee1b922a2d6eeae6abb0cd69c16848620
|
| |
| |
| |
| | |
Change-Id: I171067273aedc7248e9c044bea0ebf67155fd7a9
(cherry picked from commit 27f6503eb1a0fedf504559e6f6609a6dff80637f)
|
| |
| |
| |
| | |
Change-Id: I27f43e5bed2a0ebc0f04a1a83c922de42fb1a3c5
(cherry picked from commit 498df1e39122ef7e0d7aa9e11ce54507279d8775)
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 2efe580 - Fast-forward DateField only with left mouse button (#8012) <Teemu Pöntelin>
* c98286e - Set explicit left alignment instead of removing text-align style (#13399). <Denis Anisimov>
* 16bcacd - Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685). <Tapio Aali>
* a3311d8 - Prevent scroll position reset on GridLayout hierarchy change (#13386) <Johannes Dahlström>
* 98be6b1 - Replace DragStartModes TB2 test with TB3 test <Teemu Suo-Anttila>
* 43a2943 - Avoid client side exception on DnD for empty table (#13655). <Denis Anisimov>
* 0897607 - Fix ComboBox cleared suggestion popup on ItemSetChange (#13635) <Teemu Suo-Anttila>
* 813559e - Fix Table width calculation when adding the first item (#13592) <Juuso Valli>
* 9768fa5 - Ensure session is set before writing timeout interval (#13617) <Artur Signell>
* c8bc4d7 - Fix ComboBox popup scrolling when paging disabled (#13488) <mtzukanov>
* 6a67b0b - Fix TextArea with enter keyboard shortcut (#12424) <Markus Koivisto>
* f70a567 - Update uitest/ivy.xml to use TestBench 4.0.0.alpha1 (#13625) <Teemu Suo-Anttila>
* 6b6863f - Apply layout after remove tab in Accordion (#11366, #13423) <Denis Anisimov>
* cf8b765 - Fix missing TreeTable column lines in IE8 (#12989) <Juuso Valli>
* 2cfa64d - Fix Table.sort(...) to update the sort indicator (#8978) <Juuso Valli>
* 8e632ae - Report an error if RPC interface is parameterized (#10392). <Denis Anisimov>
* a32a15c - Disable test which changes global behavior of the servlet <Artur Signell>
* 0a5eeec - Support running tests on PhantomJS <Artur Signell>
* 716046a - Clarify comments in Table.typeIsCompatible (#8168) <Juuso Valli>
* 2e58e97 - Fix findUI throwing NullPointerException when extending Vaadin (#13556) <Juuso Valli>
* eeb956b - Add caching support for PublishedFileHandler (#13574) <Juuso Valli>
* c9bc18c - Fixed javadoc XHTML to HTML and fixed typos (#13518) <Markus Koivisto>
* e778184 - Clean Table.propertyValueConverters if the property is removed (#8168) <Juuso Valli>
* 5a97058 - Javadoc fix <Artur Signell>
* 134c3bb - Clarify lock check assert message if another session is locked (#13473) <Leif Åstrand>
* 83b40dd - Fix test depending on default locale <Juuso Valli>
* 9bdf3f1 - Use getChildComponents in PopupView instead of getChildren (#13503) <Denis Anisimov>
* 4709b75 - (gerrit/master) ContainerEventProvider returns style names from container. Fixes #10718 <Maciej Przepióra>
* c6a7c81 - Remove redundant toggling of calendarToggle enabled state (#13124) <Leif Åstrand>
* cfbcaaf - Drag image for text-area should contain text of text-area (#13557). <Denis Anisimov>
* 0cb1704 - Disable/enable text field for DateField on setEnable() method (#13124). <Denis Anisimov>
* c544c6c - Fix copyright headers not passing the validation <Leif Åstrand>
Change-Id: I5e4899619f3af22ee15486c2135c1160b6ac0ecc
|
| |
| |
| |
| |
| |
| |
| | |
This makes it impossible to run this script by mistake, as it should
no longer be used with the new master based workflow.
Change-Id: I0400ecb20bb135c09e0414196f692dd8e9ffa510
|