=> use standardaction (will work when standardaction will work
with messagelist).
Remove messagecopyhelper (will do by akonadi)
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036638
Fix inconsistent selection behavior in "Find Messages" window:
- Selecting a mail updates the message preview (if there is one) and
does not open a new window for the selected mail
- Double clicking and the button "open message" opens the mail in a new window
This also fixes the problems:
- double clicking no longer opens three mail reader windows when no message preview
is shown
- changing the shown message in the message preview no longer flickers
due to now checking if the folder containing the selected mail is already shown,
which also fixes the problem that when you clicked a currently shown folder the second time
on the folder tree, the current message shown was cleared.
svn path=/trunk/KDE/kdepim/; revision=1016433
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r996748 | winterz | 2009-07-14 22:13:39 +0200 (Tue, 14 Jul 2009) | 7 lines
backport SVN commit 996743 by winterz:
In the search window results list view, make single click on a message put the focus
on that message and make double click open a viewer window for that message.
[Thomas, drat! I forgot to use the backport bash function you gave me.]
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=997478
In the search window results list view, make single click on a message put the focus
on that message and make double click open a viewer window for that message.
[Thomas, drat! I forgot to use the backport bash function you gave me.]
svn path=/branches/KDE/4.3/kdepim/; revision=996748
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r954252 | mlaurent | 2009-04-15 12:26:01 -0400 (Wed, 15 Apr 2009) | 2 lines
need to backport this fix for the crash here too (was an old bug ( never reported ?) )
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=954387
Fix an other crash when name of folder is empty
and when it's empty change name to "last search" when
we start an new search
svn path=/branches/KDE/4.2/kdepim/; revision=954247
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r932882 | tmcguire | 2009-02-27 16:03:37 +0100 (Fri, 27 Feb 2009) | 7 lines
Merge the option for changing the default forward type,
both the hidden option (which was never merged) and the
GUI option.
kolab/issue1530
Kolab/issue3376
........
svn path=/trunk/KDE/kdepim/; revision=935243
both the hidden option (which was never merged) and the
GUI option.
kolab/issue1530
Kolab/issue3376
svn path=/branches/kdepim/enterprise4/kdepim/; revision=932882
used for KDE_IS_VERSION macro, but I removed them because we depend on kdelibs trunk anyway
for the dictionary combobox.
This reduces the amount of recompiles when Dirk changes the version for the weekly snapshot.
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=883759
This brings a reworked folder tree and and a new message list, which is much more powerful than the old one.
New features include grouping, multiline items and the ability to customize just about everything of the look of the message list.
Also, we have a tabbed interface for opening more than one folder at once now.
An important aspect of the new message list is that drawing speed is now fast again (there was a regression in Q3ListView that
made huge folders a real pain to navigate, reading commit folders was not a nice thing to do).
There are probably more things which I forgot to list here.
Also, this is big step forward in getting rid of Qt3Support in KMail, now just some tiny bits are left.
Many thanks to SoC student Szymon Stefanek for his awesome work on his project! I can't stress enough how great this
achivment is. He even added very good API documentation to his classes :)
This requires the lastest version of qt-copy, otherwise you'll get mysterious crashes in Qt painting code from time to time.
We hope that this patch will be added to the next Qt 4.4.x version.
And finally, this merge also brings many regressions, which is not unnatural for such a big change.
In the remaining time before the KDE 4.2 release, we'll have to work on those to get it polished and regression-free.
Help here is always needed, and is a good opportunity to start working on KMail, since many regressions are low hanging fruit.
It also means the message list and the folder tree need a bit of testing.
If you find bugs, report them under the "new message list" and "new folder tree" component of the bug tracker, thanks.
I also plan to setup a wiki page with known regressions.
CCMAIL: kde-pim@kde.org
GUI:
CCBUG: 117808
BUG: 163469
FEATURE: 18170
FEATURE: 32400
FEATURE: 42107
FEATURE: 45526
FEATURE: 81272
FEATURE: 90142
FEATURE: 107450
(and probably many others)
svn path=/trunk/KDE/kdepim/; revision=881321
What does this patch do:
- QComboBox -> KComboBox
- QTabWidget -> KTabWidget
- QLineEdit -> KLineEdit
- QTextEdit -> KTextEdit
- Where KLineEdit is inserted, I explicitly called: setShowClearButton( true )
- Removed in some cases unnecessary includes from header files.
What does this patch not do:
- Fix the ui files
- Fix the QMessageBox -> KMessageBox in kmmessage.cpp I need to have a good
look to the KMessageBox API for that.
- Exhaustive cleanup of unnecessary inclusions.
svn path=/trunk/KDE/kdepim/; revision=862376