Laurent Montel
e9749acfd8
Q3CString--
...
svn path=/trunk/KDE/kdepim/; revision=507878
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Till Adam
dc89503fc0
Adjust to kconfigbase and kmfolderdir changes.
...
svn path=/trunk/KDE/kdepim/; revision=501311
20 years ago
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Andreas Gungl
4ff92dd82b
forget readEntry(...).toBool()
...
svn path=/trunk/KDE/kdepim/; revision=497182
20 years ago
Laurent Montel
3192e18c7d
Byebye readBoolEntry
...
svn path=/trunk/KDE/kdepim/; revision=496919
20 years ago
Andreas Gungl
1a56f00c70
porting for KConfig changes
...
svn path=/trunk/KDE/kdepim/; revision=493847
21 years ago
Laurent Montel
104d040239
Fix header
...
svn path=/trunk/KDE/kdepim/; revision=491793
21 years ago
Andreas Gungl
8b62162fbe
Qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=491617
21 years ago
Allen Winter
6580fb729b
forward port:
...
SVN commit 470926 by luis_pedro:
Check correctly for whether we are enabling the index
svn path=/trunk/KDE/kdepim/; revision=490394
21 years ago
Laurent Montel
4192de9811
Q3ValueStack->QStack
...
svn path=/trunk/KDE/kdepim/; revision=486331
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Volker Krause
5b256e0153
Some porting to the new kdelibs snapshot, mostly KConfigGroupSaver -> KConfigGroup.
...
svn path=/trunk/KDE/kdepim/; revision=476648
21 years ago
Ingo Klcker
3cbf0fc45b
Q_INT*/Q_UINT* -> qint*/quint*
...
QMAX/QMIN -> qMax/qMin
I don't know what to do about Q_LONG and Q_ULONG because of the following code in qglobal.h:
#if defined(Q_OS_WIN64)
typedef __int64 Q_LONG; /* word up to 64 bit signed */
typedef unsigned __int64 Q_ULONG; /* word up to 64 bit unsigned */
#else
typedef long Q_LONG; /* word up to 64 bit signed */
typedef unsigned long Q_ULONG; /* word up to 64 bit unsigned */
#endif
Should I simply convert to (unsigned) long?
svn path=/trunk/KDE/kdepim/; revision=468393
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Lus Pedro Coelho
edd9f25e93
Don't crash if the index is disabled
...
svn path=/branches/KDE/3.5/kdepim/; revision=450324
21 years ago
Lus Pedro Coelho
75ad1aa9c8
GUI option to enable/disabled full text indexing
...
svn path=/branches/KDE/3.5/kdepim/; revision=449760
21 years ago
Lus Pedro Coelho
f2ac3576ff
Update FSF's address
...
svn path=/branches/KDE/3.5/kdepim/; revision=445684
21 years ago
Lus Pedro Coelho
8f929e05ea
Make indexing disabled by default.
...
Set text-index/enabled=true in kmailrc to enable
Individual folders can be disabled by setting Folder-*/fulltextIndexDisabled=true in kmailrc
(internals only, gui to come later).
svn path=/branches/KDE/3.5/kdepim/; revision=445644
21 years ago
Lus Pedro Coelho
11a345cb63
I don't understand 100% in what cases isIndexed could be called with null parameter, but
...
handle it when it happens
svn path=/branches/KDE/3.5/kdepim/; revision=443999
21 years ago
Lus Pedro Coelho
74173b120f
Make the whole index code depend on HAVE_INDEXLIB being defined.
...
svn path=/branches/KDE/3.5/kdepim/; revision=443101
21 years ago
Lus Pedro Coelho
d84ca96ad5
Handle an error in indexlib gracefully
...
(disables functionality, but does not crash)
svn path=/branches/KDE/3.5/kdepim/; revision=443076
21 years ago
Don Sanders
90eed8a91d
Replace #include <index/blaa.h> with #include <indexlib/blaa.h> to make
...
it compile.
I guess it's not just me experiencing this problem?
svn path=/branches/KDE/3.5/kdepim/; revision=442880
21 years ago
Reinhold Kainhofer
cb28c72e89
David is right. Use a QPtrListIterator. It's not the ideal solution (using QValueList<type*>, but that's left as an exercise to the authors of that code. At least the code compiles for me and kmail doesn't crash at startup. Apart from that, I give no guarantees.
...
svn path=/branches/KDE/3.5/kdepim/; revision=442623
21 years ago
Reinhold Kainhofer
ec4526e7a9
Even after miraculously finding out that indexlib from kdesupport is needed and installing it, this was still broken. Here are the fixes:
...
1) KMMsgDict::instance returns a const KMMsgDict*, so we need to use that type.
2) You can't loop through a const QPtrList, since the next() method is not const, and there is no getNext() const method like it's the case with getFirst() const. I guess a const_cast is the only solution here.
3) Get rid of compiler warnings that the initialization order in the constructors is messed up.
CCMAIL: luis@luispedro.org
svn path=/branches/KDE/3.5/kdepim/; revision=442617
21 years ago
Lus Pedro Coelho
49ecfeea4b
Full text indexing for KMAIL (finally)
...
svn path=/branches/KDE/3.5/kdepim/; revision=442394
21 years ago