343 Commits (e7eb411ecc7b37cda511bcbb6135504c3c6d05a0)

Author SHA1 Message Date
Marc Mutz 0c5e22781f fix initial systray config widget state (again :-( ) 24 years ago
Ingo Klcker fd8cd42583 Remove all KDE_VERSION <= 306 hacks 24 years ago
Ingo Klcker 5955f964f4 Port the change of the color bar to HEAD (where it was committed to already on Sep 19). For some reason it was never ported to make_it_cool and therefore it was reverted when make_it_cool was dumped on HEAD. I'll bet there are a lot more changes (cf. my other re-commits of 'forgotten' patches) which were never ported from HEAD or KDE_3_1_BRANCH to make_it_cool and which were lost during the last try to merge make_it_cool to HEAD. This shows that dumping one branch on another branch is a very bad idea because now we have to check which patches and bug fixes are missing in HEAD as compared to KDE_3_1_BRANCH. This could have been avoided with the smaller patches Marc and Zack prepared. 24 years ago
Ingo Klcker 8d4f82bd57 Add Groupware configuration page. This will probably be removed again when the options have been moved elsewhere 24 years ago
Ingo Klcker d004328402 Add 'Disconnected IMAP' to account configuration. 24 years ago
Ingo Klcker e4ddbeb94d These string fixes were lost during merging make-it-cool into HEAD 24 years ago
Don Sanders 2e95afc197 Begin integrating the kroupware branch 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
Stephan Kulow 796de39903 compiles now 24 years ago
Marc Mutz f09922abec from make_it_cool: systray notification 24 years ago
Bo Thorsen 8b8db5ccc8 Disconnected IMAP mode 24 years ago
Stephan Kulow 793f80d991 white space diffs and the configure dialog part of the systemtray (not yet used 24 years ago
Stephan Kulow e6461866a8 ported Don's KMKernel::config into HEAD 24 years ago
Marc Mutz d68aae700b candidate_for_3_1_1: sync config between configuredialog and kmmessage w.r.t. reply and fwd prefixes 24 years ago
Marc Mutz c95155782d from kroupware_branch: RFC-compliant MDN support 24 years ago
Ingo Klcker e748c9f871 Fix bug 49812: us-ascii can't be added to charsets. Patch by kaminmat@cc.rim.or.jp. 24 years ago
Stephan Kulow 41e920e0b9 give it a parent so it doesn't leak 24 years ago
Ingo Klcker f8cb18ee3c Disable the Remove button in config dialog->Composer->Headers when there are no entries in the custom mime header list. This obsoletes Laurent Montel's patch. But I didn't re-enable the assert because we shouldn't annoy our users with crashes because of our programming errors. Instead of the assert I added a kdDebug. 24 years ago
Laurent Montel edec4a4347 Fix crash when headers item is null. 24 years ago
Ingo Klcker d616951db2 Replace NULL and 0L with 0 everywhere and clean up some delete foo 24 years ago
Marc Mutz 12dea77aff fix for #48693 (pressing "configure KMail" crashes program on Solaris) 24 years ago
Malcolm Hunter cf5d21d810 CVS_SILENT Corrected typographical errors 24 years ago
Ingo Klcker 7a7252658e Move OpenPGP related configuration options to the OpenPGP configuration 24 years ago
Karl-Heinz Zimmer acf5a27b75 Using the change for making i18n-related changes: Fixed name of color listbox's entry on KMail Appearance configuration page: now saying "HTML status bar" instead of old (misleading) "color bar"., changed the text of the colorbar enabel/disable checkbox accordingly, also fixed type in the HTML status bar's text: "No HTML message" with capital N. 24 years ago
Malcolm Hunter 2f75b58e04 Corrected i18n text - Changes border colour only 24 years ago
Karl-Heinz Zimmer 484d022e99 Bugfix: Use *different* colors for the color bar than for PGP (or S/MIME, resp.) crypto frames. This is the long awaited commit promized by me on 06. Sept. 2002. 24 years ago
Ingo Klcker 14d0fd596f Use setSizePolicy ( QSizePolicy ) instead of setSizePolicy ( QSizePolicy::SizeType hor, QSizePolicy::SizeType ver, bool hfw = FALSE ) which seems to be new in Qt 3.1. Sorry about that, but the Qt docs don't tell when a function was introduced. 24 years ago
Stephan Binner 6c79075cbf This function is new in Qt 3.1 and not Qt 3.0.6. 24 years ago
Stephan Binner e1d3510e71 CVS_SILENT Style guide fix, use "cvslastchange" or X-WebCVS header line to view 24 years ago
Marc Mutz 80b445adcd Sorry for the introducition of new i18n strings, but they're quite important to the usability of the Appearance->Layout tab in the config dialog. 24 years ago
Michael Haeckel 8e9f66992b I don't know what version of Qt contains this function. At least Qt-3.0.5 24 years ago
Ingo Klcker fc62c64a06 Remove obsolete new mail notification actions from KMail's config dialog. These actions are now provided by KNotify 24 years ago
Malcolm Hunter 9f71c16cf3 CVS_SILENT Corrected typographical errors 24 years ago
Marc Mutz 76767ea0ba get rid of mCryptPlugList; use mEmber convention; rework CryptPlugTab ctor to fit the rest of the ConfigurationPage ctors. 24 years ago
Marc Mutz b4afec9ba5 added/fixed accels/buddies; added a "rename" button to the identity page that just calls KListView::rename() on the selected item. Inline renaming is too hidden otherwise. 24 years ago
Marc Mutz e0a9a85f35 get rid of some boring and error prone reimplementations of e.g. apply(): Foobarbaz::apply() { mFooTab->apply(); mBarTab->apply(); mBazTab->apply(); }; by moving that down to TabbedConfigurationPage. Same for setup(), dismiss() and installProfile(), and for the ConfigureDialog as a whole. 24 years ago
Marc Mutz f4b4be8852 move aegypten/cryptplug config into a dialog of it's own; patch (as posted) reviewed by KHZ 24 years ago
Don Sanders e0e1959c74 Roll back crypt changes, these changes can be made later and probably 24 years ago
Don Sanders 05cde7e1a7 Code cleanup, make various actions (reply, replyall, etc, etc) independent 24 years ago
Malcolm Hunter 20eb24d623 CVS_SILENT Corrected typographical errors 24 years ago
Carsten Pfeiffer be5e7bf43d - centralize CryptPlugWrapperList in KMKernel to fix ownership problems 24 years ago
Malcolm Hunter bceb0312b5 CVS_SILENT Consistency of words 24 years ago
Kalle Dalheimer 641632ebbf Fixed Ägypten #1149#: disable Add Plugin button when there is no name or location 24 years ago
Marc Mutz c370a621eb call slotModifyIdentity() from slotNewIdentity() 24 years ago
Marc Mutz 0f313eb0f5 mention subject prefix entries are now regexps 24 years ago
Marc Mutz f5828d98b4 Everytime before a release, Marc goes through the ConfigDialog and cleans the stuff people put there. It's always funny what they left there. This episode is about how adding everything to one tab grows the dialog so much that users with a 1024x768 screen get the "big and grey, big and grey" feeling of Arthur Dent. It is also about how splitting such a tab can reduce the size again ;-) I'm talking about Appearance->Layout. Suggestions for a better title of the new tab welcome. 24 years ago
Marc Mutz b9770d7555 A tab widget with a single tab looks so damn stupid -> Made the FolderTab a FolderPage; removed dead code 24 years ago
Marc Mutz f2503c729e some #include cleanups 24 years ago
Marc Mutz f748feca4c double click == modify and right-click == context menu for the identity listing 24 years ago