Montel Laurent
5e183c0674
Fix shortcut
14 years ago
Montel Laurent
1b3d7b6af1
Fix mem leak
14 years ago
David Faure
9b6b6ef464
Speed up asyncnepomukresourceretriever by removing linear search in vector
...
The QHash already had the information about pending requests.
The API had the issue that in theory a different set of properties could
be requested for an existing URL, though, but in practice this is not
happening. Moved the list of properties to the constructor, to make this
clearer (and faster, too).
Discussed with Volker.
14 years ago
Montel Laurent
d2c06aa547
Fix Bug 259784 - It would be nice to be able to print only highlighted
...
parts of an email
BUG: 259784
FIXED-IN: 4.9
14 years ago
Montel Laurent
b86501052f
Continue to implement print selected text
14 years ago
Montel Laurent
024f2146f7
Add function for future "print selected text"
14 years ago
Montel Laurent
53b2985c4d
Remove duplicate code
14 years ago
Montel Laurent
945df86e92
Finish to implement print preview
14 years ago
Montel Laurent
d3ba9927c6
Add new feature: search on web for selected text (use kde webshortcut)
14 years ago
Montel Laurent
c20c223fb2
Start to implement print preview (not finish yet)
14 years ago
Andras Mantia
cba01a1d47
Reduce the number of times ItemFetchJob is called for the same item.
14 years ago
Montel Laurent
caed4d75ab
Fix "Bug 293138 - Marking a Mixture of Read und Unread Messages" (need
...
kmail too)
It fixes and other bug (don't remember) when user try to add shortcut
for an action but it changed name so it was not logical
FIXED-IN: 4.8.1
BUG: 293138
14 years ago
Allen Winter
3935927982
follow changes in templateparser to use TemplateParser namespace
14 years ago
Montel Laurent
8d3fc8f3f3
Now we can edit a encapsuled mail
14 years ago
Montel Laurent
77f6ef900a
Fix enable/disable button when encapsuled mail
14 years ago
Montel Laurent
3c94f02341
Minor optimization
14 years ago
Montel Laurent
9f8ed4b48a
Fix enable/disable actions
15 years ago
Montel Laurent
63cee9952f
Fix action which works with uniq item
15 years ago
Montel Laurent
72e4d60067
Fix duplicate code
15 years ago
Montel Laurent
f4f9bb7abc
Minor
15 years ago
Montel Laurent
40e0316cd2
Fix create mailing filter move to messageactions to avoid to fetch new message
15 years ago
Montel Laurent
98bb619ed3
Fix Bug 278060 - Mailing list detection does not work
...
FIXED-IN: 4.7.4
BUG: 278060
15 years ago
Montel Laurent
ddeb8c0f24
Remove dead code
15 years ago
Montel Laurent
7652f84844
Remove duplicate code
15 years ago
Montel Laurent
fef81b45ab
Move mCustomTemplateMenus in messageaction
15 years ago
Montel Laurent
c91dddcd8b
Start to remove duplicate code
15 years ago
Montel Laurent
0994dd9437
I don't like duplicate code. Merge KMCustomReplyCommand to KMReplyCommand
15 years ago
Montel Laurent
f4cf5587bd
revert, it's not possible to implement print multi mail
15 years ago
Montel Laurent
ea4cd5536d
Fix Bug 143059 - printing of mails ignores if part of the mail is blinded out
...
not necessary to recreate readerwin/reload email. Print was you see.
BUG: 143059
FIXED-IN: 4.7.4
15 years ago
Montel Laurent
cdf2b2de13
Work fine now
15 years ago
Montel Laurent
0f23dc4a03
Start to fix print multi mail
15 years ago
Montel Laurent
86fd45a960
Factorize code
15 years ago
Montel Laurent
c7ce901d1b
Minor optimization when nepomuk is down
15 years ago
Montel Laurent
44d9a6de4b
Don't allow to add annotate when nepomuk is disable
15 years ago
Montel Laurent
6f72f86685
Fix code
15 years ago
Montel Laurent
5041bda16e
Fix actions when message is encapsuled (when action doesn't need to access to server => trash/annotate is disable for encapsuled message)
...
CCMAIL: faure@kde.org
15 years ago
Montel Laurent
818fd4ec21
Fix forward declaration/includes
15 years ago
Montel Laurent
084236fe64
Remove debug
15 years ago
Montel Laurent
8fe089d4da
Reduce duplicate code
15 years ago
Montel Laurent
9258447017
MAke it compile
15 years ago
Montel Laurent
30c776a52e
Minor optimisation
15 years ago
Montel Laurent
65abc189da
Update actions when we delete an item (=> update action in kmreadermainwin)
15 years ago
Volker Krause
e71f596e69
Move more Nepomuk queries into a separate thread.
...
Significantly improves initial message list scrolling performance and
fixes a crash due to retrieving partial Nepomuk resource data from
different threads.
15 years ago
Montel Laurent
0ec050bf64
Minor optimization
15 years ago
Montel Laurent
b63cc2bbb5
Minor
15 years ago
Volker Krause
6b6f86d6f4
Add asynchronous Nepomuk resource retriever.
...
It seems that our poor performance under high I/O load is mainly caused by
using the synchronous Nepomuk API and Nepomuk using ionice due to FS
indexing. We use the synchronous API in quite a few places unfortunately,
but I've found only three on hot paths so far. This contains the fix for
the first one (action status updates in KMail), the other two are in the
message list (also observable by poor initial scrolling performance).
15 years ago
Montel Laurent
bd9ad387f5
Normalize signal/slots
15 years ago
Montel Laurent
f9eeb460ab
Not necessary now => remove it
...
(cherry picked from commit d0ae734ae7a5524e2116ebfa5618247abf9ba388)
15 years ago
Montel Laurent
c2fdd72fa2
Not necessary now => remove it
15 years ago
Volker Krause
3a0cc2226e
Compare items correctly, minor code cleanups.
15 years ago