]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2013-03-05 Artur SignellCatch NoSuchFieldException instead of NoSuchFieldError...
2013-03-05 Artur SignellLog errors as errors and not normal messages (#11251)
2013-03-04 John AhlroosFixed scrolling jumping up to first row when adding...
2013-03-04 Leif ÅstrandUpdate test to use default classloader instead of null
2013-03-01 Leif ÅstrandAdd bootstrap performance measuring support (#11188)
2013-03-01 Artur SignellAvoid running test runner as a test
2013-03-01 John AhlroosPrevent NPE when a SCSS file is not found #11099
2013-03-01 Henri SaraMake SassLangTestsBroken pass iff the CSS and SCSS...
2013-03-01 John AhlroosReverted Tree memory leak fix since it is breaking...
2013-02-28 John AhlroosRevert "Made UI focusable again (#11129)"
2013-02-28 John AhlroosFixed BindException when binding nested properties...
2013-02-28 Artur SignellAdded missing license header
2013-02-28 Artur SignellFixed incorrect import (#11129)
2013-02-28 Mikael Grankvist(#10563) Logging now uses parameters.
2013-02-28 Leif ÅstrandFix random error in DelegateToWidget test
2013-02-28 Artur SignellMade UI focusable again (#11129)
2013-02-28 Artur SignellRemoved super class which caused a JUnit3 runner to...
2013-02-28 Artur SignellPrint an error message if the test folder cannot be...
2013-02-28 Artur SignellMade test pass by ignoring irrelevant classes
2013-02-26 Haijian WangFixed several problems related to @extend directive...
2013-02-26 Leif ÅstrandFix typo in #10937
2013-02-25 Leif ÅstrandUse native collections when processing server response...
2013-02-25 Leif ÅstrandDon't generate a set of changed property names (#10954)
2013-02-25 Leif ÅstrandDo @DelegateToWidget based on applicable properties...
2013-02-25 John AhlroosFixed NPE in Tree when calling non-final constructor...
2013-02-25 Leif ÅstrandRemove ApplicationConnection.componentCaptionSizeChange...
2013-02-22 John AhlroosFixed another memory leak in Tree #11053
2013-02-22 Leif ÅstrandUpdate license header
2013-02-21 Leif ÅstrandDefer profiler output (#11098)
2013-02-21 Leif ÅstrandDon't report time spent in getWidget() as part of setCo...
2013-02-21 John AhlroosFixed memory leak in Tree #11053
2013-02-21 Leif ÅstrandFix incomplete commit for (#11092)
2013-02-21 Leif ÅstrandDon't update primary stylename if it's already up to...
2013-02-20 Leif ÅstrandOnly update caption for specific state changes (#11092)
2013-02-20 John AhlroosUpdated merged 6.8 test to work with 7.0
2013-02-20 John AhlroosMerge of (#9940) to Vaadin 7
2013-02-20 Artur SignellEnsure result dir exists before trying to write to...
2013-02-19 Artur SignellEnsure href is not set to "" when target is null (...
2013-02-19 Artur SignellImported and updated release notes builder (#10918)
2013-02-19 Leif ÅstrandProperly detach old connectors for repaintAll response...
2013-02-19 Marko GronroosCreated maintenance release notes for 7.0.x releases...
2013-02-19 John AhlroosRevert merge from 6.8 fixing #8238 since it was causing...
2013-02-19 Leif ÅstrandEnsure there's always a listener on VUI for closing...
2013-02-19 Haijian WangSelector now can begin with a combinator. (Ticket ...
2013-02-19 Haijian Wangmore than expected params in mixin throws IOB exception...
2013-02-19 Artur SignellFixed logic error causing IOException if stream support...
2013-02-18 Artur SignellFixed NPE when TextField value is null (#11021)
2013-02-18 Johannes DahlströmProperly pass the AbstractField internal value to share...
2013-02-18 Leif ÅstrandDon't measure VUI during updateFromUIDL (#11063)
2013-02-18 Johannes DahlströmMerge of second part of (#10513) to Vaadin 7.
2013-02-18 John AhlroosInterim fix for resizing of child component in Absolute...
2013-02-18 Leif ÅstrandOnly add tooltip listeners when needed (#11051)
2013-02-18 Leif ÅstrandCount instances instead of windows and also show the...
2013-02-15 Leif ÅstrandGather more profiling data (#10961)
2013-02-15 Henri SaraRevert "Removed legacy toString implementations as...
2013-02-15 Henri SaraRevert "Made getServlet and getPortlet public (#10882)"
2013-02-15 Leif ÅstrandMerge "Ensure super method is called when iterating...
2013-02-15 John AhlroosEnsure super method is called when iterating children...
2013-02-15 Johannes DahlströmMerge of first part of (#10513) to Vaadin 7.
2013-02-14 Johannes DahlströmMerge "Merge of (#6160) and (#10470) to Vaadin 7."...
2013-02-14 Johannes DahlströmMerge of (#6160) and (#10470) to Vaadin 7.
2013-02-14 Leif ÅstrandMerge "Removed invalid and unnecessary clicks from...
2013-02-14 Artur SignellFixed resetting link target and updated javadoc (#10543)
2013-02-14 Artur SignellFixed problem with removing the icon from a Button...
2013-02-14 Haijian WangAdded back previous removed test due to #9870 to pass...
2013-02-14 Henri SaraMerge "SASS fails to parse CSS expression function...
2013-02-14 Haijian WangSASS fails to parse CSS expression function. (Ticket...
2013-02-14 Leif ÅstrandMerge "Removed artifical slowdown which should no longe...
2013-02-14 Leif ÅstrandMerge "Fixed NPE when a connector is no longer availabl...
2013-02-14 Henri SaraMerge "Update license header" into 7.0
2013-02-14 Leif ÅstrandUpdate license header
2013-02-14 Haijian WangParseException does not output file name (Ticket #10967)
2013-02-13 Artur SignellRemoved invalid and unnecessary clicks from test
2013-02-13 Artur SignellFixed NPE in test when value is null
2013-02-13 Artur SignellRemoved artifical slowdown which should no longer be...
2013-02-13 Henri SaraMerge "Sass replaces variables based on substring match...
2013-02-13 Haijian WangSass replaces variables based on substring matches...
2013-02-13 Haijian WangPaser doesn't know CSS 'lem' and 'rem'. (Ticket #11024)
2013-02-13 Artur SignellFixed NPE when a connector is no longer available ...
2013-02-13 Artur SignellMerge "Add lightweight profiling (#10961)" into 7.0
2013-02-13 Leif ÅstrandMerge "Handle OutOfSync by resyncing automatically...
2013-02-13 Leif ÅstrandAdd lightweight profiling (#10961)
2013-02-12 Henri SaraMerge "Referencing multiple params in multiple lines...
2013-02-12 Haijian WangReferencing multiple params in multiple lines inside...
2013-02-12 John AhlroosFixed ColumnDragColumn test which was failing after...
2013-02-12 John AhlroosMerge "Set the overlay container width and height to...
2013-02-12 Henri SaraMerge "pseudo-class css selector fails the parser....
2013-02-12 Leif ÅstrandMerge "Since #10312 Table wraps a conversion exception...
2013-02-11 Haijian Wangpseudo-class css selector fails the parser. (Ticket...
2013-02-11 Artur SignellSince #10312 Table wraps a conversion exception in...
2013-02-11 Artur SignellRedirect jetty output and logs to the results folder...
2013-02-11 Artur SignellHandle OutOfSync by resyncing automatically (#10780)
2013-02-11 John AhlroosFixed close icon too high in tabsheet when using IE9...
2013-02-11 Johannes DahlströmSet the overlay container width and height to zero...
2013-02-08 Anna KoskinenMerge of comment clarification to Vaadin 7.
2013-02-08 Artur SignellMerge "Add "v-overlay-container" class name to the...
2013-02-08 Johannes DahlströmAdd "v-overlay-container" class name to the overlay...
2013-02-08 Artur SignellAvoid markAsDirty for getters (#10977)
2013-02-08 Henri SaraMerge "Do not throw NPE when asking for a null property...
2013-02-08 Artur SignellFixed race condition in upload (#10942)
next