Thomas McGuire
1c2171fb78
Some more porting to KDE4:
...
- Use QHostInfo instead of KNetwork
- Q3Accel->KAction
- many QAction->KAction, so the default shortcut appears correct
again in the configure shortcuts dialog
The port of Q3Accel to KAction has the side effect that the shortcut
to scroll the message up/down can now be configured.
CCBUG:96301
svn path=/trunk/KDE/kdepim/; revision=803951
18 years ago
Szymon Stefanek
21c8719355
Moved the base for KPIM::FolderTreeWidget to its own files since
...
it provides very common functionality. Named it KPIM::TreeWidget
and used also as base of KMMimePartTree in kmail to maximize code reusal.
Others might take advantage of it.
Avoid using numeric constants for column indexes in KMMimePartTree.
Use descriptive preprocessor constants instead.
Implemented sorting in KMMimePartTree: it's useful when many attachments
are present and one wants only the ones of a certain type.
By default the sort indicator is not shown and we keep the sort insertion
order. We also revert to this order each time the view is filled.
Some minor additions to documentation
Source cleanup: inverted the order of a couple of functions.
svn path=/trunk/KDE/kdepim/; revision=803140
18 years ago
Urs Wolfer
61e1acf5d7
Use shiny new style for start screen from kdelibs
...
svn path=/trunk/KDE/kdepim/; revision=798920
18 years ago
Thomas McGuire
aa7554d15b
- Make viewing attachments work again by stoping the reader win update timer, which in turn
...
would stop the HTML writer timer
- tabs--, sven-- and remove redundant calls to setSingleShot()
svn path=/trunk/KDE/kdepim/; revision=792897
18 years ago
Thomas McGuire
1e4d57a104
Minor kdebug cleanups
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=786244
18 years ago
Thomas McGuire
d2b89afcf9
Remove many superflous function names in kDebug statements.
...
Remove some tabs
svn path=/trunk/KDE/kdepim/; revision=785955
18 years ago
Thomas McGuire
3d572286d8
Fix the rest of of the attachment action merge:
...
- Fix icon
- Make "Copy" work again
svn path=/trunk/KDE/kdepim/; revision=778778
18 years ago
Ingo Klcker
0965852029
Forward ported from KDE 3.5 branch:
...
SVN commit 775972 by kloecker:
Prevent the message in the reader window from jumping back to the start of the message when the font or the font size is changed in the separate reader window.
svn path=/trunk/KDE/kdepim/; revision=776140
18 years ago
Allen Winter
aa51a86939
Mischa's patch that ".. resolves the annoyance that the mail-viewer looks
...
awkward on kmail startup.."
approved by till.
svn path=/trunk/KDE/kdepim/; revision=770882
18 years ago
Till Adam
ad233adedf
Prevent users from completely collapsing the splitters. I am told that it's a frequent problem of less experienced users to lose parts of the UI due to collapsed splitters, so this seems safer.
...
svn path=/trunk/KDE/kdepim/; revision=770016
18 years ago
Andreas Hartmetz
2cbfd47542
Merged revisions [very long list edited out] via svnmerge from
...
svn+ssh://ahartmetz@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r716393 | tilladam | 2007-09-24 18:38:06 +0200 (Mo, 24 Sep 2007) | 3 lines
Remove some stale code, implement dragging stuff out of the mime part viewer.
prokde35-z item 21.
........
r716908 | tilladam | 2007-09-25 17:25:40 +0200 (Di, 25 Sep 2007) | 2 lines
Only copy out of the mimetree viewer. Doesn't work, unfortunately.
........
r747512 | vkrause | 2007-12-12 08:53:06 +0100 (Mi, 12 Dez 2007) | 2 lines
Sync context menus in reader and mimepart treeview.
........
r747518 | vkrause | 2007-12-12 09:18:35 +0100 (Mi, 12 Dez 2007) | 2 lines
Add copy attachment action to context menu.
........
svn path=/trunk/KDE/kdepim/; revision=768224
18 years ago
Volker Krause
a0ddcdba6f
Merged revisions 716476-716764,716766-716770,716772-716776,716779-716881,716883-716899,716901-716902,716904-716907,716909-716932,716934-717161,717163-717191 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
................
r716476 | vkrause | 2007-09-24 21:07:44 +0200 (Mon, 24 Sep 2007) | 9 lines
Merged revisions 702839,702841-702888,702890-702952,702954-703209,703211-703454,703456-703461,703463-703760,703762-703855,703857-703886,703888-703946,703948-703961,703963-704170,704172-704178,704180-704185,704187-704195,704197-704304,704306-705719,705721-706112,706114-706138,706140-706144,706146-708323,708325-708727,708729-709044,709046-709055,709057-709060,709062-712432,712434-713381,713383-713393,713395-713409,713411-714722,714724,714726-716314,716316-716323,716325-716364,716366-716473 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r716467 | vkrause | 2007-09-24 20:53:19 +0200 (Mon, 24 Sep 2007) | 2 lines
Add simplified signature status view.
........
................
r717191 | vkrause | 2007-09-26 10:47:42 +0200 (Wed, 26 Sep 2007) | 4 lines
Allow to hide signature details again.
Kolab issue 2029
................
svn path=/trunk/KDE/kdepim/; revision=764843
18 years ago
Volker Krause
df307a2098
Merged revisions 762653 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r762653 | vkrause | 2008-01-17 17:10:59 +0100 (Thu, 17 Jan 2008) | 4 lines
Prevent dragging of internal URLs.
Kolab issue 2401
........
svn path=/trunk/KDE/kdepim/; revision=762678
18 years ago
Allen Winter
ac9a252277
use our portable KDE_mkdir() instead of conditional compiles for ::mkdir().
...
svn path=/trunk/KDE/kdepim/; revision=762666
18 years ago
Thomas McGuire
db24342337
- deprecated--
...
- tabs--
- style++
- fix icon name
- fix duplicate cancel action
svn path=/trunk/KDE/kdepim/; revision=760864
18 years ago
Volker Krause
940df47678
Add copy attachment action to context menu.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=747518
19 years ago
Jakob Petsovits
a1f504a6d5
Adapt a lot of KMail icons to the new naming scheme.
...
I think I should not have broken anything;
if I did, come and beat me.
svn path=/trunk/KDE/kdepim/kmail/pics/; revision=744223
19 years ago
Thomas McGuire
0eb667abde
Some whitespace style fixes
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=744181
19 years ago
Jonathan Marten
9cb1568370
Don't crash in slotTouchMessage() if the message does not have a parent
...
folder, such as when viewing a message from a file.
svn path=/trunk/KDE/kdepim/; revision=744172
19 years ago
Till Adam
86f14b8bbe
Merged revisions 734247 via svnmerge from
...
svn+ssh://tilladam@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
........
r734247 | tilladam | 2007-11-08 11:22:16 +0100 (Thu, 08 Nov 2007) | 3 lines
Fix crash when opening a message without a parent, cleanup initialization order.
kolab/issue2181
........
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=734264
19 years ago
Till Adam
a223096050
Fix crash when opening a message without a parent, cleanup initialization order.
...
kolab/issue2181
svn path=/branches/kdepim/enterprise/kdepim/; revision=734247
19 years ago
Pradeepto Bhattacharya
81478ec142
erges 3.5 -> enterprise
...
SVN commit 728947 by marten:
Backport of bugfix commit 728835 from trunk:
Don't send or prompt for an MDN for a message in a special folder, which is
most likely to have been written by this very user: outbox, sent, trash, drafts,
templates.
BUG #89855
SVN commit 730390 by kloecker:
Fix the problem that the shortcut for New Message to Mailing-List does not always work.
svn path=/branches/kdepim/enterprise/kdepim/; revision=733483
19 years ago
Pradeepto Bhattacharya
a04e4f664a
Minor merges in from 3.5.
...
19 years ago
Jonathan Marten
414c5188c7
Don't send or prompt for an MDN for a message in a special folder, which is
...
most likely to have been written by this very user: outbox, sent, trash, drafts,
templates.
BUG:89855
svn path=/trunk/KDE/kdepim/; revision=728835
19 years ago
Volker Krause
03fbffb360
Fix %1 substitution.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=728815
19 years ago
smail Dnmez
89f2aface6
Make Attachments: translatable
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=724769
19 years ago
Thomas Moenicke
8e6b50f231
* added topLevel flag to headers
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=717304
19 years ago
Volker Krause
ca40932856
fix logic
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=717286
19 years ago
Volker Krause
635fda9048
Fix display of long attachment names in new header style.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=717285
19 years ago
Volker Krause
bae2625bd4
Merged revisions 702839,702841-702888,702890-702952,702954-703209,703211-703454,703456-703461,703463-703760,703762-703855,703857-703886,703888-703946,703948-703961,703963-704170,704172-704178,704180-704185,704187-704195,704197-704304,704306-705719,705721-706112,706114-706138,706140-706144,706146-708323,708325-708727,708729-709044,709046-709055,709057-709060,709062-712432,712434-713381,713383-713393,713395-713409,713411-714722,714724,714726-716314,716316-716323,716325-716364,716366-716466,716468-716478,716480-717219,717221-717250 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r716902 | vkrause | 2007-09-25 17:02:42 +0200 (Tue, 25 Sep 2007) | 2 lines
Show attachments as part of the header.
........
r716905 | vkrause | 2007-09-25 17:15:30 +0200 (Tue, 25 Sep 2007) | 2 lines
revert accidental search/replace
........
r716926 | vkrause | 2007-09-25 18:19:28 +0200 (Tue, 25 Sep 2007) | 2 lines
Fix context menus in the new attachment view.
........
r717249 | vkrause | 2007-09-26 14:04:55 +0200 (Wed, 26 Sep 2007) | 3 lines
- fix loading/saving of the header style
- integrate attachment view into the new header style
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=717252
19 years ago
Thomas Moenicke
2d0b99d291
Merged revisions 712134-715136,715138-715142,715144-715319,715321-717205,717207-717209 via svnmerge from
...
https://svn.kde.org/home/kde/branches/work/~moenicke/enterprise_pretty
........
r717200 | moenicke | 2007-09-26 11:09:50 +0200 (Wed, 26 Sep 2007) | 3 lines
* added new Enterprise header style
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=717214
19 years ago
Volker Krause
7c7a09ef58
Merged revisions 702839,702841-702888,702890-702952,702954-703209,703211-703454,703456-703461,703463-703760,703762-703855,703857-703886,703888-703946,703948-703961,703963-704170,704172-704178,704180-704185,704187-704195,704197-704304,704306-705719,705721-706112,706114-706138,706140-706144,706146-708323,708325-708727,708729-709044,709046-709055,709057-709060,709062-712432,712434-713381,713383-713393,713395-713409,713411-714722,714724,714726-716314,716316-716323,716325-716364,716366-716473 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r716467 | vkrause | 2007-09-24 20:53:19 +0200 (Mon, 24 Sep 2007) | 2 lines
Add simplified signature status view.
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=716476
19 years ago
Till Adam
59fced4ef7
Remove some stale code, implement dragging stuff out of the mime part viewer.
...
prokde35-z item 21.
svn path=/branches/kdepim/enterprise/kdepim/; revision=716393
19 years ago
Volker Krause
f4e58bec7f
Merged revisions 708741 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim
................
r708741 | vkrause | 2007-09-05 16:53:23 +0200 (Wed, 05 Sep 2007) | 12 lines
Merged revisions 702889 via svnmerge from
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702889 | vkrause | 2007-08-21 14:39:48 +0200 (Tue, 21 Aug 2007) | 5 lines
Allow to disable automatic decryption of encrypted mails when viewing
and offer a decrypt link instead in the reader.
Prokde35-z Item 41
........
................
svn path=/branches/work/kdab-post-4.0/kdepim/; revision=710585
19 years ago
Volker Krause
4dfc93089a
Merged revisions 702889 via svnmerge from
...
https://vkrause@svn.kde.org/home/kde/branches/work/~vkrause/enterprise
........
r702889 | vkrause | 2007-08-21 14:39:48 +0200 (Tue, 21 Aug 2007) | 5 lines
Allow to disable automatic decryption of encrypted mails when viewing
and offer a decrypt link instead in the reader.
Prokde35-z Item 41
........
svn path=/branches/kdepim/enterprise/kdepim/; revision=708741
19 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Thomas McGuire
eed1f94e09
Completely remove the KIMProxy stuff.
...
Reasons:
- Most parts are disabled/commented out anyway
- The kdelibs part does not work
- Kopete won't be ready for KDE 4.0
- The author of KIMProxy (Will) is not going to fix KIMProxy,
but there are plans to add something similar later, probably
based on Decibel.
svn path=/trunk/KDE/kdepim/; revision=706534
19 years ago
Thomas McGuire
d62b4eea76
Use proper debug area.
...
svn path=/trunk/KDE/kdepim/; revision=706289
19 years ago
Thiago Macieira
421c83769c
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdepim/; revision=702595
19 years ago
David Faure
ba31922cd1
KParts::URLArgs split up [merged from branches/work/kparts_urlargs_split]
...
into KParts::OpenUrlArguments and KParts::BrowserArguments.
This also allows the part to set arguments().mimeType() is the host didn't set it.
svn path=/trunk/KDE/kdepim/; revision=699514
19 years ago
Thomas McGuire
b1b662d304
Bring back the context menu for URLs.
...
This was accidentely removed in commit 691370.
svn path=/trunk/KDE/kdepim/; revision=698739
19 years ago
Thomas McGuire
63f0ce23a4
Remove tabs and fix indentation for some kdebug statements
...
svn path=/trunk/KDE/kdepim/; revision=698730
19 years ago
Thomas McGuire
16c8c08fa0
Fix display of vcard attachments in KMail.
...
The problem was that the old content-type was text/x-vcard, and the new one is text/directory.
To fix this, the following was changed:
- the vcard plugin now works for x-vcard/vcard/directory
- a new directory subtype has been added to mimelib
- parseMsg() also checks for both x-vcard and directory
svn path=/trunk/KDE/kdepim/; revision=698728
19 years ago
Thomas McGuire
8f1c11bc76
- Remove unused Q3 includes
...
- warnings--
- Remove tabs
svn path=/trunk/KDE/kdepim/; revision=698623
19 years ago
Volker Krause
c02dc1fd3e
Backport SVN commit 697979 by moenicke:
...
* fixed kolab issue 1882 (Crash after reply to a revoked mail)
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/branches/KDE/3.5/kdepim/; revision=698167
19 years ago
Robert Zwerus
287876dd69
Add missing parenthesis.
...
svn path=/trunk/KDE/kdepim/; revision=698053
19 years ago
Thomas Moenicke
27ad72de56
Merge ...
...
SVN commit 697979 by moenicke:
* fixed kolab issue 1882 (Crash after reply to a revoked mail)
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/trunk/KDE/kdepim/; revision=697982
19 years ago
Thomas Moenicke
00e2572aa0
* fixed kolab issue 1882 (Crash after reply to a revoked mail)
...
* also operations e.g. 'reply' on an email opened in a separate window
don't crash kmail if the folder holding that email has been deleted.
svn path=/branches/kdepim/enterprise/kdepim/; revision=697979
19 years ago
Tobias Koenig
01c7115ebd
Manual adaption and cleanup of the previous script run
...
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
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago