summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into valo7.3.0.alpha2Henri Sara2014-05-168-122/+106
|\ | | | | | | | | | | | | This change does not include all release notes updates from master. Change-Id: I209dc06d03d4541ac33746d1161630f0ca8ae5d9
| * Disable authors because of build agent problemsArtur Signell2014-05-141-6/+0
| | | | | | | | Change-Id: I5426d8a85f7b57193c1bbfe201258a09f93b54cb
| * Mention dnd on IE touch devices in known issues (#13612)Jonatan Kronqvist2014-05-121-0/+4
| | | | | | | | Change-Id: I15297c2d0862f3b8c0c5603b06f6e37706872752
| * Added link to ticket for the Firefox reconnect issue (#13612)Jonatan Kronqvist2014-05-121-1/+3
| | | | | | | | Change-Id: I2eac5ab68479420beacef2d746f69e955becc397
| * List authors in release notes (#13612)Artur Signell2014-05-121-0/+6
| | | | | | | | Change-Id: I51960e9345ff233e29289b33d3224e03d866d463
| * Show badges in release notes (#13612)Artur Signell2014-05-122-3/+41
| | | | | | | | Change-Id: I6109cda80251b343999b75f51ffecf6a9bbbd6a2
| * Make touch actions disabled on some CSS classes (#13368)Teemu Suo-Anttila2014-05-093-1/+8
| | | | | | | | | | | | | | This makes Slider, SplitPanels and DragAndDrop anywhere except Table work on IE and touch screen. Change-Id: I1c710a14fc3957c81ade07fd2a3de1e4b6feec1a
| * Update the release-notes (#13612)Jonatan Kronqvist2014-05-091-128/+24
| | | | | | | | | | | | | | | | | | | | | | | | * Removed the "Tools have been updated for Vaadin 7.2 with the following changes:" * Removed the security fix notice for 7.1.11 * Removed the text about using the experimental Eclipse plug-in * Specify that 7.2 is a minor release * Clarified the known issues section * Listed Windows Phone 8 in supported devices * Replaced vaadin.com/pro-account with vaadin.com/pro-tools and vaadin.com/support Change-Id: I8e03b65453419c9cb9f4570067675156f2be76fe
| * Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-051-78/+85
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.properties client/src/com/vaadin/client/ApplicationConnection.java client/src/com/vaadin/client/extensions/ResponsiveConnector.java server/src/com/vaadin/server/Responsive.java Change-Id: I49f90521611d1b86704a60c3d003cdeea9c3b864
| | * Add WebSphere Portal to supported portals in release notes7.2.0.beta1Jonatan Kronqvist2014-04-161-0/+1
| | | | | | | | | | | | Change-Id: I2ffadb382d1c8ca42f1525c24c51a441a67404f6
| | * Add a section on incompatible changes to release-notes (#13502)Jonatan Kronqvist2014-04-151-12/+60
| | | | | | | | | | | | Change-Id: I73cc9c7b5509dff0cb5376af9bf4b0ef572add05
| | * Update release-notes for 7.2.0.beta1Jonatan Kronqvist2014-04-151-66/+24
| | | | | | | | | | | | Change-Id: I1232c72c3dd8eca5d6223aa9858dac22a5f7817e
| * | Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-301-0/+5
| | | | | | | | | | | | Change-Id: I3407555739ff443055e2e61aa14327d44a65cd8e
| * | Modified vaadinBootstrap to send v-loc as POST instead of GET (#13685).Tapio Aali2014-04-291-24/+26
| | | | | | | | | | | | | | | | | | | | | Since there seems to be no difference, moved also almost all other parameters from GET to POST for consistency. Change-Id: I528963c4c832339a9853fbee97cebcb8fabb35e1
| * | Fix missing TreeTable column lines in IE8 (#12989)Juuso Valli2014-04-251-1/+0
| |/ | | | | | | Change-Id: Iddc6ecd5f455d28a43a67cdbf22cf81dbf3a6a5b
* | Move debug window styles from theme to widgetsetJouni Koivuviita2014-05-098-655/+0
| | | | | | | | | | | | | | | | | | | | Fixes #13563 and #10356 Debug window styles are only downloaded and injected to the page if productionMode==false and ?debug parameter is present and not in ‘quiet’ mode Change-Id: I3ac588745f4702a1cc0473b95806877cbf7062ad
* | Added default link styles to a tagsJouni Koivuviita2014-05-071-27/+31
| | | | | | | | | | Fixes #13680 Change-Id: If73e596bf65bb589ee7037dbccbdd3fbd884dbff
* | DragAndDropWrapper styles implementedJouni Koivuviita2014-05-071-3/+116
| | | | | | | | | | | | Fixes #13674 Change-Id: Id21a8e31ec09617b902ef6deca04889c926b3367
* | Fixed menubar active style border-radiusJouni Koivuviita2014-05-021-1/+2
| | | | | | | | Change-Id: Iad8ed087d66793555561dd8250524ea291ee7707
* | Fixed date field height for different unit sizesJouni Koivuviita2014-05-021-20/+21
| | | | | | | | Change-Id: I61397e03f1bec400908c6eb496f3f2815683d38e
* | Fix native button heightJouni Koivuviita2014-04-301-1/+1
| | | | | | | | | | | | | | line-height: inherit ends up as 0 since component containers have line-height: 0; applied. Change-Id: Ifc86934dc68d938a4c8ba6732106f3562dda06a4
* | Removed 'v-' prefix from the main Valo mixinJouni Koivuviita2014-04-292-2/+2
| | | | | | | | | | | | Related to #13686 Change-Id: Ib8105b4b314ff0a82408de39d4d9206dff00c242
* | Replaced 'v-valo' prefix with just 'valo'Jouni Koivuviita2014-04-2957-661/+661
| | | | | | | | | | | | | | | | Mass find-and-replace, tested that the theme works as before. Fixes #13686 Change-Id: I99dfed995f288d1b37a1ac425932bba95dfae994
* | Updated license.html and release-notes.htmlJouni Koivuviita2014-04-162-80/+80
| | | | | | | | | | | | | | | | | | | | | | Added a license notice to license.html of each font that is bundled in Valo. Modified release notes to mention Valo (removed enhancement notes that relate to previous release) and wrote a short how-to for using Valo in the alpha releases. Change-Id: I68b32856a3c5317635a40d9a0460be18d82be555
* | Prefixed all Valo-specific 'property values' with 'v-'Jouni Koivuviita2014-04-1611-18/+22
| | | | | | | | | | | | | | | | | | | | | | Bevel and shadow substitute values 'hilite' and 'shade' are now 'v-hilite' and 'v-shade'. 'focus-color' is also now 'v-focus-color'. Gradient style are now 'v-linear' and 'v-linear-reverse' Change-Id: I003997d3fea076d7fec45cb95e70c27a81de625e
* | Initial commit of Valo (from original repo at ↵Jouni Koivuviita2014-04-11296-0/+11711
|/ | | | 60e2fa9ea119d24bb2421d3671a8cb87d6754e8b
* Update 3rd party license information (#13449)Jonatan Kronqvist2014-04-111-1/+10
| | | | Change-Id: Ib168ea79f80abefb140f1e64e239b5520d0fd3bd
* Merge changes from origin/7.1Build Agent2014-04-071-1/+4
|\ | | | | | | | | | | 86a5f5a Selectors based on Reindeer.LAYOUT* are added for absolute layout (#11042). Change-Id: I2d607475c63e97c312a97ddd6b41d38c66a35ec6
| * Selectors based on Reindeer.LAYOUT* are added for absolute layoutDenis Anisimov2014-04-021-1/+4
| | | | | | | | | | | | (#11042). Change-Id: I34b5d95cfa82bf5cfc94cb1f7387b343fa23a302
* | Merge changes from origin/7.1Build Agent2014-03-311-1/+2
|\| | | | | | | | | | | d0bc54b Prevent popup open when datafield is disabled (#13508). Change-Id: I3f15fa2d0774dfa0c91312d79822be94afcb0d34
| * Prevent popup open when datafield is disabled (#13508).Denis Anisimov2014-03-311-1/+2
| | | | | | | | Change-Id: I5bb3ec24ad15d832a43998a4cee49a61ae81562e
* | Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* | Merge changes from origin/7.1Build Agent2014-03-281-69/+0
|\| | | | | | | | | | | | | 4f7fc2d Fix invalid copyright header 43b8ca5 Remove unnecessary Webkit scrollbar test Change-Id: I6153a89f689818fa9f612d4b22303f7d4030fa6d
| * Remove unnecessary Webkit scrollbar testTeemu Suo-Anttila2014-03-201-69/+0
| | | | | | | | Change-Id: I58c8216b35355c3e84ab0b31300988a0957c1b85
* | Integrate the Responsive add-on #12394Jonatan Kronqvist2014-03-251-0/+92
| | | | | | | | | | | | Also fixes https://github.com/vaadin/responsive/issues/10 Change-Id: Id22d071529c91d6462f1dceaf169c9d4be69d86f
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-184-128/+0
| | | | | | | | | | | | This reverts commit 4420f52578e245045677f88852f1ba3f405e88a3. Change-Id: I06effe06f245baaeb499071917c359eb34cc55ea
* | Merge branch 'master' into gridLeif Åstrand2014-03-184-0/+128
|\ \ | | | | | | | | | Change-Id: Ia9d156009a3f1b4e61f12eb415040670a52d7876
| * | Makes Escalator autodetect the initial row height (#13239)Henrik Paul2014-03-112-1/+12
| | | | | | | | | | | | Change-Id: I0511bcf6814fa33d558712da2bc112b545468153
| * | Merge branch 'master' into gridHenrik Paul2014-03-0316-77/+615
| |\ \ | | | | | | | | | | | | Change-Id: I2f1134ce1bd5e8dbb183881fc69120e964271245
| * \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-127-2/+160
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I8f1f412eeb450688bba58b715eba6db9e4ae43ae
| * | | | Cells should not overflow #12645John Ahlroos2014-01-151-0/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I5683fe14bc695488f398af2f8e7faf39bbbb2f9f
| * | | | Support primary style names in Escalator and Grid #13058John Ahlroos2013-12-102-0/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I8fa99a96c2120583bb1ecd152f8f337aef702614
| * | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-041-0/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: I2502ed31f81326b2e32a03ad34c289a5bf7bd2b5
| * | | | | Support OSX's hiding scrollbars (#12645)Henrik Paul2013-11-211-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If5df6a7651482a33558088398330fd73a4d43645
| * | | | | Merge branch 'master' into gridJohn Ahlroos2013-11-2010-12183/+177
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f669ec38c39a42d1ef2a25121b77aab31551863
| * | | | | | Add column freezing to Escalator (#3087)Leif Åstrand2013-11-141-6/+9
| | | | | | | | | | | | | | | | | | | | | Change-Id: I9943b20ca2568c353c90dec598534fbb5ab58203
| * | | | | | Implement escalator pattern for widget (#12645)Henrik Paul2013-11-081-14/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibdc5a5162ae88e886e74d93f3f75f4ea3c6dab89
| * | | | | | Initial escalator commit (#12645)Henrik Paul2013-10-092-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibd0ac2896e12b99ddebdc26674a2dfced486c49a
* | | | | | | Mention Tomcat 8 and Wildfly 8 as supported (#12329, #13384)Artur Signell2014-03-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic06fa56cc6933578ead53652d3c6c339d62ee17e
* | | | | | | Merge changes from origin/7.1Build Agent2014-03-101-2/+7
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dd5698f Revert "Fix displaced TabSheet caption icon in Chrome" 2d8ec53 Fix TabSheet caption icon alignment on Chrome and Safari (#13077) 1e22aaf Added nojavadoc parameter, test-server, test-tb2, test-tb3 targets. Change-Id: Ibc8421d3e3c037c01f31e168ce79baf20ef61684