192 Commits (34f0bf6a7c6ee4dab7941c0e00a1b3b905a22a51)

Author SHA1 Message Date
Don Sanders 934c74cf94 More code tidy ups, my mother would be pleased. 26 years ago
Don Sanders c1b5c7819b Avoid warnings. 26 years ago
Kalle Dalheimer 9c2178bc9e #include <stdlib.h> 26 years ago
Don Sanders cc1133dfff Sacrifice collapse/expand ability of list view items for sensbile double 26 years ago
Don Sanders 4da1afa669 Quick message size column cleanups 26 years ago
Don Sanders 1b6df414c2 Fix infinite loop when displaying message size and some messages are zero 26 years ago
Don Sanders 7c7f53b67a Fix bug #? 26 years ago
Don Sanders 296e4f9875 I spent a couple hours trying to track down what I thought was a qlistview 26 years ago
Don Sanders e79aac9d9b Use kmheaders::setShowSortIndicator. 26 years ago
Don Sanders 38006ec3a4 Don't use simpifyWhiteSpace on the date field as it looks bad when using 26 years ago
Jason Stephenson 9f7e4bb5b9 Change From_ line printing 26 years ago
George Staikos 504981d5e5 MIME Digest forwarding is complete, as is forwarding of multiple emails 26 years ago
Daniel Naber 242717cbf9 replaced stripWhiteSpace() with simplifyWhiteSpace(), so the 26 years ago
Bernd Gehrmann 5ef31f8543 KGlobal <-> KGlobalSettings <-> KApplication & KButtonBox cleanup 26 years ago
George Staikos 56aa517f1e text typo in MIME fixed. 26 years ago
George Staikos b4f0feaf3f put in the hook for mime digest forwarding. It's just a stub right now 26 years ago
Don Sanders a6e3116b0f Stop KMail from making X eat CPU when no message is current. 26 years ago
Don Sanders 2eb1d8dc94 Fixed undo/redo problem, in a not very nice way (using msgIdMD5 as a message UID) 26 years ago
Don Sanders 9ecc580bef Do the same thing for deletion in applyfilters 26 years ago
Don Sanders b8c4fbccc1 Cludge at trying to fix deletion problem. 26 years ago
Don Sanders 843ddf31f5 Nice speed up for threaded messages. 26 years ago
Don Sanders 4ae2d24009 Some speedups for threading that didn't really speed anything up (but are 26 years ago
Don Sanders ab0afbf91c It turns out deleting a QListViewItem (in the normal way) is about 10 times 26 years ago
Don Sanders f13a9ed54c Converted some 'const QString' to 'const QString&' 26 years ago
George Staikos ed7a77d9b4 fixed the crashing bug on emptying a folder. 26 years ago
Don Sanders 002418397f Fixed obvious stupid bug whereby mouse cursor could be shown as drag cursor 26 years ago
George Staikos bc640a6771 _Finally_ fixed the bugs with the Size field. *whew* 26 years ago
Mario Weilguni 9fd2165332 Mario: made search dialog work again, added (still non-working) support for 26 years ago
George Staikos 5db87c40ce added Bounce to the context menu. 26 years ago
Don Sanders 61363f8107 Reduced amount of memory need to display the list of message headers. 26 years ago
Espen Sand e247a3e240 Setting QFrame::setLineWidth(0) on the foldertree, headerlist 26 years ago
Don Sanders d21dde4294 Fixed apply filters bug (Bug#3427) 26 years ago
Don Sanders d44ab80236 haha, deleting messages is about a thousand times faster now. 26 years ago
Don Sanders a1210e760e Ported apply filters, move messages, delete messages, and add messages over to using unGetMsg, thereby making these operations memory efficient. 26 years ago
Don Sanders 8020e54ebc Port this size column stuff to use a mPaintInfo member instead of a KMHeaders member variable. Saves having to read the config file everytime a list item is constructed/updated. 26 years ago
George Staikos 0438b6a7f8 message size field available 26 years ago
Don Sanders 436f244b37 Patches from DN. 26 years ago
Don Sanders 26d08248d4 Work around what appears to be a QListView bug (well it's pretty damn certain) when there are multiple items with exactly the same sorting key. 26 years ago
Don Sanders 8cb2eb8faa Fixed a few sorting problems. 26 years ago
Don Sanders 07f4c18bd0 Don't load entire body of all selected messages into ram when changing messages status. 26 years ago
Waldo Bastian a7c107c09e WABA: Make it compile (kpopmenu / kimgio --> kpopupmenu / kimageio) 26 years ago
Don Sanders 182ed2f1ec Support folder specific settings for html mail and threaded messages. 26 years ago
Don Sanders 4243c36a9f Some bug fixes for changing the order of columns and some bug fixes for threaded messages view. 26 years ago
Don Sanders bedf3be81d Changing order of columns to Subject, Sender, Date. This looks a lot better in threaded mode and a little better in normal mode. 26 years ago
Don Sanders cae5c39800 Fixed some bugs. 26 years ago
Don Sanders 86db30edc7 Fixed some bugs that turned up when actions were applied and no items were selected. 26 years ago
Espen Sand e2f405067a 1) Added support for disabling some columns of the font selector in the 26 years ago
Jacek Stolarczyk 3674bd276f changed type of variable from long to int and removed all operator[](i) from updateMessageList(). It was causing problems on Alpha platform, but should be safe on others as well 26 years ago
Don Sanders 05f55c49c3 Bit more work on multiple identities 26 years ago
Don Sanders b6c475e395 Make sender column sort by sender rather than status by default. 26 years ago