online-glom:gwt-glom.git
2011-08-25 Ben KonrathImplement the flow table layout in the Details View.
2011-08-16 Ben KonrathCreate container element for LayoutItemPortal in Detail...
2011-08-15 Ben KonrathSet the height of the data element in the Details View.
2011-08-15 Ben KonrathMake the List View appearance match the mockups.
2011-08-12 Ben KonrathAdd better support for subgroups in the details view.
2011-08-12 Ben KonrathReturn the top level LayoutGroup title.
2011-08-11 Ben KonrathMake the TableSelector header match the mockup.
2011-07-27 Murray CummingDetails: add a colon after the field title.
2011-07-13 Ben KonrathUpdate install script for java-libglom version change.
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-12 Ben KonrathIgnore LayoutItemPortals in the details view.
2011-07-12 Ben KonrathUse java-libglom 1.17.0.
2011-07-11 Ben KonrathRemove "Table:" label from table selector.
2011-07-11 Ben KonrathAdd main groups to the details view.
2011-07-09 Murray CummingFix the ChangeLog
2011-07-09 Murray CummingConfiguredDocument: Set the port number too.
2011-07-09 Murray CummingConfiguredDocument: Warn that sqlite and self-hosting...
2011-07-09 Murray CummingFix a addDocuemnt typo.
2011-07-08 Ben KonrathCleanup comments.
2011-07-08 Murray CummingSlightly improved log output when connection fails.
2011-07-07 Ben KonrathUpdate project config files for Eclipse 3.7 and use...
2011-07-07 Murray Cummingonlineglom.properties: Add explanatory comments.
2011-06-28 Ben KonrathUse filename in Log for incorrect passwords.
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-25 Ben KonrathMake the authentication popup work again.
2011-06-25 Ben KonrathUse filename as unique key for configuring database...
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-23 Ben KonrathRename getTableData methods to getListData.
2011-06-23 Ben KonrathExtract the ConfiguredDocument innerclass into its...
2011-06-21 Ben KonrathUse the LayoutGroup group for the list layout instead...
2011-06-16 Ben KonrathAdd scripts for building and installing war.
2011-06-16 Ben KonrathCreate wrapper class to create consistent log messages.
2011-06-16 Ben KonrathRemove superfluous conditional return.
2011-06-15 Ben KonrathReturn an ArrayList of LayoutGroups for the Details...
2011-06-14 Ben KonrathUse cast_dynamic method to determine the libglom Layout...
2011-06-14 Ben KonrathAdd method names to log entries in the servlet.
2011-06-14 Ben KonrathAdd data to the DetailsView using a hard-coded primary...
2011-06-03 Ben KonrathUse presenter.goTo() to change to the DetailsPlace.
2011-06-02 Ben KonrathAdd CSS file from mockups.
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-27 Ben KonrathFix problem with onlineglom.properties file loading.
2011-05-24 Ben KonrathUpdate gwt-log from 3.1.0 to 3.1.2.
2011-05-24 Ben KonrathAdd comment to ListActivity.goTo() method.
2011-05-24 Ben KonrathRemove FIXME in convertGdkColorToHtmlColour()
2011-05-19 Ben KonrathImprove performance of initial ListView load.
2011-05-19 Ben KonrathOverride toDebugString() in TableChangeEvent.
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 KonrathMake log messages a little clearer.
2011-04-12 Ben KonrathProtect against NPEs when cleaning up database resources.
2011-04-12 Ben KonrathMove configuration of the servlet to the constructor.
2011-04-11 Ben KonrathRemove unnecessary @Override in DocumentSelectionViewImpl.
2011-04-11 Ben KonrathRemove center alignment in DocumentSelectionView.
2011-04-11 Ben KonrathChange 'Demo' naming convention to 'Document'.
2011-04-08 Ben KonrathRemove FIXME from safeLongToInt() method.
2011-04-08 Ben KonrathDisplay an error if no glom documents are found in...
2011-04-08 Ben KonrathAdd copyright header to one more file ... oops.
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-08 Ben KonrathUpdate the Eclipse JDT configuration.
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.
2011-04-04 Ben KonrathMove View classes to their own package.
2011-04-02 Ben KonrathMove UI code from the main module to its own class.
2011-04-01 Ben KonrathFix formatting of gwt.xml and add DTD.
2011-03-30 Ben KonrathPropperly convert gdkColor string to html colour string.
2011-03-28 Ben KonrathChange implementation of OnlineGlomServiceImpl.getColum...
2011-03-28 Ben KonrathUse read-only checkboxes for boolean field types.
2011-03-25 Ben KonrathDon't get the Date twice from the ResultSet.
2011-03-25 Ben KonrathCleanup code in the servlet.
2011-03-25 Ben KonrathAdd server side logging with the gwt-log library.
2011-03-24 Ben KonrathAdd a disable button for the Details view.
2011-03-22 Ben KonrathUse a count query to get the number of rows for the...
2011-03-22 Ben KonrathAdd more TODO information about CellTable pager positio...
2011-03-19 Ben KonrathAdd TODO item about CellTable pager positioning.
2011-03-18 Ben KonrathRemove unneeded GlomFieldColumn class.
2011-03-18 Ben KonrathUse cursor mode in the query that gets data for the...
2011-03-15 Ben KonrathRemove the GWT Container from the Eclipse build classpath.
2011-03-15 Murray CummingAdded some earlier mockups to git, but not to the tarba...
2011-03-14 Ben KonrathLocate OnlineGlom.properties using the ServletContext.
2011-03-12 Ben KonrathAdd note to README about why we're compiling down to...
2011-03-11 Ben KonrathUse properites file to configure servlet.
2011-03-11 Ben KonrathUse table fields in layout list view if the layout...
2011-03-11 Ben KonrathOnly show FIXME string for images when there's an image.
2011-03-11 Ben KonrathSet text for fields with TYPE_IMAGE and TYPE_INVALID...
2011-03-11 Ben KonrathCorrectly set the index of the default table.
2011-03-10 Ben KonrathAdd comment to pom.xml about the previous change.
2011-03-10 Ben KonrathChange java-libglom dependency from compile to provided...
2011-03-09 Ben KonrathChange to using a neutral locale for currency, date...
next