| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- new height more for undefined height that works like in Table and
resizes the grid when details row opens or closes
Change-Id: I2dc817140308093865be30de72edcd6494e4a44b
|
|
|
|
|
|
|
| |
When resizing a column in Grid, widths of all columns without
a fixed width (-1) are set to their actual width. This is 0 when
the column is hidden.
Change-Id: If50e71c748cd0674f44d9e51777518eb48b42c5c
|
|
|
|
| |
Change-Id: Id9f1dbc991c1dcb2c2d3817d9d958485db6269bc
|
|
|
|
|
|
|
|
|
| |
The legacy LoginForm is substituted with the new one which is compatible
in API.
The patch contains modified code from the addon
https://vaadin.com/directory#addon/loginform
Change-Id: I2178291c97c2f66840f832a0bf932271534beb49
|
|
|
|
|
|
|
| |
This removes GWT dependency from the server and shared parts of the
framework
Change-Id: Iafbb752c0184611a18d4a9d61c9e03229d42836e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added API setPopupWidth(String) to ComboBox. The suggestion pop-up now
has three different width modes:
1. Legacy "null"-mode: width is determined by the longest item
caption for each page. This looks & feels like the old implementation.
This is the default mode
2. Relative to the ComboBox. e.g. 100%
3. fixed width using any CSS definition
Change-Id: Id60a6996ee82726196b84d50c2d0d18a6cfb5ebf
|
|
|
|
| |
Change-Id: I9c35e50fd4b56c6b70a4194526cbbbe7870add6e
|
|
|
|
|
|
|
| |
The server side needs to know the client has removed the connectors to
be able to do cleanup
Change-Id: Ic3d41cc5cbab035a53bf5c99496d74858c376e73
|
|
|
|
| |
Change-Id: I9b1df949b831b84aa05bf611b0128eb2414bbbae
|
|
|
|
| |
Change-Id: Ia14a50aba17689b580bb265c9693c3ae503fee34
|
|
|
|
| |
Change-Id: I9d5c135dbfbe108c17fea6334966d4df09ac61ca
|
|
|
|
| |
Change-Id: Iee39b7251af20ff25cf220e91f1b3c123345f711
|
|
|
| |
Change-Id: Idf05dde5d6526fafee618fd3e2eb1afa63fab7bc
|
|
|
|
| |
Change-Id: Ief0531fe90b9bc8bcf0a60132211a0633b9401d4
|
|
|
|
|
|
|
| |
The subwindows tooltip is now also shown in header and footer of the
subwindow. Added also tests for the feature.
Change-Id: I933dad9e8530ce20b930fe22caf9e79a3ad3e3d2
|
|
|
|
| |
Change-Id: Iebcea0fd80eb9c1e0f14357fa09a264db5f1ee06
|
|
|
|
| |
Change-Id: I04b0b64fd9054b7284efa59a8c56d8a64616ca7b
|
|
|
|
| |
Change-Id: Ibca58259a0bbcda7141b996020bae8614f0c2114
|
|
|
|
|
|
| |
- fixes dragging not working from Window header
Change-Id: I9a35926abf43208c4bab0ae4b6dbc29bac17ba7b
|
|
|
|
| |
Change-Id: I633537c643c27fea64c4e55204ed54c64c39aa04
|
|
|
|
| |
Change-Id: Ibd177fc41d83c5d9fa6adc2c117a9cab4bf670df
|
|
|
|
|
|
|
|
|
|
|
| |
For standard standalone Vaadin apps, the body scroll is not scrollable. For
these this change should have no effect.
In embedded cases and when running as portlet, the body is scrollable. For
these cases, the popup is now correctly shown below the combo box when
there is space.
Change-Id: Ia183f4f2988e6593634f6e9735fd58abbd4a1da1
|
|
|
|
| |
Change-Id: Ia0aee645ed3b0ba6de33a6a2ce9f8bde9b84f44f
|
|
|
|
| |
Change-Id: I75b7c662251de53b46e045d17d3cac650586acd2
|
|
|
|
| |
Change-Id: I4e86caa4ad02dfc5d0eaa33b85f67da3837fcea0
|
|
|
|
| |
Change-Id: I7fdecab93fa6730e63e3ba7f0df3a67f3020c19c
|
|
|
|
| |
Change-Id: I46d95e0b198dd4594e5c84dda9b6c462d4a7bf51
|
|
|
|
| |
Change-Id: I33bbbac39bff97330b166e1c608b702fe6e527d7
|
|
|
|
| |
Change-Id: I2d87a1aeba8ffc8cc15909c32a0c9d10b3ada9a7
|
|
|
|
|
|
| |
Ensure that server side classes are compatible with Java 1.6.
Change-Id: I464096bbb316769a4c2fede55d7bcb11ce61e4f0
|
|\
| |
| |
| | |
Change-Id: I1c55d6158caf32b796a9ad0d9e8df5392812e9a6
|
| |
| |
| |
| | |
Change-Id: I796d7e4ac94db1b2b9d8698e9753a5be007a1c8c
|
| |
| |
| |
| | |
Change-Id: Ia8cec8bb9d4bd89d8f0609df19dedcc10ab46bdd
|
| |
| |
| |
| | |
Change-Id: I985f85e51ea3522d534ae24517eac534012485ab
|
| |
| |
| |
| | |
Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2
|
|\|
| |
| |
| | |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is
cancelled to avoid text selection when starting a dnd operation.
This change explicitly calls focus on the element at the location which was clicked.
Input elements will now be able to gain focus but e.g. clicking to move the caret
inside a text area won't work as mousedown is cancelled.
Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743
|
| |
| |
| |
| |
| |
| | |
This removes a row repaint when a cell that already has focus is clicked
again.
Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04
|
| |
| |
| |
| | |
Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770
|
| |
| |
| |
| | |
Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285
|
| |
| |
| |
| | |
Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975
|
| |
| |
| |
| | |
Change-Id: I3d37118c7bafeac3340a6f0305c96bfe601ebb59
|
| |
| |
| |
| | |
Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34
|
| |
| |
| |
| | |
Change-Id: I11d9e7bcdc3471157b9c21881d463ef5a747d2c1
|
| |
| |
| |
| | |
Change-Id: Ib90bd0762f02ce43b0057e0b27b8491ad6e987d5
|
| |
| |
| |
| |
| |
| |
| |
| | |
* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.
Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
After a file has been uploaded VDragAndDropWrapper tries to pull changes
from the server by calling
ApplicationConnection.sendPendingVariableChanges() which has no effect.
This change replaces the
ApplicationConnection.sendPendingVariableChanges() call with an RPC.
Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19
|
| |
| |
| |
| | |
Change-Id: I600d4c506511ed688d39b93cc6fde6c7a49a5353
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change also cleans up some redundant POM metaadata.
Even though Maven documentation does not list it, also the organization
section is inherited to the effective POM.
pom-template.xml is still in the project for a longer description and a
repositories section until publishing to staging is cleaned up.
Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
|