- files modified under Windows are CRLF ended -> convert them to CR only and apply patch 0007 with --keep-cr
Ioana Grigoropol (8): Show progress bar for New Bitbake Commander project Show progress bar for building new Recipe in Bitbake commander perspective Validate project name and location for Bitbake command project Fix incompatibility with jre1.6 support for typed HashMap Remove validation for existing git repository Fix synchronous waiting for command prompt in Linux & connection lost when restarting convert CRLF line terminators to CR only Validate Bitbake Commander project when switching between new repo and existing one .../src/org/yocto/bc/bitbake/BBSession.java | 2 + .../src/org/yocto/bc/bitbake/ShellSession.java | 132 +++----- .../yocto/bc/remote/utils/ProcessStreamBuffer.java | 17 +- .../org/yocto/bc/remote/utils/RemoteHelper.java | 161 +++++----- .../org/yocto/bc/remote/utils/RemoteMachine.java | 4 +- .../remote/utils/YoctoHostShellProcessAdapter.java | 162 +++++----- .../bc/remote/utils/YoctoRunnableWithProgress.java | 106 +++++++ .../src/org/yocto/bc/ui/Activator.java | 79 ++--- .../src/org/yocto/bc/ui/model/ProjectInfo.java | 4 + .../org/yocto/bc/ui/wizards/FiniteStateWizard.java | 112 +++---- .../yocto/bc/ui/wizards/FiniteStateWizardPage.java | 320 ++++++++++---------- .../bc/ui/wizards/NewBitBakeFileRecipeWizard.java | 7 +- .../ui/wizards/NewBitBakeFileRecipeWizardPage.java | 300 +++++++++--------- .../yocto/bc/ui/wizards/install/InstallWizard.java | 113 ++----- .../yocto/bc/ui/wizards/install/OptionsPage.java | 184 +++++------ .../BBConfigurationInitializeOperation.java | 6 +- .../newproject/CreateBBCProjectOperation.java | 31 +- 17 files changed, 823 insertions(+), 917 deletions(-) create mode 100644 plugins/org.yocto.bc.ui/src/org/yocto/bc/remote/utils/YoctoRunnableWithProgress.java -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto