]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-06-08 Leif ÅstrandDon't expect type info for Lists, Sets and Arrays ...
2012-06-08 Leif ÅstrandDon't fail if opening tooltip for disappeared component
2012-06-07 Artur SignellMade it possible to override the type of wrapped reques...
2012-06-07 Leif ÅstrandFix broken enums in UIDL message (#8878)
2012-06-07 Leif ÅstrandUse camelCase field names -> JSON more suitable for...
2012-06-06 Leif ÅstrandUse update from deserialize instead of generating the...
2012-06-06 Leif ÅstrandRemove redundant ConnectorMap from JsonEncoder.encode
2012-06-06 Leif ÅstrandChange map serialization to use same scheme as GWT...
2012-06-06 Leif ÅstrandDon't send type info from server to client (#8879)
2012-06-06 Leif ÅstrandPass declared types to JsonDecoder and use them (#8677)
2012-06-06 Leif ÅstrandAdd DiffJSONSerializer for updating existing objects...
2012-06-06 Leif ÅstrandRefactor RpcManager to provide info about parameter...
2012-06-06 Leif ÅstrandExtract duplicated code for decoding collections
2012-06-06 Leif ÅstrandDrop explicit type info from client -> server communica...
2012-06-06 Leif ÅstrandUse UidlValue for sending legacy maps and arrays (...
2012-06-06 Leif ÅstrandWrap variable change data in UidlValue wrapper with...
2012-06-06 Leif ÅstrandAdd missing call to super.detach() (#6690)
2012-06-06 Leif ÅstrandChange widget -> connector in some places
2012-06-06 Leif ÅstrandFix missing licenses and Serializable (#6690)
2012-06-06 Leif ÅstrandRedefine isVisible to not paint dirty detached componen...
2012-06-06 Leif ÅstrandFix some broken hierarchies (#6690)
2012-06-06 Leif ÅstrandFix accidental invalid cast (#6690)
2012-06-06 Leif ÅstrandInitial extension support (#6690)
2012-06-05 Henri SaraDeprecate WidgetSetCompiler, not needed with Java6...
2012-06-01 Artur SignellRepaint when contents changes (#8735)
2012-06-01 Artur SignellRepaint when contents changes (#8832)
2012-05-31 Artur SignellUpdated to be Root-based and added debug ids to ease...
2012-05-31 Artur SignellAdded generic test for FormLayout
2012-05-31 Artur SignellFixed header height by taking padding into account...
2012-05-30 Henri SaraSupport for additional build time non-Ivy JARs in build...
2012-05-30 Leif ÅstrandReduce number of local workers to avoid synchronization...
2012-05-30 Leif ÅstrandIgnore some temp files created when running TestBench...
2012-05-30 Leif ÅstrandMissing test script contents (#7885)
2012-05-30 Leif ÅstrandRemove Table.setLazyLoading (#6010)
2012-05-30 Leif ÅstrandMake clean-all remove screenshot errors
2012-05-30 Leif ÅstrandMove dependency to the target that is not run in parallel
2012-05-29 Leif ÅstrandTest Vaadin 7 using Chrome 19
2012-05-29 Leif ÅstrandVerify that @Widgetset loads the right widgetset (...
2012-05-29 Leif ÅstrandAdd support for building TestingWidgetSet (#8469)
2012-05-24 Henri SaraImplement first version of view and navigation APIs...
2012-05-22 Artur SignellMade it possible to override the type of wrapped reques...
2012-05-15 Leif ÅstrandTest app and script for #8804
2012-05-14 Leif ÅstrandInclude original exception when throwing PaintException
2012-05-13 Artur SignellAdded support for map keys of any type (#8602)
2012-05-13 Artur SignellUpdated AbstractOrderedLayout to no longer use paintContent
2012-05-13 Artur SignellFixed problem with iterator containing null (#8729)
2012-05-13 Artur SignellFix for URL generation in browser details request ...
2012-05-13 Artur SignellTest for portal URL generation for render requests...
2012-05-13 Artur SignellInitialize all variables in constructor instead of...
2012-05-13 Artur SignellAllow creation of stream variables in RenderRequests...
2012-05-13 Artur SignellEncode enum as String for legacy updates to be Vaadin...
2012-05-13 Artur SignellAdded missing license
2012-05-13 Artur SignellWorkaround for incorrect hierarchy (#8797)
2012-05-11 Artur SignellState is now created using generators, removed setState...
2012-05-11 Artur SignellRemoved Safari 4 workarounds
2012-05-11 Artur SignellSend widgetset version with the first UIDL request
2012-05-11 Artur SignellFixed problem with sending null values from the client...
2012-05-11 Artur SignellUpdated Label to use shared state
2012-05-11 Artur SignellAdded support for serializing enums (#8675)
2012-05-11 Artur SignellUpdated Audio and Video to use state
2012-05-11 Artur SignellMoved most of TextField/TextArea/PasswordField paintCon...
2012-05-11 Artur SignellAvoid unnecessary spaces in UIDL
2012-05-11 Artur SignellInitial support for sending difference in state (#8419)
2012-05-11 Leif ÅstrandImproved error message
2012-05-04 Leif ÅstrandAdd $entry to code only present in Vaadin 7 (#8699)
2012-05-04 Leif ÅstrandUpdate dom path for child caption for Vaadin 7
2012-05-04 Leif ÅstrandMerge remote branch 'origin/6.8'
2012-05-03 Automerge[merge from 6.7] Add missing ?restartApplication from...
2012-05-03 Automerge[merge from 6.7] Don't paint references to orphan compo...
2012-05-02 Leif ÅstrandTest using Firefox 12 (#8739)
2012-04-27 Automerge[merge from 6.7] Simplified test case for #8730
2012-04-27 Automerge[merge from 6.7] Improved #8619 fix
2012-04-27 Automerge[merge from 6.7] Fix and test case for #8619: Add sanit...
2012-04-27 Automerge[merge from 6.7] Use equals instead of == to compare...
2012-04-27 Jonatan KronqvistMake sure the request timer is always stopped, better...
2012-04-27 Jonatan KronqvistSimplified fix for #8694
2012-04-26 Johannes DahlströmImproved touch scrolling test application (#8716, ...
2012-04-26 Artur SignellRemoved duplicate code for broken Android detection...
2012-04-26 Artur SignellFunctions for reporting Android and iOS version (#8716)
2012-04-26 Artur SignellJoined MobileOS and OS so only one operating system...
2012-04-26 Johannes Dahlström#8551 Add isAndroid() test
2012-04-26 Johannes DahlströmFix #8551: Notifications are displayed in parts on...
2012-04-26 Leif ÅstrandAdd support for html in buttons (#8663)
2012-04-26 Leif ÅstrandMake new classes serializable
2012-04-25 Marc EnglundFixes #8693 by applying patch, adds automated test...
2012-04-25 Leif ÅstrandExplicitly focus widget when simulating click (#8659)
2012-04-25 Leif ÅstrandMerge remote branch 'origin/6.8'
2012-04-25 Leif ÅstrandAdd test for $entry and make it ignore some false posit...
2012-04-25 Artur SignellAdded v-ios and v-android for mobile devices (#7911)
2012-04-24 Marc EnglundApplied patch provided for #8600 (hasChildren() broken...
2012-04-24 Leif ÅstrandWrap javascript callback entry points in $entry (#8699)
2012-04-24 Leif ÅstrandDon't throw NPE if no connector is found (warning is...
2012-04-24 Artur SignellIncreased debug window default size (#8523)
2012-04-24 Artur SignellFail build if Maven deployment fails (#8638)
2012-04-23 Automerge[merge from 6.7] Fix #8550 in 6.7 after all
2012-04-23 Automerge[merge from 6.7] doUidlRequest() should not set hasActi...
2012-04-20 Automerge[merge from 6.7] Moved Mattis touchscroll fixes to 6.8
2012-04-20 Automerge[merge from 6.7] #8407 Handle the case of a 503 respons...
2012-04-20 Artur SignellAdded test to ensure shared classes are Serializable... 7.0.0.alpha2
2012-04-20 Leif ÅstrandJavadocs for LayoutManager
next