summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
| * | | | | | Fix TabSheet caption icon alignment on Chrome and Safari (#13077)Teemu Suo-Anttila2014-03-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8cc0eb2796a328c1996417014833020319428b61
| * | | | | | Revert "Fix displaced TabSheet caption icon in Chrome"Henri Sara2014-03-061-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 46675661cd95f61e3173f33e7dcfeb32bc377f41. Change-Id: I8813e162aad46bff6f1424d0dec54342b53a45b5
* | | | | | | Merge changes from origin/7.1Build Agent2014-03-051-0/+1
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 372b64b Add javadoc for @DelegateToWidget (#10980) db79438 Refactored TB3 test ip address whitelisting. bc80f83 Refactored VerifyJreVersion test to TB3. 4667566 Fix displaced TabSheet caption icon in Chrome 0246928 Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688) Change-Id: I697900c560266cdb422ae536fe32c267e29adba8
| * | | | | Fix displaced TabSheet caption icon in ChromeTeemu Suo-Anttila2014-03-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id3183b735ae911374d1a8821cd67b5abd1c094d5
* | | | | | Fixed invalid HTML/XMLArtur Signell2014-02-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icd9e30e54e5353277e4c5406269613cbb8a37414
* | | | | | Font icon support (#13152)Marc Englund2014-02-209-1/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed Icon to ImageIcon Change-Id: I608815f17a3651b205fed81b5294385df0d68802 Extracted the abstract client-side Icon class Change-Id: Ic32e270595a5796d0bbd1dd31f34282b56672aa9 Created the FontIcon class Change-Id: Iad13871e7bf1807dee2c538c76306d4620191f5e Renamed AbstractComponentConnector.getIcon to getIconUri Change-Id: I6953ab79661993b561655d483c1bd013b66407f3 Added the AbstractComponentConnector.getIcon method Change-Id: I6fb91dc643fb09da3ba53666b1a8a289901702e3 Refactored getIcon Change-Id: Ibae39e66d0fb8449e20ac5209eb8c18b6ada4387 Made all existing uses of Icon compatible with FontIcons Change-Id: I8f28ec5254f2e5282a887519d3f44bc1e27aba72 Initial server-side support for font icons - does not include an actual icon set yet (#13152) Change-Id: Ie6c09b17dd577c726e0efc13567749f6f4d56d8d Changed server side FontIcon URI generation to match the correct scheme Change-Id: I3628b930b310b3f285bc58a3f471e31e641d307e Initial server-side icon font (FontAwesome) with scss - to be considered placeholder for testing (#13152) Change-Id: I361e62aba0d943a736471824e149d65c7eea9c76 Changed the FontIcon URI scheme Change-Id: I15c92f6bb3d0aa0a800f3f0bfa80419979453e17 Added FontIcon support to AbstractOrderedLayoutConnector Change-Id: I3b2b45b22d29622fd888dbe922aa0cc8a718104d Added FontIcon support to table items Change-Id: Id22ce94c96a892420aab1e39663688fc9f3bc282 Added FontIcon support to OptionGroup items Change-Id: Ie08bef688f6802182ef5f8b2bf82cf8b1f9096bb Switched to openly use FontAwesome (#13152) Change-Id: I18c3325ce93915b7fd6e338c8c293a89711277bc VaadinIcons are now FontAwesome (#13152) Change-Id: I0ab2a80735cbf08b6e33d358e3e8c6a205626fc4 VCaption does not longer set icon to 0x0px if it's a FontIcon (#13152) Change-Id: Ibcd96e0f79f0adf2e217a8580d17f1cc93705710 Fixed typo in @font-face, removed .otf (#13152) Change-Id: I698ca32c560e5f198c32a6c44f7884d3030ee610 Make font icons behave more like img (display:inline-block) (#13152) Change-Id: Ic79186c90f1fc566deae1f4d8d4ba2c21d89a42e
* | | | | | Merge "Merge changes from origin/7.1"Jonatan Kronqvist2014-02-131-1/+39
|\ \ \ \ \ \
| * | | | | | Merge changes from origin/7.1Build Agent2014-02-131-1/+39
| |\| | | | | | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 98aff2b Fix caption lost issue related to focus changing (#12967) af96612 Test using Tomcat 7 behind Apache proxy (#13302) ad49fe3 Test using Wildfly 8 (currently CR1) (#13167) 6d8b9e5 Servlet test for push with default parameters (#13299) d88e409 Added proper escaping to OptionGroup item icon URLs (#13310) e680b8f Changed getAbsoluteUrl to use the correct escaping method (#13311) fe6ea57 Release notes updated to describe #13310 #13311 ef208a6 Javadoc formatting fixup Change-Id: I9cedc16c69b25cc89dd4e4a6812d29019e6e0e0a
| | * | | | Release notes updated to describe #13310 #13311Marc Englund2014-02-111-1/+39
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1b612a74f2f8717f98a3dca81489425686237f7
* | | | | | Add a custom icon for the TestBench debug tab (#12479)Jonatan Kronqvist2014-02-135-73/+31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Updates the font icon files to add the official TestBench icon Change-Id: I6f417aea761c5b2320c69d36f0616e1d746224a0
* | | | | Merge branch 'testbench4' into masterJonatan Kronqvist2014-02-101-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ia036030703538e2110d656b4b35d210147edb961
| * | | | | Implement TestBench4 features in debug window (#12694)Patrik Lindström2014-01-291-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done: - VaadinFinderLocatorStrategy returns optimal paths for any Widget selectable by it. - TestBenchSection of the Debug Window picks and clears as expected. - Debug Window no longer presents user with a widget hierarchy - Translation from VaadinFinderLocatorStrategy query strings to ElementQuery API calls (should be done in SelectorPath.java) - Make SelectorPaths change background color when hovered Change-Id: Ie122f962a319ddf560fa9ac4f6bc57f32a120f91