219 Commits (f0fd255cdcf4c8884ee8524a3be9fc90bf24ac25)

Author SHA1 Message Date
Laurent Montel 563a95ae15 Fix crash. 24 years ago
Don Sanders 27c4c6e52f Update total count in folder tree correctly after messages are deleted. 24 years ago
Carsten Burghardt 079eae2a53 Yes, the subscription dialog is in. 24 years ago
Marc Mutz 945744204c Try to restore proper totals counting for the folder tree items, which is another victim of The Dump. Still doesn't work again :-( 24 years ago
Marc Mutz 3dda5e1165 speed up compilation by only requiring KMGroupware forward decls 24 years ago
Bo Thorsen 49394b9c9f Imap fixes 24 years ago
Don Sanders 2cf1ed8953 Integrate a subset of the changes in the make_it_cool branch. 24 years ago
Ingo Klcker 84f4965f64 Revert HEAD to KDE_3_1_BRANCH. Of course I didn't remove any files that where added to HEAD. 24 years ago
Bo Thorsen 8b8db5ccc8 Disconnected IMAP mode 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Carsten Burghardt a9299217d3 Add the possibility to select the startup-folder. This is a hidden feature and is only necessary for people who use only imap and get confused by the local folders. Reviewed (and requested ;-)) by Ingo. 24 years ago
Ingo Klcker 6eb8871fa0 Revert the workaround for bug 48888. It has too many bad side effects. 24 years ago
Ingo Klcker e95e51fe17 Fix/Workaround for Bug #48888: 24 years ago
Ingo Klcker b946177737 Fix Bug# 48771: kmail crashes at startup 24 years ago
Carsten Burghardt ff80f4e450 Fix multiple undos, fix threading after undo, make undo a KMMoveCommand, make the undostack a QObject and make it emit signals on changes. Correct the default sizes of kmmainwin. Reviewed by Ingo. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Daniel Molkentin cc2a53d2c9 Applying patch from make_it_cool branch here, too 24 years ago
Michael Haeckel 7fa3617162 CCMAIL: 47727-close@bugs.kde.org 24 years ago
Marc Mutz 8132716531 mPopup was never deleted; remove static QPixmap pointers. KIconsLoader::loadIcon uses QPixmapCache anyway. This way, we don't need stuff like refcounting of the static qpixmap pointers to determine when to delete them again. 24 years ago
Carsten Burghardt 749f128b8c get rid of old countUnreadRecursive code 24 years ago
Marc Mutz 2ce1d0268a YAUI (Yet Another Unused Icon) 24 years ago
Marc Mutz da8d072ddb oops, hyphens in icon names are special... 24 years ago
Marc Mutz 25dba919d6 Moved inbox, outbox and sent-mail folder icons to kdelibs/pics; removed unused icons {red,green}-bullet.png 24 years ago
Marc Mutz ec68433037 closed.png is loaded, but never used 24 years ago
Ingo Klcker 6615a799d3 GUI cleanup for more consistency with other applications (based on patch by Martin Koller) 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Carsten Burghardt 5ac5730197 Remove the KMFolderTreeItem parameter from KMFolderImap as the folder should not mess with the view 24 years ago
Stephan Binner a370b2a751 CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view 24 years ago
Carsten Burghardt 6a6939af7e Not fti->folder->parent but fti->parent 24 years ago
Malte Starostik 6da543b21f Make IMAP folder listing work again 24 years ago
Marc Mutz f9ceb1b414 QHeader _has_ an layout engine ;-) 24 years ago
Carsten Burghardt d03bb27744 Fix sorting and make it independant from i18n 24 years ago
Carsten Burghardt fcd86355fe Save the open/close state of a node when it is expanded 24 years ago
Carsten Burghardt 7d087caa90 - reflect changes in kfoldertree 24 years ago
Carsten Burghardt 4d416f2a6f Rather heavy rework of the foldertree. It's now based on a new widget "KFolderTree" in libkdenetwork. 24 years ago
Karl-Heinz Zimmer 0b962d72fe finished Drag'n'Drop handling (dragging a mail from it's folder's mail list onto another folder): now we show the '+' sign (added to the mouse cursor) only when the user pressed the key (s)he has specified for COPY operations. Also we now show the correct sign at _beginning_ of the drag operation. So the user can see whether this will make a copy of the mail when _starting_ the drag operation. 24 years ago
Karl-Heinz Zimmer c284624513 add entended configuration options to KMail Configure / Miscellaneous tab page allowing the user to specify what should happen when Mail is Drag'n'Dropped from the mail headers' list onto another folder in the folder tree. Note: This works fine _but_ the little 'plus' sign is only displayed when mail is CTRL+Dragged (this is default behavior for copying). Of course this is missleading so - please - tell me how to fix this: I am looking for a way how to have the 'plus' indicator enabled or disabled during a Drag event. 24 years ago
Ingo Klcker bbbf70f3eb Swap Copy and Move in the dnd popup menu as Move is the most frequently used action 24 years ago
Carsten Burghardt cef86bf691 The eventFilter unfortunately also influenced the folder-contextmenu. I disable the columns-popup for the moment to investigate that further. 24 years ago
Carsten Burghardt 2627d323f4 Finally we got unread and total columns for the foldertree. 24 years ago
Zack Rusin 1de92fc2ac OK, shift+mouse move -> move, control+mouse move -> copy, else -> popup. 24 years ago
Zack Rusin 96e4b6adee Fixing the popup positioning problem, as noted by Ingo and waiting for 24 years ago
Zack Rusin f93d5bd995 Opinions on UI design are like asses - everyone has its own. Adding popup 24 years ago
Stephan Binner b16400da88 CVS_SILENT Capitalisation fixes. 24 years ago
Marc Mutz bf7ce97c38 bring back header 24 years ago
Karl-Heinz Zimmer d17c8a6946 a) Merged AEGYPTEN_BRANCH additions into HEAD branch. 24 years ago
Ingo Klcker de6ec5e488 Separate the New Message action and the Post to Mailing-List action. This means with New Message the To: field of the new message will no longer be filled automatically with the mailing list's posting address. 24 years ago
Zack Rusin 694f88bdd0 Adding custom icons support to the folder tree 24 years ago
Marc Mutz 459cf6632b Fix accel clashes, minor layouting adjustments and adding some accels. 24 years ago
Ingo Klcker aa78202b12 Add some more icons to the main menu and the folder RMB menus 24 years ago