]>
source.dussan.org Git - vaadin-framework.git/log
Teemu Suo-Anttila [Wed, 2 Dec 2015 10:50:06 +0000 (12:50 +0200)]
Improve BuildDemos exception handling
Change-Id: Ica22b3b271b5f67bad677febff12aff13c5d322e
Henri Sara [Wed, 2 Dec 2015 10:32:47 +0000 (12:32 +0200)]
Get revision numbers for tagging from TeamCity
Optionally get revision numbers to tag from TeamCity.
If no revision numbers are given, a placeholder is used in the
generated script.
Change-Id: Id4d6d8eb6c106a16c601b9dae3c267c027bcf5f3
Leif Åstrand [Fri, 18 Sep 2015 08:27:18 +0000 (11:27 +0300)]
Fail during compile if required methods are missing (#18924)
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I9e00e0fb7ef40349f9a07311f3b34047174b5ecd
Teemu Suo-Anttila [Mon, 30 Nov 2015 11:39:28 +0000 (13:39 +0200)]
Fix select all checkbox state update with low row count (#19322)
Change-Id: Ic4fd495a2990f7aa6ed09acd773149d3f13802f8
Sauli Tähkäpää [Sat, 29 Aug 2015 20:00:21 +0000 (23:00 +0300)]
Unify select all behavior with single row selection. (#17742)
Change-Id: I2aec82d16b2508505e855f1ff3a1ca5de341821c
Leif Åstrand [Mon, 30 Nov 2015 07:52:39 +0000 (09:52 +0200)]
Remove bogus comment
The comment was introuced in commit
da29f74 for a constant named
CLICK_EVENT_ID, but it was accidentally left in the code when that
constant was removed.
Change-Id: Id8564c2e4f24a1e78ce08de586cde6923afe8289
Teemu Suo-Anttila [Tue, 29 Sep 2015 12:22:47 +0000 (15:22 +0300)]
Remove old Chrome workaround from GridClientRenderers test
Change-Id: I4cee37570a5388da35dcaa9bd4e08ace0e5f50c8
Leif Åstrand [Sun, 15 Mar 2015 08:47:14 +0000 (10:47 +0200)]
Clean up compiler warnings in Design.java (#19299)
* Remove unused code
* Properly close streams
* Avoid unsafe casts
* Fix inconsistent javadocs
Change-Id: I20bb25c5925b6d5d56df2aedc5c4eb624b65e483
Teemu Suo-Anttila [Thu, 26 Nov 2015 13:31:02 +0000 (15:31 +0200)]
Repackage spinner.gif to reduce size
Change-Id: I2ad180b24f232beba56ddcb5943ac9128f1fb9a4
Teemu Suo-Anttila [Thu, 26 Nov 2015 08:41:12 +0000 (10:41 +0200)]
Use wider age column in GridThemeUI
This patch is to test the theme, and not testing a defect (#16597).
Testing with defective screenshots causes problems if the defect is at a
later point fixed.
Change-Id: I7a2ea9e5fc73a28ae1c5e1a5680d6bef6022bb34
Leif Åstrand [Mon, 14 Sep 2015 18:17:51 +0000 (21:17 +0300)]
Ignore log file created in some cases
Change-Id: Ie3d8c5412a52d5d5835050713b68f20a033d04f8
Leif Åstrand [Wed, 9 Sep 2015 10:22:05 +0000 (13:22 +0300)]
Fix javadoc copied from CellStyleGenerator
Change-Id: I396f1e4e668aa14e44793b8a39bff5605e3b9fb0
Henri Sara [Mon, 23 Nov 2015 10:23:12 +0000 (12:23 +0200)]
Add javadoc in ServerConnector
Add missing javadoc for ServerConnector.get/setChildren().
Change-Id: Ibc0f0d78516a040a62db18e5a9ff5ac89b5931dc
cbmeeks [Thu, 20 Aug 2015 17:24:54 +0000 (13:24 -0400)]
Typo in setCompositionRoot description
Change-Id: I7e95735054e346eb79c9c5614cab6277058d3595
Vladimir Kulev [Mon, 16 Nov 2015 22:40:27 +0000 (00:40 +0200)]
Support on-the-fly compiled CSS hot reload from classpath (#16949)
Change-Id: I8862d7c0a08717d9b4922063f2940b59014a6875
Markus Koivisto [Mon, 16 Nov 2015 13:35:42 +0000 (15:35 +0200)]
Add missing export declaration to the manifest of vaadin-push.jar (#18190)
Change-Id: Id9604185a2a50b17fe67ebdf3082799186a7f8dc
Leif Åstrand [Fri, 13 Nov 2015 08:58:35 +0000 (10:58 +0200)]
Add some performance guidance to renderer javadocs.
Change-Id: Ia9f83688f70d08d51370bb342f00238a98f40293
Leif Åstrand [Fri, 13 Nov 2015 07:22:34 +0000 (09:22 +0200)]
Mention cell being a flyweight in WidgetRenderer javadocs
Change-Id: I3afb11958e186619362056d80d4d4b6820b439a8
Artur Signell [Fri, 9 Oct 2015 20:44:47 +0000 (23:44 +0300)]
Do not modify state while serializing (#19090)
Serializing an object should never modify its internal state.
It should be possible to serialize an object multiple times and get
the same result
Change-Id: I79502274179a646f8b0cd8d1fc4cbfd84867299d
Leif Åstrand [Wed, 11 Nov 2015 12:16:42 +0000 (12:16 +0000)]
Fix outdated javadoc reference
Change-Id: I0689cd3ce298a8330a48528c1736715f77b66e65
Leif Åstrand [Fri, 28 Aug 2015 18:47:26 +0000 (21:47 +0300)]
Force FormLayout children to shrink with the layout (#11154)
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
Teemu Suo-Anttila [Thu, 5 Nov 2015 11:06:11 +0000 (13:06 +0200)]
Add API for disabling native events for IE in tests
Change-Id: Ifcca52fee1036f5b31ba87c8257b884d04709297
Artur Signell [Thu, 5 Feb 2015 23:35:31 +0000 (01:35 +0200)]
Correctly round tr width in Escalator (#18820)
* screenshot based tests for all themes for various features in Grid
Change-Id: Ic6bbb402194132aaf87833215891f5f4ff931099
Artur Signell [Wed, 2 Sep 2015 11:18:04 +0000 (14:18 +0300)]
ParameterizedTB3Runner for adding permutations using a static getter
* Generates all screenshot names based on the test names
Change-Id: If8733238a88a71085ade5d12cc2372fb85b4d994
Teemu Suo-Anttila [Tue, 13 Oct 2015 11:03:10 +0000 (14:03 +0300)]
Remove scheduleDeferred calls from Escalator
Change-Id: Idfde7842fd31be4b84a1436b40eaa932b6a6c349
Matti Tahvonen [Sat, 17 Oct 2015 15:51:00 +0000 (08:51 -0700)]
Improved javadocs for Button.setDisabledOnClick
Change-Id: I75cf104b05ed361ced7f17b20cebd98cc3825d5c
pag [Sat, 10 Oct 2015 15:05:37 +0000 (17:05 +0200)]
VTree$TreeNode avoid NPE triggered by external ONLOAD events (#18563)
If an ONLOAD event fires but the target is not the icon, an NPE
occurs. The isCaptionElement method has already used the check
against null before any call happens on the icon which logic is
enough for the onBrowserEvent check as well.
Change-Id: I64de45a07f50f113dcfcb4556f0d8adeea9e1b1b
Dmitrij Abolichin [Thu, 8 Oct 2015 22:21:44 +0000 (01:21 +0300)]
Fix replacing of currently selected Tab (#14252)
Change-Id: I49a86d2fceac233fdfd9e31d8ade519b9f8460b6
Leif Åstrand [Tue, 6 Oct 2015 05:57:20 +0000 (08:57 +0300)]
Fix session wrap class javadocs
Change-Id: I962facc5395990751821d11966300a7c2e89dc3d
Henri Sara [Tue, 27 Oct 2015 13:17:09 +0000 (15:17 +0200)]
Update Chrome version string
Change-Id: I9736e528d4812a613ffa934c476d3b69ccefd631
Sauli Tähkäpää [Fri, 28 Aug 2015 10:36:01 +0000 (13:36 +0300)]
Support caption fetching for HTML and Widget headers. (#18528)
Change-Id: Idad2cbbb6b138258ff6428e7ecc3d922ef99c675
mtzukanov [Thu, 22 Oct 2015 10:52:39 +0000 (13:52 +0300)]
Fixes column header drop indicator (#18925)
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
pag [Sat, 10 Oct 2015 17:17:50 +0000 (19:17 +0200)]
Null pointer Exception in Slot.onBrowserEvent (#16587)
Change-Id: I60f68cf7a9e61980809af253bb4f4a0ab92f1230
Leif Åstrand [Mon, 2 Nov 2015 10:32:38 +0000 (10:32 +0000)]
Fix javadoc typos
Change-Id: I9c8a3f3f4cfa375db8825019f3cd80a043424d88
Leif Åstrand [Mon, 26 Oct 2015 16:13:54 +0000 (16:13 +0000)]
Mention quirks with JavaScript "this" in AbstractJavaScript* javadocs
Change-Id: I512b861c65f8c0f6c6e8f684cb933cbcc20cdb99
Artur Signell [Wed, 2 Sep 2015 17:45:30 +0000 (20:45 +0300)]
Render null header caption as empty (#18553)
Change-Id: Iaeba81c7e40d4be5f16e74fa8bcf8c86c53a7d3d
Teemu Suo-Anttila [Tue, 13 Oct 2015 13:57:28 +0000 (16:57 +0300)]
Remove call to setEnabled in Grid Sidebar constructor (#19126)
Change-Id: Iaa69e6b59281f7d6b9d1cf00b3de746243a700cf
Teemu Suo-Anttila [Fri, 9 Oct 2015 08:35:01 +0000 (11:35 +0300)]
Fix stack overflows in ListDataSource ListWrapper (#19104)
Change-Id: Ie04e673fcdb3ce0f63b07158b5cd9f128ea9c30e
Artur Signell [Tue, 6 Oct 2015 15:50:36 +0000 (18:50 +0300)]
Fix test failure in IE10/IE11/Chrome
Change-Id: Ifffdab18b6839a631acfd4bf8c2de5be97737f11
Dmitrij Abolichin [Fri, 2 Oct 2015 21:38:31 +0000 (00:38 +0300)]
Fix adding to same parent, component shouldn't be removed (#16568)
Change-Id: I7037366e1f1aaaafb7417e20584086f488ace54f
Artur Signell [Tue, 6 Oct 2015 12:18:26 +0000 (15:18 +0300)]
Fix javadoc
Change-Id: I9eef477a77f0677b198b582d8e26e6a47b072aba
Teemu Suo-Anttila [Tue, 6 Oct 2015 10:13:14 +0000 (13:13 +0300)]
Add sampler to BuildDemos, support specifying branch for demo
New way to add a built demo with specified branch uses a tuple with
the format ("URL", "branch"). The given branch will be used when
cloning the demo. Default branch is master and is used if no branch
is provided.
Change-Id: I7b94f50045731a35ef6005e8fba160cfe0be4852
Artur Signell [Wed, 30 Sep 2015 14:05:24 +0000 (17:05 +0300)]
Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)
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
Artur Signell [Thu, 1 Oct 2015 18:05:29 +0000 (21:05 +0300)]
Do not use getters/setters when mapping designer fields (#17388)
Change-Id: Id64193a109667286127038eb1c9dfd47697247be
Teemu Pöntelin [Sun, 27 Sep 2015 15:10:30 +0000 (18:10 +0300)]
Close calendar popup when DateField is detached (#18985)
Change-Id: Ib04b7356577dd5027cd9daac351f49a1a1e23f1d
Sauli Tähkäpää [Wed, 26 Aug 2015 20:33:49 +0000 (23:33 +0300)]
Set opacity for disabled Grid in Valo. (#18661)
Change-Id: Ic1e1cecf01aab54d00d1215591514bd07b941754
John Ahlroos [Thu, 10 Sep 2015 11:09:32 +0000 (14:09 +0300)]
Parse readonly values for AbstractFields correctly (#18850)
Change-Id: I1128ec0bda9b0fdad721f084c1e78cfe78e984f2
Henri Sara [Sun, 4 Oct 2015 08:12:12 +0000 (11:12 +0300)]
Add @since for 7.5.7 changes
Change-Id: I661918af08299953e3caf5e51def0afbad809dd4
Markus Koivisto [Wed, 30 Sep 2015 13:22:11 +0000 (16:22 +0300)]
Revert "Parse readonly values for AbstractFields correctly #18850"
This reverts commit
5e9209421ce92e16531299c8c4be5fdd412bb513 .
Artur Signell [Thu, 24 Sep 2015 19:29:19 +0000 (22:29 +0300)]
Skip checking unknown properties for @NoLayout on client side (#18334)
Change-Id: Ic03b419b8c10d5d7010c3d10479883149445fe40
Artur Signell [Tue, 1 Sep 2015 18:45:50 +0000 (21:45 +0300)]
Fix resetting of top or left alignment in GridLayout (#18660)
Change-Id: I12b4d792f4d7cc7e3340d5566fda55f0cb23cbd0
Matti Tahvonen [Thu, 24 Sep 2015 20:10:33 +0000 (23:10 +0300)]
Use a suitable z-index for valo-menuitems overlay (#18869)
The floating menu should have a high z-index not to be below components that
use z-index, still below floating vaadin elements like windows, notifications and tooltips.
Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a
John Ahlroos [Thu, 10 Sep 2015 11:09:32 +0000 (14:09 +0300)]
Parse readonly values for AbstractFields correctly #18850
Change-Id: I6f7d8731d185fe1c88e861435a401d887b2defbe
Leif Åstrand [Thu, 24 Sep 2015 16:43:06 +0000 (19:43 +0300)]
Hide global "define" from push scripts (#18999)
Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
Henri Sara [Wed, 30 Sep 2015 08:29:45 +0000 (11:29 +0300)]
Support declarative prefix "vaadin-" (#18957)
This is a backport of
1011cff7e8139cd1b7138b2e538264c755c7482f
with the old default ("v-").
Change-Id: Idafc3a071aeec6d4214e867cc5cd984ae535cb62
Henri Sara [Wed, 30 Sep 2015 08:44:10 +0000 (11:44 +0300)]
Fix declarative test for 7.5
Change-Id: I4a610673b165ab23e9b49ae6926d1ef023130a18
Henri Sara [Wed, 30 Sep 2015 07:58:01 +0000 (10:58 +0300)]
Revert "Correctly round tr width in Escalator (#18820)"
This reverts commit
179a3c8c1c37976b6c14fe252a07b9a7e2f32dd0 .
Change-Id: Ia33a6704db4bad8a1a8ef0dc55719e2f8164c827
Markus Koivisto [Wed, 30 Sep 2015 07:26:05 +0000 (10:26 +0300)]
Revert "Adds support for defining the URL to use for push requests (#18989)"
This reverts commit
ca3c460cbd6edb801f7919d046a3323f5f8babf1 .
Leif Åstrand [Thu, 24 Sep 2015 08:19:28 +0000 (11:19 +0300)]
Update AJS?.callFunction javadoc to reflect reality (#18990)
Change-Id: Ie53b535a2ae3c0e0ff5bb4b0516364c8817456d3
Artur Signell [Thu, 5 Feb 2015 23:35:31 +0000 (01:35 +0200)]
Correctly round tr width in Escalator (#18820)
* screenshot based tests for all themes for various features in Grid
Change-Id: Id44f319b517fdfa419b70d30a9f8d4bd5e82fa63
Artur Signell [Thu, 24 Sep 2015 07:20:29 +0000 (10:20 +0300)]
Adds support for defining the URL to use for push requests (#18989)
Change-Id: I12afaf7e5c5c385f3a19c7dab60f044d8721e082
Marc Englund [Tue, 22 Sep 2015 06:37:36 +0000 (09:37 +0300)]
Removes .v-ui wrapping from valo-menu-responsive for (#18961)
Removing .v-ui wrapping makes valo-menu-responsive usable anywhere
on the page (not just top-level).
Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
Maciej Przepióra [Wed, 16 Sep 2015 08:48:31 +0000 (10:48 +0200)]
Support HTML entities when reading/writing declarative format #18882
Change-Id: I08099673c5dd0d688d3243e5fd169edb05f046f3
Maciej Przepióra [Mon, 21 Sep 2015 09:05:32 +0000 (11:05 +0200)]
Write all empty cells for empty GridLayout in declarative #18805
Change-Id: I589ba0dbb4aea7578f85894046e99903d9202e37
Denis Anisimov [Fri, 11 Sep 2015 16:59:54 +0000 (19:59 +0300)]
Always use charset for String.getBytes() method (#18863).
Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
Artur Signell [Sun, 20 Sep 2015 16:11:01 +0000 (19:11 +0300)]
Use correct state class for split panels (#18942)
Change-Id: I91980343c0e8f3f35abb26411f57d2303b286cce
Teemu Suo-Anttila [Thu, 17 Sep 2015 08:50:14 +0000 (11:50 +0300)]
Fix Sidebar isOpen to not throw an exception (#18918)
Change-Id: I4a60e5a4d8939f996d72fe2234ea945e6afb5542
Teemu Suo-Anttila [Mon, 14 Sep 2015 07:37:44 +0000 (10:37 +0300)]
Add command line parameter for ignoring demos
Change-Id: I84850404ba772ff4dceb1f00f5ddc275fe6f915d
Teemu Suo-Anttila [Wed, 2 Sep 2015 13:56:08 +0000 (16:56 +0300)]
Fix Escalator onResize to layout Finally instead of Deferred (#18751)
This patch also corrects a possible issue with calculating columns when
it is not attached.
Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
Manolo Carrasco [Tue, 15 Sep 2015 22:50:50 +0000 (00:50 +0200)]
Grid: allow zooming in touch devices.
- Since grid was not cancelling scrolling when multiple touches,
zooming was not working, this patch fixes "zoom trap".
- Prevent default when moving the scroll in touch devices to avoid
parent scrolling
Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a
Mika Murtojarvi [Tue, 15 Sep 2015 10:44:33 +0000 (13:44 +0300)]
Update @since tags to 7.5.6.
Change-Id: Ie6cf2f819a167604b894b3b4c390e244867c2be9
Artur Signell [Sun, 12 Jul 2015 17:11:41 +0000 (20:11 +0300)]
Backport fix for #16992 to Vaadin 7.5.
Change-Id: I4899aac895f061cffffaccc5b0e33f92bada28b0
Sauli Tähkäpää [Mon, 31 Aug 2015 19:51:19 +0000 (22:51 +0300)]
Disable sidebar button when grid is disabled. (#18696)
Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
Artur Signell [Thu, 10 Sep 2015 07:28:15 +0000 (10:28 +0300)]
Chrome 45
Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
Leif Åstrand [Wed, 9 Sep 2015 11:22:47 +0000 (14:22 +0300)]
Implement ItemStyleGenerators for ComboBox (#9276)
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
Teemu Suo-Anttila [Tue, 8 Sep 2015 14:36:57 +0000 (17:36 +0300)]
Fix Editor selection checkbox handling to be more specific (#18818)
Change-Id: Ic33572d3cd9e6117dc133bbfe26bc707c4b84f21
Artur Signell [Tue, 8 Sep 2015 18:00:28 +0000 (21:00 +0300)]
Don't use proxy port blocked by Firefox
Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
Leif Åstrand [Tue, 7 Jul 2015 18:49:45 +0000 (21:49 +0300)]
Make it possible to avoid select caption conversion (#16845)
Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
Artur Signell [Mon, 7 Sep 2015 11:24:36 +0000 (14:24 +0300)]
Make test work correctly with resynchronize
Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
Artur Signell [Fri, 4 Sep 2015 07:07:41 +0000 (10:07 +0300)]
Skip nonsense screenshots when no theme is loaded
Change-Id: Ida91a9f75c6d36009c3b3e95b4117a2f1ba28502
Artur Signell [Fri, 4 Sep 2015 07:02:49 +0000 (10:02 +0300)]
Find the Grid again after changing theme as the whole UI is re-created
Change-Id: I3b77239d86b00541cd26be27dac067e043ea873b
Artur Signell [Thu, 3 Sep 2015 07:34:03 +0000 (10:34 +0300)]
Use correct month names with Java 8 (#18760)
Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
Artur Signell [Tue, 14 Jul 2015 16:20:38 +0000 (19:20 +0300)]
Update to TestBench 4.0.3
Change-Id: I0aaf02f57681804c380102d0078a3896f670d859
Teppo Kurki [Thu, 27 Aug 2015 13:55:03 +0000 (16:55 +0300)]
Do not open detail row if generator is the NULL one (#18663)
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
Artur Signell [Mon, 7 Sep 2015 11:01:18 +0000 (14:01 +0300)]
Fix resynchronize/repaintAll to actually resynchronize again (#18808)
Change-Id: Ia96d89a519b1f453457461e596c51642257c61bb
Manolo Carrasco [Wed, 3 Jun 2015 09:41:59 +0000 (11:41 +0200)]
Grid: touch kinetic scrolling. #18133 #16885
This is a new implementation of scrolling for grid we
have in v-grid.
It uses GWT animations instead of having to deal with
the HTML5 animation framework directly and implements
the concepts of velocity and acceleration.
Change-Id: I2ba7748c0f7a473020fb5bea280b4c4bafab3ba3
Artur Signell [Tue, 1 Sep 2015 17:49:30 +0000 (20:49 +0300)]
Make responsive work in Edge (#18620)
Change-Id: Idb53cf6e8089154ec50979f3cd63faeaac419972
Teppo Kurki [Fri, 28 Aug 2015 06:23:05 +0000 (09:23 +0300)]
Close existing details when the generator is changed (#18664)
Change-Id: Id031ad8ab5d513159e014458e40d35038f98df3d
Henri Sara [Tue, 1 Sep 2015 09:51:01 +0000 (12:51 +0300)]
Add null check to test portlet
Change-Id: I0e89ff093b4a880b03a75aaf605ba55efbd27874
Artur Signell [Mon, 24 Aug 2015 17:02:36 +0000 (20:02 +0300)]
Remove accidentally commited file
Change-Id: I115e964260e575d8378fe44e679785658e96dcb6
Artur Signell [Sat, 29 Aug 2015 17:53:30 +0000 (20:53 +0300)]
Update Atmosphere to fix reconnect problem (#18686)
Change-Id: I53ff3bc7d83bd15b24fdafcee83cd0f2555c440b
Sauli Tähkäpää [Tue, 25 Aug 2015 19:58:09 +0000 (22:58 +0300)]
Enable overriding Grid style variables in Runo and Reindeer. (#18581)
Change-Id: I099d3d6de4a211b18699726a11bffa3188e21f51
Leif Åstrand [Sat, 29 Aug 2015 11:58:02 +0000 (14:58 +0300)]
Convert test to JUnit 4
Change-Id: I790b7b963e906d42060aa4bdc0c2403e3234a217
Johannes Dahlström [Fri, 28 Aug 2015 13:03:11 +0000 (16:03 +0300)]
Improve build and publish reports
- Add link to closed fixed but not released/pending tickets
- Ignore empty @since in /result/ paths
- Add link to public Maven repository
Change-Id: I885a5764901bfa063fd3332121d54077049ddd35
Teemu Suo-Anttila [Fri, 28 Aug 2015 11:13:51 +0000 (14:13 +0300)]
Add result folder creation to publish report generator
Change-Id: Icdc71f7e5707cfb985c8b54f3172c332ea21ad1e
Artur Signell [Tue, 25 Aug 2015 11:18:46 +0000 (14:18 +0300)]
Do not include Chrome version in test output
Change-Id: I52c1adaa140f8ac213283efd037f3a9736b48f6b
Artur Signell [Wed, 8 Jul 2015 17:04:43 +0000 (20:04 +0300)]
Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)
Change-Id: I138eef2ff9b1660dd545baee5df315ff135e0a91
Artur Signell [Mon, 24 Aug 2015 18:13:14 +0000 (21:13 +0300)]
Measure width exactly to avoid white padding at the right edge (#18648)
Change-Id: Iaeb5fc84f08746967f664466c3e2e7d09d76e0cc
Artur Signell [Mon, 27 Jul 2015 18:48:32 +0000 (21:48 +0300)]
Make checkbox inline-block like all other widgets (#18518)
Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
Artur Signell [Tue, 14 Jul 2015 15:04:09 +0000 (18:04 +0300)]
Resynchronize everything after theme change (#18478)
Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd