| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
|
|
|
|
| |
Change-Id: Ifcca52fee1036f5b31ba87c8257b884d04709297
|
|
|
|
|
|
| |
* screenshot based tests for all themes for various features in Grid
Change-Id: Ic6bbb402194132aaf87833215891f5f4ff931099
|
|
|
|
|
|
| |
* Generates all screenshot names based on the test names
Change-Id: If8733238a88a71085ade5d12cc2372fb85b4d994
|
|
|
|
| |
Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Calculation of the frozen column width was wrong in multiselect mode.
It did not take into account the last frozen column, but added
the select column twice.
The same problem was in AutoScroller (as the same methods were
copy-pasted there), for which reason the autoscrolling was not
scrolling till the end.
This patch fixes the calculation error and removes copy-pasted code,
reusing the same code in both places.
Change-Id: I164e2fc96688088b620ad8785c533c593723f83e
|
|
|
|
| |
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
|
|
|
|
| |
Change-Id: Ifffdab18b6839a631acfd4bf8c2de5be97737f11
|
|
|
|
|
|
|
|
| |
If DragAndDropWrapper is removed from the UI for whatever reason before cleanup
happens, the UI can no longer be found through it. If we do not do cleanup, we
leave a reference hanging forever in ConnectorTracker.
Change-Id: Ia445dafda7fdfaab9617bdfa9b48bfdbe5289241
|
|
|
|
| |
Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
|
|
|
|
| |
Change-Id: Ic1e1cecf01aab54d00d1215591514bd07b941754
|
|
|
|
| |
Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
|
|
|
|
| |
Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
|
|
|
|
| |
Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
|
|
|
|
|
|
| |
This reverts commit 179a3c8c1c37976b6c14fe252a07b9a7e2f32dd0.
Change-Id: Ia33a6704db4bad8a1a8ef0dc55719e2f8164c827
|
|
|
|
|
|
| |
* screenshot based tests for all themes for various features in Grid
Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
|
|
|
|
|
|
|
| |
Removing .v-ui wrapping makes valo-menu-responsive usable anywhere
on the page (not just top-level).
Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
|
|
|
|
|
|
|
| |
This patch also corrects a possible issue with calculating columns when
it is not attached.
Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
|
|
|
|
| |
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
|
|
|
|
| |
Change-Id: I4899aac895f061cffffaccc5b0e33f92bada28b0
|
|
|
|
| |
Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
|
|
|
|
| |
Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
|
|
|
|
| |
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
|
|
|
|
| |
Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
|
|
|
|
| |
Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
|
|
|
|
| |
Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
|
|
|
|
| |
Change-Id: Ida91a9f75c6d36009c3b3e95b4117a2f1ba28502
|
|
|
|
| |
Change-Id: I3b77239d86b00541cd26be27dac067e043ea873b
|
|
|
|
| |
Change-Id: I0aaf02f57681804c380102d0078a3896f670d859
|
|
|
|
| |
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
|
|
|
|
| |
Change-Id: Ia96d89a519b1f453457461e596c51642257c61bb
|
|
|
|
| |
Change-Id: Id031ad8ab5d513159e014458e40d35038f98df3d
|
|
|
|
| |
Change-Id: I0e89ff093b4a880b03a75aaf605ba55efbd27874
|
|
|
|
| |
Change-Id: I52c1adaa140f8ac213283efd037f3a9736b48f6b
|
|
|
|
| |
Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
|
|
|
|
| |
Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
|
|
|
|
| |
Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
|
|
|
|
|
|
| |
Use constants in Valo tests to ensure they are correct
Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
|
|
|
| |
Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
|
|
|
|
| |
Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
|
|
|
|
| |
Change-Id: I46557f6c6f8543ab61b863145863824785d14784
|
|
|
|
| |
Change-Id: I6ea35a780f3dfdcef299919c1249e9104341f99e
|
|
|
|
| |
Change-Id: Ic7169c6a93dc497ca247db8740bbe9c8e4ac6809
|
|
|
|
| |
Change-Id: I53e7cb95cf2828f966db5b41c07c38fb756372f3
|
|
|
|
| |
Change-Id: I0877b848b051413e1c2a8af29f066003bdc744ab
|
|
|
|
| |
Change-Id: Iab111504502dc104cb9ce8777dbaf87bba1e31a0
|
|
|
|
| |
Change-Id: Id9aba32d5f2564961f167261a4fac2a3621e3583
|
|
|
|
| |
Change-Id: I75bfe6769814a857d36fb3cc594e11b5dcb5062e
|
|
|
|
| |
Change-Id: I47144b65dbe15fff8577ab7c8666c48d7c749e1d
|
|
|
|
| |
Change-Id: I6c4547eb716e64e60239d9d901b9b889cfcc3761
|