| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Id1b612a74f2f8717f98a3dca81489425686237f7
|
|
|
|
| |
Change-Id: I01be5ddfe0e266e4cb5b7e9872adaeaf0f745a84
|
|
|
|
| |
Change-Id: I9ba142a35ab887bb3a71c7311064ebab77bc01ba
|
|
|
|
| |
Change-Id: I911ddd8ef1162412ae99ef252c3302e1f8b555ef
|
|
|
|
| |
Change-Id: Iefccedce67cb04cf3ceb8128cb07c871fc940ab8
|
|
|
|
| |
Change-Id: Iec2e3de627bc1cf5c7d39bf98715b1bf343e7519
|
|
|
|
|
|
|
|
| |
This is the original cause for the Vaadin issues
Live test at http://artur.virtuallypreinstalled.com/webkit-scrollbars.html
Change-Id: Iaf9a46b635fabcb7cd795547c782c596aa57ce12
|
|
|
|
| |
Change-Id: Icfa54ec612153c3a92f83d7cb083685f7e77d295
|
|
|
|
|
|
| |
Fixed by adding font-size 0 to the base theme.
Change-Id: I8d0224cb65f8ab36c50d2fd68157de4803c823e2
|
|
|
|
|
|
|
| |
Build vaadinPush.js from the released version instead of having a separate
javascript version in the project
Change-Id: I37aac284216c8ec6efd03c242e639e88854f11fd
|
|
|
|
| |
Change-Id: I3c718232364f5ca7cce7131fa7685e4a2b833120
|
|
|
|
|
|
|
|
| |
* Fixed ticket link and removed duplicate link
* Reordered sections to changes in this version comes before changes in old versions
* Updated browser versions
Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
|
|
|
|
|
|
| |
(#12324)
Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
|
|
|
|
| |
Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c
|
|
|
|
|
|
|
|
|
| |
The scss file and the light and normal style suggest that the name should be
"-pressed". This is what this patch fixes. I have considered renaming all
"-pressed" to "-active", to be consistent with e.g. "maximize-active.png"
but decided against due to compatibility concerns.
Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
|
|
|
|
| |
Change-Id: If091d718fc45b226a60a4c69d3469b4b31919ac1
|
|
|
|
| |
Change-Id: I2896136065232d2704bb4807ff92e6ef384407e8
|
|
|
|
| |
Change-Id: Ib9a3efee02f4887072e7892d869911b78ec5e1d8
|
|
|
|
| |
Change-Id: Idc81c3cc614bc59c2a93615bd5ac5cac9b72f752
|
|
|
| |
Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
|
|
|
|
| |
Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
|
|
|
|
| |
Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
|
|
|
|
|
|
|
|
|
|
|
| |
The current atmosphere code can handle messages split up using the message
length header. But it does not handle the case where the header is actually
split up itself.
This patch solves it by making sure the length header stays intact.
Corresponding atmosphere ticket:
https://github.com/Atmosphere/atmosphere/issues/1199
Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
|
|
|
|
|
|
|
|
|
| |
The close buttons images for the Window black theme was mistakenly
added to the white theme sprite and ended up in the middle of the
light theme window. Moved the black theme button images to the
black theme sprite.
Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
|
|
|
|
| |
Change-Id: I76ccbf631f8ba169f11513b7d585f39b8ab570a4
|
|
|
|
|
|
|
|
| |
Added new version for favicon.ico, which has 32x32 pixel version in
addition to 16x16 pixels. Adds support for high resolution/retina
displays.
Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
|
|
|
|
|
|
| |
(#11952)
Change-Id: Ib940b76df7d2507e8a8b7122e99c4542850f9ac9
|
|
|
|
|
|
| |
* Add theme name already during bootstrap
Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
|
|
|
|
| |
Change-Id: Ia17a9d8c6ece9861476be8861a735fe5d3e054bf
|
|
|
|
| |
Change-Id: I1113a1c6133d744ebd9c12e64a3b040855efab27
|
|
|
|
| |
Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
|
|
|
|
| |
Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce
|
|
|
|
|
|
| |
and alt-move, improves bounds-check)
Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Client-side:
* Call onOpen() also after a successful reconnection
* Reliably call onClose() and try to reconnect after disconnection
* Don't try to reconnect if !isApplicationRunning() after push
* Queue messages while trying to reconnect (state CONNECT_PENDING)
Server-side:
* Implement AtmosphereResourceEventListener.onDisconnect()
* Push marked as pending until client reconnects (if ever)
Change-Id: I1783eb72eb7005b07cae786d8ec8371da3903108
|
|\
| |
| |
| |
| |
| | |
02da730 Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)
Change-Id: I4a53d5a1fed3018c8cdda5b1aa88715e911ed112
|
| |
| |
| |
| |
| | |
Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473
svn: http://dev.vaadin.com/changeset/0000025944/svn
|
| |
| |
| |
| | |
Change-Id: I6ea0fec8896138d2a4b0e02908217c2fa3d8505f
|
| |
| |
| |
| | |
Change-Id: Iafebc7ea313e7dc6f6c7b87c6fdae6c83e82fc41
|
| |
| |
| |
| | |
Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
|
| |
| |
| |
| |
| |
| |
| | |
* Adds a special v-vaadin-version selector for detecting the theme version
* The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE
Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
|
| |
| |
| |
| | |
Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
|
| |
| |
| |
| | |
Change-Id: I6f363e9afc550d70eb451005dcfdfb53e5533273
|
| |
| |
| |
| | |
Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6
|
| |
| |
| |
| | |
Change-Id: I3f57188cde30122b56bb6f8cea435cd4c56b58e2
|
| |
| |
| |
| | |
Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
|
| |
| |
| |
| | |
Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
|
| |
| |
| |
| | |
Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
|
| |
| |
| |
| | |
Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7
67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376)
611e5f9 Test for #11267 adapted from 6.8.
609acd1 Fixed table height rendering in Android 2.3 #11331
63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614
5a33d7d Test for #11775
0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201)
Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
|
| |
| |
| |
| |
| |
| |
| | |
The problem is not present in 7, but you need to use a slightly different css to acieve the same result.
Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6
Ticket: 11267
|