aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-1333-3783/+0
|
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-274-6/+6
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-2316-0/+34
|
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-2010-46/+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).
* Merge commit '17c14'Johannes Dahlström2012-06-122-14/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/util/MethodPropertyDescriptor.java src/com/vaadin/data/util/sqlcontainer/SQLContainer.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/DragAndDropService.java src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java src/com/vaadin/ui/Table.java tests/testbench/com/vaadin/launcher/ApplicationRunnerServlet.java
| * #8297 Do not use static logger instancesHenri Sara2012-06-052-14/+14
| | | | | | | | svn changeset:23882/svn branch:6.8
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-6/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-031-6/+21
| | | | | | | | svn changeset:23668/svn branch:6.8
* | Removed deprecated interface (#8169)Artur Signell2012-04-121-14/+0
| |
* | Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-121-0/+23
| | | | | | | | Added FocusAndBlurServerRpc for sending focus and blur events to any component.
* | Component no longer implements PaintableArtur Signell2012-04-121-3/+6
| |
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-4/+1
| |
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-0/+14
| |
* | Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-3/+3
|/ | | | Hashtable
* [merge from 6.7] #8392 Improved error message for exceptions that take place ↵Automerge2012-02-141-44/+5
| | | | | | in listener code svn changeset:23006/svn branch:6.8
* #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-271-250/+250
| | | | svn changeset:22797/svn branch:6.7
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0833-46/+46
| | | | svn changeset:22317/svn branch:6.7
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-242-0/+6
| | | | svn changeset:20616/svn branch:6.7
* Added messages to thrown exceptions to make debugging easierArtur Signell2011-08-191-12/+34
| | | | svn changeset:20489/svn branch:6.7
* #1410 Corrected javadocArtur Signell2011-04-191-7/+7
| | | | svn changeset:18391/svn branch:6.6
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-192-44/+96
| | | | svn changeset:18390/svn branch:6.6
* Merged changes from 6.5 branchHenri Sara2011-02-282-3/+78
| | | | svn changeset:17493/svn branch:6.6
* Organized importsArtur Signell2010-11-162-3/+0
| | | | svn changeset:16015/svn branch:6.5
* renamed methodMatti Tahvonen2010-11-101-1/+1
| | | | svn changeset:15949/svn branch:6.5
* fixes #2387: added TextChangeEvent that can be used to listen text changes ↵Matti Tahvonen2010-11-091-0/+74
| | | | | | while the user is typing or otherwise modifying the text svn changeset:15923/svn branch:6.5
* #5821 - Removed extra code and added comment about the version in which ↵Artur Signell2010-11-081-20/+3
| | | | | | ItemClickSource was deprecated. svn changeset:15910/svn branch:6.5
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-051-0/+39
| | | | svn changeset:15889/svn branch:6.5
* javadocMatti Tahvonen2010-10-291-0/+8
| | | | svn changeset:15768/svn branch:6.5
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-1/+1
| | | | svn changeset:15692/svn branch:6.5
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-7/+10
| | | | | | | | | - Changed some loglevels according to review - Don't log unecessary stacktraces in portlets - printStackTrace:s replaced with JUL logging - System.out and System.errs replaced with JUL logging svn changeset:15493/svn branch:6.5
* #5692 Generics: EventRouter, MethodEventSource, AbstractComponentHenri Sara2010-10-042-10/+12
| | | | svn changeset:15365/svn branch:6.5
* #5692 Generics: ActionManagerHenri Sara2010-10-041-1/+1
| | | | svn changeset:15348/svn branch:6.5
* Fix for #5539 - Removing the last shortcut from a window won't completely ↵Artur Signell2010-09-031-1/+13
| | | | | | unregister the shortcut on the client side svn changeset:14710/svn branch:6.4
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-162-2/+3
| | | | svn changeset:14496/svn branch:6.4
* fixes #5350Matti Tahvonen2010-07-151-4/+6
| | | | svn changeset:14204/svn branch:6.4
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-1/+1
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* #5285 action and event related interfaces should be serializableHenri Sara2010-07-012-4/+5
| | | | svn changeset:13987/svn branch:6.4
* #5282 make Transferable SerializableHenri Sara2010-06-301-1/+2
| | | | svn changeset:13976/svn branch:6.4
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-7/+7
| | | | svn changeset:13932/svn branch:6.4
* Merged and slightly modified fix for #4652 - MouseEventDetails and ↵Artur Signell2010-06-211-0/+22
| | | | | | ClickEvent should provide coordinates relative to component svn changeset:13800/svn branch:6.4
* Merged "#5157 shortcut actions for function keys did not work, test case and ↵Artur Signell2010-06-151-2/+2
| | | | | | fix" from 6.3 svn changeset:13657/svn branch:6.4
* Javadoc typo correctionHenri Sara2010-06-011-1/+1
| | | | svn changeset:13466/svn branch:6.3
* Minor javadoc fixesArtur Signell2010-04-135-15/+16
| | | | svn changeset:12514/svn branch:6.3
* Javadocced shortcutsMarc Englund2010-04-091-1/+64
| | | | svn changeset:12421/svn branch:6.3
* renamed method to the related typeMatti Tahvonen2010-03-253-7/+6
| | | | svn changeset:12085/svn branch:6.3
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ↵Matti Tahvonen2010-03-245-20/+20
| | | | | | developer, but looks better in the code examples. svn changeset:12077/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-6/+6
| | | | svn changeset:12073/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-6/+6
| | | | svn changeset:12072/svn branch:6.3
* renaming criteriaMatti Tahvonen2010-03-241-2/+3
| | | | svn changeset:12071/svn branch:6.3