Replace deprecated DOM.setElementAttribute().
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / client / activity / TableSelectionActivity.java
2012-12-05 Murray CummingSome checks for nulls.
2012-12-05 Murray CummingTurn the authenication popup into a real Place.
2012-12-04 Murray CummingDetailsActivity: Check for authentication here too.
2012-05-06 Murray CummingAsyncMessage onFailure() callbacks: Log the exception...
2012-05-03 Murray CummingSome code reformatting by Eclipse
2012-04-19 Murray CummingMerge branch 'reports'
2012-04-17 Murray CummingLocales drop-down: Show that we use English by default.
2012-04-17 Murray CummingUnselect the Report/Locale/Table combo item when approp...
2012-04-17 Murray CummingReport: Give the user a way to get back to the list.
2012-04-13 Murray CummingReally show the selected Report name.
2012-01-31 Murray CummingImplement navigation to report places.
2012-01-27 Murray CummingLet Eclipse format all source code.
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-26 Murray CummingUse the ?locale= query param instead of the &lang=...
2012-01-24 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 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-10-07 Ben KonrathAdd navigation buttons in the details view.
2011-10-07 Ben KonrathDon't use TableSelectorImpl implementation details...
2011-09-27 Ben KonrathUse GWT.log for client-side debugging statements.
2011-09-23 Ben KonrathRename GlomDocument to DocumentInfo and update associat...
2011-08-27 Ben KonrathAdd document title (database name) to top of the browse...
2011-07-12 Ben KonrathSet browser title with database and table titles.
2011-06-28 Ben KonrathAdd the table name to the URL token for the ListPlace.
2011-06-27 Ben KonrathUse filename based unique document ID in URL and for...
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...