Reports: Use quickFind.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / activity /
2012-04-13 Murray CummingReports: Use quickFind.
2012-03-05 Murray CummingReports drop-down list: Some improvement.
2012-03-05 Murray CummingDetailsActivity, ListActivity: Move some variables...
2012-01-31 Murray CummingImplement navigation to report places.
2012-01-31 Murray CummingMake ReportPlace usable.
2012-01-31 Murray CummingOnlineGlomService: Return report HTML rather than the...
2012-01-27 Murray CummingLet Eclipse format all source code.
2012-01-27 Murray CummingAdd a (empty) Report Place, View, and Activity.
2012-01-26 Murray CummingUse the ?locale= query param instead of the &lang=...
2012-01-26 Murray CummingImprove null/empty String checks.
2012-01-23 Murray CummingAdd and fill a Reports drop-down list box.
2012-01-18 Murray Cumminglocales drop-down: Show the correct selected locale...
2012-01-18 Murray Cumminglocales drop-down: Do not lose the primary key.
2012-01-18 Murray Cumminglocales drop-down: Do not lose the drop-down selection.
2012-01-18 Murray Cumminglocales drop-down: Change the tables list when this...
2012-01-17 Murray CummingAdd a language/locale selector drop-down.
2012-01-17 Murray CummingSearch box: Show the search text from the URL token.
2012-01-17 Murray CummingAllow use of translations via, for instance, &lang...
2012-01-12 Murray CummingAdd a search box.
2012-01-12 Murray CummingSeveral files: Use final for the parameters and use...
2012-01-12 Murray CummingMinor documentation/comment changes
2012-01-04 Murray CummingRemove all javadoc author tags.
2012-01-02 Murray CummingMove the *View::Presenter types, and some API into...
2011-12-22 Ben KonrathFix a crasher when refreshing the list view with the...
2011-12-16 Murray CummingFix a Navgiation->Navigation typo in the code.
2011-12-13 Ben KonrathChange OpenButton nomenclature to NavigationButton.
2011-12-12 Ben KonrathRemove unnecessary String argument in RelatedListTable...
2011-12-01 Ben KonrathMake ListViewTable and RelatedListTable a consistent...
2011-11-27 Ben KonrathRename PrimaryKeyItem to TypedDataItem.
2011-11-25 Ben KonrathImprove browser configuration error messages.
2011-11-25 Ben KonrathDon't use Strings to hold primary key values.
2011-10-26 Ben KonrathCorrect error in previous commit.
2011-10-26 Ben KonrathFix error in TODO comment.
2011-10-21 Ben KonrathAdd navigation buttons to related list tables.
2011-10-07 Ben KonrathAdd navigation buttons in the details view.
2011-10-07 Ben KonrathRename Field to DetailsCell.
2011-10-07 Ben KonrathCreate separate methods for layout and data the details...
2011-10-07 Ben KonrathDon't use TableSelectorImpl implementation details...
2011-10-07 Ben KonrathUpdate TableChangeEvent to use newTableName naming...
2011-09-30 Ben KonrathDisable the pager in the list tables when the data...
2011-09-30 Ben KonrathAdd empty rows to the end of related list and list...
2011-09-27 Ben KonrathUse GWT.log for client-side debugging statements.
2011-09-27 Ben KonrathAdd field colouring to details view.
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-23 Ben KonrathRename GlomDocument to DocumentInfo and update associat...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-08-27 Ben KonrathAdd document title (database name) to top of the browse...
2011-07-13 Ben KonrathAdd support sub-group in the details view.
2011-07-12 Ben KonrathSet browser title with database and table titles.
2011-07-11 Ben KonrathAdd main groups to the details view.
2011-06-28 Ben KonrathAdd the table name to the URL token for the ListPlace.
2011-06-28 Ben KonrathEnable the table selector in the DetailsView.
2011-06-27 Ben KonrathUse filename based unique document ID in URL and for...
2011-06-24 Ben KonrathPass primary key value to DetailsView.
2011-06-24 Ben KonrathAdd primary key index to LayoutGroup DTO and add Provid...
2011-06-21 Ben KonrathUse the LayoutGroup group for the list layout instead...
2011-06-15 Ben KonrathReturn an ArrayList of LayoutGroups for the Details...
2011-06-14 Ben KonrathAdd data to the DetailsView using a hard-coded primary...
2011-06-02 Ben KonrathUse String.isEmpty() to check for empty string.
2011-06-02 Ben KonrathDisplay main layout group titles in the DetailsView.
2011-05-27 Ben KonrathReset the AuthenticationPopup when clearing the ListView.
2011-05-24 Ben KonrathAdd comment to ListActivity.goTo() method.
2011-05-19 Ben KonrathImprove performance of initial ListView load.
2011-05-19 Ben KonrathAdd a "Back to List" link when at the DetailsPlace.
2011-05-18 Ben KonrathEnable the "Details" buttons.
2011-05-12 Ben KonrathUse a LayoutPanel with multiple display areas for main...
2011-05-06 Ben KonrathRename OnlineGlomPlace to ListPlace.
2011-05-06 Ben KonrathUse Presenter for app navigation.
2011-04-14 Ben KonrathPrompt for db username/password if they haven't been...
2011-04-12 Ben KonrathMove configuration of the servlet to the constructor.
2011-04-11 Ben KonrathChange 'Demo' naming convention to 'Document'.
2011-04-08 Ben KonrathDisplay an error if no glom documents are found in...
2011-04-08 Ben KonrathAdd copyright header to files without it.
2011-04-08 Ben KonrathAdd support for accessing multiple glom documents in...
2011-04-05 Ben KonrathAdd new page for demo selection.
2011-04-05 Ben KonrathMove RPC code from OnlineGlomViewImpl to OnlineGlomActi...
2011-04-04 Ben KonrathStart moving the existing OnlineGlom code to MVP.