]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2011-11-29 Leif ÅstrandEnsure window attached by LegacyApplication has an...
2011-11-29 Leif ÅstrandMerge remote branch 'origin/master' into windowing
2011-11-29 Leif ÅstrandAdd Serializable interface missing from some classes
2011-11-29 Leif ÅstrandAdd some Vaadin license headers
2011-11-29 Leif ÅstrandRemove java 1.6 @Override annotations methods from...
2011-11-29 Leif ÅstrandInclude vaadinBootstrap.jar in the build results
2011-11-29 Leif ÅstrandImproved bootstrap logging
2011-11-28 Leif ÅstrandAdd support for deferred Root init and early widgetset...
2011-11-28 Leif ÅstrandRework bootstrap to support loading widgetset without...
2011-11-25 Leif ÅstrandInitial support for lazy root creation
2011-11-24 Leif ÅstrandDon't require Vaadin license in files from external...
2011-11-24 Leif ÅstrandSet vaadin.debug to make ?debug in the URL work
2011-11-24 Leif ÅstrandIntroduce vaadinBootstrap.js and use it to init the...
2011-11-24 Leif ÅstrandAdd JSON helper library
2011-11-24 Artur SignellMerge remote-tracking branch 'origin/6.8'
2011-11-24 Artur SignellAdded ids and re-enabled test
2011-11-24 Artur SignellAdded ids and re-enabled test
2011-11-23 Leif ÅstrandDon't use hard coded version number in default window...
2011-11-23 Leif ÅstrandDon't set a window title if there isn't one in the...
2011-11-23 Matti Tahvonendisabled test, testbench don't support custom implement...
2011-11-23 Leif Åstrand#6702 Requesting a removed resource should give an...
2011-11-22 Artur Signell#7964 Fixed test
2011-11-22 Leif ÅstrandMove ajax page generation code to AjaxPageHandler
2011-11-22 Leif ÅstrandRemove old Debug param and make productionMode availabl...
2011-11-22 Artur Signell#7985 Method for checking if browser is too old to...
2011-11-22 Artur Signell#7913 Removed IE6/IE7 related fix from merged change
2011-11-22 Artur Signell#7984 removed Firefox workarounds
2011-11-22 Artur SignellFIXME comment for the future
2011-11-22 Artur Signell#7963 Additional fixes
2011-11-22 Artur Signell#7964 Fixed test to be compatible with CheckBox change
2011-11-22 Leif ÅstrandDrop support for request attributes used by support...
2011-11-22 Henri SaraAdded license header to VDragAndDropWrapperIE.java
2011-11-22 Leif ÅstrandInitial migration of ajax page generation to a RequestH...
2011-11-22 Leif ÅstrandRemove explicit terminal from Root
2011-11-22 Artur SignellAdded WebContent/VAADIN/widgetsets to .gitignore as...
2011-11-22 Artur Signell#7981 Removed Firefox 2 specific code and CSS
2011-11-22 Artur Signell#7913 Removed IE7 specific CSS rules
2011-11-22 Artur Signell#7913 Removed IE7 related stuff
2011-11-22 Artur Signell#7964 Added booleanValue() to CheckBox for now. Can...
2011-11-22 Artur Signell#7963 Button now extends AbstractComponent instead...
2011-11-22 Artur Signell#7963 Moved ActionManager from AbstractField to Abstrac...
2011-11-22 Artur Signell#7964 CheckBox now extends AbstractField directly.
2011-11-22 Artur Signell#7913 Removed IE7 specific code from Button
2011-11-22 Artur Signell#7913 Removed IE6/IE7 specific code from CheckBox
2011-11-22 Artur SignellRemoved demo related ignores that are no longer relevant
2011-11-22 Henri SaraMerge some changes from 6.7 to 6.8
2011-11-22 Leif ÅstrandMerge remote branch 'origin/master' into windowing
2011-11-22 Leif ÅstrandMerge remote branch 'origin/6.8'
2011-11-22 Leif ÅstrandMerge changes from 6.7 to 6.8
2011-11-22 Leif ÅstrandRestore support for ClickListener in Root
2011-11-22 Leif ÅstrandRemove close listener for browser windows
2011-11-22 Leif ÅstrandDon't test for event when closing browser windows
2011-11-21 Leif ÅstrandRemove old notice to the server when a root is closed
2011-11-21 Leif ÅstrandDon't throw exceptions when a root is "closed"
2011-11-21 Leif ÅstrandRestore action support in Root
2011-11-21 Leif ÅstrandDon't throw exception when a root is "closed"
2011-11-21 Matti Tahvonenrenamed html file so that test bench don't think it...
2011-11-21 Matti Tahvonenrenamed html file so that test bench don't think it...
2011-11-21 Matti Tahvonendragandropwrapper can now initiate html5 drags, fixes...
2011-11-21 Leif ÅstrandMake ApplicationRunnerServlet.getApplicationClass retur...
2011-11-21 Leif ÅstrandRemove the right component when changing content
2011-11-21 Leif ÅstrandDon't test notifications added to sub windows any more
2011-11-21 Leif ÅstrandDon't test component moving with Root
2011-11-21 Leif ÅstrandHandle removeAllComponents for Roots in legacy applications
2011-11-21 Leif ÅstrandOnly set mainWindow once to be compatible with LegacyAp...
2011-11-21 Leif ÅstrandProperly attach layouts passed to the constructor
2011-11-21 Leif ÅstrandAttach the window to a root before testing
2011-11-21 Leif ÅstrandWindow.close shouldn't throw npe even if not attached...
2011-11-21 Leif ÅstrandDon't test adding and removing components for Root
2011-11-18 Leif ÅstrandPretend more classes are serializable
2011-11-18 Leif ÅstrandRemove servlet mappings for the root test application
2011-11-18 Leif ÅstrandMake ApplicationRunnerServlet work with Root classes
2011-11-18 Leif ÅstrandSeparate getting the Root class name from creating...
2011-11-18 Leif ÅstrandSimplify RootTest and move it to the tests package
2011-11-18 Leif ÅstrandWord wrapping of javadoc comments changed by move to...
2011-11-18 Leif ÅstrandFormatting change
2011-11-18 Leif ÅstrandMake some interfaces extend Serializable
2011-11-18 Leif ÅstrandAdd license to a bunch of files
2011-11-18 Leif ÅstrandUse the theme defined for the root
2011-11-18 Leif ÅstrandUse margins on the default Root layout
2011-11-18 Leif ÅstrandInclude tests on the classpath again now that they...
2011-11-17 Artur SignellMerged fixes from 6.7
2011-11-16 Leif ÅstrandMerge remote branch 'origin/master' into windowing
2011-11-16 Leif ÅstrandMigrate all old tests to use LegacyApplication and...
2011-11-16 Leif ÅstrandSimplify the way the Root is determined for a request
2011-11-16 Leif ÅstrandSave rootId in the Root and simplify Root lookup in...
2011-11-16 Leif ÅstrandInitialize content on the fly if not already initialized
2011-11-16 Leif ÅstrandPaint resources to open before painting the content
2011-11-16 Leif ÅstrandRemove test for separate url handlers for different...
2011-11-16 Henri SaraMerged some changes from 6.7 to 6.8
2011-11-16 Leif ÅstrandRemove test for changing theme on the fly
2011-11-16 Leif ÅstrandAdd stubs for some missing functionality to get the...
2011-11-16 Leif ÅstrandRemove Root.getName
2011-11-16 Leif ÅstrandIntroduce Application.LegacyApplication to simplify...
2011-11-16 Leif ÅstrandAllow configuring the root class to use, remove RootLayout
2011-11-16 Leif ÅstrandMove functionality for opening resources from Window...
2011-11-16 Leif ÅstrandHandle null paths
2011-11-16 Leif ÅstrandRemove proof of concept for the current LoginForm component
2011-11-15 Henri SaraMerged #7837 to Vaadin 6.8
2011-11-14 Leif ÅstrandMake Window.close public
next