115 |
115 |
116 @return tuple giving the patch name and message, a tuple giving a |
116 @return tuple giving the patch name and message, a tuple giving a |
117 flag indicating to set the user, a flag indicating to use the |
117 flag indicating to set the user, a flag indicating to use the |
118 current user and the user name and another tuple giving a flag |
118 current user and the user name and another tuple giving a flag |
119 indicating to set the date, a flag indicating to use the |
119 indicating to set the date, a flag indicating to use the |
120 current date and the date (string, string, (boolean, boolean, string), |
120 current date and the date (string, string, (boolean, boolean, |
121 (boolean, boolean, string)) |
121 string), (boolean, boolean, string)) |
122 """ |
122 """ |
123 userData = (self.userGroup.isChecked(), |
123 userData = (self.userGroup.isChecked(), |
124 self.currentUserCheckBox.isChecked(), |
124 self.currentUserCheckBox.isChecked(), |
125 self.userEdit.text()) |
125 self.userEdit.text()) |
126 dateData = (self.dateGroup.isChecked(), |
126 dateData = (self.dateGroup.isChecked(), |