Re: [Okular-devel] Creating new class

2012-12-20 Thread Bogdan Cristea
Le jeudi 20 décembre 2012 à 12:09 +0200, Jakub Zakrzewski a écrit : > I created the tocsearch.moc and tocsearchmodel.moc files from toc.moc > and tocmodel.moc files. > > These errors I get while running `make`: > > CMakeFiles/okularpart.dir/ui/tocsearchmodel.o:/media/d/workspaces/kde/okular/tocmo

[Okular-devel] [Bug 311983] New: Recent document doesn't show anything in KDE 4.10

2012-12-20 Thread Weng Xuetian
https://bugs.kde.org/show_bug.cgi?id=311983 Bug ID: 311983 Severity: normal Version: 0.15.90 Priority: NOR Assignee: okular-devel@kde.org Summary: Recent document doesn't show anything in KDE 4.10 Classification: Unclassified

Re: [Okular-devel] Creating new class

2012-12-20 Thread Jakub Zakrzewski
My mistake, I left in the tocsearchmodel.cpp #include "tocmodel.moc" Problem resolved :) On Thu, Dec 20, 2012 at 1:10 PM, Bogdan Cristea wrote: > Le jeudi 20 décembre 2012 à 12:09 +0200, Jakub Zakrzewski a écrit : > > I created the tocsearch.moc and tocsearchmodel.moc files from toc.moc > > an

[Okular-devel] Fwd: Testing Okular in kde sc 4.10 rc1

2012-12-20 Thread Albert Astals Cid
Anders has stuff to say. Albert -- Missatge reenviat -- Assumpte: Testing Okular in kde sc 4.10 rc1 Data: Divendres, 21 de desembre de 2012, 00:08:42 De: Anders Lund Hi, I will not report bugs, since what I have is mostly comments. Bookmarks works fine. Search works, as do

[Okular-devel] [Bug 311983] Recent document doesn't show anything in KDE 4.10

2012-12-20 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=311983 Albert Astals Cid changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution|---

Re: [Okular-devel] Fwd: Testing Okular in kde sc 4.10 rc1

2012-12-20 Thread Albert Astals Cid
El Divendres, 21 de desembre de 2012, a les 00:17:57, Albert Astals Cid va escriure: > Anders has stuff to say. > > Albert > > -- Missatge reenviat -- > > Assumpte: Testing Okular in kde sc 4.10 rc1 > Data: Divendres, 21 de desembre de 2012, 00:08:42 > De: Anders Lund > > Hi,

[Okular-devel] How can I reproduce multiple searches?

2012-12-20 Thread Jakub Zakrzewski
In the DocumentPrivate class there is a QMap Object: m_searches. Here is a snippet: // find descriptors, mapped by ID (we handle multiple searches) QMap< int, RunningSearch * > m_searches; Does it actually happen that this m_searches map has more than 2 values? How can I reproduce