]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-06-14 Leif ÅstrandChange package name in js file not changed by previous...
2012-06-14 Leif ÅstrandAdd shorthand for removing an Extension from its target...
2012-06-14 Leif ÅstrandRequire all Connectors to be either Components or Exten...
2012-06-14 Leif ÅstrandFile missing from previous commit (#6690)
2012-06-14 Leif ÅstrandTweaks to Extension API based on review (#6690)
2012-06-12 Leif ÅstrandRefresh row cache in requestRepaintAll to avoid partial...
2012-06-12 Leif ÅstrandTest app for #8714
2012-06-12 Leif ÅstrandRename feature -> extension in test classes
2012-06-12 Henri SaraNavigator API changes based on review (#8859)
2012-06-12 Henri SaraSome Navigator API changes based on review (#8859).
2012-06-12 Leif ÅstrandFix typo
2012-06-12 Leif ÅstrandChange api to use callback instead or rpc for js callba...
2012-06-12 Leif ÅstrandCall request repaint after manually triggering rpc...
2012-06-12 Leif ÅstrandFix typo
2012-06-12 Leif ÅstrandAdd support for simplified RPC communication with JS...
2012-06-12 Leif ÅstrandShow better message when RPC method is not found
2012-06-12 Leif ÅstrandSupport sending raw JSON values (#8888)
2012-06-11 Leif ÅstrandInitial javascript callback support (#6730)
2012-06-11 Leif ÅstrandInitial support for javascript components (#8888)
2012-06-11 Leif ÅstrandRename addExtensionTo -> attachTo (#6690)
2012-06-11 Leif ÅstrandSupport generics when decoding Set (#8879)
2012-06-09 Leif ÅstrandAdd a way for an extension to add itself to a connector...
2012-06-09 Leif ÅstrandRemove reference to old "feature" name (#6690)
2012-06-08 Leif ÅstrandFix broken error tooltips in FormLayout (#8794)
2012-06-08 Leif ÅstrandUse generic parameter types for server->client RPC
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...
next