-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: master
Are you sure you want to change the base?
Qx mojo app #20
Conversation
Conflicts: backend/lib/DbToRia/DBI/base.pm
Conflicts: backend/lib/DbToRia/DBI/base.pm
… Application.js instead).
Conflicts: backend/lib/DbToRia/DBI/base.pm setup
Minor cleanup
du kannst in dem branche aenderungen machen ... und wieder pushen ... die werden dann gleich hier aktiv |
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); |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 ...
There was a problem hiding this comment.
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.
This branch moves everything to the qx-mojo-app setup.