This makes the status tips actually appear in the status bar.
However, this doesn't work in KMail standalone (or in KOrganizer standalone),
anybody got an idea why?
You'll need an up-to-date kdelibs for this.
svn path=/trunk/KDE/kdepim/; revision=919756
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r880534 | woebbe | 2008-11-05 20:38:00 +0100 (Wed, 05 Nov 2008) | 1 line
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=884009
SVN commit 880534 by woebbe:
call KMimeType::mimeType() with ResolveAliases so that e.g. application/x-zip (used by KDE3) works
svn path=/trunk/KDE/kdepim/; revision=880584
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r870426 | tmcguire | 2008-10-12 16:23:56 +0200 (Sun, 12 Oct 2008) | 17 lines
Backport r867007 by tmcguire from trunk to the 4.1 branch:
Fix the charset name being "ISO 8859-xx" instead of "ISO-8859-xx".
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
CCBUG: 171947
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=870472
Fix the charset name being "ISO 8859-xx" instead of "ISO-8859-xx".
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
CCBUG: 171947
svn path=/branches/KDE/4.1/kdepim/; revision=870426
Based on a patch from klebezettel
Also change "Copy Link Address" to "Copy Email Address", as requested by Ingo.
svn path=/trunk/KDE/kdepim/; revision=869931
shortcuts.
Fixed with support by dfaure.
BUG: 171891 "after moving to a new folder with ctrl-+, ctrl-a does not select all"
CCMAIL: apaku@gmx.de
svn path=/trunk/KDE/kdepim/; revision=869030
This is because KCharsets::encodingForName() prefers to return something "human-readable" now,
thank you very much. I wonder why this worked in 3.5, the hypen seems to be missing there as well.
The KCharsets code is too much magic to be understandable unfortunatley.
Apparently KMail has been sending invalid messages ever since 4.1 was released.
Urgh :(
I hope I didn't mix human- and machine-readable names anywhere, otherwise things will
break. This is also the reason I was too afraid to change this in kdelibs.
BUG: 171947
svn path=/trunk/KDE/kdepim/; revision=867007
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r852073 | ervin | 2008-08-25 11:46:26 +0200 (Mon, 25 Aug 2008) | 3 lines
Fix a small alignment issue with the attachements in the enterprise
header style.
........
svn path=/trunk/KDE/kdepim/; revision=855152
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r851790 | tmcguire | 2008-08-24 18:07:50 +0200 (Sun, 24 Aug 2008) | 5 lines
Make opening attachment from the attachment list in the header also work, by using the
same method to write the attachment URLs as in the body of the mail.
This fixes the last issue I had with the enterprise headers.
CCMAIL: ervin@kde.org
........
svn path=/trunk/KDE/kdepim/; revision=851797
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r851758 | tmcguire | 2008-08-24 16:39:12 +0200 (Sun, 24 Aug 2008) | 5 lines
Give enough space for the attachments so that no horizontal scrollbar appears.
BUG: 169657
CCMAIL: ervin@kde.org
........
svn path=/trunk/KDE/kdepim/; revision=851796
same method to write the attachment URLs as in the body of the mail.
This fixes the last issue I had with the enterprise headers.
CCMAIL: ervin@kde.org
svn path=/branches/kdepim/enterprise4/kdepim/; revision=851790
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r851216 | tmcguire | 2008-08-23 12:12:29 +0200 (Sat, 23 Aug 2008) | 12 lines
Backport r847987 by tmcguire from trunk to the 4.1 branch:
Don't duplicate attachment handling code in the mime part tree.
This fixes crashes when viewing loaded-on-demand attachments via the mime tree,
since it would not set mAtmUpdate correctly, which prevents re-creating the part
tree when the part is retrived. Re-creating the part-tree would make the pointers
inside the map of the load parts command invalid and therefore trigger a crash.
CCBUG: 136145
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=851355
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.1/kdepim
........
r842186 | tmcguire | 2008-08-04 22:56:32 +0200 (Mon, 04 Aug 2008) | 6 lines
Backport r842185 by tmcguire to the 4.1 branch:
Don't know why I removed this in r837483...
Hide the mimeparttree in the attachment viewer again, since it is empty anyways.
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=851343
Don't duplicate attachment handling code in the mime part tree.
This fixes crashes when viewing loaded-on-demand attachments via the mime tree,
since it would not set mAtmUpdate correctly, which prevents re-creating the part
tree when the part is retrived. Re-creating the part-tree would make the pointers
inside the map of the load parts command invalid and therefore trigger a crash.
CCBUG: 136145
svn path=/branches/KDE/4.1/kdepim/; revision=851216
Sill some deprecated warnigns, I guess I'll fix them myself now.
--
Merged revisions 843622,850460,850469 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
................
r843622 | ervin | 2008-08-07 15:09:51 +0200 (Thu, 07 Aug 2008) | 143 lines
New Enterprise header style, and show attachements as part of the
header.
Closes kolab/merge74 aka "Extended attachment view".
On a personal note I hope it'll make it upstream, those two smallish
features are simply gorgeous IMHO.
[SNIP]
................
r850460 | ervin | 2008-08-21 17:12:23 +0200 (Thu, 21 Aug 2008) | 10 lines
Some fixes as requested by Thomas:
1) Enterprise header's mail picture doesn't overlap subject anymore;
2) In fancy header mode the attachments button is now left aligned;
3) The list of attachment doesn't scroll anymore with the enterprise
header;
4) Enterprise header now plays well with dark color schemes and
encapsulated messages.
Fixing deprecated calls and coding style will follow.
................
r850469 | ervin | 2008-08-21 17:43:46 +0200 (Thu, 21 Aug 2008) | 3 lines
Addresses the style and indentation issues found by Thomas
(from revision 843622).
................
svn path=/trunk/KDE/kdepim/; revision=850566
1) Enterprise header's mail picture doesn't overlap subject anymore;
2) In fancy header mode the attachments button is now left aligned;
3) The list of attachment doesn't scroll anymore with the enterprise
header;
4) Enterprise header now plays well with dark color schemes and
encapsulated messages.
Fixing deprecated calls and coding style will follow.
svn path=/branches/kdepim/enterprise4/kdepim/; revision=850460
This fixes crashes when viewing loaded-on-demand attachments via the mime tree,
since it would not set mAtmUpdate correctly, which prevents re-creating the part
tree when the part is retrived. Re-creating the part-tree would make the pointers
inside the map of the load parts command invalid and therefore trigger a crash.
BUG: 136145
svn path=/trunk/KDE/kdepim/; revision=847987
Don't know why I removed this in r837483...
Hide the mimeparttree in the attachment viewer again, since it is empty anyways.
svn path=/branches/KDE/4.1/kdepim/; revision=842186
Reasons:
- It was buggy (the recipientseditor, mimeparttree etc didn't obey to it)
- It is already provided by the KDE colorscheme (unlike the other color options)
Also, the ApplicationPaletteChange event is no longer used, so listen to
PaletteChange events instead.
BUG:102906
BUG:167346
svn path=/trunk/KDE/kdepim/; revision=837712
- Make the custom color option for misspelled words work again
- When not using custom colors, use the default color for the HTML
status bar and the signed/encrypted labels again.
svn path=/trunk/KDE/kdepim/; revision=837684