Laurent Montel
8cdade2ca1
Remove not necessary file now.
...
kmail-akonadi: find -name "*.cpp" -o -name "*.h" |wc -l => 246
kmail-trunk: find -name "*.cpp" -o -name "*.h" |wc -l => 420
svn path=/branches/work/akonadi-ports/kdepim/; revision=1060197
17 years ago
Laurent Montel
73e4a44b19
Fix includes
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1058384
17 years ago
Laurent Montel
efe4a80c1a
Fix save/restore header
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1057418
17 years ago
Laurent Montel
22edbfeb22
Comment/remove not necessary code.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1056924
17 years ago
Volker Krause
5c8066b543
fix ui state handling
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1056450
17 years ago
Volker Krause
5d1d5634b7
Port search cancelation.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1056134
17 years ago
Volker Krause
7bf905f7dc
port message viewing in the internal viewer
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054729
17 years ago
Volker Krause
8b99581a12
port opening of messages from the search results
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054726
17 years ago
Volker Krause
f7dbb3a64f
port opening of the search folder
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054704
17 years ago
Volker Krause
c15dd56751
Use a message model and remove lots of outdated itemview code.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054691
17 years ago
Laurent Montel
cc6e075834
Port++
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054675
17 years ago
Volker Krause
d81cdc1b19
Show search results in the search dialog again, using an Akonadi model.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054646
17 years ago
Volker Krause
8bc7c4593d
Create search folders.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054150
17 years ago
Volker Krause
e184beda1a
Some initial work on KMSearchPattern -> SPARQL conversion.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1054140
17 years ago
Laurent Montel
300c130de7
KMFolderMgr--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1041724
17 years ago
Laurent Montel
c64f9bd774
Fix signal/slot
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1038569
17 years ago
Laurent Montel
bf537f8065
KMFolder--
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037730
17 years ago
Andras Mantia
7e3982c776
Trying to get rid of the rest of KMMessage and KMMsgBase usage and port it to KMime. Mostly only the interfaces are ported, the code is commented out, although in many cases the code is obsoleted by the akonadi resources. Also get rid of the different folder classes, as those are transparent, accessible via akonadi.
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1037186
17 years ago
Laurent Montel
72e186323e
Clean up
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1036683
17 years ago
Laurent Montel
ffd4d9187e
copy/paste/cut will done by akonadi
...
=> 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
17 years ago
Laurent Montel
ea7a877056
Clean up
...
Don't use default page from properties dialog box
svn path=/branches/work/akonadi-ports/kdepim/; revision=1035074
17 years ago
Laurent Montel
3d8fd92784
Comment KM*Command* to help during porting
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1034817
17 years ago
Laurent Montel
a9b89673a5
Clean up
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1033183
17 years ago
Laurent Montel
79acee6090
Clean up
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1033149
17 years ago
Laurent Montel
5bd55ccccd
Comment other code
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1032388
17 years ago
Laurent Montel
558506d468
Comment old folder view
...
svn path=/branches/work/akonadi-ports/kdepim/; revision=1032385
17 years ago
Thomas McGuire
039ba1f351
- Set the correct config for the message list with the new config provider
...
- Change all usages of KConfig* to KSharedConfig::Ptr
svn path=/trunk/KDE/kdepim/; revision=1025341
17 years ago
Martin Koller
87dd991471
BUG: 205253
...
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
17 years ago
Thomas McGuire
75264660b9
SVN_SILENT minor whitespace changes in kdebug() calls, where the original conversion screwed up.
...
svn path=/trunk/KDE/kdepim/; revision=1002193
17 years ago
Thomas McGuire
c04cff7d5c
Merged revisions 996748 via svnmerge from
...
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
17 years ago
Allen Winter
fcba237b3a
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/KDE/4.3/kdepim/; revision=996748
17 years ago
Allen Winter
2ace297318
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.
BUGS: 199484,141201
svn path=/trunk/KDE/kdepim/; revision=996743
17 years ago
Allen Winter
80909a85fa
Cleanup kDebug/kWarning/kError():
...
+ No longer pass the debug area
+ Don't hard code the method name
+ Remove endls
svn path=/trunk/KDE/kdepim/; revision=966226
17 years ago
Thomas McGuire
ba8483ff41
Merged revisions 958759 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r958759 | winterz | 2009-04-24 17:31:12 +0200 (Fri, 24 Apr 2009) | 9 lines
Merged revisions 957513 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r957513 | mlaurent | 2009-04-22 06:00:45 -0400 (Wed, 22 Apr 2009) | 2 lines
Fix rename search directory even if we rewrite i18n("Last Search")
........
................
svn path=/trunk/KDE/kdepim/; revision=961591
17 years ago
Allen Winter
7e9ea37f61
Merged revisions 957513 via svnmerge from
...
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r957513 | mlaurent | 2009-04-22 06:00:45 -0400 (Wed, 22 Apr 2009) | 2 lines
Fix rename search directory even if we rewrite i18n("Last Search")
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=958759
17 years ago
Thomas McGuire
2ad7182e66
Backport r957669 by tmcguire from trunk to the 4.2 branch:
...
Merged revisions 955059 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r955059 | winterz | 2009-04-16 22:37:26 +0200 (Thu, 16 Apr 2009) | 10 lines
Merged revisions 954785 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r954785 | mlaurent | 2009-04-16 06:16:42 -0400 (Thu, 16 Apr 2009) | 4 lines
Fix enable/disable widget
need to backport to e4/trunk/4.2.x
........
................
svn path=/branches/KDE/4.2/kdepim/; revision=957736
17 years ago
Thomas McGuire
21f1778eae
Merged revisions 955059 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r955059 | winterz | 2009-04-16 22:37:26 +0200 (Thu, 16 Apr 2009) | 10 lines
Merged revisions 954785 via svnmerge from
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r954785 | mlaurent | 2009-04-16 06:16:42 -0400 (Thu, 16 Apr 2009) | 4 lines
Fix enable/disable widget
need to backport to e4/trunk/4.2.x
........
................
svn path=/trunk/KDE/kdepim/; revision=957669
17 years ago
Laurent Montel
bbbe2804c4
Fix rename search directory even if we rewrite i18n("Last Search")
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=957513
17 years ago
Allen Winter
37a0630129
Merged revisions 954785 via svnmerge from
...
https://svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r954785 | mlaurent | 2009-04-16 06:16:42 -0400 (Thu, 16 Apr 2009) | 4 lines
Fix enable/disable widget
need to backport to e4/trunk/4.2.x
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=955059
17 years ago
Laurent Montel
73949a9f15
Fix enable/disable widget
...
need to backport to e4/trunk/4.2.x
svn path=/branches/kdepim/enterprise/kdepim/; revision=954785
17 years ago
Allen Winter
aaa695dfbe
Merged revisions 954252 via svnmerge from
...
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
17 years ago
Laurent Montel
d14bee54e9
need to backport this fix for the crash here too (was an old bug ( never reported ?) )
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=954252
17 years ago
Laurent Montel
46bf1920c2
backport:
...
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
17 years ago
Laurent Montel
4a17c6381e
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=/trunk/KDE/kdepim/; revision=954246
17 years ago
Laurent Montel
e77def3b25
Fix as in kde4.x
...
NOT NECESSARY to backport to e4 and not necessary to backport svn #951899
svn path=/branches/kdepim/enterprise/kdepim/; revision=951902
17 years ago
Laurent Montel
42bd40473a
When we don't make a search mFolder is nil
...
=> fix crash
svn path=/branches/kdepim/enterprise/kdepim/; revision=951899
17 years ago
Thomas McGuire
e7ff793981
Merged revisions 932882 via svnmerge from
...
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
17 years ago
Thomas McGuire
678c559813
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=/branches/kdepim/enterprise4/kdepim/; revision=932882
17 years ago
Thomas McGuire
4ba393d9fb
Merged revisions 926722,928213 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.2/kdepim
........
r926722 | winterz | 2009-02-16 01:26:32 +0100 (Mon, 16 Feb 2009) | 4 lines
backport SVN commit 925531 by mlaurent:
Don't use deprecated signal
........
r928213 | tmcguire | 2009-02-19 08:56:23 +0100 (Thu, 19 Feb 2009) | 5 lines
Backport r927893 by mlaurent from trunk to the 4.2 branch:
Don't use deprecated signal
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=928341
17 years ago
Allen Winter
dd950a5a63
backport SVN commit 925531 by mlaurent:
...
Don't use deprecated signal
svn path=/branches/KDE/4.2/kdepim/; revision=926722
17 years ago