Update qtJobsModel correctly when job is submitted
The previous code updated jobs manifest before updating Qt model. This version updates the job manifest inside beginInsertRows() and endInsertRows().
This branch also fixes bug submitting rf postprocessing jobs and makes some documentation corrections.