GUI refactoring: remove mappers from JobPropertiesTableModel and JobListModel
According to #88 (closed) the JobItem mapper connections removed from:
JobPropertiesTableModel
JobListModel
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