[kdesrc-build] [Bug 420630] Unable to pass initial setup on OpenSUSE Leap 15.5

2023-09-03 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=420630

--- Comment #9 from David Faure  ---
For kdesrc-build to stay on kf5/qt5 stuff, add the line

branch-group stable-kf5-qt5
or
branch-group kf5-qt5

to the "global" section.
The first one will pick stable branches, the second will pick development
branches.
(For KF5 itself there's no difference, it'll be the kf5 branch)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 431454] Opening files from URLs using the Open dialog has broken

2021-01-17 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=431454

David Faure  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/commit/dff0aee21
   ||7abd99ded4bde54954d5917a8a9
   ||a28b
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from David Faure  ---
Git commit dff0aee217abd99ded4bde54954d5917a8a9a28b by David Faure, on behalf
of Albert Astals Cid.
Committed on 17/01/2021 at 08:42.
Pushed by dfaure into branch 'master'.

Tweak KFileWidget::slotOk logic when in files+directory mode

I don't see why we wouldn't do the "if this is an absolute path, try
opening that and not what tokenize gave us" when in the files+directory
mode, so changed to not do it when in the onlyDirectoryMode

M  +5-4src/filewidgets/kfilewidget.cpp

https://invent.kde.org/frameworks/kio/commit/dff0aee217abd99ded4bde54954d5917a8a9a28b

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 428283] Script fails

2020-10-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=428283

--- Comment #1 from David Faure  ---
Created attachment 132766
  --> https://bugs.kde.org/attachment.cgi?id=132766=edit
pdf file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[okular] [Bug 428283] New: Script fails

2020-10-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=428283

Bug ID: 428283
   Summary: Script fails
   Product: okular
   Version: 1.11.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: PDF backend
  Assignee: okular-devel@kde.org
  Reporter: fa...@kde.org
  Target Milestone: ---

SUMMARY

In the attached document, the scripting seems to fail with okular.

STEPS TO REPRODUCE
1. Open PDF
2. Click "Show Forms"
3. Click the big button "Insérer Image/Photo"

OBSERVED RESULT

stderr says "evaluate() threw an exception"

EXPECTED RESULT

I'm guessing a file dialog is supposed to show up

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.20.1
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.0

ADDITIONAL INFORMATION
Okular rocks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdesrc-build] [Bug 420630] Unable to find the okular component: The shared library was not found

2020-04-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=420630

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org
Product|okular  |kdesrc-build
  Component|general |general

--- Comment #1 from David Faure  ---
Does it help if you do

export QT_PLUGIN_PATH=/usr/local/build/kde/install/lib64/plugins

?

Obviously kdesrc-build --run is supposed to do this, but this is to help debug
if the problem is indeed with QT_PLUGIN_PATH.
I've been trying to pass --verbose --debug to kdesrc-build but that didn't
help. Michael? ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

D26163: Install okularpart into plugins/kf5/parts/, embed JSON metadata

2020-01-07 Thread David Faure
dfaure added a comment.


  If they have X-KDE-Library=kf5/parts/okularpart then yes, likely.
  
  This can wait until KF6.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D26163

To: dfaure, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D26163: Install okularpart into plugins/kf5/parts/, embed JSON metadata

2020-01-01 Thread David Faure
dfaure updated this revision to Diff 72574.
dfaure retitled this revision from "Install okularpart into plugins/kf5/parts/" 
to "Install okularpart into plugins/kf5/parts/, embed JSON metadata".
dfaure removed a subscriber: kossebau.
dfaure added a comment.


  Embed JSON metadata

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26163?vs=72021=72574

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D26163

AFFECTED FILES
  CMakeLists.txt
  generators/chm/okularChm.desktop
  generators/comicbook/okularComicbook.desktop
  generators/djvu/okularDjvu.desktop
  generators/dvi/okularDvi.desktop
  generators/epub/okularEPub.desktop
  generators/fax/okularFax.desktop
  generators/fictionbook/okularFb.desktop
  generators/kimgio/okularKimgio.desktop
  generators/markdown/okularMd.desktop
  generators/mobipocket/okularMobi.desktop
  generators/ooo/okularOoo.desktop
  generators/plucker/okularPlucker.desktop
  generators/poppler/okularPoppler.desktop
  generators/spectre/okularGhostview.desktop
  generators/tiff/okularTiff.desktop
  generators/txt/okularTxt.desktop
  generators/xps/okularXps.desktop
  mobile/components/okularsingleton.cpp
  okular_part.desktop
  part.cpp
  shell/shell.cpp

To: dfaure, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid, kossebau


D26163: Install okularpart into plugins/kf5/parts/

2019-12-22 Thread David Faure
dfaure planned changes to this revision.
dfaure added a comment.


  Thanks for the research and additional information. Indeed in the light of 
this, this patch has to wait until the KF6 branching. Putting it on hold for 
now.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D26163

To: dfaure, aacid
Cc: kossebau, okular-devel, johnzh, andisa, siddharthmanthan, maguirre, 
fbampaloukas, joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D26163: Install okularpart into plugins/kf5/parts/

2019-12-22 Thread David Faure
dfaure updated this revision to Diff 72021.
dfaure retitled this revision from "Install okularpart into plugins/kparts/" to 
"Install okularpart into plugins/kf5/parts/".
dfaure added a comment.


  In fact, webenginepart and others had a better idea already: 
plugins/kf5/parts.
  
  This way we can co-install kf5 and kf6 based parts, and especially avoid 
crashes
  when a kf6 app tries to load a kf5 part or vice-versa.
  
  Sorry for the noise.

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26163?vs=72020=72021

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D26163

AFFECTED FILES
  CMakeLists.txt
  generators/chm/okularChm.desktop
  generators/comicbook/okularComicbook.desktop
  generators/djvu/okularDjvu.desktop
  generators/dvi/okularDvi.desktop
  generators/epub/okularEPub.desktop
  generators/fax/okularFax.desktop
  generators/fictionbook/okularFb.desktop
  generators/kimgio/okularKimgio.desktop
  generators/markdown/okularMd.desktop
  generators/mobipocket/okularMobi.desktop
  generators/ooo/okularOoo.desktop
  generators/plucker/okularPlucker.desktop
  generators/poppler/okularPoppler.desktop
  generators/spectre/okularGhostview.desktop
  generators/tiff/okularTiff.desktop
  generators/txt/okularTxt.desktop
  generators/xps/okularXps.desktop
  mobile/components/okularsingleton.cpp
  okular_part.desktop
  shell/shell.cpp

To: dfaure, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D26163: Install okularpart into plugins/kparts/

2019-12-22 Thread David Faure
dfaure updated this revision to Diff 72020.
dfaure retitled this revision from "Install okularpart into plugins/parts/" to 
"Install okularpart into plugins/kparts/".
dfaure added a comment.


  Actually, let's make it plugins/kparts for proper namespacing.

REPOSITORY
  R223 Okular

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26163?vs=72017=72020

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D26163

AFFECTED FILES
  CMakeLists.txt
  generators/chm/okularChm.desktop
  generators/comicbook/okularComicbook.desktop
  generators/djvu/okularDjvu.desktop
  generators/dvi/okularDvi.desktop
  generators/epub/okularEPub.desktop
  generators/fax/okularFax.desktop
  generators/fictionbook/okularFb.desktop
  generators/kimgio/okularKimgio.desktop
  generators/markdown/okularMd.desktop
  generators/mobipocket/okularMobi.desktop
  generators/ooo/okularOoo.desktop
  generators/plucker/okularPlucker.desktop
  generators/poppler/okularPoppler.desktop
  generators/spectre/okularGhostview.desktop
  generators/tiff/okularTiff.desktop
  generators/txt/okularTxt.desktop
  generators/xps/okularXps.desktop
  mobile/components/okularsingleton.cpp
  okular_part.desktop
  shell/shell.cpp

To: dfaure, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D26163: Install okularpart into plugins/parts/

2019-12-22 Thread David Faure
dfaure created this revision.
dfaure added a reviewer: aacid.
Herald added a project: Okular.
Herald added a subscriber: okular-devel.
dfaure requested review of this revision.

REVISION SUMMARY
  This will make it possible to load parts using KPluginLoader.

TEST PLAN
  Both okular and konqueror can still display PDFs

REPOSITORY
  R223 Okular

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D26163

AFFECTED FILES
  CMakeLists.txt
  generators/chm/okularChm.desktop
  generators/comicbook/okularComicbook.desktop
  generators/djvu/okularDjvu.desktop
  generators/dvi/okularDvi.desktop
  generators/epub/okularEPub.desktop
  generators/fax/okularFax.desktop
  generators/fictionbook/okularFb.desktop
  generators/kimgio/okularKimgio.desktop
  generators/markdown/okularMd.desktop
  generators/mobipocket/okularMobi.desktop
  generators/ooo/okularOoo.desktop
  generators/plucker/okularPlucker.desktop
  generators/poppler/okularPoppler.desktop
  generators/spectre/okularGhostview.desktop
  generators/tiff/okularTiff.desktop
  generators/txt/okularTxt.desktop
  generators/xps/okularXps.desktop
  mobile/components/okularsingleton.cpp
  okular_part.desktop
  shell/shell.cpp

To: dfaure, aacid
Cc: okular-devel, johnzh, andisa, siddharthmanthan, maguirre, fbampaloukas, 
joaonetto, kezik, tfella, ngraham, darcyshen, aacid


D12067: [Okular Part] Add "Print" action

2018-04-27 Thread David Faure
dfaure added a comment.


  Hmm that's not how this is supposed to work, no need to look up actions. Look 
at the connect in kparts browserextension.cpp. The basic idea is: the part 
derives from BrowserExtension and provides a print slot, the shell calls it. 
Then the question became "but how does the shell know when to enable/disable 
the action", which is what actionSlotMapPtr() and isActionEnabled() are about, 
see KonqMainWindow::connectExtension for sample code.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid


D12067: [Okular Part] Add "Print" action

2018-04-27 Thread David Faure
dfaure added a comment.


  I'd say so.

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid


D12067: [Okular Part] Add "Print" action

2018-04-26 Thread David Faure
dfaure added a comment.


  The idea was that the shell provides the print action, and the part gets 
triggered via a BrowserExtension slot (just like cut/copy/paste).

REPOSITORY
  R223 Okular

REVISION DETAIL
  https://phabricator.kde.org/D12067

To: broulik, #okular, aacid
Cc: dfaure, ngraham, aacid


Re: [Okular-devel] Review Request 128430: Add config migration

2016-07-12 Thread David Faure

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128430/#review97328
---



KPDF as in, the KDE3 application? In case someone migrates directly from KDE3 
to the KF5-based okular and his main issue is that okular didn't salvage the 
kpdf settings? :-)

Colour me surprised.

- David Faure


On July 12, 2016, 8:13 p.m., Martin Tobias Holmedahl Sandsmark wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128430/
> ---
> 
> (Updated July 12, 2016, 8:13 p.m.)
> 
> 
> Review request for Okular, Albert Astals Cid, David Faure, and Laurent Montel.
> 
> 
> Repository: okular
> 
> 
> Description
> ---
> 
> This also re-adds the attempt at migrating the KPDF config.
> 
> 
> Diffs
> -
> 
>   part.cpp f18e9c8 
> 
> Diff: https://git.reviewboard.kde.org/r/128430/diff/
> 
> 
> Testing
> ---
> 
> 
> Thanks,
> 
> Martin Tobias Holmedahl Sandsmark
> 
>

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Review Request 122074: Fix crash when arguments().mimeType() is an invalid mimetype name.

2015-01-16 Thread David Faure

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122074/#review74145
---


Yeah, the mimetype for a file is application/octet-stream if we can't find a 
better mimetype.
But when asking for a mimetype by name and it doesn't exist, that's null.

QMimeType has this too, isDefault vs isValid.


part.cpp
https://git.reviewboard.kde.org/r/122074/#comment51500

Why? we know it's non-null at that point. Did you read line 1341 correctly? 
We go into the second case if argMime is null.


- David Faure


On Jan. 15, 2015, 3:44 p.m., David Faure wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122074/
 ---
 
 (Updated Jan. 15, 2015, 3:44 p.m.)
 
 
 Review request for Okular and Albert Astals Cid.
 
 
 Repository: okular
 
 
 Description
 ---
 
 I have a JIRA bug report with a PDF attached, and mid-clicking the PDF
 in konqueror leads to opening an okularpart with 
 mimetype=application/x-octet-stream
 (the x- in there is very unusual, and unknown to shared-mime-info).
 Fixed with null pointer checks.
 
 
 Diffs
 -
 
   part.cpp 263f3ad0bd0945590463092df4efdcb9b9515e90 
 
 Diff: https://git.reviewboard.kde.org/r/122074/diff/
 
 
 Testing
 ---
 
 crashes without the patch, works with the patch.
 
 
 Do I need to manually apply this to master or frameworks, or do you merge 
 regularly?
 
 
 Thanks,
 
 David Faure
 


___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


Re: [Okular-devel] Review Request 122074: Fix crash when arguments().mimeType() is an invalid mimetype name.

2015-01-16 Thread David Faure

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122074/
---

(Updated Jan. 16, 2015, 6:22 p.m.)


Status
--

This change has been marked as submitted.


Review request for Okular and Albert Astals Cid.


Repository: okular


Description
---

I have a JIRA bug report with a PDF attached, and mid-clicking the PDF
in konqueror leads to opening an okularpart with 
mimetype=application/x-octet-stream
(the x- in there is very unusual, and unknown to shared-mime-info).
Fixed with null pointer checks.


Diffs
-

  part.cpp 263f3ad0bd0945590463092df4efdcb9b9515e90 

Diff: https://git.reviewboard.kde.org/r/122074/diff/


Testing
---

crashes without the patch, works with the patch.


Do I need to manually apply this to master or frameworks, or do you merge 
regularly?


Thanks,

David Faure

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] Review Request 122074: Fix crash when arguments().mimeType() is an invalid mimetype name.

2015-01-15 Thread David Faure

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122074/
---

Review request for Okular and Albert Astals Cid.


Repository: okular


Description
---

I have a JIRA bug report with a PDF attached, and mid-clicking the PDF
in konqueror leads to opening an okularpart with 
mimetype=application/x-octet-stream
(the x- in there is very unusual, and unknown to shared-mime-info).
Fixed with null pointer checks.


Diffs
-

  part.cpp 263f3ad0bd0945590463092df4efdcb9b9515e90 

Diff: https://git.reviewboard.kde.org/r/122074/diff/


Testing
---

crashes without the patch, works with the patch.


Do I need to manually apply this to master or frameworks, or do you merge 
regularly?


Thanks,

David Faure

___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 317183] okular/poppler crashes when printing a deleted PDF file

2013-03-26 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=317183

--- Comment #3 from David Faure fa...@kde.org ---
Indeed. kdesrc-build built the master branch of poppler for me.

Some PDFs render completely blank with that branch, BTW.
I reverted to the poppler-0.22 branch for now, thanks.

-- 
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/mailman/listinfo/okular-devel


[Okular-devel] [okular] [Bug 317183] New: okular/poppler crashes when printing a deleted PDF file

2013-03-22 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=317183

Bug ID: 317183
   Summary: okular/poppler crashes when printing a deleted PDF
file
Classification: Unclassified
   Product: okular
   Version: 0.16.1
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: okular-devel@kde.org
  Reporter: fa...@kde.org

Application: okular (0.16.1)
KDE Platform Version: 4.10.1 (Compiled from sources)
Qt Version: 4.8.5
Operating System: Linux 3.7.10-1.1-desktop x86_64
Distribution: openSUSE 12.3 (x86_64)

-- Information about the crash:
- What I was doing when the application crashed:

I opened a PDF that was attached to a mail, in kmail. I.e. okular was showing a
temporary file.

Then I switched to another email in kmail -- which deleted the temporary file.

Then I tried to print the PDF - okular crashed.

(I think it can also crash when just scrolling around the document, I had that
before.)

If the PDF is loaded on demand, I guess there's no way to actually make this
work. But maybe it could detect this case, and show an error message rather
than crash.

-- Backtrace:
Application: Okular (okular), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
[KCrash Handler]
#6  _IO_new_fclose (fp=0x0) at iofclose.c:54
#7  0x7fd341a63e40 in UniqueFileStream::~UniqueFileStream (this=0x2650d50,
__in_chrg=optimized out) at /d/kde/src/4/poppler/poppler/Stream.cc:764
#8  0x7fd341a63e59 in UniqueFileStream::~UniqueFileStream (this=0x2650d50,
__in_chrg=optimized out) at /d/kde/src/4/poppler/poppler/Stream.cc:765
#9  0x7fd341a6be9e in XRef::~XRef (this=0x25647a0, __in_chrg=optimized
out) at /d/kde/src/4/poppler/poppler/XRef.cc:403
#10 0x7fd341dc2cb3 in cleanup (pointer=0x25647a0) at
/d/qt/4/qt-for-trunk/include/QtCore/../../src/corelib/tools/qscopedpointer.h:62
#11 ~QScopedPointer (this=synthetic pointer, __in_chrg=optimized out) at
/d/qt/4/qt-for-trunk/include/QtCore/../../src/corelib/tools/qscopedpointer.h:100
#12 Poppler::Document::info (this=optimized out, type=...) at
/d/kde/src/4/poppler/qt4/src/poppler-document.cc:291
#13 0x7fd342000c7c in PDFGenerator::metaData (this=0x1593530, key=...,
option=...) at
/d/kde/src/4/kde/kdegraphics/okular/generators/poppler/generator_pdf.cpp:1233
#14 0x7fd349349cc6 in Okular::Document::metaData (this=optimized out,
key=..., option=...) at
/d/kde/src/4/kde/kdegraphics/okular/core/document.cpp:2464
#15 0x7fd34960b998 in Okular::Part::setupPrint (this=this@entry=0x12fd320,
printer=...) at /d/kde/src/4/kde/kdegraphics/okular/part.cpp:2512
#16 0x7fd349616de2 in Okular::Part::slotPrint (this=0x12fd320) at
/d/kde/src/4/kde/kdegraphics/okular/part.cpp:2456
#17 0x7fd349617a2a in qt_static_metacall (_a=optimized out,
_id=optimized out, _o=optimized out, _c=optimized out) at
/d/kde/build/4/kde/kdegraphics/okular/part.moc:231
#18 Okular::Part::qt_static_metacall (_o=optimized out, _c=optimized out,
_id=optimized out, _a=optimized out) at
/d/kde/build/4/kde/kdegraphics/okular/part.moc:160
#19 0x7fd3584736df in QMetaObject::activate (sender=0x1698b50,
m=0x7fd35a382760 QAction::staticMetaObject, local_signal_index=1,
argv=0x7fffc6a0e4e0) at kernel/qobject.cpp:3548
#20 0x7fd359591b64 in QAction::triggered (this=0x1698b50, _t1=false) at
.moc/debug-shared/moc_qaction.cpp:276
#21 0x7fd359590e16 in QAction::activate (this=0x1698b50,
event=QAction::Trigger) at kernel/qaction.cpp:1257
#22 0x7fd359590b78 in QAction::event (this=0x1698b50, e=0x7fffc6a0ed50) at
kernel/qaction.cpp:1183
#23 0x7fd35a55d4fe in KAction::event (this=0x1698b50, event=0x7fffc6a0ed50)
at /d/kde/src/4/kde/kdelibs/kdeui/actions/kaction.cpp:131
#24 0x7fd3595a17d2 in QApplicationPrivate::notify_helper (this=0xff2070,
receiver=0x1698b50, e=0x7fffc6a0ed50) at kernel/qapplication.cpp:4562
#25 0x7fd35959ecce in QApplication::notify (this=0x7fffc6a10610,
receiver=0x1698b50, e=0x7fffc6a0ed50) at kernel/qapplication.cpp:3944
#26 0x7fd35a66c46a in KApplication::notify (this=0x7fffc6a10610,
receiver=0x1698b50, event=0x7fffc6a0ed50) at
/d/kde/src/4/kde/kdelibs/kdeui/kernel/kapplication.cpp:311
#27 0x7fd358454714 in QCoreApplication::notifyInternal
(this=0x7fffc6a10610, receiver=0x1698b50, event=0x7fffc6a0ed50) at
kernel/qcoreapplication.cpp:949
#28 0x7fd3595922b3 in QCoreApplication::sendEvent (receiver=0x1698b50,
event=0x7fffc6a0ed50) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#29 0x7fd3595e2cc2 in QShortcutMap::dispatchEvent (this=0xff2190,
e=0x7fffc6a0f6c0) at kernel/qshortcutmap.cpp:908
#30 0x7fd3595e0e2f in QShortcutMap::tryShortcutEvent (this=0xff2190,
o=0x161e020, e=0x7fffc6a0f6c0) at kernel/qshortcutmap.cpp:364
#31 0x7fd35959ef6c in QApplication::notify (this=0x7fffc6a10610,

[Okular-devel] [Bug 225907] don't reload document when file has been deleted

2010-02-24 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=225907





--- Comment #6 from David Faure faure kde org  2010-02-25 01:50:46 ---
SVN commit 1095777 by dfaure:

Fix bug found by discussing with pinotree about #225907: deleted() wasn't
emitted anymore.
Added unittest for that, and checked that dirty() isn't emitted (due to my
other recent
changes to KDirWatch), so at least deletion of the watched file is handled
correctly now.
Fixed for: 4.4.1
CCBUG: 225907


 M  +2 -2  kio/kdirwatch.cpp  
 M  +21 -0 tests/kdirwatch_unittest.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1095777

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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/mailman/listinfo/okular-devel


[Okular-devel] [Bug 169027] Crash with a mime error

2010-01-07 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=169027





--- Comment #16 from David Faure faure kde org  2010-01-07 20:58:48 ---
SVN commit 1071275 by dfaure:

Show more info about the servicetype that is not found, and remove the assert.
So, if anyone still has issues with a servicetype (e.g. an okular plugin not
being found),
include the output of the application, not just the backtrace.
CCBUG: 169027
CCBUG: 181350
Fixed for: 4.4


 M  +5 -1  kmimetypetrader.cpp  


WebSVN link: http://websvn.kde.org/?view=revrevision=1071275

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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/mailman/listinfo/okular-devel


[Okular-devel] [Bug 213876] Konqueror crashed closing tab [KonqMainWindow::slotPartActivated, KonqViewManager::doSetActivePart, KParts::PartManager::eventFilter]

2009-11-13 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=213876


David Faure fa...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||fa...@kde.org
 Ever Confirmed|0   |1




--- Comment #4 from David Faure faure kde org  2009-11-13 16:28:12 ---
Hmm, I should fix this at the konqueror level then, so that focus changes
inside a part that is being deleted, are not taken into account.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel


[Okular-devel] [Bug 172726] Opening case insensitive links fails

2008-12-15 Thread David Faure
http://bugs.kde.org/show_bug.cgi?id=172726


David Faure faure kde org changed:

   What|Removed |Added

 CC||fa...@kde.org




--- Comment #1 from David Faure faure kde org  2008-12-15 15:11:46 ---
http://www.davidfaure.fr/kde/krun.findIntendedTarget.diff would fix this, but
the question is, in which libs/apps does this behavior make sense (e.g.
khtml?).


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
--- 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/mailman/listinfo/okular-devel