Re: Need help in getting started with writing the integration test

2018-06-09 Thread Tobias Deiminger
Am 09.06.2018 12:46 schrieb Dileep Sankhla :On Sat, Jun 9, 2018 at 1:43 AM Tobias Deiminger wrote:Am 08.06.2018 18:57 schrieb Dileep Sankhla: > Hello Tobias, > > I have succeeded in getting the QInputDialog to write a new note: > > QMetaObject::invokeMethod(part.m_pageView, "

[okular] [Bug 395175] support opening multiple files from "File->Open" dialog

2018-06-09 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=395175 Lukas Sabota changed: What|Removed |Added CC||lu...@lwsabota.com -- You are receiving this ma

[okular] [Bug 395175] New: support opening multiple files from "File->Open" dialog

2018-06-09 Thread Lukas Sabota
https://bugs.kde.org/show_bug.cgi?id=395175 Bug ID: 395175 Summary: support opening multiple files from "File->Open" dialog Product: okular Version: 1.4.1 Platform: Archlinux Packages OS: Linux S

Re: Need help in getting started with writing the integration test

2018-06-09 Thread Dileep Sankhla
On Sat, Jun 9, 2018 at 1:43 AM Tobias Deiminger wrote: > Am 08.06.2018 18:57 schrieb Dileep Sankhla: > > Hello Tobias, > > > > I have succeeded in getting the QInputDialog to write a new note: > > > > QMetaObject::invokeMethod(part.m_pageView, "slotToggleAnnotator", > > Q_ARG( bool, true )); //

Re: Need help in getting started with writing the integration test

2018-06-09 Thread Tobias Deiminger
Am 08.06.2018 18:57 schrieb Dileep Sankhla: Secondly, I'm doing like this to create and add a typewriter annotation to page: part.m_document->setViewportPage(0); Okular::Annotation * annot = nullptr; Okular::TextAnnotation * ta = new Okular::TextAnnotation(); annot = ta; ta->setFlags( ta->flags