| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit 13eb3732b96561831cdee96740064ab8d4ddd08c.
|
|
|
|
|
|
|
| |
Change-Id: Ie561a3ef95fcc15e357d1edb65b45f596683e7e4
Conflicts:
WebContent/VAADIN/themes/chameleon/components/notification/notification.scss
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to old fix for (#11994) the v-scrollable div of the window would
expand to 110% of its size then immediately back to the original size.
The first action, expanding the v-scrollable to 110% would decrease
the scrollTop value of our panel, while increasing its height. When
the revert back action would set the v-scrollable to its own size,
the panel's scrollTop would remain decreased, causing the scroll bar
to move up, hiding the ~10% at the bottom.
Fixed by calling Util.runWebkitOverflowAutoFix(); instead of changing
the height.
Change-Id: I79eafd1f9500c2e4c10dadbfc7100608c0732e04
|
|
|
|
|
| |
In some servlet definitions async-supported was before init-param
Change-Id: I2d4886a0aa4c37bad3b0385e25b51e91d59a4c31
|
|
|
|
| |
Change-Id: Icd38631f8802fc86949fa29dd517f1aca0499c33
|
|
|
|
| |
Change-Id: I7ce7c61f842a09af1842a14fedec3412120944c7
|
|
|
|
|
|
|
|
| |
Calling GWT RPC throw an exception when __gwtStatsEvent doesn't return
a boolean. This was in the Profiler.ensureNoLogger where the function
assigned was empty.
Change-Id: If97e15eb3c2c6512e80f3bde81ba180b8c95c947
|
|
|
|
| |
Change-Id: Icb5ddebd1650e17fc2d1317b198292b0d126c67a
|
|
|
|
|
|
|
|
| |
- Don't have Atmosphere scan the entire classpath for annotations
- Don't use load-on-startup = -1 since Jetty still inits the servlets
- Avoid initing the integration test servlet for serving /VAADIN/*
Change-Id: Ic6a650442a11ac87ce15dabce3acda12a9cc71b3
|
|
|
|
|
|
|
|
|
| |
This fix splits the used regular expressions into a more manageable
parts while fixing the handling of a case where both width-range and
height-range are defined. Also refactored some duplicate code into
a helper function.
Change-Id: I98295b8b0772b33a9985c0630e065eea2281d11d
|
|
|
|
| |
Change-Id: Iee32ef894cb50a4322f04250997ecfe032e570b1
|
|
|
|
| |
Change-Id: I0cb42d918ed1af31577e5a67ddf4dbac3c9ab02f
|
|
|
|
| |
Change-Id: I24e263e311bae0071da36decd827b3d7b57ba6cb
|
|
|
|
|
|
| |
String.contains work in Firefox, not in Chrome or Opera
Change-Id: I074d3c79629fd699841d3b39a36620511233ce6c
|
|
|
|
|
|
|
| |
- Prevent bootstrap script fail if registerWidgetset is called twice
with the same widgetset.
Change-Id: I8b8069b442ea91c1aa0f0b7dd73c41902e75094b
|
|
|
|
| |
Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
|
|
|
|
| |
Change-Id: I2b55917441a596d5c001081ecdb9836f6b9f60ee
|
|
|
|
|
|
| |
Added them manually since they are gathered from two different milestones.
Change-Id: Ifc4e61e94a8ea91f93058d1b74299f7cf73ef6fc
|
|
|
|
| |
Change-Id: Ideb07cb41e92ba0d5e71a60957ee62246aa65f21
|
|
|
|
| |
Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
|
|
|
|
| |
Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
|
|
|
|
| |
Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
|
|
|
|
| |
Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
|
|
|
|
|
|
|
| |
This makes Slider, SplitPanels and DragAndDrop anywhere except Table
work on IE and touch screen.
Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
build.properties
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/extensions/ResponsiveConnector.java
server/src/com/vaadin/server/Responsive.java
Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
|
| |
| |
| |
| | |
Change-Id: I2ffadb382d1c8ca42f1525c24c51a441a67404f6
|
| |
| |
| |
| | |
Change-Id: I73cc9c7b5509dff0cb5376af9bf4b0ef572add05
|
| |
| |
| |
| | |
Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
|
| |
| |
| |
| | |
Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
|
| |
| |
| |
| |
| |
| |
| | |
Since there seems to be no difference, moved also almost all other
parameters from GET to POST for consistency.
Change-Id: I528963c4c832339a9853fbee97cebcb8fabb35e1
|
|/
|
|
| |
Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
|
|
|
|
| |
Change-Id: Ib168ea79f80abefb140f1e64e239b5520d0fd3bd
|
|\
| |
| |
| |
| |
| | |
86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042).
Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
|
| |
| |
| |
| |
| |
| | |
(#11042).
Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
|
|\|
| |
| |
| |
| |
| | |
d0bc54b Prevent popup open when datafield is disabled (#13508).
Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
|
| |
| |
| |
| | |
Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Moves CompileTheme from the theme-compiler to buildhelpers
* Refactors CompileTheme to get the Vaadin version on the command line
instead of using the Version class found in vaadin-shared
* Refactors build scripts to pass the version number on the command line
when running CompileTheme
* Removes the theme-compiler module/project/whatchamacallit
* Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0
from maven
Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
|
|\|
| |
| |
| |
| |
| |
| | |
4f7fc2d Fix invalid copyright header
43b8ca5 Remove unnecessary Webkit scrollbar test
Change-Id: I6153a89f689818fa9f612d4b22303f7d4030fa6d
|
| |
| |
| |
| | |
Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85
|
| |
| |
| |
| |
| |
| | |
Also fixes https://github.com/vaadin/responsive/issues/10
Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
|
| |
| |
| |
| |
| |
| | |
This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3.
Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
|
|\ \
| | |
| | |
| | | |
Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
|
| | |
| | |
| | |
| | | |
Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
|
| |\ \
| | | |
| | | |
| | | | |
Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: I8fa99a96c2120583bb1ecd152f8f337aef702614
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I2502ed31f81326b2e32a03ad34c289a5bf7bd2b5
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: If5df6a7651482a33558088398330fd73a4d43645
|