[Okular-devel] [okular] [Bug 345684] Okular hangs after adding an annotation and choosing Save As

2015-04-03 Thread Luke Kendall
https://bugs.kde.org/show_bug.cgi?id=345684 --- Comment #4 from Luke Kendall --- I'll take a guess (since I'm running Gnome really, not KDE), that you mean: # apt-get install libsolid4 kdelibs5-dbg kdelibs5-dev Okay, after doing that, here's the more informative backtrace: Starting program: /u

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #12 from Albert Astals Cid --- Right, dynamic_cast is not a C cast, it's a C++ cast. No, it is not what you wrote, what you wrote is creating a new object, which is not what dynamic_cast does, dynamic_cast just "changes" the pointer in run-

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #11 from RJVB --- I don't think that it's a normal "C" cast (which is what I should have written). A cast that "returns" a NULL pointer when casting a variable that's not NULL is not a normal cast in my book. The times I tried to follow wha

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #10 from Albert Astals Cid --- dynamic_cast is a normal cast, i have no idea if it works on clang on Linux or not sorry. -- You are receiving this mail because: You are the assignee for the bug.

[Okular-devel] [okular] [Bug 317073] Request to add fade transition to presentation mode

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=317073 --- Comment #16 from Albert Astals Cid --- Use reviewboard -- You are receiving this mail because: You are the assignee for the bug. ___ Okular-devel mailing list Okular-devel@kde.org https://mail.kde.org/ma

[Okular-devel] Review Request 123249: Fixing the KActivities integration (Frameworks branch)

2015-04-03 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/123249/ --- Review request for Okular and Albert Astals Cid. Repository: okular Des

[Okular-devel] [okular] [Bug 345836] New: Annotations in pdf documents should be automatically saved to a temporary file.

2015-04-03 Thread ssameer+bugs
https://bugs.kde.org/show_bug.cgi?id=345836 Bug ID: 345836 Summary: Annotations in pdf documents should be automatically saved to a temporary file. Product: okular Version: 0.20.2 Platform: Kubuntu Packages

[Okular-devel] [okular] [Bug 317073] Request to add fade transition to presentation mode

2015-04-03 Thread sahil
https://bugs.kde.org/show_bug.cgi?id=317073 --- Comment #15 from sahil --- Well i am trying to implement the Push transition. Do i need to report another bug like this fade transition one or it will be fine if i keep continuing my work and share updates through this bug only? -- You are receivi

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #9 from RJVB --- Yes, well, I tried that with ktimetracker and failed, probably mostly because I have no idea how a cast can fail (or what a dynamic_cast really does, and how). Is this a feature that relies on Qt tech? Naive question: if Oku

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #8 from Albert Astals Cid --- No, you need to find out why casting an Okular::Part to an Okular::ViewerInterface returns null since Okular::Part *is* an Okular::ViewerInterface as you can see in part.h class OKULAR_PART_EXPORT Part : public

[Okular-devel] [okular] [Bug 345830] Option to set backend explicitly

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345830 Albert Astals Cid changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED CC|

[Okular-devel] [okular] [Bug 345830] New: Option to set backend explicitly

2015-04-03 Thread darklin20
https://bugs.kde.org/show_bug.cgi?id=345830 Bug ID: 345830 Summary: Option to set backend explicitly Product: okular Version: 0.21.1 Platform: unspecified OS: Linux Status: UNCONFIRMED Severity: wishlist

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #6 from RJVB --- Looks like it's that indeed. I had to add the block to canOpenDocs too part= Okular::Part(0x7ffb3e05f9f0) okular(56591) Shell::canOpenDocs: part= Okular::Part(0x7ffb3e05f9f0) dynamic_cast(part)= 0x0 okular(56591) Shell::c

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #7 from RJVB --- Maybe I ought to return false when !viFace? -- You are receiving this mail because: You are the assignee for the bug. ___ Okular-devel mailing list Okular-devel@kde.org https://m

[Okular-devel] [okular] [Bug 345684] Okular hangs after adding an annotation and choosing Save As

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345684 --- Comment #3 from Albert Astals Cid --- That's interesting, can you install solid and/or kdelibs debug symbols for your distribtion and do the same so we get some more information on the backtrace? -- You are receiving this mail because: You are the

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #5 from Albert Astals Cid --- Looks like dynamic_cast(part) may be failing Can you in shell.cpp just before line 174 qDebug() << part; kDebug() << part; qDebug() << dynamic_cast(part); kDebug() << dynamic_cast(part); And see the ouput tha

[Okular-devel] [calligrawords] [Bug 345813] Crash when opening ODT file

2015-04-03 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=345813 Albert Astals Cid changed: What|Removed |Added Component|general |okularplugin Product|okular

[Okular-devel] Jenkins build is still unstable: okular_master_qt5 #5

2015-04-03 Thread KDE CI System
See ___ Okular-devel mailing list Okular-devel@kde.org https://mail.kde.org/mailman/listinfo/okular-devel

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #4 from RJVB --- Running Okular with all its debug domains activated through kdebugdialog didn't teach me anything useful (no output at all). -- You are receiving this mail because: You are the assignee for the bug. ___

[Okular-devel] [okular] [Bug 345765] [OS X] okular crashing opening PDF from URL

2015-04-03 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=345765 --- Comment #3 from RJVB --- Here's the backtrace requested. Okular was invoked as /Applications/MacPorts/KDE4/okular.app/Contents/MacOS/okular https://some.web.site/courriersweb/affichagepdf:pdf/2014239153763 --icon okular -caption Okular Application:

[Okular-devel] [okular] [Bug 341328] unexpected result while printing multiple pages per sheet

2015-04-03 Thread McAaron
https://bugs.kde.org/show_bug.cgi?id=341328 McAaron changed: What|Removed |Added CC||mcaa...@mail.ru --- Comment #1 from McAaron --- When