mail syncs and use KMAccount::checkingMail() which is the generic tool
for the job instead. We need to make sure that all invocations of
processNewMail are guarded, and that all error paths reset it. Since we
are currently in the process of making error handling a bit less chaotic,
we'll hopefully achieve that.
svn path=/trunk/kdepim/; revision=306085
this texts into the kmail.kcfg in the hope that they get more love there.
Add a note in the startupwizard that the stuff in there accessing options
is no longer up to date. Make kconfig_compiler generate item accessors and
make it import user texts.
These options are new, right? No need for update scripts because of the
renaming?
svn path=/trunk/kdepim/; revision=301183
- Fix accels of the Appearance tabs and on the Appearance->Headers page. We are running out of possible accels. The only characters left are BJQVX, but those don't appear in any string. So for now two options don't have an accel.
- Remove trailing whitespace. People, please configure your editors to strip off trailing whitespace.
svn path=/trunk/kdepim/; revision=292068
for it.
Andrew, thanks for your patch. I've had to adjust things to the changes
in status handling and add the config stuff, but it's still appreciated.
CCMAIL: 37419-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=290257
test bed. After a short discussion with Marc on irc I've decided to call
the global class GlobalSettings, as we expect there to be at least
ComposerSettings and ReaderSettings in the not too distant future.
If no one yells, I'll be amusing myself by moving stuff over to the new
style section by section over the next few millenia. If anyone wants to
help please tell me, so we can coordinate.
svn path=/trunk/kdepim/; revision=289835
- Port to the CryptPlug{,Wrapper} in libkleopatra, remove the old CryptPlugWrapper in libkdenetwork.
- Display an import summary for pkcs#7, smime-type=certs-only messages
- Shrink the config dialog page for CryptPlugs: Look, but don't touch.
- Add Tools->Certificate Manager to more easily launch Kleopatra (certmanager).
svn path=/trunk/kdepim/; revision=286575
KCMultiDialog.
Applying profiles is not working, there will hopefully be a more generic
solution for that soonish.
Boy, am I glad to get that sucker in. : )
svn path=/trunk/kdepim/; revision=284340
Good bye, KMTopLevelWidget (which wasn't needed anymore independently of this fix), and welcome KMail::SecondaryWindow which is the new super class for KMComposer and KMReaderMainWin and which reimplements KMainWindow::closeEvent() in order to fix this bug.
svn path=/trunk/kdepim/; revision=284023
the forgotten attachment warner as discussed on the lists. "patch" is a
developer only thing and the majority of our users are not developers.
Ok'd by Ingo.
svn path=/trunk/kdepim/; revision=274009
Remaining issues: Passive popups show up in the left upper corner and taskbar flashing doesn't work.
Reviewed by Ingo Klöcker.
CCMAIL: 67017@bugs.kde.org
svn path=/trunk/kdepim/; revision=273515
by a clean signal/slot solution to notify the single components of a change
in the config dialog.
That fixes also #67484.
CCMAIL:67484-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=269130
Furthermore this won't get detected as richtext.
Reason: the Label's text mode is evaluated using QStyleSheet::mightBeRichText()
which looks for markup until the first \n. In this case none is found,
so this will fail. Hence either set Richtext mode explicitly or (better) use
<qt></qt> :)
svn path=/trunk/kdepim/; revision=257901
- Make the Re: and the Fwd: synonyms modifiable (by adding the Modify button).
- The same for the attachment key words.
- Add accelerator to the Forward Subject Prefixes box to make it easier accessible with the keyboard.
svn path=/trunk/kdepim/; revision=256226
#define kernel KMKernel::self()
to
#define kmkernel KMKernel::self()
because 'kernel' was a much to general term. We really shouldn't repeat the mistakes of the X developers.
I noticed this problem when I played around with KImageEffects. kimageeffects.h contains 'kernel' as parameter of some methods and so the compilation had to fail. We won't need KImageEffects in the near future, but at least we are now prepared and a clash with another 'kernel' can't happen anymore.
svn path=/trunk/kdepim/; revision=252621
list as before or to the right of it or hide it completely. When the reader
window is disabled, messages that are selected are not downloaded (for
imap) and are not marked as read.
CCMAIL: 63647-done@bugs.kde.org
CCMAIL: 16345-done@bugs.kde.org
CCMAIL: 43176-done@bugs.kde.org
svn path=/trunk/kdepim/; revision=249504