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

Sync with Fritz #19

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

Sync with Fritz #19

wants to merge 21 commits into from

Conversation

zaucker
Copy link
Contributor

@zaucker zaucker commented Nov 19, 2014

Sorry for the monster pull request ... will use branches now.

else {
print "Not source mode\n";
}

Copy link
Owner

Choose a reason for hiding this comment

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

ich finde es nicht so ideal mit dem ARGUMENT string zu spielen ... das kannst du genau so gut in einem kleinen wrapper script machen, was du ja sowoeso brauchst.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

On Wed, 19 Nov 2014, Tobias Oetiker wrote:

ich finde es nicht so ideal mit dem ARGUMENT string zu spielen ... das
kannst du genau so gut in einem kleinen wrapper script machen, was du ja
sowoeso brauchst.

Gone in qx-mojo-app branch.

columnLabels,
columnReferences);
that.__table = new dbtoria.ui.table.Table(model, that.__tableId);
if (that.__refDelay > 0) {
Copy link
Owner

Choose a reason for hiding this comment

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

that somehow looks like rather system dependent programming ... please explain

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The actual change against master (there the file was TableWindow.js) was actually relatively small. I had unfortunately removed the file and added a new one (TablePage.js) while the transition from the Desktop/Window setup to the Tabview/Page setup.
In the qx-mojo-app I now made the transfer clear (see TableWindow.js->TablePage.js change).
I do agree that the code in question should be better documented, but I would suggest to do that in a separate step.

@oetiker oetiker mentioned this pull request Nov 19, 2014
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