]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2012-01-31 Artur Signell#8169, #8326 Removed SplitPanel and special handling...
2012-01-31 Artur SignellFixed compilation errors
2012-01-31 Artur Signell#8234 Split test drag source and drop target into paint...
2012-01-31 Artur Signell#8324 Split RichTextArea into widget + paintable
2012-01-31 Artur Signell#8324 Updated special cases in widget set
2012-01-31 Artur Signell#8324 Updated server side classes for layouts
2012-01-31 Artur Signell#8324 Split Panel into widget and paintable
2012-01-31 Artur Signell#8324 Split PopupView into widget and paintable
2012-01-31 Artur Signell#8324 Split Form and FormLayout into widget and paintable
2012-01-31 Artur Signell#8324 Split split panel classes into widget and paintable
2012-01-31 Artur Signell#8323 Moved updateCaption from Container to VPaintableW...
2012-01-31 Artur Signell#8324 Split VGridLayout, VHorizontalLayout and VVertica...
2012-01-31 Artur Signell#8324 Split VView and VWindow into paintable and widget
2012-01-31 Artur Signell#8324 Fixed VAbsoluteLayoutPaintable to be a container
2012-01-31 Jens Jansson#8324 Splitted VUpload into Widget and Paintable.
2012-01-31 Jens Jansson#8324 Fixed a reference to VUnkownComponent that should...
2012-01-31 Jens Jansson#8324 Made VOptionGroupBasePaintable abstract as it...
2012-01-31 Jens Jansson#8324 Fixed a reference to VUnkownComponent that should...
2012-01-31 Jens Jansson#8324 Fixed a string reference to VUnkownComponent
2012-01-31 Jens Jansson#8324 Splitted VUnknownComponent into Widget and Paintable.
2012-01-31 Jens Jansson#8324 Splitted VProgressIndicator into Widget and Paint...
2012-01-31 Jens JanssonSplitted VOptionGroupBase, VOptionGroup, VNativeSelect...
2012-01-31 Jens JanssonAdded license comment to VEmbeddedPaintable
2012-01-31 Jens JanssonSplitted VEmbedded to Widget and Paintable.
2012-01-31 Artur SignellFixed paintable vs widget class comparison problem
2012-01-31 Artur SignellMerge branch 'contrib'
2012-01-31 Artur SignellSplit DragAndDropWrapper into widget + paintable
2012-01-31 Artur SignellSplit Tree into widget + paintable
2012-01-31 Artur SignellSplit CustomComponent, CustomField and CustomLayout...
2012-01-31 Artur SignellSplit CssLayout into widget + paintable
2012-01-31 Artur SignellSplit Accordion and TabSheet into widget + paintable
2012-01-31 Artur SignellSplit AbsoluteLayout into widget + paintable
2012-01-31 Artur SignellCrude first implementation of getParentPaintable
2012-01-31 Artur SignellInclude all server side test classes in the test WAR
2012-01-31 Artur SignellRemoved unused class
2012-01-31 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-31 Jens JanssonSplitted VPasswordField into Widget and Paintable.
2012-01-30 Jens JanssonSplitted TextField and TextArea to Widget and Paintable.
2012-01-30 Jens JanssonSplitted VPopupCalendar to Widget and Paintable.
2012-01-30 Jens JanssonSplitted VTextualDate into Widget and Paintable.
2012-01-30 Jens JanssonFormatting
2012-01-30 Jens JanssonSplitted VLink into Widget and Paintable.
2012-01-30 Jens JanssonSplitted VFilterSelect to Widget and Paintable.
2012-01-30 Jens JanssonChanged the client side reference of InlineDateField...
2012-01-30 Leif Åstrand#8019 Use Pixel unit for negative sizes
2012-01-30 Artur SignellFixed compilation errors
2012-01-30 Artur SignellCorrected paintable references
2012-01-30 Jens JanssonSplitted Widget and Paintable in VDateField and VDateFi...
2012-01-30 Jens JanssonAdded license note and removed old getWidgetForPaintabl...
2012-01-30 Artur SignellSplit VAudio and VVideo into widget + paintable
2012-01-30 Artur SignellSplit Slider into paintable + widget
2012-01-30 Artur SignellSplit VCheckBox into paintable + widget
2012-01-27 Artur SignellFixed widgetset compilation problem
2012-01-27 Artur SignellFixed compilation classpath for tests and renamed class...
2012-01-27 Artur SignellMoved JUnit test to server-side source folder where...
2012-01-27 Artur SignellCorrected classpath related problems introduced during...
2012-01-27 Leif ÅstrandRemove some code for IE 6 & 7 (#7913)
2012-01-27 Artur SignellMerge branch 'master' into contrib
2012-01-27 Artur SignellMerge remote-tracking branch 'origin/6.8'
2012-01-27 Artur Signell[merge from 6.7] #8272 Test automatically using WebLogic 12
2012-01-27 Artur Signell[merge from 6.7] #8045 Removed incorrect/confusing...
2012-01-26 Artur SignellAdded missing license info
2012-01-26 Artur SignellAvoid comparing Widget with VPaintableWidget
2012-01-26 Artur SignellFixed ClassCastException when MenuBar has a set width
2012-01-26 Jens JanssonSplitted up VButton and VNativeButton into paintable...
2012-01-26 Jens JanssonSplitted up VButton and VNativeButton into paintable...
2012-01-26 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-26 Artur SignellSplit VScrollTable, VTreeTable and VMenuBar into painta...
2012-01-26 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-25 Johannes Dahlström#6718 Extend PopupDateField range - allow selection...
2012-01-24 Artur SignellFixed VLabel class references
2012-01-23 Johannes DahlströmIntegration test fixes
2012-01-23 Johannes Dahlström#8241 Removed debug message, added reference to ticket
2012-01-23 Johannes Dahlström#8273 Added sanity check to prevent trying to render...
2012-01-23 Artur SignellCreated VAbstractPaintableWidget
2012-01-22 Artur SignellSplit Paintable from Widget so we have VPaintable ...
2012-01-20 Artur SignellSplit Paintable handling from ApplicationConnection...
2012-01-20 Jens JanssonMerge remote branch 'origin/master' into contrib
2012-01-20 Jens Jansson#8019 Added ItemCaptionMode enum for AbstractSelect...
2012-01-20 Johannes DahlströmMerge from 6.7
2012-01-20 Jens Jansson#8019 Table's column alignment constants to enum.
2012-01-20 Leif ÅstrandChange getConfigString to not return null for empty...
2012-01-19 Marc EnglundMerged patch from 6.7 for #5795 #5794 and #5788 (cursor...
2012-01-18 Marc EnglundMerged patch from 6.7 for #5093 and #5094 (cursors...
2012-01-18 Marc EnglundMerged patch for #6765 from 6.7 (disable TextArea resiz...
2012-01-18 Marc EnglundMerged patch found in #7111 from 6.7, also for #5095...
2012-01-18 Jens Jansson#8019 Did a bunch of null checks for possible faulty...
2012-01-16 Johannes DahlströmMerge from 6.7
2012-01-16 Johannes DahlströmMerged #8105 Compile core files and test files to separ...
2012-01-12 Artur Signell#7614 Added getComponent(int) and getComponentIndex...
2012-01-12 Henri SaraRemoved dead code from VSlider
2012-01-12 Johannes DahlströmMerge from 6.7
2012-01-12 Leif ÅstrandUpdate integration tests to use ff9
2012-01-11 Leif ÅstrandTest with firefox 8
2012-01-10 Leif ÅstrandParent layouts updated to make height: 100% work for...
2012-01-09 Leif ÅstrandYet another layout test application
2012-01-09 Johannes DahlströmAdd Firefox 9 and Chrome 16 to tested browsers, remove...
2012-01-09 Leif ÅstrandSet the expansion ratio to the right child (#8053)
2012-01-06 Leif ÅstrandMerge remote branch 'origin/master' into contrib
2012-01-06 Leif Åstrand#8170 Updated to work with Vaadin 7
next