aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into layoutgraphJouni Koivuviita2012-05-18102-1396/+1670
|\| |
| * | Include original exception when throwing PaintExceptionLeif Åstrand2012-05-142-4/+17
| | |
| * | Added support for map keys of any type (#8602)Artur Signell2012-05-143-104/+59
| | |
| * | Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-143-86/+95
| | |
| * | Fixed problem with iterator containing null (#8729)Artur Signell2012-05-141-0/+4
| | |
| * | Fix for URL generation in browser details request (#8785)Artur Signell2012-05-141-5/+21
| | |
| * | Initialize all variables in constructor instead of while loading theArtur Signell2012-05-131-2/+2
| | | | | | | | | | | | class (allows tests to use static methods without being GWT tests)
| * | Allow creation of stream variables in RenderRequests aswell (#8785)Artur Signell2012-05-131-4/+24
| | |
| * | Encode enum as String for legacy updates to be Vaadin 6 compatibileArtur Signell2012-05-134-19/+43
| | |
| * | Added missing licenseArtur Signell2012-05-139-1/+27
| | |
| * | Workaround for incorrect hierarchy (#8797)Artur Signell2012-05-131-0/+9
| | |
| * | State is now created using generators, removed setState (#8502)Artur Signell2012-05-1159-363/+373
| | |
| * | Removed Safari 4 workaroundsArtur Signell2012-05-112-11/+1
| | |
| * | Send widgetset version with the first UIDL requestArtur Signell2012-05-117-89/+127
| | | | | | | | | | | | | | | This enables the server to verify that the widgetset version match the servlet version
| * | Fixed problem with sending null values from the client to the serverArtur Signell2012-05-111-2/+6
| | |
| * | Updated Label to use shared stateArtur Signell2012-05-114-182/+126
| | |
| * | Added support for serializing enums (#8675)Artur Signell2012-05-117-54/+133
| | | | | | | | | | | | Changed JSONSerializer to use JSONValue instead of JSONObject
| * | Updated Audio and Video to use stateArtur Signell2012-05-1110-183/+198
| | |
| * | Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-119-251/+215
| | | | | | | | | | | | Removed deprecated value formatter from AbstractTextField (#8672)
| * | Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
| | |
| * | Initial support for sending difference in state (#8419)Artur Signell2012-05-1112-71/+225
| | | | | | | | | | | | | | | | | | | | | | | | Forces the shared state to be the type declared by getStateType (#8677) Creates an empty object for reference when doing a full repaint, causing only the differences between a freshly created object and the current state to be sent.
* | | TODO for laterJouni Koivuviita2012-05-181-0/+1
| | |
* | | Fixed a bug in BoxLayout which caused spacing elements not to be measuredJouni Koivuviita2012-05-111-1/+2
| | |
* | | Changed IE8 to use a hash map for measured sizes instead of using the DOM ↵Jouni Koivuviita2012-05-112-4/+41
| | | | | | | | | | | | (which causes reflows)
* | | Fixed BoxLayout after master merge. Fixed on bug related to relative width slot.Jouni Koivuviita2012-05-113-5/+10
| | |
* | | Merged master to layoutgraphJouni Koivuviita2012-05-1189-761/+2141
|\| |
| * | Improved error messageLeif Åstrand2012-05-111-3/+4
| | |
| * | Add $entry to code only present in Vaadin 7 (#8699)Leif Åstrand2012-05-043-5/+7
| | |
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-0426-100/+385
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java src/com/vaadin/terminal/gwt/client/BrowserInfo.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/VButton.java src/com/vaadin/terminal/gwt/client/ui/VDateFieldCalendar.java src/com/vaadin/terminal/gwt/client/ui/VGridLayout.java src/com/vaadin/terminal/gwt/client/ui/VNativeButton.java src/com/vaadin/terminal/gwt/client/ui/VNotification.java src/com/vaadin/terminal/gwt/client/ui/VView.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/server/RequestTimer.java src/com/vaadin/ui/Button.java tests/test.xml tests/testbench/com/vaadin/tests/components/TouchScrollables.java
| | * [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-032-6/+30
| | | | | | | | | | | | svn changeset:23668/svn branch:6.8
| | * [merge from 6.7] Improved #8619 fixAutomerge2012-04-271-27/+32
| | | | | | | | | | | | svn changeset:23657/svn branch:6.8
| | * [merge from 6.7] Fix and test case for #8619: Add sanity checks to ↵Automerge2012-04-271-4/+13
| | | | | | | | | | | | | | | | | | GridLayout to handle cases where the size of a relative-size child unexpectedly changes svn changeset:23656/svn branch:6.8
| | * [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ↵Automerge2012-04-271-1/+1
| | | | | | | | | | | | | | | | | | == will fail at least with JPAContainer as the entity provider provides the id instances and it is not guaranteed that the same instance is returned every time (e.g. if using a Long the longs represent the same number but are not the same instance) svn changeset:23655/svn branch:6.8
| | * Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-274-22/+27
| | | | | | | | | | | | svn changeset:23648/svn branch:6.8
| | * Simplified fix for #8694Jonatan Kronqvist2012-04-275-132/+56
| | | | | | | | | | | | svn changeset:23647/svn branch:6.8
| | * Removed duplicate code for broken Android detection (#8716)Artur Signell2012-04-262-10/+3
| | | | | | | | | | | | svn changeset:23643/svn branch:6.8
| | * Functions for reporting Android and iOS version (#8716)Artur Signell2012-04-262-0/+94
| | | | | | | | | | | | svn changeset:23642/svn branch:6.8
| | * Joined MobileOS and OS so only one operating system is reported (#7911)Artur Signell2012-04-262-30/+16
| | | | | | | | | | | | svn changeset:23641/svn branch:6.8
| | * #8551 Add isAndroid() testJohannes Dahlström2012-04-261-1/+3
| | | | | | | | | | | | svn changeset:23640/svn branch:6.8
| | * Fix #8551: Notifications are displayed in parts on an Asus TF101Johannes Dahlström2012-04-261-0/+5
| | | | | | | | | | | | svn changeset:23639/svn branch:6.8
| | * Add support for html in buttons (#8663)Leif Åstrand2012-04-263-2/+66
| | | | | | | | | | | | svn changeset:23634/svn branch:6.8
| | * Make new classes serializableLeif Åstrand2012-04-261-2/+4
| | | | | | | | | | | | svn changeset:23633/svn branch:6.8
| | * Fixes #8693 by applying patch, adds automated test for the case.Marc Englund2012-04-251-0/+7
| | | | | | | | | | | | svn changeset:23631/svn branch:6.8
| | * Explicitly focus widget when simulating click (#8659)Leif Åstrand2012-04-251-0/+13
| | | | | | | | | | | | svn changeset:23628/svn branch:6.8
| | * Add test for $entry and make it ignore some false positives (#8699)Leif Åstrand2012-04-256-0/+12
| | | | | | | | | | | | svn changeset:23626/svn branch:6.8
| | * Added v-ios and v-android for mobile devices (#7911)Artur Signell2012-04-252-13/+104
| | | | | | | | | | | | svn changeset:23625/svn branch:6.8
| | * Applied patch provided for #8600 (hasChildren() broken if item used to have ↵Marc Englund2012-04-241-1/+2
| | | | | | | | | | | | | | | | | | children) and added junit test. Fixes #8600 svn changeset:23624/svn branch:6.8
| * | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-2514-169/+438
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/FocusableScrollPanel.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategy.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategyIE.java src/com/vaadin/terminal/gwt/client/ui/VCustomLayout.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapperIE.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTextField.java src/com/vaadin/terminal/gwt/client/ui/VVideo.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java tests/testbench/com/vaadin/tests/components/table/TestCurrentPageFirstItem.java
| | * Wrap javascript callback entry points in $entry (#8699)Leif Åstrand2012-04-2410-47/+47
| | | | | | | | | | | | svn changeset:23623/svn branch:6.8
| | * Increased debug window default size (#8523)Artur Signell2012-04-241-4/+17
| | | | | | | | | | | | svn changeset:23621/svn branch:6.8