summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-0148-366/+915
|\ | | | | | | Change-Id: Ifdc095169c31731cb013727f14d92839ecc775db
| * Avoid running test runner as a testArtur Signell2013-03-011-0/+1
| | | | | | | | Change-Id: Ifc65b8ffa43dad332b1986348b1fa2841041e5a1
| * Prevent NPE when a SCSS file is not found #11099John Ahlroos2013-03-012-2/+17
| | | | | | | | Change-Id: Id0e0fd6a31f4089228b02bf8b66086d3f3a1727b
| * Make SassLangTestsBroken pass iff the CSS and SCSS do not match.Henri Sara2013-03-011-0/+20
| | | | | | | | | | | | | | This makes builds pass, and gives a clearer message if one of the previously broken tests have been fixed. Change-Id: I6e5b2d9771615abbcb611f28d50ebdefcaa01ae2
| * Reverted Tree memory leak fix since it is breaking Tree filtering in a way ↵John Ahlroos2013-03-011-10/+0
| | | | | | | | | | | | that only can be fixed by introducing new API to Filterable interface and this cannot be done in a maintenance release. #11053 Change-Id: I7967a4dc57ad2d06880917d4756107c3838d8491
| * Revert "Made UI focusable again (#11129)"John Ahlroos2013-02-281-1/+1
| | | | | | | | | | | | This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91
| * Fixed BindException when binding nested properties with ↵John Ahlroos2013-02-282-2/+53
| | | | | | | | | | | | BeanFieldGroup.buildAndBind() #11009 Change-Id: I9bf646b7d8b767c78506a62185ce5dca9dcae7ad
| * Added missing license headerArtur Signell2013-02-281-0/+15
| | | | | | | | Change-Id: I39b55229b63ff377d12956112a4f08c7cbec00ad
| * Fixed incorrect import (#11129)Artur Signell2013-02-281-1/+1
| | | | | | | | Change-Id: I4fa26ebd7814b14b05ade6b809a39123fa95a4c8
| * (#10563) Logging now uses parameters.Mikael Grankvist2013-02-2815-161/+198
| | | | | | | | Change-Id: Icc807cc2eb391fb0118800383fc93d1e23b04570
| * Fix random error in DelegateToWidget testLeif Åstrand2013-02-281-0/+1
| | | | | | | | | | | | | | | | | | | | Because of performance fixes to the handling of @DelegateToWidget handling, the order in which property changes are delegated are no longer deterministic. This patch fixes a bug in the test which caused the update to value4 to be ignored if that was the last property to get delegated. Change-Id: Ie13a125b0d719894391b8ae3c9d2d899b163ebb4
| * Made UI focusable again (#11129)Artur Signell2013-02-281-1/+2
| | | | | | | | Change-Id: I309f00bab9b6779f2667734f2c9623a61d00776f
| * Removed super class which caused a JUnit3 runner to be used (#11184)Artur Signell2013-02-281-4/+2
| | | | | | | | Change-Id: Ib5d639e8c86c19902b77ce4681554065ee9be645
| * Print an error message if the test folder cannot be found (#11184)Artur Signell2013-02-283-3/+14
| | | | | | | | Change-Id: I0642a4a51de5f989811246003415f05688f49f4e
| * Made test pass by ignoring irrelevant classesArtur Signell2013-02-281-0/+5
| | | | | | | | Change-Id: I2b47b1b7e659b1bdd00a7b72347c2ee36c515b23
| * Fixed several problems related to @extend directive (Ticket #10976)Haijian Wang2013-02-2616-22/+277
| | | | | | | | Change-Id: I5e409856601aa514965319453c11946028b08dda
| * Fix typo in #10937Leif Åstrand2013-02-261-1/+1
| | | | | | | | Change-Id: I2a0d65dc966ca1a60b017c0c69884e4ede0dc2d7
| * Use native collections when processing server response (#11100)Leif Åstrand2013-02-251-41/+67
| | | | | | | | Change-Id: I72d39f09606cdd32c50336f6ee3c7a2918310152
| * Don't generate a set of changed property names (#10954)Leif Åstrand2013-02-252-98/+179
| | | | | | | | Change-Id: I4417fe43e41c84b8223debe59f5ff663bbf5f5de
| * Do @DelegateToWidget based on applicable properties (#10954)Leif Åstrand2013-02-253-12/+44
| | | | | | | | | | | | | | This change improves performance by itself and is needed for avoiding the dependency on StateChangeEvent.getChangedProperties() Change-Id: I590bc98e12bbb4ecaaa972b5f49c62dea91ac06c
| * Fixed NPE in Tree when calling non-final constructor #11132John Ahlroos2013-02-251-6/+18
| | | | | | | | Change-Id: Ie2b44368513c9b51c184f473d429ec9d3e56b8c7
| * Remove ApplicationConnection.componentCaptionSizeChanges (#11101)Leif Åstrand2013-02-251-5/+3
| | | | | | | | Change-Id: I636797fca00331ee81c081688f90130f8bd11aef
* | Always use smartsprites ivy.xml from the correct dirArtur Signell2013-03-011-1/+1
| | | | | | | | Change-Id: I8ff81139944d1300ae40a44334d29241ae6d447e
* | Regenerate SCSS parser classesHenri Sara2013-02-283-14233/+12467
| | | | | | | | Change-Id: Ifdd08e5fa83f4e7135150517ebdc0e5ac7ffe963
* | Fix .classpath that was broken in a rebaseHenri Sara2013-02-281-1/+1
| | | | | | | | Change-Id: I4008492c452926bc71aac07bb4431be0c4d1625a
* | support @content directive for Sass compiler (Ticket #10207)Haijian Wang2013-02-2818-1520/+1845
| | | | | | | | Change-Id: I8037e1d64afd1ce2044d89d3bdcf408f6162727c
* | Removed Javascript buider and nature to avoid Eclipse choking on validating ↵Artur Signell2013-02-271-6/+0
| | | | | | | | | | | | widgetset files (#9998) Change-Id: If7a5f258f04ff6ec24e5fd50f575f289f9cfd420
* | support arithmetics in the SCSS compiler (#9354)Haijian Wang2013-02-2717-1461/+2318
| | | | | | | | Change-Id: Ieb7834fb12cdba5c0794a26de20b3c8c2d509642
* | Automatically listen to shutdown port and not not enforce -ea (#9998)Artur Signell2013-02-251-3/+5
| | | | | | | | | | | | | | Relaxed requirement to enable assertions with DevelopmentServerLauncher to make it easier to get started. Changed default to automatically listen to shutdown port 8889. Can be turned of by specifying port -1. Change-Id: Id088b97fb9e8b5e7d9aa3cef874a8d2c02a6ca58
* | Made build process easier for Eclipse users (#9998)Artur Signell2013-02-254-40/+44
| | | | | | | | Change-Id: I486817a75c86292f9637523e9a6808107af49e75
* | Added Eclipse project files (#9998)Artur Signell2013-02-258-22/+374
| | | | | | | | | | | | | | | | | | | | * Defines build path * Defines required Ivy containers * Defines formatter settings * Turns off Javascript nature * Turns off Javascript and HTML validation Change-Id: I9512d189dd93870be4e235481461fdffdb3610b3
* | Merge remote-tracking branch 'origin/7.0'Artur Signell2013-02-2263-2272/+2914
|\| | | | | | | Change-Id: Id48ccb3c400a78cddb8bb5c7bbcf2d65174e59d0
| * Fixed another memory leak in Tree #11053John Ahlroos2013-02-222-3/+34
| | | | | | | | Change-Id: Idf45309b83dfe718fe6e58b6cf57b211eeb9e811
| * Update license headerLeif Åstrand2013-02-222-2/+2
| | | | | | | | Change-Id: Iebd1018e9241b19d054784de482c60fb2a0b7018
| * Defer profiler output (#11098)Leif Åstrand2013-02-211-2/+7
| | | | | | | | Change-Id: Iadf5290175a18663329d9254eca57831236be7c8
| * Don't report time spent in getWidget() as part of setConnectorId()Leif Åstrand2013-02-211-1/+2
| | | | | | | | Change-Id: I1e6953f55836fc832dcd2a02eea60422daaf5c7d
| * Fixed memory leak in Tree #11053John Ahlroos2013-02-212-0/+58
| | | | | | | | Change-Id: I4c58367d4041b5e61989fca5be6b037f7f8e0c01
| * Fix incomplete commit for (#11092)Leif Åstrand2013-02-211-1/+1
| | | | | | | | | | | | This fixes a problem that was accidentally added in commit 25368634 Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795
| * Don't update primary stylename if it's already up to date (#11088)Leif Åstrand2013-02-211-1/+2
| | | | | | | | Change-Id: I059d7ec83f8c4ae43d2ab6e2c80177675c6881d0
| * Only update caption for specific state changes (#11092)Leif Åstrand2013-02-202-2/+28
| | | | | | | | Change-Id: I31dc599f6ce19a0de07a4323b3146c48db0b9d4b
| * Updated merged 6.8 test to work with 7.0John Ahlroos2013-02-202-2/+2
| | | | | | | | Change-Id: I5e44183af9431ba34fb0ecaa353e6b65c2aaeace
| * Merge of (#9940) to Vaadin 7John Ahlroos2013-02-203-9/+94
| | | | | | | | Change-Id: Ie2e53c8cdba20c8265fa04e35e9469b39b21d43e
| * Ensure result dir exists before trying to write to it (#10918)Artur Signell2013-02-201-0/+1
| | | | | | | | Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265
| * Ensure href is not set to "" when target is null (#10543)Artur Signell2013-02-191-1/+5
| | | | | | | | | | | | A link with href="" causes a reload of the page, at least in Firefox. Change-Id: I0d04615b3669d3b7ccab5bf0d45b6a665f32fb1e
| * Imported and updated release notes builder (#10918)Artur Signell2013-02-198-23/+97
| | | | | | | | | | Change-Id: Ie21d448f89d0fab6b7732a0137c80172e9da8e69 Ticket: 10918
| * Properly detach old connectors for repaintAll response (#11067)Leif Åstrand2013-02-193-4/+109
| | | | | | | | Change-Id: I6491a9b30ea4c0e4ff141497b9bd78e5d1c4c98c
| * Created maintenance release notes for 7.0.x releases. #10881Marko Gronroos2013-02-191-941/+82
| | | | | | | | Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32
| * Revert merge from 6.8 fixing #8238 since it was causing issues like #11026. ↵John Ahlroos2013-02-191-0/+8
| | | | | | | | | | | | Should be fixed in another way. (no-merge) Change-Id: I232f55781daf7ab5137f9602d3a3c6c2020c6064
| * Ensure there's always a listener on VUI for closing tooltips (#11051)Leif Åstrand2013-02-191-0/+11
| | | | | | | | Change-Id: I04e8b1777bc4bf4f64371e4b6e6d77f3754162ad
| * Selector now can begin with a combinator. (Ticket #10754)Haijian Wang2013-02-197-1169/+1170
| | | | | | | | Change-Id: Id2f1a006e4caaf790f573ee823fcc41312f30261