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
d031daa713
deprecated--
...
warnings--
svn path=/trunk/KDE/kdepim/; revision=729744
19 years ago
Rafael Fernndez Lpez
fd15f72439
Code adaptation because of changes on libraries related to revision 719630
...
svn path=/trunk/KDE/kdepim/akregator/; revision=719646
19 years ago
Daniel Molkentin
94a38cea12
major parts of the endl cleanups.
...
svn path=/trunk/KDE/kdepim/; revision=695704
19 years ago
Laurent Montel
a2849e0f7f
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685626
19 years ago
Volker Krause
a87581621d
Add edit + delete attachment actions to the mime part tree
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=668963
19 years ago
Aaron J. Seigo
f7c8d965d1
icon spec name updates
...
svn path=/trunk/KDE/kdepim/kontact/plugins/; revision=640714
19 years ago
David Faure
a179288583
Spot the guaranteed crash:
...
assert( aAccount->metaObject()->className() == "KMAcctCachedImap" );
svn path=/trunk/KDE/kdepim/; revision=631760
19 years ago
David Faure
c1a590785a
KMimeType::pixmap -> KIconLoader::loadMimeTypeIcon with the help of convert-kmimetype-pixmap.pl
...
svn path=/trunk/KDE/kdepim/; revision=631256
19 years ago
Thorsten Roeder
d74b2ddb8c
fixed some EBN issues.
...
svn path=/trunk/KDE/kdepim/akregator/; revision=550078
20 years ago
David Faure
8270ad07db
Cleaning up the proko2 branch mess (that I originally created); this will require a few commits and a temporary branch.
...
svn path=/branches/kdepim/proko2-full/kdepim/; revision=541169
20 years ago
Reinhold Kainhofer
6396fad702
Additional
...
#include <qxxxx.h> => #include <QXxxx>
that were missed by Laurent's commit yesterday.
svn path=/trunk/KDE/kdepim/; revision=539677
20 years ago
Reinhold Kainhofer
72d34ac78b
deprecated OQbject methods: constructor with name, name=>objectName, isA, etc. I don't know how to port queryList and child..
...
Also, QWidget::setCaption => QWidget::setWindowTitle
svn path=/trunk/KDE/kdepim/; revision=535217
20 years ago
Stephan Kulow
2c12e57a33
check possible 0 pointer accesses
...
svn path=/trunk/KDE/kdepim/; revision=534292
20 years ago
Laurent Montel
659ee5067e
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/akregator/; revision=521406
20 years ago
Laurent Montel
a574251bf1
Adapt to new kdelibs api
...
svn path=/trunk/KDE/kdepim/; revision=518169
20 years ago
Laurent Montel
691967fab7
deprecated--
...
fix some compile error
svn path=/trunk/KDE/kdepim/; revision=506351
20 years ago
Andreas Gungl
99b1dcf126
Q3PtrList--
...
svn path=/trunk/KDE/kdepim/; revision=501111
20 years ago
Laurent Montel
60b450d35f
QString::null-> QString()
...
.clear()
etc.
svn path=/trunk/KDE/kdepim/; revision=493449
21 years ago
Laurent Montel
891ff3400a
Q3PopupMenu--
...
svn path=/trunk/KDE/kdepim/; revision=487623
21 years ago
Laurent Montel
3ef805634c
Q3ValueList--
...
svn path=/trunk/KDE/kdepim/; revision=486326
21 years ago
Volker Krause
8ddc8b3be9
Compile with new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=485752
21 years ago
Ingo Klcker
81a7e3ba13
Partial port to current kdelibs4_snapshot. Time to hit the bed.
...
svn path=/trunk/KDE/kdepim/; revision=467348
21 years ago
Volker Krause
61773c224a
More porting.
...
svn path=/trunk/KDE/kdepim/; revision=461116
21 years ago
Laurent Montel
57f2203adc
Some port
...
svn path=/trunk/KDE/kdepim/; revision=457004
21 years ago
Reinhold Kainhofer
2e77a55d99
The FSF has moved, use the new address in all license files and headers ...
...
svn path=/trunk/KDE/kdepim/; revision=437980
21 years ago
Daniel Molkentin
64d774e3c0
adding missing copyright header
...
svn path=/trunk/kdepim/; revision=362256
22 years ago
Martin Koller
aef2db86b5
Fixing http://bugs.kde.org/show_bug.cgi?id=80193
...
Display the mimetype itself if no description has been set
svn path=/trunk/kdepim/; revision=332565
22 years ago
Ingo Klcker
64ed7d81a7
Get rid of unnecessary code duplication and let KMSaveAttachmentsCommand handle the Save All Attachments case.
...
svn path=/trunk/kdepim/; revision=317968
22 years ago
Stephan Binner
929470ace4
More KStdGuiItems/icons
...
svn path=/trunk/kdepim/; revision=303667
22 years ago
Sandro Giessl
e35117f660
Use standard frame width for the three widgets in KMail's main window
...
in case we are using a different widget style than Keramik.
If it's Keramik, keep the old behaviour which seems to cut the frame
for aesthetic reasons.
No response on kmail-devel, so I guess there are no objections.
svn path=/trunk/kdepim/; revision=289827
22 years ago
Carsten Burghardt
58af24b20e
Correct the sizes shown in the mtv for imap messages. Parts sum up the size of their children and compare this to their own.
...
svn path=/trunk/kdepim/; revision=284336
22 years ago
Marc Mutz
440d618087
Remove all FooInherited #defines and all "base" typedefs to make it consistent. They're removed since they obfuscate the inheritance trees and potential problems when changing the inheritance (the compiler doesn't force you to look at every reference to the superclass).
...
svn path=/trunk/kdepim/; revision=258284
23 years ago
Marc Mutz
6b2bcdaaee
Extract HTML init'ing and readerwin-signals emitting from ObjectTreeParser::parseObjectTree into the callers. For KMMimePartTree, add new KMReaderWin::setMsgPart( partNode * ), so all the junk from parseObjectTree doesn't end up in the MIME Tree Viewer.
...
svn path=/trunk/kdepim/; revision=257722
23 years ago
Ingo Klcker
239abc8f5e
- Move some code to new KMMimePartTree::setStyleDependantFrameWidth method to avoid code duplication.
...
- reimplement KListView::styleChange so that the frame width is updated in case the style is changed.
Remark: This is the same stuff as in KMHeaders. So a super class would probably be a good idea (too avoid code duplication). But there's also KFolder (in libkdenetwork) which also needs this code. So for now I leave it at that.
svn path=/trunk/kdepim/; revision=256265
23 years ago
Ingo Klcker
ff7f189a68
Make the width of the frames of the panes in KMail dependant on the widget style so that it (hopefully) looks good with all styles which define a reasonable default frame width. Tested with Keramik and dotNET. Based on a patch by Chris Lee.
...
CCMAIL: clee@kde.org
svn path=/trunk/kdepim/; revision=250758
23 years ago
Ingo Klcker
9e5633e510
We don't draw the ugly frame for the other panes. So do the same for the mime part tree pane.
...
svn path=/trunk/kdepim/; revision=250620
23 years ago
Carsten Burghardt
7e5feea6f5
- display attachment-contextmenu (right-click) in readerwin before loading the part so that you immediately get feedback
...
(I still have to do this for the direct click on the attachment)
- fix saving of one attachment (filename was not displayed because the mimeheader was missing)
save all attachments works as expected but doesn't update the parts in the readerwin, I still need to fix this
svn path=/trunk/kdepim/; revision=249206
23 years ago
Carsten Burghardt
bbdcd95335
Load imap attachments on demand and load the messages itself progressively. Cool ;-)
...
svn path=/trunk/kdepim/; revision=240060
23 years ago
Marc Mutz
7af7144a79
CVS_SILENT remove unused code
...
svn path=/trunk/kdepim/; revision=236157
23 years ago
David Faure
f121b2a84a
Now it compiles.
...
svn path=/trunk/kdepim/; revision=236073
23 years ago
David Faure
d853e2f0c4
Fix as suggested by Ingo
...
svn path=/trunk/kdepim/; revision=236050
23 years ago
David Faure
1b0d0de95f
Merge "Save As" and "Save Selected Items", factorize code.
...
svn path=/trunk/kdepim/; revision=236049
23 years ago
Zack Rusin
9acb8faf8b
Save all _actual_ attachments. But Ingo is right this whole code should be moved
...
to KMCommand, which I'm gonna do but for the time being, save the attachments
and not all body parts.
svn path=/trunk/kdepim/; revision=236042
23 years ago
Dirk Mueller
4e03bcdbde
speling fixes. some also modfiy API functions, but those are not in installed
...
headers so it should be fine BC wise
svn path=/trunk/kdepim/; revision=233920
23 years ago
David Faure
a163222653
When saving multiple items ("selected" or "all"), and the destination already exists,
...
tell the user which file it's about.
svn path=/trunk/kdepim/; revision=230754
23 years ago
Marc Mutz
b31d1702f6
- change text shown for app/octet-stream. Was: "Unknown", now is: "Unspecified Binary Data"
...
- Pass mimetree item parents as pointers instead of reference.
svn path=/trunk/kdepim/; revision=229274
23 years ago
Stephan Binner
a927b2ef85
CVS_SILENT i18n style guide fixes
...
svn path=/trunk/kdepim/; revision=226377
23 years ago
Zack Rusin
b128a466e2
Lets try this : major include's cleanup. Should shave a few mins of kmail's compilation.
...
Credits go to Scott and fixincludes.
svn path=/trunk/kdepim/; revision=222501
23 years ago
Laurent Montel
9a65e33350
Fix mem leak.
...
svn path=/trunk/kdepim/; revision=221492
23 years ago