Laurent Montel
1ddb612491
Don't show collectionstatisticanimation when not necessary ( for example when we want to "jump to folder" etc.)
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1141696
16 years ago
Laurent Montel
1d21221c45
For the moment we can't specify in with folder we will search
...
so hide it until we implement it
svn path=/trunk/KDE/kdepim/kmail/; revision=1138258
16 years ago
Laurent Montel
1c6ed8a6f3
Cleanup
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1130819
16 years ago
Milian Wolff
9a231fd361
reuse collection of last search, when it wasn't renamed and no search collection is selected
...
fixes assert in searchDone since it was tried to create a new collection with an
existing name which AkonadiServer currently rejects due to the unique index on name + parent id.
Note: this patch uncovers more problems in search, hence not yet closing the bug.
CCBUG: 223812
svn path=/trunk/KDE/kdepim/kmail/; revision=1128890
16 years ago
Laurent Montel
1d3f2e0bdd
Try to update statistics info on search folder.
...
I don't understand why statistic is always null in search folder
svn path=/trunk/KDE/kdepim/kmail/; revision=1128465
16 years ago
Laurent Montel
0d0db7b1ec
Change text for standard action
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127729
16 years ago
Laurent Montel
bbc253552d
Use standardManagerAction for cut/copy messages too
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127716
16 years ago
Laurent Montel
080c9007b5
Use StandardActionManager for moving/copying messages
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127713
16 years ago
Laurent Montel
3f738998ce
Port code
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127709
16 years ago
Laurent Montel
80c099e060
Clean up
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127708
16 years ago
Volker Krause
53c41a4cc6
port context menu in the search result list view
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1127373
16 years ago
Till Adam
cea7d4cc43
Load existing search results into the list view when editing a search.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1118620
16 years ago
Till Adam
57a13850ed
Don't attempt to edit searches that were not created in KMail.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1118310
16 years ago
Laurent Montel
0395a04a02
Fix Bug 190671 - "New Subfolder…" button should not exist in folder selection dialog of Find Messages dialog
...
CCBUG: 190671
svn path=/trunk/KDE/kdepim/kmail/; revision=1117974
16 years ago
Till Adam
698b017be6
Port to the new way of editing search collections.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1115976
16 years ago
Till Adam
9f797384a9
Port status updating and clean it up a bit, naming wise. We are currently lacking a signal from the search backend that informs us when the initial search is complete, so it's not working as expected, atm.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1115975
16 years ago
Thomas McGuire
5547cfc684
Better debug output
...
- qDebug -> kDebug
- At least print the warning
svn path=/trunk/KDE/kdepim/kmail/; revision=1114343
16 years ago
Till Adam
df1cb411bf
Implement search folder renaming.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1114239
16 years ago
Till Adam
628b66581a
Start using search-modify job.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1114227
16 years ago
Thomas McGuire
45b0a62521
Build.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1111108
16 years ago
Till Adam
a1bbf2f68d
Harmonize capitalization.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1111097
16 years ago
Till Adam
dcd23bf4ef
Whitespace cleanup.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1111096
16 years ago
Till Adam
6170e0113e
Implement serialization of searches into a custom attribute.
...
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
16 years ago
Allen Winter
e33b08fa8d
merge SVN commit 1091742 by mlaurent:
...
Fix bug #KONT-81
When we make a search and open search folder, and re make a search
we don't want to rename it and lose previous search
kolab/issue2079
MERGE: none (already in trunk)
svn path=/branches/kdepim/enterprise/kdepim/; revision=1091758
16 years ago
Laurent Montel
75d07a6a4c
Forward port
...
Fix bug kont-81
svn path=/trunk/KDE/kdepim/kmail/; revision=1091743
16 years ago
Allen Winter
a2af6b40b9
In the search window results list, make double-click on a message open
...
that message in a separate reader window. also, make the [Open Message]
button open the message in a separate reader window.
kolab/issue4090
MERGE: none (already in trunk)
svn path=/branches/kdepim/enterprise/kdepim/; revision=1087066
16 years ago
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