summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use sprites for all themes (#9299)Artur Signell2012-09-112-1/+2
|
* Constants -> enums (#9072)Pekka Hyvönen2012-09-1158-374/+526
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Fixed combobox item selector offset bug John Ahlroos2012-09-111-0/+1
|
* Fixed ComponentLocator to check for null paths. (fix for brokenJohn Ahlroos2012-09-111-4/+9
| | | BooleanTextField test)
* Rename isViewChangeAllowed()/navigatorViewChanged() to ↵Johannes Dahlström2012-09-114-31/+37
| | | | beforeViewChange()/afterViewChange() (#9511)
* Set a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failureJohannes Dahlström2012-09-111-0/+2
|
* Minor javadoc updateJohannes Dahlström2012-09-111-8/+5
|
* Include uitest sources to enable compiling TestingWidgetSetLeif Åstrand2012-09-111-0/+1
|
* Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-1123-3701/+47
|
* Improvements to #9087:Johannes Dahlström2012-09-1113-63/+135
| | | | | | | | * Rename EmbeddedBrowser to BrowserFrame * Add constructors to Flash and BrowserFrame * Change getState() methods to protected * JavaDoc improvements * Make ImageClicks test deterministic
* Rename Vaadin6Connector -> LegacyConnector (#9536)Leif Åstrand2012-09-111-1/+1
|
* Update test caseLeif Åstrand2012-09-111-3/+2
|
* Updated Release Notes for Vaadin 7.0.0.beta1: various fixes.Marko Grönroos2012-09-111-42/+49
|
* Define a version to avoid compilation problems (#9528)Artur Signell2012-09-101-0/+3
|
* Re-added old DefaultWidgetSet which was accidentally deleted in a mergeArtur Signell2012-09-101-0/+9
|
* Improved deprecation message based on review (#9522)Leif Åstrand2012-09-101-1/+4
|
* Make WebBrowser serializable again (#8027)Leif Åstrand2012-09-101-1/+2
|
* Removed files which are no longer needed (#9299)Artur Signell2012-09-1022-2244/+21
|
* Use correct version in precompiled themes (#9528)Artur Signell2012-09-102-3/+6
|
* Use build/classes and bin to be more compatible (#9299)Artur Signell2012-09-101-2/+2
|
* Add missing closing brace to @mixin base-commonJohannes Dahlström2012-09-101-0/+2
|
* Updated Release Notes for Vaadin 7.0.0.beta1. Some fixes.Marko Gronroos2012-09-102-9/+27
|
* Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2012-09-101-0/+22
|\
| * Add master ivy.xml that includes all other ivy.xml filesLeif Åstrand2012-09-101-0/+22
| |
* | Updated Release Notes for Vaadin 7.0.0.beta1.Marko Gronroos2012-09-101-58/+89
|/
* Add rudimentary javadocs (#9402)Leif Åstrand2012-09-102-0/+30
|
* Make AddonContext serializable (#9273)Leif Åstrand2012-09-101-1/+2
|
* Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-104-40/+97
|
* Moved layout-resize-text.html to statictestfilesJohn Ahlroos2012-09-101-0/+0
|
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-109-27/+8
|\
| * Removed PortalDefaultWidgetSet (#9337)Artur Signell2012-09-102-7/+1
| |
| * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-106-19/+5
| | | | | | | | This reverts commit 998c9c97b4b7d9531028b442df4c38a33b60e5f0.
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
| |
* | Merge branch '6.8'John Ahlroos2012-09-109-47/+744
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml
| * Tell IE10 to emulate IE9 until IE10 is properly supported (#9462, #9214)Johannes Dahlström2012-09-041-1/+8
| | | | | | | | svn changeset:24306/svn branch:6.8
| * DateField extended range: test InlineDateField as well as PopupDateField ↵Johannes Dahlström2012-09-044-205/+461
| | | | | | | | | | | | (#6718, #8931) svn changeset:24304/svn branch:6.8
| * Bugfix: year change when navigating a DateField calendar with arrow keys ↵Johannes Dahlström2012-09-041-2/+6
| | | | | | | | | | | | left the calendar in inconsistent state (#8931) svn changeset:24303/svn branch:6.8
| * CRLF -> LFArtur Signell2012-09-041-72/+72
| | | | | | | | svn changeset:24301/svn branch:6.8
| * Enable (hopefully this time for real) native touch scrolling on Mobile ↵Johannes Dahlström2012-09-042-5/+11
| | | | | | | | | | | | Safari 6+ (#8792) svn changeset:24300/svn branch:6.8
| * Avoid fragment change events when the fragment has not changed (#8916)Artur Signell2012-09-043-0/+175
| | | | | | | | svn changeset:24298/svn branch:6.8
| * Make clicking off-month days work correctly with an InlineDateField (#8931)Johannes Dahlström2012-09-031-4/+11
| | | | | | | | svn changeset:24290/svn branch:6.8
| * TestBench test case for #8291Johannes Dahlström2012-09-032-15/+108
| | | | | | | | svn changeset:24289/svn branch:6.8
| * Updated version check urlJohn Alhroos2012-08-301-0/+2
| | | | | | | | svn changeset:24249/svn branch:6.8
| * Refactor discard() contents into a private helper so that overridden ↵Johannes Dahlström2012-08-291-43/+48
| | | | | | | | | | | | versions are not unexpectedly called in attach() (#9181) svn changeset:24245/svn branch:6.8
| * Test using Firefox 15 (#9425)Artur Signell2012-08-281-1/+1
| | | | | | | | svn changeset:24236/svn branch:6.8
* | Find compiled classes from default Eclipse locationLeif Åstrand2012-09-101-2/+3
| | | | | | Also set a value default to the work.dir property
* | Remove unused exception class reintroduced in a merge.Henri Sara2012-09-101-169/+0
| |
* | Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-096-5/+19
| |
* | Allow storing values in VaadinSession (#9514)Leif Åstrand2012-09-093-0/+195
| |
* | More debug infoArtur Signell2012-09-091-4/+4
| |