aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Update to Atmosphere 2.2.4.vaadin8 (#17456)Artur Signell2015-04-303-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58a8928e93e13a639c331383731f91ae33a33389
* | | | | | | | | | | | | Add missing @since to VDragAndDropManagerTeemu Suo-Anttila2015-04-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icf4bc147b2ca77676ce29c7b2b8a516cbf7b2d23
* | | | | | | | | | | | | Fix PrivateTB3Configuartion to use correct BrowserFactoryTeemu Suo-Anttila2015-04-291-15/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also removes an unused private function. Change-Id: I7734739b3ef895956ff8119c99eca27867263a5e
* | | | | | | | | | | | | Fix MenuBar keyboard navigation and selecting (#17076)Teemu Suo-Anttila2015-04-284-201/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch also changes old TB2 test to TB4. Change-Id: I7a2ba20267d2db99e29003b764530d65a4eab955
* | | | | | | | | | | | | Fix TreeTable declarative support (#16368)Johannes Dahlström2015-04-287-52/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix some small issues in Table declarative: * Write null property values as empty strings instead of NPEing * Read/write item ids from/to <tr item-id="..."> Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c
* | | | | | | | | | | | | Add missing @since to DDEventHandleStrategy classTeemu Suo-Anttila2015-04-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie39a5cc7649ff520da857be3a6a02e5881bcc718
* | | | | | | | | | | | | Make public getLogger functions private (#17645)Teemu Suo-Anttila2015-04-2711-61/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic5cb52a522039fbcbcbf0349cedd81e8eae2f6a1
* | | | | | | | | | | | | Make restoreInstances clear value when previous value was gc:ed (#17603)Leif Åstrand2015-04-242-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a
* | | | | | | | | | | | | Always include content-type in JSON XHR response (#17608)Artur Signell2015-04-241-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0be5315dd514f99d69b1dc511a45acc5e7c288ca
* | | | | | | | | | | | | Simplified tracking of servers which support websocketsArtur Signell2015-04-231-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibc1d82a9751c93506bb69970d55adfa810ad0b50
* | | | | | | | | | | | | Remove broken custom String[] serialization (#17146)Leif Åstrand2015-04-236-29/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc
* | | | | | | | | | | | | Convert PopupDateFieldValueChangeEventsTest from TB2 to TB4Teemu Suo-Anttila2015-04-233-115/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0442574763ba5c29f24100f47497b5992ecafbc8
* | | | | | | | | | | | | Add JavaDocs to MarginInfo object (#17564)patrik2015-04-231-9/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6e8b4f3dfa374f4c7eb5421867d7943abae6e941
* | | | | | | | | | | | | Add a method for setting visible Grid columns (#17080)Mika Murtojarvi2015-04-232-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb
* | | | | | | | | | | | | Enable running websocket tests on JBoss EAP 6.4 (#13323)Artur Signell2015-04-222-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6930aec1bd7b8df102f01b1d7c393e2155591757
* | | | | | | | | | | | | Fix DataSource NPE under when dataChangeHandler is not set (#16590)Manolo Carrasco2015-04-225-20/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AbstractRemoteDataSource no longer asserts that data change handler exists. Changing the DataSource in Grid is now safe even during data source backend requests. Change-Id: I57fb1cb6c7fd2aa7b8365a9b283a80a162349af1
* | | | | | | | | | | | | Update link in release notesArtur Signell2015-04-221-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iab51700f1f7826383bb3c1272b125c094bf8c391
* | | | | | | | | | | | Auto focus modal window (#17021)Ilya Ermakov2015-04-213-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch a modal window is always given focus on opening and in the situation when an above-lying window is closed. Change-Id: Ie13869830df13f411e4f14340745d501a1aabafa
* | | | | | | | | | | | Disable broken, non maintained Liferay 6EE testArtur Signell2015-04-211-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
* | | | | | | | | | | | Update Atmosphere to fix Firefox + JSR356 (#17510)Artur Signell2015-04-213-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9ea4b713678af4d42742d1fe51ae87ca18b8c362
* | | | | | | | | | | | Disable websocket tests on Websphere 8 until #16354 is fixedArtur Signell2015-04-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0908c30b68a98054d95e3ecef0c2d25e6409e1ea
* | | | | | | | | | | | Fix release notes query url to use https.Markus Koivisto2015-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibd9eea4762a217404b6d09f0749636a47c335161
* | | | | | | | | | | | Revert "Reduce reflows when sizing columns (#17315)"Markus Koivisto2015-04-205-328/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems with screenshot tests (GridColumnAutoWidthServerTest). Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876
* | | | | | | | | | | | Add Grid declarative multi-select test UIpatrik2015-04-202-0/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4d59675d7ef71463aa2bc4a8de2fb567533af3e7
* | | | | | | | | | | | Declarative write support for Table (#16367)Johannes Dahlström2015-04-204-22/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043
* | | | | | | | | | | | Made grid StaticCell and StaticRow public (#17415)Tomi Virkki2015-04-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These supertypes are needed at least in the Components project. Change-Id: I7a9314c5198d99074ae42f6b0f3b8bd7e84d71e2
* | | | | | | | | | | | Update Atmosphere JS to fix Firefox websocket reconnect (#17247)Artur Signell2015-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58249a6c4eaf03de54ff2a0c7c5a2f55bffb856c
* | | | | | | | | | | | Declarative read support for Table (#16367)Johannes Dahlström2015-04-174-1/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633
* | | | | | | | | | | | Don't clear element content in AbstractComponent.writeDesign (#17488)Johannes Dahlström2015-04-179-199/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WriteDesign now assumes the element it receives is pristine, so elements cannot be reused without someone else clearing them first. Currently only DesignContext.createElement directly invokes writeDesign, and it always passes a new element to it. Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16
* | | | | | | | | | | | Update favicon when changing themes (#15481)Leif Åstrand2015-04-173-0/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3622d211ac5e668f7dce999605118f8f16ffae90
* | | | | | | | | | | | Update Atmosphere version (#17456, #17454)Artur Signell2015-04-173-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4effa1cdf163c1d1b4afd2d6513d252c3558605d
* | | | | | | | | | | | Properly scan for files even though current directory contains java filesArtur Signell2015-04-171-1/+2
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I175aebd57cbfcc6960ba2c97d6d0fb5d062f6d97
* | | | | | | | | | | Add Grid basic features declarative UIPekka Hyvönen2015-04-172-0/+526
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8bcc14787b4d00361d5ebbb92065632eef47241c
* | | | | | | | | | | Row focus bleeds out of Table area in Valo (#14761)Jouni Koivuviita2015-04-171-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redesigned the Table column selector button, now rendered completely inside the Table header, which works regardless of the placement of the Table, and with the fix for the main issue. Change-Id: I63ba34a0afc2d7b0d6b4c2dfd006cb6d0aebf2db
* | | | | | | | | | | Add GridItemEditor declarative test UITeemu Suo-Anttila2015-04-172-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I4a26d1508cc422bada57626f67f16d118be5f237
* | | | | | | | | | | Fix Grid frozen column declarative support (#16596)Teemu Suo-Anttila2015-04-162-4/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc
* | | | | | | | | | | Create declarative UI test harness (#17484)patrik2015-04-161-0/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8d83830f897b50a73f2fa125d297457f7a90888c
* | | | | | | | | | | Convert some TB2 tests to TB4Teemu Suo-Anttila2015-04-1663-2218/+1463
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - components/ui/CurrentUiRetainedTest - components/ui/InitiallyEmptyFragmentTest - components/ui/PollListeningTest - components/ui/RpcInvocationHandlerToStringTest - components/ui/UIAccessExceptionHandlingTest - components/ui/UIInitBrowserDetailsTest - components/ui/UIInitExceptionTest - components/ui/UIPollingTest - components/ui/UITabIndexTest - components/ui/UIsInMultipleTabsTest - components/window/CloseSubWindowTest - components/window/ExtraWindowShownTest - components/window/RepaintWindowContentsTest - components/window/WindowShouldRemoveActionHandlerTest - components/window/WindowWithInvalidCloseListenerTest - containers/sqlcontainer/TableQueryWithNonUniqueFirstPrimaryKeyTest - converter/ConverterThatEnforcesAFormatTest - dd/DnDOnSubtreeTest - fieldgroup/BasicPersonFormTest - fieldgroup/CommitHandlerFailuresTest - fieldgroup/CommitWithValidationOrConversionErrorTest - fieldgroup/DateFormTest - fieldgroup/FieldGroupDiscardTest - fields/TabIndexesTest renamed: - components/ui/PollListenerTest -> PollListening Change-Id: Iac3c153709f6edca28d9f75a85246f1a70176963
* | | | | | | | | | | Iterate over copies of listener lists (#17477)Henri Sara2015-04-163-2/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows adding/removing view change listeners from listeners. Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917
* | | | | | | | | | | Keeping MenuItem custom classes when updating styles (#17427)Alexey Fansky2015-04-163-0/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I54b7e700148797f0145c4ec5f1802ea999142ab3
* | | | | | | | | | | Refactor declarative tests.Mika Murtojarvi2015-04-1636-2391/+821
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In addition, duplicate tests are removed. Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08
* | | | | | | | | | | Fix Grid editor area calculation without scrollbars (#17471)Teemu Suo-Anttila2015-04-164-6/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1
* | | | | | | | | | | Re-showed tab is displayed if there is room for it (#17096)Alexey Fansky2015-04-153-9/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I52c9a47e2b9eed3a3f73f34e4c3e770b915509bf
* | | | | | | | | | | Use VaadinRequest/Response for static resources (#17462)Henri Sara2015-04-151-2/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I324bb6b6eb9a72eda02c5308cc6c2284094ce4b8
* | | | | | | | | | Fix Grid inline data declarative support (#16596)Teemu Suo-Anttila2015-04-143-3/+138
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f
* | | | | | | | | | Fix Grid Header/Footer declarative support (#16596)Teemu Suo-Anttila2015-04-144-5/+602
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4
* | | | | | | | | | Fix Grid Columns declarative support (#16596)Teemu Suo-Anttila2015-04-144-0/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39
* | | | | | | | | | Add declarative OptionGroup support (#15549)patrik2015-04-143-3/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1
* | | | | | | | | | VConsole logging -> java.util.loggingArtur Signell2015-04-1315-193/+329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1b04e1335f0906f8de2d514ff11bc744dc14c49
* | | | | | | | | | Fix Grid column adding to set column sortable correctly (#17446)Teemu Suo-Anttila2015-04-132-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817