[okular] [Bug 344599] Thumbnails sidebar always open when okular starts
https://bugs.kde.org/show_bug.cgi?id=344599 --- Comment #7 from Sumit Sahrawat --- Yup. My bad. I'm extremely sorry. I didn't read the issue carefully enough. I'll be more careful in the future. Sorry for the time wasted. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 353401] Feature requst: "typewriter" annotation tool
https://bugs.kde.org/show_bug.cgi?id=353401 --- Comment #13 from Sumit Sahrawat --- These are all the annotation subtypes in poppler: http://cgit.freedesktop.org/poppler/poppler/tree/poppler/Annot.h#n504 These are all the annotation subtypes in poppler-qt4: http://cgit.freedesktop.org/poppler/poppler/tree/qt4/src/poppler-annotation.h#n184 As you can see, poppler-qt4 doesn't have the FreeText type visible to the users. Similarly, poppler-qt5 doesn't have it either. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 344599] Thumbnails sidebar always open when okular starts
https://bugs.kde.org/show_bug.cgi?id=344599 --- Comment #5 from Sumit Sahrawat --- I'm on archlinux using xmonad and no KDE/Plasma. ``` $ okular --version Qt: 4.8.7 KDE Development Platform: 4.14.14 Okular: 0.23.2 ``` -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 152585] Dual screen presentation mode
https://bugs.kde.org/show_bug.cgi?id=152585 --- Comment #13 from Sumit Sahrawat --- That's a good suggestion, thanks :) -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 152585] Dual screen presentation mode
https://bugs.kde.org/show_bug.cgi?id=152585 Sumit Sahrawat changed: What|Removed |Added CC||sumit.sahrawat.apm13@iitbhu ||.ac.in --- Comment #11 from Sumit Sahrawat --- I'm looking to start working on this under the season of KDE program. I'd like to know what people think the final interface should look like. The image the Jonas linked to in comment #8 looks great, and I'm thinking about aiming for something similar. Also, I'm working on a laptop, without any second screen. Can anyone help me set up a virtual screen which would act as a second desktop? -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 344599] Thumbnails sidebar always open when okular starts
https://bugs.kde.org/show_bug.cgi?id=344599 Sumit Sahrawat changed: What|Removed |Added CC||sumit.sahrawat.apm13@iitbhu ||.ac.in --- Comment #1 from Sumit Sahrawat --- Looks like this has been fixed. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 353401] Feature requst: "typewriter" annotation tool
https://bugs.kde.org/show_bug.cgi?id=353401 --- Comment #11 from Sumit Sahrawat --- I looked through the poppler source once again. I realized that even though the freeText annotation is implemented internally, the poppler-qt4 package doesn't export it. Specifically, the Annotation class from poppler-qt4 has a SubType enumeration, which contains only 15 values. The Annot class from poppler has an AnnotSubtype enumeration, which contains 27 values. FreeText is one of the values in poppler but not in poppler-qt4. -- You are receiving this mail because: You are watching all bug changes.
[okular] [Bug 353401] Feature requst: "typewriter" annotation tool
https://bugs.kde.org/show_bug.cgi?id=353401 --- Comment #10 from Sumit Sahrawat --- Thanks for the info noric. I'm willing to work on this, and will start soon if nobody has already begun. -- You are receiving this mail because: You are watching all bug changes.