Preparing for the next Deviation release

More
05 Oct 2015 18:30 #38445 by mwm
Correct, the disabled telemetry is only disabled on the 7E.

For now, this is only available in my FrSky test build. Be warned that I changed the order of elements in the DSM version, so code that processes datalog files may need to be changed as well.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
05 Oct 2015 18:30 #38446 by mwm

Fernandez wrote: I found that in trims menu of 7e, the trim buttons are not "detected on change".


Can you provide a detailed set of steps to reproduce this bug?

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
05 Oct 2015 19:02 #38449 by hexfet
Replied by hexfet on topic Preparing for the next Deviation release

mwm wrote:

Fernandez wrote: I found that in trims menu of 7e, the trim buttons are not "detected on change".


Can you provide a detailed set of steps to reproduce this bug?

This is an enhancement request to be able to select a button by pressing it, similar to selecting a source by moving the stick or switch.

Please Log in or Create an account to join the conversation.

More
05 Oct 2015 20:26 #38454 by Fernandez
Replied by Fernandez on topic Preparing for the next Deviation release
Correct !

Please Log in or Create an account to join the conversation.

More
07 Oct 2015 00:39 #38492 by mwm
Could you check the bug tracker (it also gets enhancement requests) to see if it's already there, or if there's something similar enough to add it to that request? If not, then add it. That way, it won't get lost in all the messages on the forum.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
07 Oct 2015 18:43 #38536 by Fernandez
Replied by Fernandez on topic Preparing for the next Deviation release
Ican read all the bugs table, but I have no idea how to enter new bugs

Please Log in or Create an account to join the conversation.

More
08 Oct 2015 03:15 #38549 by mwm
Just click "Report issue" in the top menu to get the form for opening a new issue.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
08 Oct 2015 19:02 - 08 Oct 2015 19:02 #38603 by Fernandez
Replied by Fernandez on topic Preparing for the next Deviation release
Aha, I was allready feeling a shamed, but there is a bug in the bugtracker....

I never tick the ckeck box "Remeber me" when logging with username password on any website.
But if you do not check this box "remember me" but are just logged in at the forum, when then go to Bug tracker, you do not get the "report issue" button.
Last edit: 08 Oct 2015 19:02 by Fernandez.

Please Log in or Create an account to join the conversation.

More
09 Oct 2015 23:17 #38670 by hexfet
Replied by hexfet on topic Preparing for the next Deviation release
I merged lyndros' language fix, and almost mwm's display fix but thought mwm might want to :) I agree with merging fixes and minor updates. Less work for PB.

Please Log in or Create an account to join the conversation.

More
10 Oct 2015 06:17 #38678 by mwm

hexfet wrote: I merged lyndros' language fix, and almost mwm's display fix but thought mwm might want to :) I agree with merging fixes and minor updates. Less work for PB.


I think PB took away my commit bit to the team repo. I no longer have a "merge" button on it :-(. Could you please merge this one?

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
15 Oct 2015 05:18 #38834 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
mwm, could you please help to work out the pull requests of bug fixes that I have done? I will try to use this topic to work out fixes for the bugs that I have found during testing.

www.deviationtx.com/forum/builds/4918-bu...l-request-and-review

Please Log in or Create an account to join the conversation.

More
15 Oct 2015 09:48 - 15 Oct 2015 09:49 #38845 by mwm
Since you've got two fixes (and presumably more on the way), I think it'd be better if you got set up so you could submit your own pull requests.

I wrote a tutorial on how to do that. You can find links to an online version and a downloadable file in the thread: deviationtx.com/forum/7-development/3810...to-deviationtx#27475

Please feel free to ask for more help if you need it, or if you disagree about it being better for you to set up your own.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.
Last edit: 15 Oct 2015 09:49 by mwm.

Please Log in or Create an account to join the conversation.

More
16 Oct 2015 01:37 #38890 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
Thanks mwm! I think I can work it out B)

Please Log in or Create an account to join the conversation.

More
16 Oct 2015 02:07 #38891 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
Umm.... have a problem. Can I separate 2 different commits into 2 pull requests? I need to play around branches if I need to do this?

Please Log in or Create an account to join the conversation.

More
16 Oct 2015 07:42 #38904 by mwm
AFAIK, You needed to create two branches, one for every pull request.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
16 Oct 2015 10:26 #38912 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
I have tried to work it out, please see if it is good to go. B)

I used the following procedures:
1. Update to "default"
2. make changes for issue 1
3. commit to new branch for issue 1
4. Update to "default"
5. make changes for issue 2
6. commit to new branch for issue 2

Then I have a question, how can I have a branch that consists all my changes, so I can play around? Do I need to create a branch and merge all other branch in it? I am not very familiar with HG, I mostly work with SVN.

Please Log in or Create an account to join the conversation.

More
16 Oct 2015 14:13 #38921 by mwm
That's what I do. You need a branch for your stuff and one for the team default in any case.

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

More
22 Oct 2015 03:27 #39119 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
Well, can anybody help to review and merge my pull requests? #98 and #99 are simple fixes to the UI and I don't think there will be any problem.

Please Log in or Create an account to join the conversation.

More
25 Oct 2015 15:14 #39183 by richardclli
Replied by richardclli on topic Preparing for the next Deviation release
mwm, I saw that you have merged my changes and some more changes from others. How can I sync my own forked repository with the original repository?

Please Log in or Create an account to join the conversation.

More
25 Oct 2015 18:04 #39187 by mwm
I do it on my with an

hg pull ssh://hg@bitbucket.org/deviationTx/deviation

then push that back to your bitbucket repository. You can also edit the paths section of .hg/hgrc to add

team = ssh://hg@bitbucket.org/deviationTx/deviation

them do hg pull team

I could also use someone to review some of the existing requests. Like my dfu.py change...

Do not ask me questions via PM. Ask in the forums, where I'll answer if I can.

My remotely piloted vehicle ("drone") is a yacht.

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum