Ismail Onur Filiz
5499cab473
Include "config.h" in the source files that already do not do so.
...
svn path=/trunk/KDE/kdepim/; revision=532915
20 years ago
Reinhold Kainhofer
1a753fd376
deprecated: QMenu::insertSeparator() -> QMenu::addSeparator(), QBitmap(w,h,bool) -> QBitmap(w,h) and QBitmap::clear()
...
svn path=/trunk/KDE/kdepim/; revision=531904
20 years ago
Laurent Montel
a574251bf1
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=518169
20 years ago
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Laurent Montel
eb077e0b11
qt3support--
...
svn path=/trunk/KDE/kdepim/; revision=478377
21 years ago
Andreas Gungl
575ebaa9ac
- ading some more methods to MessageStatus which are usefull in the port
...
- porting KMail to the new MessageStatus class (the next step is to get
rid of KMMsgStatus...)
svn path=/trunk/KDE/kdepim/; revision=475356
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
Volker Krause
ed72a72900
More KMail porting.
...
svn path=/trunk/KDE/kdepim/; revision=461331
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Ingo Klcker
f879436b17
QListView tried to show the tooltip with the subject of a message which was just added to the current folder. For some reason getting the corresponding MsgBase object failed and KMail bailed out. Simply return an empty string if this should ever happen again.
...
svn path=/branches/KDE/3.5/kdepim/; revision=454658
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
Till Adam
06da7a98e8
Make kmheaders depend on a few fewer headers.
...
svn path=/trunk/KDE/kdepim/; revision=424457
21 years ago
Mario Teijeiro Otero
a1558a19c6
* Fix show todo icon status when the message has a "replied status".
...
* The todo status, now has the same behaviour that "Important Status":
- Customize font.
- Customize colour.
- Have a column independent in headerlist.
svn path=/trunk/kdepim/; revision=399802
21 years ago
Volker Krause
f9e131a2e9
Initialize the mask bitmap before merging and align the icons horizontally centred.
...
Reviewed by Till Adam.
svn path=/trunk/kdepim/; revision=378797
21 years ago
Ingo Klcker
c17d28a798
Make font for new/unread/important messages configurable. Based on patch by Jason 'vanRijn' Kasper.
...
Additionally, checking for config updates is sped up by only checking the application of new config updates instead of checking all config updates.
FEATURE: 79938
GUI:
svn path=/trunk/kdepim/; revision=372098
22 years ago
Till Adam
abb68058ad
CVS_SILENT remove unused code
...
svn path=/trunk/kdepim/; revision=367119
22 years ago
Till Adam
b928cccc3a
o factor out HeaderItem class out of KMHeaders, it's just too large
...
o KMHeaderItem -> KMail::HeaderItem
o include fixes
svn path=/trunk/kdepim/; revision=366855
22 years ago