Home
last modified time | relevance | path

Searched refs:m_commentTextEdit (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dsvnupdateandlockdialog.cpp76 m_commentTextEdit = new QPlainTextEdit; in SVNUpdateAndLockDialog()
77 m_commentTextEdit->setMaximumHeight(50); in SVNUpdateAndLockDialog()
83 commentLayout->addWidget(m_commentTextEdit); in SVNUpdateAndLockDialog()
155 m_commentTextEdit->show(); in onStatusRetrieved()
190 m_commentTextEdit->hide(); in switchToCloseButton()
247 m_commentTextEdit->hide(); in updateCommand()
294 if (!m_commentTextEdit->toPlainText().isEmpty()) in lockCommand()
296 m_commentTextEdit->toPlainText()); in lockCommand()
H A Dsvndeletedialog.cpp105 m_commentTextEdit = new QPlainTextEdit; in SVNDeleteDialog()
106 m_commentTextEdit->setMaximumHeight(50); in SVNDeleteDialog()
111 m_commentTextEdit->hide(); in SVNDeleteDialog()
114 formLayout->addRow(m_commentLabel, m_commentTextEdit); in SVNDeleteDialog()
201 m_commentTextEdit->hide(); in switchToCloseButton()
278 m_commentTextEdit->show(); in onDeleteServerButtonClicked()
291 m_commentTextEdit->hide(); in deleteFiles()
334 if (!m_commentTextEdit->toPlainText().isEmpty()) in commitDeletedFiles()
335 args << QString("-m").append(m_commentTextEdit->toPlainText()); in commitDeletedFiles()
H A Dsvnlockdialog.cpp98 m_commentTextEdit = new QPlainTextEdit; in SVNLockDialog()
99 m_commentTextEdit->setMaximumHeight(50); in SVNLockDialog()
105 m_commentTextEdit->hide(); in SVNLockDialog()
109 formLayout->addRow(m_commentLabel, m_commentTextEdit); in SVNLockDialog()
181 m_commentTextEdit->show(); in onStatusRetrieved()
253 m_commentTextEdit->hide(); in onLockButtonClicked()
306 if (!m_commentTextEdit->toPlainText().isEmpty()) in executeCommand()
308 m_commentTextEdit->toPlainText()); in executeCommand()
400 m_commentTextEdit->hide(); in switchToCloseButton()
H A Dsvnlockframerangedialog.cpp99 m_commentTextEdit = new QPlainTextEdit; in SVNLockFrameRangeDialog()
100 m_commentTextEdit->setMaximumHeight(50); in SVNLockFrameRangeDialog()
101 m_commentTextEdit->hide(); in SVNLockFrameRangeDialog()
144 m_commentTextEdit->hide(); in switchToCloseButton()
208 m_commentTextEdit->show(); in onPropGetDone()
431 m_commentTextEdit = new QPlainTextEdit; in SVNLockMultiFrameRangeDialog()
432 m_commentTextEdit->setMaximumHeight(50); in SVNLockMultiFrameRangeDialog()
433 m_commentTextEdit->hide(); in SVNLockMultiFrameRangeDialog()
475 m_commentTextEdit->hide(); in switchToCloseButton()
558 m_commentTextEdit->show(); in onStatusRetrieved()
[all …]
H A Dsvncommitdialog.cpp132 m_commentTextEdit = new QPlainTextEdit; in SVNCommitDialog()
133 m_commentTextEdit->setMaximumHeight(50); in SVNCommitDialog()
134 m_commentTextEdit->hide(); in SVNCommitDialog()
219 m_commentTextEdit->hide(); in addFiles()
292 if (!m_commentTextEdit->toPlainText().isEmpty()) in commitFiles()
518 m_commentTextEdit->show(); in onStatusRetrieved()
546 m_commentTextEdit->show(); in onStatusRetrieved()
961 m_commentTextEdit = new QPlainTextEdit; in SVNCommitFrameRangeDialog()
962 m_commentTextEdit->setMaximumHeight(50); in SVNCommitFrameRangeDialog()
968 commentLayout->addWidget(m_commentTextEdit); in SVNCommitFrameRangeDialog()
[all …]
H A Dsvncommitdialog.h32 QPlainTextEdit *m_commentTextEdit; variable
126 QPlainTextEdit *m_commentTextEdit; variable
H A Dsvnlockframerangedialog.h25 QPlainTextEdit *m_commentTextEdit; variable
84 QPlainTextEdit *m_commentTextEdit; variable
H A Dsvndeletedialog.h31 QPlainTextEdit *m_commentTextEdit; variable
H A Dsvnupdateandlockdialog.h25 QPlainTextEdit *m_commentTextEdit; variable
H A Dsvnlockdialog.h27 QPlainTextEdit *m_commentTextEdit; variable