- 7ad2317 Cleans up the mobile web app sample for 2.4. by rchandia@google.com · 14 years ago
- 0d68b81 Fixing login redirect in MobileWebApp sample. We now send a redirect URL with every request, and use it if the user isn't logged in. We calculate the redirect URL on the client because the client browser has built in support for parsing the URL components. by jlabanca@google.com · 14 years ago
- fcc5c03 Fixes a problem where inheriting LoggingDisabled (like RequestFactory does) clobbers the value of gwt.logging.enabled for downstream modules. by rjrjr@google.com · 14 years ago
- a7a210f Revert "Extracts AbstractComposite<W> out of Composite, to allow type safe" by rjrjr@google.com · 14 years ago
- 62a0cb0 Extracts AbstractComposite<W> out of Composite, to allow type safe by rjrjr@google.com · 14 years ago
- f7dcdc4 Add missing steps to samples/mobilewebapp maven directions by rjrjr@google.com · 14 years ago
- 9a77b3c Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look identical, except that scrolling the table no longer scrolls the column headers out of view. by jlabanca@google.com · 14 years ago
- 05db3e6 Allow source samples to forgo having a war folder by rchandia@google.com · 14 years ago
- 7533ad6 Added a placeholed for sample/mobilewebapp/war. Required by source target. by rchandia@google.com · 14 years ago
- 73916dd Move the SimpleAppCacheLinker out to sample land, it's not quite ready. by rjrjr@google.com · 14 years ago
- acc5df0 Fix samples build file for mobilewebapp target by rchandia@google.com · 14 years ago
- 7954146 Convert samples/mobilewebapp to use maven. This paves the way to converting the sample to use GIN and Objectify. by rjrjr@google.com · 14 years ago
- f439b1a Fix warnings in samples/expenses by rjrjr@google.com · 14 years ago
- d820783 bump gae version by rjrjr@google.com · 14 years ago
- e168eb5 Revive samples/expenses from its 2.3 breakage. Also now generates by rjrjr@google.com · 14 years ago
- 5b212c4 Adding new DataGrid widget. DataGrid is a variation of CellTable that supports a fixed header and footer with a scrollable data area. Most of the CellTable implementation has been hoisted up to a shared abstract class AbstractCellTable, so switching from CellTable to DataGrid is easy. Data Grid uses HeaderPanel to position the header and footer tables above and below the data portion. By default, the tables take 100% width, so there is no horizontal scrollbar. However, DataGrid provides setTableWidth/setMinimumTableWidth so users can use horizontal scrollbars if needed. by jlabanca@google.com · 14 years ago
- edb75b0 First example of a View that kicks off its own presenter as by rjrjr@google.com · 14 years ago
- bc37c0c Fix various warnings. by gwt.mirrorbot@gmail.com · 14 years ago
- c43e713 Adding favicon and app_icon to the app cache manifest file. by jlabanca@google.com · 14 years ago
- b35700a Multiple improvements and fixes to the mobile web app. Tasks are now stored in local storage using the TaskProxyLocalStorage class, which is also used when refreshing a task offline in the TaskReadView. I renamed the app to Cloud Tasks, and added a favicon and homepage icon. Also fixed a bug where the "add task" button doesn't show up in the tablet view after editing a task. by jlabanca@google.com · 14 years ago
- aee081a Better error reporting. Also, move the proxy and request interfaces by rjrjr@google.com · 14 years ago
- b39c4d7 Implementing custom TaskReadViews for tablet, desktop, and mobile. by jlabanca@google.com · 14 years ago
- d1d3c87 Fix the transition direction between read and task views by rjrjr@google.com · 14 years ago
- dd4a731 Introduces read only task view with an edit button. Gets around by rjrjr@google.com · 14 years ago
- 3f6c104 Step one in making mobilewebapp more DI friendly. The goal is to by rjrjr@google.com · 14 years ago
- 0d0a554 Eclipse configuration for MobileWebApp. by rchandia@google.com · 14 years ago
- 1526d19 Adds user authentication to MobileWebApp. Tasks are now specific to each user. Authentication is done using a Filter, which was copied almost verbatim from the expenses sample. If a user is not logged in, they are forwarded to the login page, then redirected back to their last place in the app. If a user tries to access a task that they do not own, an error messge says that the task cannot be found. by jlabanca@google.com · 14 years ago
- 8c789cf Adding drag and drop support to the mobile web app. The desktop TaskEditView now has a list of templates. Users can drag a template over the edit form to populate the fields. by jlabanca@google.com · 14 years ago
- ad89924 Adds HTML5 App Cache support to MobileWebApp sample. by rchandia@google.com · 14 years ago
- f3191c1 Including the TaskProxy (when available) in TaskEditPlace so we do not do an extra round trip to the server to lookup the task. by jlabanca@google.com · 14 years ago
- 9672fed Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker by rchandia@google.com · 14 years ago
- 882310f Adding a tutorial video to the MobileWebApp sample as an example of using HTML5 video. Also fixing issue 6300 (pressing cancel button doesn't work when adding a new task). by jlabanca@google.com · 14 years ago
- c2ce2f5 Adding the SourceElement for use with Audio and Video, and adding convenience methods in those widgets to use the element. Multiple SourceElements can be specified for an AudioElement/VideoElement widget, and the browser will choose and download one of the sources that it can play. This is convenient and easier than doing a runtime check in user code to figure out the best source file. by jlabanca@google.com · 14 years ago
- 7d07e3b Using the Editor framework to edit tasks in the MobileWebApp sample. The DateButton widget is like a DateBox is a button that displays the date and shows a DatePicker when clicked. I extracted it to a common Editable Widget so we can reuse it in the mobile/desktop/tablet views. I added violation contraints to Task, and added support for handling violations in the client. Added a sound effect when a violation constraint occurs, mostly to serve as an example of how to use sound effects in an app. by jlabanca@google.com · 14 years ago
- 355ac5e no warnings in mobile sample by rjrjr@google.com · 14 years ago
- 0c143d0 Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. by bobv@google.com · 14 years ago
- 18d67dd MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Desktop, Mobile and Tablet devices. Uses App Engine as a backend. by rchandia@google.com · 14 years ago
- 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
- 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
- eb1818e Adding SafeStyles interface that represents strings that are safe for use in a by jlabanca@google.com · 14 years ago
- 335c815 Reindented pom.xml files by rchandia@google.com · 14 years ago
- 98828a2 Updating Showcase to use LayoutPanels throughout the hierarchy, thus implementing ProvidesResize down to the examples. This allows the examples to look better, especially examples that implement RequiresResize. Most of the example look the same, but TabLayoutPanel and SplitLayoutPanel now take up a larger area to illustrate how they would be used in most apps. by jlabanca@google.com · 14 years ago
- dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
- 881d1a5 Fix checkstyle error by skybrian@google.com · 14 years ago
- 04d281d tweaked Showcase to make it more testable by skybrian@google.com · 14 years ago
- 5ebfead Fix generated JS for getting the locale property value from the user agent. by jat@google.com · 14 years ago
- 9d22108 Bumping the memory used to build samples now that Showcase is pushing on the limits. by jlabanca@google.com · 14 years ago
- 3c1d267 Fixed validation classifier, added clean plugin to prevent gwt-user from being deployed to GAE, upgraded to GAE 1.4.2, gwt-maven-plugin 2.2.0 by drfibonacci@google.com · 14 years ago
- be3d2c8 Add a dummy appengine-web.xml file to Showcase. by gwt.mirrorbot@gmail.com · 14 years ago
- 6c9968a Adding new style theme called Clean, and using the new theme in Showcase and in the default GWT app. Also fixing a style bug in VerticalSplitPanel that causes the splitter to be too wide. by jlabanca@google.com · 14 years ago
- 015e403 Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- cf9ddb4 Adding an example of StackLayoutPanel to the Showcase sample. The translations by jlabanca@google.com · 14 years ago
- 72e6d1e Replacing deprecated HorizontalSplitPanel and VerticalSplitPanel samples in by jlabanca@google.com · 14 years ago
- b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
- 8582e49 Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 1dc4d2e Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, by fredsa@google.com · 14 years ago
- 6a8aa29 Bump samples/expenses/pom.xml version number by rjrjr@google.com · 14 years ago
- 311d70a Adding a new DeckLayoutPanel that displays one of many widgets and transitions between them using a horizontal or vertical sliding animation. This is useful for mobile web apps that want to create a slide effect between pages. Integrated DeckLayoutPanel into TabLayoutPanel so both widgets can share the animated transitions. I also replaced the TabPanel Showcase sample with a TabLayoutPanel sample to show off the new feature. by jlabanca@google.com · 14 years ago
- a6f0b44 Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918 by rjrjr@google.com · 14 years ago
- 8ea6b76 Add validation jars to the expenses sample build.xml by nchalko@google.com · 14 years ago
- 298ed59 Bump pom.xml version, and fix NPE in samples/expenses by rjrjr@google.com · 14 years ago
- c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
- eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@google.com · 14 years ago
- 36b8803 Fix inadvertent commenting of Showcase locales. by jat@google.com · 14 years ago
- ad61f1d Move the TCK report task to user/build.xml and delete samples/validationtck by nchalko@google.com · 14 years ago
- 7771b37 Handle validation of cascaded Arrays, Iterables and Maps. by nchalko@google.com · 14 years ago
- 0045701 Move all TCK test to users/test so they are run by the continuos build. by nchalko@google.com · 14 years ago
- dc0a38b Adding support for setting column widths in CellTable, and for allowing CellTable to use fixed table-layout for more precise control over column widths. I also updated the CellTable example in Showcase and the DynaTableRf sample with the new feature so that columns do not resize when paging. by jlabanca@google.com · 14 years ago
- 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
- f30ddd4 Fix inadvertent commit by mixing changes in one workspace. by jat@google.com · 14 years ago
- b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
- d4f8501 Move all tests to org/hibernate/jsr303/tck by nchalko@google.com · 14 years ago
- 0fb02d1 Adding column sorting support to CellTable. Clicking on a header of a sortable Column in CellTable adds a sort icon to the Header and fires a ColumnSortEvent, which user can catch to handle sorting. By default and for backward compatibility, Columns are not sortable. We provide ColumnSortEvent.ListHandler as a default implementation to sort java.util.Lists by mapping Columns to Comparators. by jlabanca@google.com · 14 years ago
- b91f430 Mark test as Failing or NotSupported by nchalko@google.com · 14 years ago
- 4cc5112 Select the correct ConstraintValidator for the bean type. by nchalko@google.com · 14 years ago
- 0aa2844 Move all the TCK to the test dir in preparation for by nchalko@google.com · 14 years ago
- a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
- f2e431c Handle composite constraints. by nchalko@google.com · 14 years ago
- ecb1b99 Public: GWT emulation for the normal Validation Bootstrap. by nchalko@google.com · 14 years ago
- ad6d70a Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config. by rjrjr@google.com · 14 years ago
- f270858 Public: Generate BeanDescriptors for GWT Validation. by nchalko@google.com · 14 years ago
- d6d3113 Public: Use jsni to access private fields and methods. by nchalko@google.com · 14 years ago
- 3ca7757 Changing the behavior of CellBrowser so that the first child node of the next level in the tree is not immediately selected in the SelectionModel when its parent is selected. In general, we no longer select a value in a CellList or CellTable until the user interacts with the widget. Also, we do not deselect a selected value until a new value is available for selection. This is important for asynchronous lists, which clear the current data then load the new data asynchronously. We do not want to trigger a SelectionEvent between these states where we have nothing selected. by gwt.mirrorbot@gmail.com · 14 years ago
- 613e767 Public: Check constraints against the field or property that has the actual annotation. by nchalko@google.com · 14 years ago
- c2de01f Update maven script and expenses/pom.xml for 2.1.1-rc1 by conroy@google.com · 14 years ago
- 6ea3d66 Update expenses web.xml for servlet 2.5 by conroy@google.com · 14 years ago
- aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
- 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
- 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
- 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
- c49234e Fixes GWT issue 5705, bad imports break memcache by rjrjr@google.com · 14 years ago
- 3b5ff41 Public: Add a custom report format. by nchalko@google.com · 14 years ago
- 2cc0b02 Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred. by jlabanca@google.com · 14 years ago
- fecf27d Remove dependency on dev.Util class in DynaTableRf sample code. by bobv@google.com · 14 years ago
- 3445591 Public: Handle fields marked @Valid by nchalko@google.com · 14 years ago
- 02d1462 Work around for samples/expenses, broken by new support for touch events. by rjrjr@google.com · 14 years ago
- 4315331 Adding CellPreviewEvents to Cell Widgets to preview all events that are fired to Cells. This allows us to add DefaultSelectionEventManager, which adds shift/ctrl selection support to the Cell Widgets. by jlabanca@google.com · 14 years ago
- 7dbefdc Making Column implement HasAlignment so users can specify the default alignment of cells in a column. In the future, we may add a way to specify the alignment of specific Cells. by jlabanca@google.com · 14 years ago
- a485e53 Public: Only process requested groups. by nchalko@google.com · 14 years ago
- 11aeecd Public: Improve reporting of TCK failures by nchalko@google.com · 14 years ago