GUI refactoring: remove mappers from JobPropertiesTableModel and JobListModel
According to #88 (closed) the JobItem mapper connections removed from:
JobPropertiesTableModelJobListModel
Now JobItem has unique signals for almost each property change. These signals are used directly for the corresponding connections instead of general mapper subscription with checking which property has changed by its name.
Edited by Mikhail Svechnikov