Merged revisions 1107472 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r1107472 | tmcguire | 2010-03-25 19:51:42 +0100 (Thu, 25 Mar 2010) | 2 lines
Make two more header field names translatable
........
svn path=/trunk/KDE/kdepim/kmail/; revision=1111790
Add the ability to search pattern and search rule to serialize
themselves into a QByteArray and store that along with the
remaining meta information about a search in a custom attribute
with the Akonadi collection representing the search folder.
Don't leak the pattern in teh searchwindow, keep it by value.
Add some comments to clarify what happens. Harmonize quick
search to real search and search folder re-opening so they make
sense. Port KMSearchRule to shared_ptr. Finish some tods left
from the initial port.
svn path=/trunk/KDE/kdepim/kmail/; revision=1111085
--
Merged revisions 1002566 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.3/kdepim
........
r1002566 | winterz | 2009-07-26 14:26:51 +0200 (Sun, 26 Jul 2009) | 6 lines
Backport r1002059 by winterz from trunk to the 4.3 branch:
sorry danimo, but I like the big, fat, header titles with the window color background.
MERGE: e4,4.3
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=1005054
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
r856802 | tmcguire | 2008-09-03 22:13:12 +0200 (Wed, 03 Sep 2008) | 9 lines
Allow translating some of the filter critera for headers, namely
subject, to, from and cc.
I've left the other ones untouched as I think those a raw header fields
and shouldn't be translated.
Topic open for bikeshedding though :)
BUG: 170033
svn path=/branches/kdepim/enterprise4/kdepim/; revision=861141
subject, to, from and cc.
I've left the other ones untouched as I think those a raw header fields
and shouldn't be translated.
Topic open for bikeshedding though :)
BUG: 170033
svn path=/trunk/KDE/kdepim/; revision=856802
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r728017 | tilladam | 2007-10-22 09:30:48 +0200 (Mo, 22 Okt 2007) | 6 lines
Add a button to the quicksearch which opens up a full search based on the current
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
........
r731357 | tilladam | 2007-10-31 15:08:32 +0100 (Mi, 31 Okt 2007) | 3 lines
Search in the full mail by default, not the subject. That more closely reflects
what the quicksearch does.
........
svn path=/trunk/KDE/kdepim/; revision=764483
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r738629 | tilladam | 2007-11-19 11:17:44 +0100 (Mon, 19 Nov 2007) | 6 lines
Use better strings to describe the pseudo headers in searches and filters
(e.g. <message> -> Full Message) and fix buglets uncovered by english now
being != internal strings.
Prokde35-z Item 36.
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=738630
(e.g. <message> -> Full Message) and fix buglets uncovered by english now
being != internal strings.
Prokde35-z Item 36.
svn path=/branches/kdepim/enterprise/kdepim/; revision=738629
quick search parameters. Make opening a search via other means (keyboard shortcut)
honor the current quicksearch as well.
Prokde35-z Item 39
svn path=/branches/kdepim/enterprise/kdepim/; revision=728017
for the new kDebug/kError/kWarning/kFatal syntax.
You can use the following command to find 'old' code:
egrep -r -A 5 '(kDebug|kError|kWarning|kFatal).*' * | grep -v ".svn" | grep "<< *endl;"
svn path=/trunk/KDE/kdepim/; revision=695781
I used my kdesdk/scripts/qt4/convert-qgridlayout.pl and kdesdk/scripts/qt4/convert-qboxlayout.pl scripts for this. Apart from one instance (where the params were commented out), no manual intervention was needed and everything worked like a charm...
What still needs to be done is to replace all Q*Layout(QLayout*parent) constructors by Q*Layout(); parent->insertLayout(..); calls. This can't be automated since it's impossible to detect whether the parent object is a QWidget* or a QLayout*. At best one can parst the compiler warning and just replace in those lines that through a deprecated warning...
svn path=/trunk/KDE/kdepim/; revision=533942