Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qx mojo app #20

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open

Qx mojo app #20

wants to merge 51 commits into from

Conversation

zaucker
Copy link
Contributor

@zaucker zaucker commented Nov 19, 2014

This branch moves everything to the qx-mojo-app setup.

zaucker added 24 commits June 8, 2011 09:54
Conflicts:
	backend/lib/DbToRia/DBI/base.pm
Conflicts:
	backend/lib/DbToRia/DBI/base.pm
Conflicts:
	backend/lib/DbToRia/DBI/base.pm
	setup
Minor cleanup
@oetiker
Copy link
Owner

oetiker commented Nov 19, 2014

dieser patch ist relative zu master und nicht relativ zu #19 ... meine comments von #19 treffen daher auch hier zu ... auf einen teil der aenderungen ...

@oetiker
Copy link
Owner

oetiker commented Nov 19, 2014

du kannst in dem branche aenderungen machen ... und wieder pushen ... die werden dann gleich hier aktiv

@oetiker
Copy link
Owner

oetiker commented Nov 19, 2014

werde mir morgen noch den rest des code ansehen

that.__table = new dbtoria.ui.table.Table(model, that.__tableId);
that.__table.addListener('cellChange', that.__cellChange, that);
if (that.__refDelay > 0) {
that.__refTimer = new qx.event.Timer(that.__refDelay);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if refDelay is zero, then the functionality is disabled ?

Return sub name for subs that must be overwritten.
=head2 getDatabaseName

Return name of the database connected to.

=cut

sub getDatabaseName {
sub getDatabaseName1 {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no one seems to use getDatabaseName1 ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, that was a test accidentally checked in ... fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants