Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-11 | 1 | -1/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html | |||||
| * | | | | | | | | | | | | Fixed bug in calculating % size when using reverse position (#4296) | Artur Signell | 2012-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23426/svn branch:6.8 | |||||
| * | | | | | | | | | | | | Removed old info and added mention of #4296 | Artur Signell | 2012-04-10 | 1 | -171/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23425/svn branch:6.8 | |||||
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-04-10 | 2 | -19/+30 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java | |||||
| * | | | | | | | | | | | | Allow splitter position to be float to avoid rounding errors (#4296) | Artur Signell | 2012-04-10 | 2 | -16/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23419/svn branch:6.8 | |||||
* | | | | | | | | | | | | | Internally remove component before detach listener is called | Artur Signell | 2012-04-10 | 1 | -2/+1 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Provide a dummy Root to avoid NPE | Artur Signell | 2012-04-10 | 1 | -0/+16 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Disabled excessive debug logging | Artur Signell | 2012-04-10 | 2 | -14/+21 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Update #8544 to be more verbose and to show more exceptions | Leif Åstrand | 2012-04-10 | 2 | -35/+14 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Close all URLConnections, not only Java6 specific FileURLConnection. | Henri Sara | 2012-04-10 | 1 | -4/+2 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-04-10 | 14 | -102/+809 | |
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTree.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/AbstractField.java | |||||
| * | | | | | | | | | [merge from 6.7] Fix #8595: Always use MULTISELECT_MODE_SIMPLE for touch devices | Automerge | 2012-04-05 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23414/svn branch:6.8 | |||||
| * | | | | | | | | | [merge from 6.7] TestBench test for #8604 | Automerge | 2012-04-05 | 1 | -0/+114 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23413/svn branch:6.8 | |||||
| * | | | | | | | | | [merge from 6.7] Fixed #8604: Tree multiselect worked incorrectly in some cases | Automerge | 2012-04-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23412/svn branch:6.8 | |||||
| * | | | | | | | | | #8203 Added TabSheet#setSelectedTab(int) and ↵ | Johannes Dahlström | 2012-04-05 | 1 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TabSheet#setSelectedTab(TabSheet.Tab) svn changeset:23408/svn branch:6.8 | |||||
| * | | | | | | | | | Implemented #8307: Added AbstractField#removeAllValidators() | Johannes Dahlström | 2012-04-05 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23407/svn branch:6.8 | |||||
| * | | | | | | | | | Fixed #6155: stop listening to Property value change and read only status ↵ | Johannes Dahlström | 2012-04-05 | 2 | -20/+113 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change events on detach to avoid a potential memory leak, resume listening on attach svn changeset:23406/svn branch:6.8 | |||||
| * | | | | | | | | | [merge from 6.7] Test for #8328 | Automerge | 2012-04-04 | 1 | -3/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23402/svn branch:6.8 | |||||
| * | | | | | | | | | Create integration test for WebSphere Application Server 8 (#3789) | Leif Åstrand | 2012-04-04 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23401/svn branch:6.8 | |||||
| * | | | | | | | | | Test tab scrolling in #5100 test | Johannes Dahlström | 2012-04-04 | 1 | -0/+90 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23400/svn branch:6.8 | |||||
| * | | | | | | | | | #5100 Removed obsolete code to fix a Firefox tab scrolling bug | Johannes Dahlström | 2012-04-04 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23399/svn branch:6.8 | |||||
| * | | | | | | | | | [merge from 6.7] Basic app for testing various aspects of layout performance | Automerge | 2012-04-03 | 1 | -0/+285 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23393/svn branch:6.8 | |||||
| * | | | | | | | | | #5100 Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23385/svn branch:6.8 | |||||
| * | | | | | | | | | Reverted accidental commit | Johannes Dahlström | 2012-04-02 | 1 | -77/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23384/svn branch:6.8 | |||||
| * | | | | | | | | | Don't test wrap-around in #5100 test as it's not currently supported | Johannes Dahlström | 2012-04-02 | 1 | -27/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23382/svn branch:6.8 | |||||
| * | | | | | | | | | Fixed IE focus; fixed tab scrolling; minor refactoring | Johannes Dahlström | 2012-04-02 | 1 | -43/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23380/svn branch:6.8 | |||||
| * | | | | | | | | | Cleaned up #5100 test | Johannes Dahlström | 2012-04-02 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn changeset:23378/svn branch:6.8 | |||||
| * | | | | | | | | | [merge from 6.7] #8597 Do not leave VWindow references in the static ↵ | Automerge | 2012-04-02 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | windowOrder list svn changeset:23377/svn branch:6.8 | |||||
* | | | | | | | | | | Fixed problem with captions always being in the top left corner | Artur Signell | 2012-04-10 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixed NPE in click listener | Artur Signell | 2012-04-10 | 2 | -17/+17 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Fixed GridLayout captions when components are moved in the layout | Artur Signell | 2012-04-10 | 2 | -30/+62 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Print stack traces to console when in GWT Dev Mode | Artur Signell | 2012-04-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least for now | |||||
* | | | | | | | | | | Fixed potential problem with file descriptors remaining in use | Artur Signell | 2012-04-05 | 1 | -1/+21 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Disable TreeTable partial updates until it is fixed | Artur Signell | 2012-04-05 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently TreeTable changes its child components during paint, which is too late for AbstractCommunicationManager to take into account | |||||
* | | | | | | | | | | Fixed import | Artur Signell | 2012-04-05 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | More detailed tracing of slow operation in ApplicationConnection. | Henri Sara | 2012-04-05 | 1 | -5/+82 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | Renamed template so it is not run as a TestBench script | Artur Signell | 2012-04-05 | 2 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Removed unneeded code (TextField uses border box sizing) | Artur Signell | 2012-04-05 | 1 | -71/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also as % are not converted to px anymore the code is not run for relative sizes, which in the comment is said to be the reason for the method. | |||||
* | | | | | | | | Actually use and update shared state variables on server side | Artur Signell | 2012-04-05 | 1 | -52/+15 | |
| | | | | | | | | ||||||
* | | | | | | | | Fixed GridLayout caption rendering | Artur Signell | 2012-04-05 | 12 | -20/+33 | |
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | Components that do not delegate caption handling to parent should not get a caption | |||||
* | | | | | | | Moved Collapsible and HierarchicalContainerOrderedWrapper to data | Henri Sara | 2012-04-05 | 3 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages (related to #8440) - should not be specific to TreeTable. Otherwise, having a package and a class by the same name causes problems when trying to compile a widgetset on systems that do not treat file names as case sensitive. | |||||
* | | | | | | | Fixed spacing that was only partly moved to shared state | Artur Signell | 2012-04-05 | 5 | -58/+8 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Refer to Connector instead of ClientConnector | Artur Signell | 2012-04-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ClientConnector is correct but is not available for the GWT compiler, causing errors | |||||
* | | | | | | Moved Form child component references to state | Artur Signell | 2012-04-05 | 2 | -63/+81 | |
| | | | | | | ||||||
* | | | | | | Removed unnecessary calls to unregisterPaintable | Artur Signell | 2012-04-05 | 4 | -18/+0 | |
| | | | | | | ||||||
* | | | | | | Fixed GridLayout caption problem + small step towards away from UIDL | Artur Signell | 2012-04-05 | 2 | -29/+59 | |
| | | | | | | ||||||
* | | | | | | Paintable -> Connector | Artur Signell | 2012-04-05 | 2 | -11/+11 | |
| | | | | | | ||||||
* | | | | | | Increased logging to be able to see where time is spent | Artur Signell | 2012-04-05 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Tests for CustomLayout | Artur Signell | 2012-04-05 | 4 | -3/+128 | |
| | | | | | | ||||||
* | | | | | | Abort widgetset compilation if there are errors | Artur Signell | 2012-04-05 | 1 | -0/+1 | |
| | | | | | |