]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
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 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-14 Leif ÅstrandMake Window.close public
2011-11-14 Leif Åstrand#7895 Provide ThreadLocal for the current Root
2011-11-11 Leif ÅstrandAdd servlet mapping for testing the new root initializa...
2011-11-11 Leif ÅstrandDon't require any application in web.xml if rootLayout...
2011-11-11 Leif ÅstrandMerge remote branch 'origin/master' into windowing
2011-11-11 Artur SignellMerge branch 'master' of ssh://git@dev.vaadin.com/vaadin
2011-11-11 Leif ÅstrandLonger pause before taking the inital screenshot (...
2011-11-11 Leif ÅstrandRun integration tests with Safari 5 instead of Firefox...
2011-11-10 Leif ÅstrandCreate Root initialized with RootLayout defined in...
2011-11-10 Leif ÅstrandPass around rootId instead of windowName and use it...
2011-11-10 Leif ÅstrandMoved Notification to its own file
2011-11-10 Artur SignellFirefox 7 -> 8
2011-11-10 Leif ÅstrandMerge remote branch 'origin/master' into windowing
2011-11-10 Leif ÅstrandMinor formatting changes
2011-11-10 Leif ÅstrandMinor formatting change
2011-11-09 Leif Åstrand#7912 Remove support for IE6
2011-11-09 Leif ÅstrandFormatting changes
2011-11-09 Leif ÅstrandRelentlessly remove the last traces of ParameterHandler
2011-11-09 Leif ÅstrandRelentlessly remove the last traces of URIHandler
2011-11-09 Leif ÅstrandRemove unused torToCloseStream method
2011-11-09 Leif ÅstrandMove code for writing a DownloadStream to a WrappedResponse
2011-11-09 Leif ÅstrandLoginForm now uses RequestHandler
2011-11-09 Leif ÅstrandMoved setting cache time and date headers to WrappedRes...
2011-11-08 Artur SignellMerge remote branch 'origin/6.8'
2011-11-08 Artur SignellTest for #7908
2011-11-08 Leif ÅstrandMerge branch 'master' into windowing
2011-11-08 Leif ÅstrandMerge remote-tracking branch 'origin/6.8' into master
2011-11-08 Leif ÅstrandAdded ThreadLocal for Application
2011-11-08 Leif ÅstrandCreate wrapped requests and responses in service and...
2011-11-08 Artur SignellRemoved svn:executable property to avoid problems with...
2011-11-08 Leif ÅstrandRemove Callback.getRequestPathInfo (migrated to Wrapped...
2011-11-08 Leif ÅstrandMove servlet wrapper to AbstractApplicationServlet
2011-11-08 Leif ÅstrandMove PortletWrapper to AbstractApplicationPortlet
2011-11-08 Leif ÅstrandExtract WrappedPortletResponse to a separate class
2011-11-08 Leif ÅstrandExtract WrappedHttpServletResponse to a separate class
2011-11-08 Leif ÅstrandUse WrappedResponse instead of AbstractCommunicationMan...
2011-11-08 Leif ÅstrandUse WrappedRequest instead of CommunicationManager...
2011-11-08 Leif ÅstrandMerge the functionality of the wrapped Session into...
2011-11-08 Leif ÅstrandPass WrappedRequest to Root.init and RootLayout.init
2011-11-08 Leif ÅstrandRemove wrapped request and response as existing classes...
2011-11-08 Leif ÅstrandCreated and integrated a RequestHandler for application...
2011-11-08 Leif ÅstrandAdded Root.init() and run RootLayout.init() from there
2011-11-08 Artur SignellTest for file uploads. Not run automatically due to...
2011-11-04 Artur SignellFixed dates
2011-11-04 Artur Signell#7839 Corrected cases where pagelength=0 or where numbe...
2011-11-04 Artur SignellTest for TreeTable with pageLength set to zero
2011-11-04 Artur SignellFixed dates
2011-11-04 Artur SignellTheme for tickets, based on Reindeer
2011-11-04 Artur Signell#7780 Don't do partial repaints if the item set has...
2011-11-04 Leif ÅstrandDropped support for portlet 1.0
2011-11-04 Artur SignellTest for #7839
2011-11-04 Artur SignellTest for #7839
2011-11-04 Leif ÅstrandRemoved deprecated code that was left in Window when...
2011-11-04 Leif ÅstrandDon't show notifications in VWindow as they are not...
2011-11-04 Artur Signell#7839 Avoid discarding rows when updating rows as row...
2011-11-04 Artur Signell#7839 Cleanup based on review
2011-11-04 Leif ÅstrandMerge branch 'master' into windowing
2011-11-04 Leif ÅstrandSome minor formatting changes
2011-11-04 Leif ÅstrandPass WrappedRequest to Application.getRoot
2011-11-04 Artur Signell#7839 Out of Sync error when using Generated Columns...
2011-11-03 Artur Signell#7839 Out of Sync error when using Generated Columns...
2011-11-03 Artur SignellAdded javadoc and debug logging
2011-11-03 Artur Signell#7790 Reverted sort methods to call refreshRenderedCell...
2011-11-03 Artur SignellPartly reverted [21883] as it caused unnecessary render...
2011-11-03 Leif ÅstrandAdded initial support for RequestHandlers
2011-11-03 Leif ÅstrandInclude c.v.terminal.gwt.server in the test coverage...
2011-11-03 Artur Signell#7790 Renamed method to refreshRowCache, ensured it...
2011-11-03 Artur Signell#7790 Added a method for forcing Table to repaint its...
2011-11-03 Leif ÅstrandAdded RootLayout and implemented rudimentary Root using...
2011-11-03 Leif ÅstrandRemoved the Root interface and renamed DefaultRoot...
2011-11-03 Leif ÅstrandDon't compile the tests as they are not yet updated...
2011-11-03 Leif ÅstrandMerge branch 'master' into windowing
2011-11-03 Leif ÅstrandDon't fail build if test coverage generation is disabled
2011-11-02 Leif ÅstrandRestored (completely untested) support for portlets...
2011-11-02 Leif ÅstrandRestored support for executeJavaScript in Root
2011-11-02 Leif ÅstrandRestored support for Notifications in root
2011-11-02 Leif ÅstrandRestored functionality related to subwindows and focus...
2011-11-02 Marko GrönroosCorrected the Scrollable JavaDoc to correspond with...
2011-11-02 Leif Åstrand#7810 Fixed error handling of the row disabled in ...
2011-11-02 Leif ÅstrandMerge branch 'master' into windowing
2011-11-02 Leif ÅstrandMerge branch 'master' of ssh://git@dev.vaadin.com/vaadi...
2011-11-02 Leif ÅstrandSome additions to .gitignore
2011-11-01 Leif ÅstrandSplit Window to Root and Window
2011-11-01 Artur Signell#5562 Widgetset build throws an exception while throwin...
2011-11-01 Artur SignellRemoved extra c from build number
2011-11-01 Artur SignellMerge branch 'master' of ssh://dev.vaadin.com/vaadin
next