Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small docs fix (#10749) | Ilia Motornyi | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Add missing line break (#10757) | Anastasia Smirnova | 2018-03-27 | 1 | -1/+2 |
| | |||||
* | Updated versions in OSGi docs (#10756) | Artur | 2018-03-26 | 1 | -7/+7 |
| | | | | | * Updated versions Based on https://github.com/vaadin/framework/issues/10755, not tested | ||||
* | Implement ReadOnlyHasValue helper (#10643) | Ilia Motornyi | 2018-03-20 | 1 | -0/+12 |
| | |||||
* | Remove under development notice from PushState based navigation (#10733) | Teemu Suo-Anttila | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | fix reference to deprecated `FontAwesome.TIMES` (#10731) | Ibanga Enoobong Ime | 2018-03-19 | 1 | -2/+2 |
| | |||||
* | fix invalid formatting of maven goal (#10729) | Matti Tahvonen | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Update advanced-dragndrop.asciidoc (#10680) | Anastasia Smirnova | 2018-03-07 | 1 | -3/+13 |
| | | | | | | | | | | | | | | | * Update advanced-dragndrop.asciidoc Fixing example of Drag and drop code. Resolves https://github.com/vaadin/framework/issues/10512 * Update advanced-dragndrop.asciidoc Removed unnecessary spaces * Update advanced-dragndrop.asciidoc Removed unnecessary spaces | ||||
* | Update components-grid.asciidoc | Anastasia Smirnova | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Update datamodel-providers.asciidoc (#10664) | Sebastian Köhler | 2018-02-28 | 1 | -2/+2 |
| | |||||
* | Update doc - Added missing void keyword | Matti Tahvonen | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Update themes-responsive.asciidoc (#10460) | dangllucas | 2018-02-07 | 1 | -3/+5 |
| | |||||
* | Update themes-responsive.asciidoc | Invenius | 2018-02-01 | 1 | -3/+1 |
| | |||||
* | Add a notice about partially outdated content (#10562) | Jouni Koivuviita | 2018-01-30 | 1 | -0/+4 |
| | | | Fixes #10385 | ||||
* | Fix Binding Data to Forms link (#10568) | jmzc | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Added mentions about groupId and version numbers (#10563) | Sami Ekblad | 2018-01-29 | 1 | -0/+2 |
| | |||||
* | Vaadin with a capital V (#10548) | Jonni Nakari | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394) | Marco Collovati | 2017-12-28 | 1 | -1/+2 |
| | | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387 | ||||
* | Fix typo | David Steinkopff | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | Escape CDATA element (#10377) | Olli Tietäväinen | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Update bean validation article to use FW8 APIs (#10387) | AMahdy AbdelAziz | 2017-11-29 | 1 | -6/+5 |
| | | | | | Suggested by [Jean-Christophe Gueriaud](https://vaadin.com/forum/#!/thread/16876180). Closes #10386 | ||||
* | Update vaadin.version in embedding documentation (#10383) | Olli Tietäväinen | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | Update datamodel-forms.asciidoc (#10350) | jcgueriaud | 2017-11-22 | 1 | -9/+8 |
| | | | This patch fixes the BinderValidationStatusHandler example in the documentation. | ||||
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 1 | -8/+8 |
| | | | The old name GridDragger gave an impression that you're dragging the whole grid instead of rows. | ||||
* | Add documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 1 | -0/+58 |
| | | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted. | ||||
* | Update CDI tutorial wiki link (#10322) | Olli Tietäväinen | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | * Add new drop mode ON_GRID for GridDropTarget Also adds a way to not accept drops on rows when the user has sorted the grid. This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted. This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1. Instead if is triggerable via API in GridDropTarget. * Refactor sorted grid drop logic to server side * Block setDropMode calls Blocking setDropMode set values if the grid has been sorted and drop on sorted rows is not allowed. The value is used once the grid is not sorted anymore or the drops are allowed on sorted rows. | ||||
* | Fix link format (#10269) | Henri Muurimaa | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Fix typo (#10295) | Mikko Inkinen | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Fix bad grammar in declarative documentation (#10236) | Pekka Hyvönen | 2017-10-23 | 1 | -4/+2 |
| | | | | | | * Fix bad grammar in declarative documentation * Fix typos | ||||
* | Typo in code (#10218) | Oskar Bilén | 2017-10-20 | 1 | -1/+1 |
| | | | Remove "java" from code example | ||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 1 | -1/+1 |
| | | | | | | * Fix typos * Fix | ||||
* | Fix wrong method name in Grid docs (#10171) | Pekka Hyvönen | 2017-10-11 | 1 | -1/+1 |
| | |||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 19 | -27/+27 |
| | |||||
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 4 | -43/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Navigator now by default uses pushState and normal URLs * added documentation for pushState and updated Navigator documentation * improving docs etc, adding one TODO to be solved before merging * pushState/replaceState no work better with changing titles * Making uri fragment navigator work when not using specially mapped UI * Revert to older default, add annotation for selecting * Fix tests, add null checks * Reorder if-clause, fix tests * Revert unnecessary test change * Use correct variable in UI, fix test clean up * Updates to JavaDocs, fix some methods and tests * Add comments, fix test ui, TODO for fallbacks * Navigation documentation, JavaDocs, removed TODOs * Documentation fixes * Improve JavaDocs * Fix link name in documentation * Improve throws declaration in getLocation * Change documentation about the PushState based navigation * Add since tags * Add since tags for UI | ||||
* | Rewrite unclear part in GridLayout documentation | Henri Sara | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Replace CRLF with LF (#10062) | Henri Sara | 2017-09-22 | 22 | -26565/+26565 |
| | | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files | ||||
* | Fix article links in articles/contents.asciidoc (#10048) | Kari Söderholm | 2017-09-21 | 1 | -84/+84 |
| | | | With this fix the links will work properly in vaadin.com | ||||
* | Fix typo in anchor in SettingAndReadingCookies.asciidoc (#10047) | Kari Söderholm | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Add headers to community articles (#10028) | Henri Muurimaa | 2017-09-20 | 84 | -5/+511 |
| | |||||
* | Remove drag and drop from Tree doc (#9992) | Olli Tietäväinen | 2017-09-19 | 1 | -1/+0 |
| | | | Tree does not support drag and drop right now (see #9804). | ||||
* | Remove migration error message | Erik Lumme | 2017-09-18 | 1 | -2/+0 |
| | |||||
* | Fix typ and add attachment link | Erik Lumme | 2017-09-15 | 1 | -2/+2 |
| | |||||
* | Migrate AddingASplashScreen and CreatingMultiTabApplications | Erik Lumme | 2017-09-13 | 3 | -0/+84 |
| | |||||
* | Migrate ConfigureInputFieldsToGuideDataEntry | Erik Lumme | 2017-09-13 | 7 | -0/+120 |
| | |||||
* | Migrate BroadcastingMessagesToOtherUsers | Erik Lumme | 2017-09-13 | 2 | -0/+130 |
| | |||||
* | Migrate CreatingABookmarkableApplicationWithBackButtonSupport | Erik Lumme | 2017-09-13 | 2 | -0/+141 |
| | |||||
* | Migrate ViewChangeConfirmations | Erik Lumme | 2017-09-13 | 2 | -0/+221 |
| | |||||
* | Migrate OpeningAUIInAPopupWindow | Erik Lumme | 2017-09-13 | 2 | -0/+55 |
| |