Don't crash when checking mail and the POP filter dialog is not shown
because all POP filters already match.
CCBUG: 167008
svn path=/branches/KDE/4.1/kdepim/; revision=835466
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r835319 | tmcguire | 2008-07-20 14:49:16 +0200 (Sun, 20 Jul 2008) | 4 lines
Don't crash when checking mail and the POP filter dialog is not shown
because all POP filters already match.
BUG: 167008
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835445
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r834272 | tmcguire | 2008-07-18 16:31:13 +0200 (Fri, 18 Jul 2008) | 6 lines
Fix "leave on server only the last x messages" and "leave on server only the last x MB" not working
when "leave on server for x days" is not checked for POP3 accounts.
Many thanks to Will Stephenson who came up with the patch.
BUG:151308
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835024
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r830027 | tmcguire | 2008-07-09 17:06:26 +0200 (Wed, 09 Jul 2008) | 11 lines
Fix detection when to quit the main loop, by disabling Qt's quitOnLastWindowClosed(),
which would cause KMail to exit when the user OK'd a message box while KMail was
mimimized to the systray.
Implement cancelMailCheck() for POP accounts, so that those stop when quitting
KMail.
Also abort mail checks when using File->Quit in the menu and the systray is active.
BUG: 163479
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835008
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r827623 | tmcguire | 2008-07-03 15:54:46 +0200 (Thu, 03 Jul 2008) | 9 lines
Unbreak pre-commands:
- Fix signal/slot
- Use a member-variable for the QEventLoop, so we exit() the right one
- Don't show pre-command error messages twice for POP
I guess this fixes
BUG :165453
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=834999
Fix "leave on server only the last x messages" and "leave on server only the last x MB" not working
when "leave on server for x days" is not checked for POP3 accounts.
Many thanks to Will Stephenson who came up with the patch.
CCBUG:151308
svn path=/branches/KDE/4.1/kdepim/; revision=834291
when "leave on server for x days" is not checked for POP3 accounts.
Many thanks to Will Stephenson who came up with the patch.
BUG:151308
svn path=/trunk/KDE/kdepim/; revision=834272
* r829986: Don't fail when renaming the sorted file fails (and add some kWarnings in case of error). (bug 166023)
* r830027: Fix detection when to quit the main loop, implement cancelMailCheck() for POP accounts etc. (bug 163479)
* r830031: Make the location combobox editable again. (bug 166148)
CCMAIL: Thomas.McGuire@gmx.net
svn path=/branches/KDE/4.1/kdepim/; revision=830047
which would cause KMail to exit when the user OK'd a message box while KMail was
mimimized to the systray.
Implement cancelMailCheck() for POP accounts, so that those stop when quitting
KMail.
Also abort mail checks when using File->Quit in the menu and the systray is active.
BUG: 163479
svn path=/trunk/KDE/kdepim/; revision=830027
- Fix signal/slot
- Use a member-variable for the QEventLoop, so we exit() the right one
- Don't show pre-command error messages twice for POP
I guess this fixes
BUG :165453
svn path=/trunk/KDE/kdepim/; revision=827623
Don't fail when the server sends an invalid UIDL entry.
Instead, generate a fake UID for and delete the mail from the
server (after downloading it).
Patch by Patrick McManus <mcmanus at ducksong dot com>.
BUG: 127696
svn path=/branches/kdepim/enterprise/kdepim/; revision=775015
Instead, generate a fake UID for and delete the mail from the
server (after downloading it).
Based on patch by Patrick McManus <mcmanus at ducksong dot com>.
BUG: 127696
svn path=/trunk/KDE/kdepim/; revision=766946
mail check if that button is pressed.
This also fixes a crash when the user leaves the
dialog with the escape key.
svn path=/trunk/KDE/kdepim/; revision=760432
Merged revisions 758643-758647 via svnmerge from
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r758646 | tmcguire | 2008-01-08 18:03:19 +0100 (Tue, 08 Jan 2008) | 5 lines
When the user aborts a mail check while the pop filter
confirmation dialog is open, close that dialog instead
of crashing.
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=758649
https://vkrause@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r758387 | djarvie | 2008-01-07 20:40:55 +0100 (Mon, 07 Jan 2008) | 2 lines
Add context to translatable strings
........
r758413 | winterz | 2008-01-07 21:44:33 +0100 (Mon, 07 Jan 2008) | 4 lines
prevent a possible crash when printing to-do
this is a forward port of the "fix crash reported by dirk."
........
r758637 | tmcguire | 2008-01-08 17:17:05 +0100 (Tue, 08 Jan 2008) | 23 lines
Work on the POP filter confirmation dialog:
- Port from K3ListView to QTreeWidget
- Fix layout
- Get rid of hardcoded-with-code icons and radiobuttons.
Instead, use real radiobuttons and real icons (the icons don't
exist yet, but I already added it to the oxygen wiki page)
- Make the help button work again
- Fix coding style
- More API documentation
- Make it possible to change the action of multiple items, either with
the right/left keys, by clicking the header or by clicking the radiobutton
- Fix incorrect sorting
The radiobuttons are a bit flickery, but that seems to be a Qt problem
with setItemWidget().
Also, change KMail's year to 2008.
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=758647
- Port from K3ListView to QTreeWidget
- Fix layout
- Get rid of hardcoded-with-code icons and radiobuttons.
Instead, use real radiobuttons and real icons (the icons don't
exist yet, but I already added it to the oxygen wiki page)
- Make the help button work again
- Fix coding style
- More API documentation
- Make it possible to change the action of multiple items, either with
the right/left keys, by clicking the header or by clicking the radiobutton
- Fix incorrect sorting
The radiobuttons are a bit flickery, but that seems to be a Qt problem
with setItemWidget().
Also, change KMail's year to 2008.
BUG: 119458
FEATURE: 63845
FEATURE: 75707
svn path=/trunk/KDE/kdepim/; revision=758637
> SVN commit 706446 by bvirlet:
>
> Forward port r706174 and r706425
This commit caused a crash when checking mail for the second time.
AFAIK, this was also reverted in the enterprise branch.
Forward port of:
> SVN commit 709145 by tokoe:
>
> compile++
svn path=/trunk/KDE/kdepim/; revision=709448
Now, we use enums instead of strings.
Add the names of the types to KAccount. They can now be translated.
Also, provide an update script for easy config migration.
BUG: 90509
svn path=/trunk/KDE/kdepim/; revision=689148