]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoRemove ApplicationClassException (#9690)
Leif Åstrand [Thu, 20 Sep 2012 11:25:46 +0000 (14:25 +0300)]
Remove ApplicationClassException (#9690)

12 years agoAdd a means to handle missing views in Navigator (#9060)
Johannes Dahlström [Thu, 20 Sep 2012 11:07:14 +0000 (14:07 +0300)]
Add a means to handle missing views in Navigator (#9060)

12 years agoRefactor how LegacyApplication and VaadinSession are "closed" (#9635)
Leif Åstrand [Thu, 20 Sep 2012 10:52:22 +0000 (13:52 +0300)]
Refactor how LegacyApplication and VaadinSession are "closed" (#9635)

12 years agoCreate the right VaadinSession type
Leif Åstrand [Thu, 20 Sep 2012 10:42:26 +0000 (13:42 +0300)]
Create the right VaadinSession type

12 years agoChange "close" to "cleanup" in javadoc (#9625)
Johannes Dahlström [Wed, 19 Sep 2012 14:46:45 +0000 (17:46 +0300)]
Change "close" to "cleanup" in javadoc (#9625)

12 years agoClear current instances after all portlet requests (#9505)
Leif Åstrand [Thu, 20 Sep 2012 07:23:49 +0000 (10:23 +0300)]
Clear current instances after all portlet requests (#9505)

12 years agoMake Servlet/PortletService.getCurrentRequest give raw requests (#9505)
Leif Åstrand [Thu, 20 Sep 2012 07:09:43 +0000 (10:09 +0300)]
Make Servlet/PortletService.getCurrentRequest give raw requests (#9505)

12 years agoDisabled javadoc building for the all package for now as it causes out of memory...
Artur Signell [Wed, 19 Sep 2012 16:51:19 +0000 (19:51 +0300)]
Disabled javadoc building for the all package for now as it causes out of memory errors (#9613)

12 years agoBind Navigator to a UI (#9550)
Johannes Dahlström [Wed, 19 Sep 2012 14:22:49 +0000 (17:22 +0300)]
Bind Navigator to a UI (#9550)

12 years agoChange "close" to "cleanup" in UI (#9625)
Johannes Dahlström [Wed, 19 Sep 2012 13:40:52 +0000 (16:40 +0300)]
Change "close" to "cleanup" in UI (#9625)

12 years agoFixed dependencies so files are copied before used (#9613)
Artur Signell [Wed, 19 Sep 2012 12:33:59 +0000 (15:33 +0300)]
Fixed dependencies so files are copied before used (#9613)

12 years agoAdd some getCurrent() methods (#9505)
Leif Åstrand [Wed, 19 Sep 2012 09:19:30 +0000 (12:19 +0300)]
Add some getCurrent() methods (#9505)

This change also clears the current instances in the beginning of each
request in case something has accidentally been left uncleared in a
previous request on the same thread.

12 years agoCreate a javadoc package for all modules (#9613)
Artur Signell [Tue, 18 Sep 2012 15:09:05 +0000 (18:09 +0300)]
Create a javadoc package for all modules (#9613)

12 years agoEnsure propertyDataSource can be set back to null (#9618)
Artur Signell [Tue, 18 Sep 2012 14:40:12 +0000 (17:40 +0300)]
Ensure propertyDataSource can be set back to null (#9618)

Added additional tests for Label with a data source.
Note that the locale dependent tests still fail because of #8192

12 years agoChange VaadinService to be an abstract class (#9658)
Leif Åstrand [Tue, 18 Sep 2012 14:00:27 +0000 (17:00 +0300)]
Change VaadinService to be an abstract class (#9658)

12 years agoReplace onVaadinSessionStarted with a listener (#9635)
Leif Åstrand [Tue, 18 Sep 2012 12:49:18 +0000 (15:49 +0300)]
Replace onVaadinSessionStarted with a listener (#9635)

12 years agoReverted previous fix and fixed in a more compatible way (#9534)
Artur Signell [Tue, 18 Sep 2012 13:50:12 +0000 (16:50 +0300)]
Reverted previous fix and fixed in a more compatible way (#9534)

12 years agoWorkaround for Firefox 15 element comparsion issue (#9534)
Artur Signell [Tue, 18 Sep 2012 13:20:56 +0000 (16:20 +0300)]
Workaround for Firefox 15 element comparsion issue (#9534)

12 years agoLabel.setPropertyDataSource now updates the state value (#9618)
Artur Signell [Tue, 18 Sep 2012 13:14:21 +0000 (16:14 +0300)]
Label.setPropertyDataSource now updates the state value (#9618)

12 years agoTest which embeds two UIs on the same page (#9619)
Artur Signell [Tue, 18 Sep 2012 11:24:37 +0000 (14:24 +0300)]
Test which embeds two UIs on the same page (#9619)

12 years agoLock session when handling browser details request (#9656)
Artur Signell [Tue, 18 Sep 2012 11:19:29 +0000 (14:19 +0300)]
Lock session when handling browser details request (#9656)

12 years agoAdd null checks when wrapping session (#9655)
Leif Åstrand [Tue, 18 Sep 2012 10:47:32 +0000 (13:47 +0300)]
Add null checks when wrapping session (#9655)

12 years agoAdd WrappedRequest.getWrappedSession(boolean) (#9655)
Leif Åstrand [Tue, 18 Sep 2012 10:20:18 +0000 (13:20 +0300)]
Add WrappedRequest.getWrappedSession(boolean) (#9655)

12 years agoAllow browser details request to initialize a new session (#9652)
Artur Signell [Tue, 18 Sep 2012 09:49:26 +0000 (12:49 +0300)]
Allow browser details request to initialize a new session (#9652)

12 years agoAdded null checks for callbacks in BundleLoader (#9648)
Artur Signell [Tue, 18 Sep 2012 07:49:37 +0000 (10:49 +0300)]
Added null checks for callbacks in BundleLoader (#9648)

12 years agoFixed javadoc reference to wrong CloseListener
Artur Signell [Fri, 14 Sep 2012 17:01:36 +0000 (20:01 +0300)]
Fixed javadoc reference to wrong CloseListener

12 years agoFieldGroup.setReadOnly should propagate to all fields (#9600)
Artur Signell [Fri, 14 Sep 2012 16:50:24 +0000 (19:50 +0300)]
FieldGroup.setReadOnly should propagate to all fields (#9600)

12 years agoClarify logic and add some comments (#9561)
Leif Åstrand [Mon, 17 Sep 2012 13:44:54 +0000 (16:44 +0300)]
Clarify logic and add some comments (#9561)

12 years agoInclude getWidget return type even if createWidget is defined (#9561)
Leif Åstrand [Mon, 17 Sep 2012 06:44:03 +0000 (09:44 +0300)]
Include getWidget return type even if createWidget is defined (#9561)

12 years agoUpdated mini tutorial source code (#9499)
Leif Åstrand [Fri, 14 Sep 2012 13:16:23 +0000 (16:16 +0300)]
Updated mini tutorial source code (#9499)

12 years agoMini tutorial code for beforeClientResponse (#9499)
Leif Åstrand [Fri, 14 Sep 2012 13:12:31 +0000 (16:12 +0300)]
Mini tutorial code for beforeClientResponse (#9499)

12 years agoAdd UI.addCloseListener() and removeCloseListener() that were missing for some reason...
Johannes Dahlström [Fri, 14 Sep 2012 13:01:16 +0000 (16:01 +0300)]
Add UI.addCloseListener() and removeCloseListener() that were missing for some reason (#9265)

12 years agoNavigator javadoc improvements
Johannes Dahlström [Fri, 14 Sep 2012 10:58:12 +0000 (13:58 +0300)]
Navigator javadoc improvements

12 years agoReference to the new, non-deprecated method in javadoc.
Leif Åstrand [Fri, 14 Sep 2012 12:31:03 +0000 (15:31 +0300)]
Reference to the new, non-deprecated method in javadoc.

12 years agoMini tutorial code for #9498
Leif Åstrand [Fri, 14 Sep 2012 11:53:33 +0000 (14:53 +0300)]
Mini tutorial code for #9498

12 years agoAdd comment explaining why beforeClientResponse is used
Leif Åstrand [Fri, 14 Sep 2012 11:52:53 +0000 (14:52 +0300)]
Add comment explaining why beforeClientResponse is used

12 years agoInclude flute files also in theme-compiler (in addition to client) for now (#9609) 7.0.0.beta1
Artur Signell [Fri, 14 Sep 2012 11:51:09 +0000 (14:51 +0300)]
Include flute files also in theme-compiler (in addition to client) for now (#9609)

12 years agoAdded missing scm and developer parts
Artur Signell [Fri, 14 Sep 2012 11:35:34 +0000 (14:35 +0300)]
Added missing scm and developer parts

12 years agothemes-compiled -> themes
Artur Signell [Fri, 14 Sep 2012 11:24:54 +0000 (14:24 +0300)]
themes-compiled -> themes

12 years agoInclude all libs for tests aswell (#9604)
Artur Signell [Fri, 14 Sep 2012 09:18:31 +0000 (12:18 +0300)]
Include all libs for tests aswell (#9604)

12 years agoChanged servlet api dependency to 2.4 (#9605)
Artur Signell [Fri, 14 Sep 2012 09:00:09 +0000 (12:00 +0300)]
Changed servlet api dependency to 2.4 (#9605)

12 years agoEnsure dependencies are not 'optional' in pom.xml (#9604)
Artur Signell [Fri, 14 Sep 2012 08:59:04 +0000 (11:59 +0300)]
Ensure dependencies are not 'optional' in pom.xml (#9604)

12 years agoRemoved broken icon
Artur Signell [Thu, 13 Sep 2012 13:28:01 +0000 (16:28 +0300)]
Removed broken icon

12 years agoMini tutorial code for Creating a component extension
Leif Åstrand [Fri, 14 Sep 2012 08:32:38 +0000 (11:32 +0300)]
Mini tutorial code for Creating a component extension

12 years agoMoved grid layout margin and spacing fixes from reindeer to base theme #9559
John Ahlroos [Thu, 13 Sep 2012 13:31:12 +0000 (16:31 +0300)]
Moved grid layout margin and spacing fixes from reindeer to base theme #9559

12 years agoSet a specific date for the DateFields so test does not change daily.
John Ahlroos [Thu, 13 Sep 2012 09:24:54 +0000 (12:24 +0300)]
Set a specific date for the DateFields so test does not change daily.

12 years agoRenamed themes-compiled -> themes (#9598)
Artur Signell [Thu, 13 Sep 2012 11:35:23 +0000 (14:35 +0300)]
Renamed themes-compiled -> themes (#9598)

12 years agoAddonContextListener.contextDestoryed -> contextDestroyed (#9273)
Johannes Dahlström [Thu, 13 Sep 2012 10:33:24 +0000 (13:33 +0300)]
AddonContextListener.contextDestoryed -> contextDestroyed (#9273)

12 years agoFixed issues found in review #9596
John Ahlroos [Thu, 13 Sep 2012 08:57:49 +0000 (11:57 +0300)]
Fixed issues found in review #9596

12 years agoMoved Vaadin-Widgetsets to client package where it belongs (#9593)
Artur Signell [Thu, 13 Sep 2012 08:42:35 +0000 (11:42 +0300)]
Moved Vaadin-Widgetsets to client package where it belongs (#9593)

12 years agoEnsures negative height is not returned in HorizontalLayout height calculations ...
John Ahlroos [Thu, 13 Sep 2012 08:02:13 +0000 (11:02 +0300)]
Ensures negative height is not returned in HorizontalLayout height calculations #9596

12 years agoTestcase for #9596
John Ahlroos [Thu, 13 Sep 2012 07:38:58 +0000 (10:38 +0300)]
Testcase for #9596

12 years agoFixed typo
Artur Signell [Thu, 13 Sep 2012 05:56:51 +0000 (08:56 +0300)]
Fixed typo

12 years agoMoved validation dependency and hack to client (#9551)
Artur Signell [Wed, 12 Sep 2012 13:59:27 +0000 (16:59 +0300)]
Moved validation dependency and hack to client (#9551)

12 years agoInclude all CodeServer files (#9588)
Artur Signell [Wed, 12 Sep 2012 12:35:12 +0000 (15:35 +0300)]
Include all CodeServer files (#9588)

12 years agoAdd ticket number to test app (#9419)
Leif Åstrand [Wed, 12 Sep 2012 12:35:34 +0000 (15:35 +0300)]
Add ticket number to test app (#9419)

12 years agoUgly hack for adding validation API dependency with source classifier (#9551)
Artur Signell [Wed, 12 Sep 2012 12:18:08 +0000 (15:18 +0300)]
Ugly hack for adding validation API dependency with source classifier (#9551)

12 years agoNotification should be HTML
Artur Signell [Wed, 12 Sep 2012 08:35:47 +0000 (11:35 +0300)]
Notification should be HTML

12 years agoAdd more descriptive error message
Leif Åstrand [Wed, 12 Sep 2012 12:13:29 +0000 (15:13 +0300)]
Add more descriptive error message

12 years agoFix error messages
Leif Åstrand [Wed, 12 Sep 2012 12:13:21 +0000 (15:13 +0300)]
Fix error messages

12 years agoAdd some explanatory Javadoc
Leif Åstrand [Wed, 12 Sep 2012 12:06:09 +0000 (15:06 +0300)]
Add some explanatory Javadoc

12 years agoUpdate testing services file for renamed AddonContextListener
Leif Åstrand [Wed, 12 Sep 2012 12:00:59 +0000 (15:00 +0300)]
Update testing services file for renamed AddonContextListener

12 years agoChanged UI close debug message level from info to fine
Johannes Dahlström [Wed, 12 Sep 2012 10:48:40 +0000 (13:48 +0300)]
Changed UI close debug message level from info to fine

12 years agoFixed previously broken gridlayout margins and spacings.
John Ahlroos [Wed, 12 Sep 2012 09:35:03 +0000 (12:35 +0300)]
Fixed previously broken gridlayout margins and spacings.

12 years agoAvoid infinite recursion in LegacyApplication.terminalError (#9581)
Leif Åstrand [Wed, 12 Sep 2012 08:53:55 +0000 (11:53 +0300)]
Avoid infinite recursion in LegacyApplication.terminalError (#9581)

12 years agoDon't try to redirect browser on failed heartbeat requests
Johannes Dahlström [Wed, 12 Sep 2012 08:16:40 +0000 (11:16 +0300)]
Don't try to redirect browser on failed heartbeat requests

12 years agoDon't check UI provider before running onVaadinSessionStarted (#9556)
Leif Åstrand [Wed, 12 Sep 2012 07:53:58 +0000 (10:53 +0300)]
Don't check UI provider before running onVaadinSessionStarted (#9556)

12 years agoMoved ide.xml dependencies to separate file
Artur Signell [Wed, 12 Sep 2012 07:44:01 +0000 (10:44 +0300)]
Moved ide.xml dependencies to separate file

12 years agoUse LegacyVaadinPortlet for now (#9566)
Artur Signell [Wed, 12 Sep 2012 07:38:08 +0000 (10:38 +0300)]
Use LegacyVaadinPortlet for now (#9566)

12 years agoProperly resolve icon urls in ordered layout (#9555)
Leif Åstrand [Wed, 12 Sep 2012 06:30:10 +0000 (09:30 +0300)]
Properly resolve icon urls in ordered layout (#9555)

12 years agoInclude jexl on classpath
Leif Åstrand [Wed, 12 Sep 2012 06:22:17 +0000 (09:22 +0300)]
Include jexl on classpath

12 years agoFixed typo
Artur Signell [Tue, 11 Sep 2012 15:39:39 +0000 (18:39 +0300)]
Fixed typo

12 years agoInclude TestingWidgetSet in war
Artur Signell [Tue, 11 Sep 2012 15:11:32 +0000 (18:11 +0300)]
Include TestingWidgetSet in war

12 years agoReally package sources also into war
Artur Signell [Tue, 11 Sep 2012 14:01:30 +0000 (17:01 +0300)]
Really package sources also into war

12 years agoApplying patch: remak of variable handling in sass (partial for e.g #9492 and others)
Marc Englund [Tue, 11 Sep 2012 13:27:05 +0000 (16:27 +0300)]
Applying patch: remak of variable handling in sass (partial for e.g #9492 and others)

12 years agoMoved background-position before sprite so sprite generator can override it
Artur Signell [Tue, 11 Sep 2012 13:14:00 +0000 (16:14 +0300)]
Moved background-position before sprite so sprite generator can override it

12 years agoTweak UIProvider API based on review (#9443)
Leif Åstrand [Tue, 11 Sep 2012 12:53:39 +0000 (15:53 +0300)]
Tweak UIProvider API based on review (#9443)

12 years agoInclude non-java files in test war
Artur Signell [Tue, 11 Sep 2012 12:43:43 +0000 (15:43 +0300)]
Include non-java files in test war

12 years agoInitial version of on-the-fly compilation of scss -> css (#9222)
Artur Signell [Tue, 11 Sep 2012 12:42:42 +0000 (15:42 +0300)]
Initial version of on-the-fly compilation of scss -> css (#9222)

12 years agoCompile themes without sprites if SmartSprites is not found
Artur Signell [Tue, 11 Sep 2012 12:24:04 +0000 (15:24 +0300)]
Compile themes without sprites if SmartSprites is not found

12 years agoMention lib/*.jar also in instructions
Artur Signell [Tue, 11 Sep 2012 11:41:14 +0000 (14:41 +0300)]
Mention lib/*.jar also in instructions

12 years agoAlways try to compile sprites but use original styles.css if no sprites were found...
Artur Signell [Tue, 11 Sep 2012 11:01:53 +0000 (14:01 +0300)]
Always try to compile sprites but use original styles.css if no sprites were found (#9299)

12 years agoUpdate javadoc
Leif Åstrand [Tue, 11 Sep 2012 10:57:01 +0000 (13:57 +0300)]
Update javadoc

12 years agoAdded new ui theme testing application
John Ahlroos [Tue, 11 Sep 2012 10:37:36 +0000 (13:37 +0300)]
Added new ui theme testing application

12 years agoFixed dependencies so tests also find org.json (#9539)
Artur Signell [Tue, 11 Sep 2012 10:05:32 +0000 (13:05 +0300)]
Fixed dependencies so tests also find org.json (#9539)

12 years agoAdd navigate() method to Navigator for navigating to the current location (#9442)
Johannes Dahlström [Tue, 11 Sep 2012 09:27:13 +0000 (12:27 +0300)]
Add navigate() method to Navigator for navigating to the current location  (#9442)

12 years agoUse sprites for all themes (#9299)
Artur Signell [Tue, 11 Sep 2012 09:18:25 +0000 (12:18 +0300)]
Use sprites for all themes (#9299)

12 years agoConstants -> enums (#9072)
Pekka Hyvönen [Mon, 10 Sep 2012 19:12:47 +0000 (22:12 +0300)]
Constants -> enums (#9072)

Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)

12 years agoFixed combobox item selector offset bug
John Ahlroos [Tue, 11 Sep 2012 09:14:49 +0000 (12:14 +0300)]
Fixed combobox item selector offset bug

12 years agoFixed ComponentLocator to check for null paths. (fix for broken
John Ahlroos [Tue, 11 Sep 2012 09:10:18 +0000 (12:10 +0300)]
Fixed ComponentLocator to check for null paths. (fix for broken
BooleanTextField test)

12 years agoRename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/afterViewCh...
Johannes Dahlström [Tue, 11 Sep 2012 09:05:43 +0000 (12:05 +0300)]
Rename isViewChangeAllowed()/navigatorViewChanged() to beforeViewChange()/afterViewChange() (#9511)

12 years agoSet a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failure
Johannes Dahlström [Tue, 11 Sep 2012 08:55:40 +0000 (11:55 +0300)]
Set a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failure

12 years agoMinor javadoc update
Johannes Dahlström [Tue, 11 Sep 2012 08:53:46 +0000 (11:53 +0300)]
Minor javadoc update

12 years agoInclude uitest sources to enable compiling TestingWidgetSet
Leif Åstrand [Tue, 11 Sep 2012 08:56:09 +0000 (11:56 +0300)]
Include uitest sources to enable compiling TestingWidgetSet

12 years agoUse org.json instead of com.vaadin.external.json (#9539)
Leif Åstrand [Tue, 11 Sep 2012 08:55:17 +0000 (11:55 +0300)]
Use org.json instead of com.vaadin.external.json (#9539)

12 years agoImprovements to #9087:
Johannes Dahlström [Tue, 11 Sep 2012 07:52:56 +0000 (10:52 +0300)]
Improvements to #9087:
* Rename EmbeddedBrowser to BrowserFrame
* Add constructors to Flash and BrowserFrame
* Change getState() methods to protected
* JavaDoc improvements
* Make ImageClicks test deterministic

12 years agoRename Vaadin6Connector -> LegacyConnector (#9536)
Leif Åstrand [Tue, 11 Sep 2012 07:05:07 +0000 (10:05 +0300)]
Rename Vaadin6Connector -> LegacyConnector (#9536)

12 years agoUpdate test case
Leif Åstrand [Tue, 11 Sep 2012 06:49:51 +0000 (09:49 +0300)]
Update test case

12 years agoUpdated Release Notes for Vaadin 7.0.0.beta1: various fixes.
Marko Grönroos [Mon, 10 Sep 2012 22:44:03 +0000 (01:44 +0300)]
Updated Release Notes for Vaadin 7.0.0.beta1: various fixes.

12 years agoDefine a version to avoid compilation problems (#9528)
Artur Signell [Mon, 10 Sep 2012 17:24:53 +0000 (20:24 +0300)]
Define a version to avoid compilation problems (#9528)