Shinichi Fuchita

Results 45 comments of Shinichi Fuchita

A) Right click the commit. and click 'Checkout/Branch...'. ![image](https://user-images.githubusercontent.com/3043124/68554244-8a351300-046a-11ea-850d-d2ef0386f132.png) B) Double click the commit. and click 'Checkout' button. ![image](https://user-images.githubusercontent.com/3043124/68554356-24955680-046b-11ea-8b21-99e3c4591661.png)

In Japanese, both backslash and yen sign have the same character code. It will be resolved when the font selection function is implemented in the future.

It takes a few seconds to open a repository, so I think it is inconvenient if it is too easy to open a repository, what do you think?

Try using private key instead of password authentication. 1. Click the Property... in the Repository menu ![image](https://user-images.githubusercontent.com/3043124/211560074-134b8cde-e596-49ed-bc30-e1e59c76f578.png) 2. Click the Remote menu button, then click Add or Edit button ![image](https://user-images.githubusercontent.com/3043124/211560560-48aee256-2038-42fb-b2a3-de2b264eed63.png)...

Sorry. Qt4 is not supported. Now supports Qt5 and Qt6. Also, I cannot test the app on Mac PowerPC.

Normal way: 1. Checkout branch A 2. Right click on branch B 3. Choose 'Merge' from the menu 4. Click OK on the dialog box If this doesn't work, please...

I tried tracing the code. And I encountered division by zero. However, I could not analyze more than that. Sorry. I can not solve this problem. ![divzero](https://user-images.githubusercontent.com/3043124/51435559-4b588580-1cbd-11e9-914f-eb2542f3a235.png)

My qSIP can receive DTMF events. Maybe it is due to the SIP server to which it is connected. At my home, the Asterisk server is running and all IP...

There are 9 project files. - baresip.pro - g722.pro - gsm.pro - portaudio.pro - qSIP.pro - re.pro - rem.pro - speex.pro - webrtc.pro Open everything with Qt Creator except qSIP.pro...

Yellow exclamations are warnings, so you can ignore it. Red is error, please scroll messages, and show me error messages.