summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1381-36843/+0
|
* Rename JavaScriptCallback -> JavaScriptFunction (#9293)Leif Åstrand2012-08-133-35/+34
|
* Add shorthand for avoiding null-checks with ResourceReference (#9211)Leif Åstrand2012-08-032-13/+4
|
* Support getting translated urls in javascript (#9209)Leif Åstrand2012-08-031-0/+4
|
* Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-08-033-1/+27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | + add @Override Conflicts: src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/VOverlay.java src/com/vaadin/terminal/gwt/client/ui/menubar/VMenuBar.java src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java src/com/vaadin/terminal/gwt/client/ui/table/VScrollTable.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/Table.java tests/test.xml
| * Make LoginForm work inside iframes (#8144)Leif Åstrand2012-08-031-3/+3
| | | | | | | | | | | | Automatic test case included but not enabled because it does not currently work with IE6-8 svn changeset:24053/svn branch:6.8
| * Clear selectionRangeStart if the key map has been cleared (#8584, #8736)Leif Åstrand2012-08-021-0/+16
| | | | | | | | svn changeset:24045/svn branch:6.8
* | Merge remote-tracking branch 'origin/6.8'Leif Åstrand2012-07-312-29/+41
|\| | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/popupview/VPopupView.java tests/testbench/com/vaadin/tests/components/popupview/PopupViewClickShortcut.java tests/testbench/com/vaadin/tests/containers/sqlcontainer/CheckboxUpdateProblem.java
| * Improved code readability based on review (#8109)Leif Åstrand2012-07-302-23/+28
| | | | | | | | svn changeset:24033/svn branch:6.8
| * Don't make changes directly to the visible itemids collection (#8109, #8787)Leif Åstrand2012-07-301-1/+2
| | | | | | | | svn changeset:24032/svn branch:6.8
| * Preserve selection order for multi select value (#8109, #8787)Leif Åstrand2012-07-272-14/+20
| | | | | | | | svn changeset:24030/svn branch:6.8
* | Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-2730-66/+66
| |
* | Revert root cleanup changes - this commit was not supposed to go to masterJohannes Dahlström2012-07-271-16/+0
| | | | | | | | This reverts commit 25f664f993a1eb936cb516f1b748773b9b4d5239.
* | Don't throw UnsupportedOperationException in Label.toString (#9175)Leif Åstrand2012-07-261-3/+13
| |
* | Merge branch '6.8'Johannes Dahlström2012-07-241-1/+2
|\| | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/treetable/treetable.css WebContent/release-notes.html src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java src/com/vaadin/terminal/gwt/client/ui/textfield/VTextField.java
| * #8291, #7666 fix Table NegativeArraySizeException when table size reduced by ↵Henri Sara2012-07-201-1/+2
| | | | | | | | | | | | filter or otherwise, related test application svn changeset:24018/svn branch:6.8
* | Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2341-0/+435
| |
* | Initial commit for root cleanup support (#7893)Johannes Dahlström2012-07-181-0/+16
| |
* | Restore static helper for executing JS that somehow went missing (#8907)Leif Åstrand2012-06-291-0/+10
| |
* | Update deprecation messages to inform about changed HTML default (#9066)Leif Åstrand2012-06-291-5/+9
| |
* | Change Notification default to no allow HTML (#9066)Leif Åstrand2012-06-292-18/+21
| |
* | Mention primitives in the javadoc (though they are autboxed) (#8888)Leif Åstrand2012-06-291-2/+3
| |
* | Rename getWidgetElement() -> getElement() (#8888)Leif Åstrand2012-06-281-3/+3
| |
* | AbstractJavascriptComponent should be abstract (#9054)Artur Signell2012-06-281-1/+1
| |
* | AbstractMedia should be abstract (#9053)Artur Signell2012-06-281-1/+1
| |
* | Formatted all source filesArtur Signell2012-06-281-2/+2
| |
* | Fixed typo (#8943)Artur Signell2012-06-281-1/+1
| |
* | Updated javadocArtur Signell2012-06-281-5/+7
| |
* | Clean non-component connectors also (#8943)Artur Signell2012-06-281-19/+110
| | | | | | | | | | Now prints a warning if cleanup is done in ConnectorTracker. It should always be handled by detach().
* | Mention legacy application level windows and relation to Root (#8784)Leif Åstrand2012-06-261-0/+4
| |
* | Move test component out of main source folderLeif Åstrand2012-06-261-38/+0
| |
* | Don't mention application level windows in Window javadoc (#8784)Leif Åstrand2012-06-261-33/+10
| |
* | Added Table.setSortEnabled and deprecated setSortDisabled (#9021)Artur Signell2012-06-251-12/+40
| |
* | Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-252-5/+5
| |
* | Test for converter factory and related fixes (#8992)Artur Signell2012-06-251-3/+5
| |
* | Use Notification.show(Page) as the official entry point (#8907)Leif Åstrand2012-06-251-80/+15
| | | | | | Also remove some static shorthands
* | Move showNotification shorthands back to Root from LegacyWindow (#8907)Leif Åstrand2012-06-251-146/+145
| |
* | Fixed tab index for Button and NativeButton (#9022)Artur Signell2012-06-251-5/+13
| |
* | Avoid double attach calls for sub windows (#9011)Artur Signell2012-06-211-24/+0
| |
* | Call attach only once for children (#9005)Artur Signell2012-06-211-13/+11
| |
* | Call attach only once for children (#9006)Artur Signell2012-06-211-28/+0
| |
* | Root javadocArtur Signell2012-06-211-15/+14
| |
* | Moved connector tracking from Application to RootArtur Signell2012-06-213-117/+232
| | | | | | | | | | | | This should fix issues with connectors being detached and reattached and also make the connector map cleanup method unnecessary as long as AbstractConnect.attach and detach always are called (#8943)
* | Get converter from the application of the component if available (#8992)Artur Signell2012-06-213-9/+5
| |
* | Converter support and updated data source logic (#8990, #8991)Artur Signell2012-06-212-25/+65
| |
* | Split generic converter methods from AbstractField (#8991)Artur Signell2012-06-211-62/+18
| |
* | Made Label Comparable<Label> and fixed comparison issues (#8845)Artur Signell2012-06-211-51/+26
| |
* | Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-203-13/+0
| | | | | | | | | | | | | | The new annotation is called AcceptCriterion and is on the client side class, pointing to the server side implementation. This change also addresses #5956 (avoid loading classes when scanning - no more scanning for criteria) and #6750 (logging).
* | Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-203-4/+233
| |
* | Merge branch '6.8'Johannes Dahlström2012-06-197-136/+61
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ui/draganddropwrapper/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/form/VForm.java src/com/vaadin/terminal/gwt/client/ui/window/VWindow.java tests/server-side/com/vaadin/tests/VaadinClasses.java Removed Java5-incompatible @Override annotations