summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Build uitest war with mavenTeemu Suo-Anttila2016-04-1584-3034/+0
| | | | Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-0/+14
|\ | | | | | | Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
| * Make it possible to intercept RPC calls without copy/pasteArtur Signell2016-03-051-0/+14
| | | | | | | | Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
| * Omit timings in production mode (#19644)Henri Sara2016-03-011-0/+2
| | | | | | | | | | | | | | | | * UIDL responses only include server side timing information when not in production mode. * Update documentation accordingly. Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
| * Use @Inherited for annotations that have inherited semantic (#12351).Denis Anisimov2016-02-291-0/+2
| | | | | | | | Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
| * Remove JSON license references as org.json is not in use anymore (#19543)Artur Signell2016-02-291-20/+0
| | | | | | | | Change-Id: Ia0fa238dfb743293f742a979a06c31ffd6350e4f
* | Remove unused WebContent filesTeemu Suo-Anttila2016-04-0224-4613/+0
| | | | | | | | Change-Id: Id6cfe6c8e971e4a203844fe29ca743fa7246d01f
* | Build vaadin-themes with mavenTeemu Suo-Anttila2016-03-291090-31487/+0
| | | | | | | | Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
* | Use Maven to build vaadin-pushHenri Sara2016-02-291-10/+0
|/ | | | Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
* Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)Marlon Richert2016-01-212-2/+8
| | | | Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
* Always stick Grid column resize handle to the right edge (#19409)Johannes Dahlström2016-01-071-7/+1
| | | | Change-Id: I329bc5ae8138be731770211e995225cb3ca4fc76
* Update to Font Awesome 4.5.0Artur Signell2015-12-304-24/+39
| | | | Change-Id: Ied7437e43dee81671c6b36dd7f860cf9bdf7fb68
* Fix typo in release notesHenri Sara2015-12-231-1/+1
| | | | Change-Id: I4c49cf6d744fdc7792a5448f94df58eab3847343
* Update supported versions in release notesHenri Sara2015-12-221-4/+4
| | | | Change-Id: I9376019c353f511ea799866587512ccbf1a7a584
* Disable long tap support on iOS (#19367)Henri Sara2015-12-211-0/+2
| | | | | | | | | Long tap causes problems in embedded browsers on iOS (text selection is performed and/or the OS native context menu is shown). The support should be re-enabled in the future (see #19406). Change-Id: I842df12675482c8e529e8bb061958414cc8c0b90
* Fix left padding for ComboBox inside Grid editor (#16838)Marlon Richert2015-12-211-0/+1
| | | | | | | | | This fix applies especially to the themes Base, Chameleon and Runo. Reindeer and Valo were already covered by earlier changes. Filed #19407 for fixing incorrect positioning of DateField button in Base theme. Change-Id: Iefda0d23b93c74274ad83c60907c0198e5c2f237
* Increase grid column resize handle width (#16838)Marlon Richert2015-12-185-10/+42
| | | | Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
* Repackage spinner.gif to reduce sizeTeemu Suo-Anttila2015-11-261-0/+0
| | | | Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
* Remove border on immediate child cells only on Valo. (#18787)Sauli Tähkäpää2015-11-171-1/+1
| | | | Change-Id: I87825ea46fbcea98b054d3dc2eb3fe80781a9d48
* Changed grid sidebar to overlay (#18698)mtzukanov2015-11-031-0/+4
| | | | | | | | | Previously grid sidebar could be partially hidden by "overflow: hidden" of an ancestor component. Now it's in an overlay and the hierarchy doesn't affect it. Grid tests were also updated for new DOM structure. Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
* Force FormLayout children to shrink with the layout (#11154)Leif Åstrand2015-11-032-0/+2
| | | | | | | | | | | 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
* Release notes: add enhancements for 7.6Henri Sara2015-10-291-3/+11
| | | | Change-Id: I24c47abe189c3733e955e261dbf5d584f46d75b4
* Prevent text selection when drag-resizing Grid columns (#16838)Johannes Dahlström2015-10-281-0/+7
| | | | | | This patch uses CSS user-select and therefore does not fix IE 8 and 9. Change-Id: If9f462d97b9417b3d14f37d1e7f0cedba018be37
* Let column resize handle overflow its parent (#16838)Johannes Dahlström2015-10-281-3/+10
| | | | Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
* Fix Grid headers and Footers in Runo theme (#19141)Teemu Suo-Anttila2015-10-151-0/+4
| | | | Change-Id: I76dcd437456351a8d5b0fffab6cc8bbfec6c2638
* Update release notes for Jsoup, Declarative and ContextClick changesTeemu Suo-Anttila2015-10-131-0/+6
| | | | | | | | | | | Jsoup binary incompatibility between different versions. Declarative default prefix is "vaadin-", not "v-". ContextClickEvents added, specialised for Grid, Table, TreeTable and Tree. Change-Id: I6de7a35b52cbacb886753012b2ed5ecab46a4ed0
* Mention reversed attach event order in release notes (#16348)Johannes Dahlström2015-10-131-0/+4
| | | | Change-Id: I2f0c430deb6184890085e70ecbcd976c37a41d89
* Update FontAwesome to 4.4.0 (#14555)Artur Signell2015-10-094-464/+600
| | | | Change-Id: Ibc7d174970c154fce730341a8cfc240b8072633e
* Add handles to Grid default header for column drag resize (#16838)Patrik Lindström2015-10-071-0/+22
| | | | Change-Id: If8399a13585ae691ea3b3ee4a41a1a38b342adb9
* Change ValoIcons to ThemeIcons and moved to base (#18472)Artur Signell2015-10-0721-31/+40
| | | | Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-051-0/+1
| | | | Change-Id: I03091a3a7a22a921c127ed0b37fe792871ba5edd
* Create a Valo icon font for icons used in Valo (#18472)Artur Signell2015-09-3020-32/+91
| | | | | | | | | | | | | | Valo uses only a handful of icons from Font Awesome. This change introduces a separate icon font for valo (9KB instead of 80KB) and decouples Valo from Font Awesome to enable updating Font Awesome without taking Valo into account. This change also makes it easy to not load Font Awesome when using Valo by setting $v-font-awesome:false For backwards compatibility, Font Awesome is loaded by default Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
* Set opacity for disabled Grid in Valo. (#18661)Sauli Tähkäpää2015-09-291-0/+4
| | | | Change-Id: I6fe834c6a7ce7695f065d7385f3b6dc1940864a1
* Use a suitable z-index for valo-menuitems overlay (#18869)Matti Tahvonen2015-09-281-1/+1
| | | | | | | 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
* Hide global "define" from push scripts (#18999)Leif Åstrand2015-09-241-0/+2
| | | | Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
* Removes .v-ui wrapping from valo-menu-responsive for (#18961)Marc Englund2015-09-241-1/+1
| | | | | | | Removing .v-ui wrapping makes valo-menu-responsive usable anywhere on the page (not just top-level). Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
* Fix missing @since, update release notes7.6.0.alpha6Teemu Suo-Anttila2015-09-231-110/+42
| | | | Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b
* Fix Grid unbuffered validation error area theme (#18812)Teemu Suo-Anttila2015-09-161-0/+7
| | | | Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-141-0/+4
| | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-0/+2
| | | Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+1
| | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* Revert "Fix Grid unbuffered editor validation error area theme (#18812)"Teemu Suo-Anttila2015-09-091-1/+0
| | | | | | | | This CSS fix was only partial fix and caused a regression. A better solution is needed. This reverts commit 6efaefd9f0f0a607b579872b261a41b8e526ff60. Change-Id: Ie99d12357a8098d8bded94ee1fe26e353bad0cf5
* Update release notes7.6.0.alpha5Mika Murtojarvi2015-09-081-12/+6
| | | | Change-Id: I4426743500a8feb27eda0f5d22f1601fcad7f2ab
* Hide reconnect spinner completely in all themes when giving up (#11733)Artur Signell2015-09-081-3/+2
| | | | Change-Id: I5db94e40b56aa73c15e9deccc86b0852ec45cde8
* Fix Grid unbuffered editor validation error area theme (#18812)Teemu Suo-Anttila2015-09-071-0/+1
| | | | Change-Id: I0257558f97312a28639773ded12e732fea6f1327
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0440-221/+471
|\ | | | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
| * Support suspend timeout for long polling (#18550)Artur Signell2015-09-031-0/+15
| | | | | | | | Change-Id: I1dc35f060b255baff4d28a815414836d4852218b
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-011-0/+2
| | | | | | | | | | | | | | This patch removes all selection related variables and API from several core parts of Grid. Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
| * Remove accidentally commited fileArtur Signell2015-08-311-22/+0
| | | | | | | | Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
| * Enable overriding Grid style variables in Runo and Reindeer. (#18581)Sauli Tähkäpää2015-08-312-21/+21
| | | | | | | | Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee