Thomas McGuire
2a42ad9f89
Merged revisions 826432 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
................
r826432 | tmcguire | 2008-06-30 20:37:00 +0200 (Mon, 30 Jun 2008) | 13 lines
Merged revisions 826213,826424 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/kmail-soc
........
r826213 | stefanek | 2008-06-30 03:49:46 +0200 (Mon, 30 Jun 2008) | 1 line
Fix for broken item sizes in KMMimePartTree.
........
r826424 | stefanek | 2008-06-30 20:16:34 +0200 (Mon, 30 Jun 2008) | 1 line
Added a doc snippet and using longer variable names in correctSize()
........
................
svn path=/branches/kdepim/enterprise4/kdepim/; revision=834996
18 years ago
Thomas McGuire
9ef2025c08
Merged revisions 826213,826424 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/kmail-soc
........
r826213 | stefanek | 2008-06-30 03:49:46 +0200 (Mon, 30 Jun 2008) | 1 line
Fix for broken item sizes in KMMimePartTree.
........
r826424 | stefanek | 2008-06-30 20:16:34 +0200 (Mon, 30 Jun 2008) | 1 line
Added a doc snippet and using longer variable names in correctSize()
........
svn path=/trunk/KDE/kdepim/; revision=826432
18 years ago
Thomas McGuire
7230f837f2
Merged revisions 814982,820931,821539,822092,822161,822454 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/kdepim/enterprise4/kdepim
........
r814982 | mutz | 2008-05-31 22:44:41 +0200 (Sat, 31 May 2008) | 1 line
GpgME::Error::asString() is encoded in local8Bit. Also fixed one each of size() > 0 --> !empty() and foo[0] -> foo.front().
........
r820931 | osterfeld | 2008-06-15 21:57:50 +0200 (Sun, 15 Jun 2008) | 1 line
Do not crash if the header filed is empty (such as "fieldname*=")
........
r821539 | staniek | 2008-06-17 20:07:18 +0200 (Tue, 17 Jun 2008) | 8 lines
Attachment tree widget:
- usability++: provide popup menu with just one "Save All Attachments"
action when user clicks root node or the empty area;
- do not display actions like "save as" for the root node (avoids assertion)
- clicking on the root node reloads contents of the tree,
so select this item again afterwards
........
r822092 | tilladam | 2008-06-19 07:23:45 +0200 (Thu, 19 Jun 2008) | 2 lines
Don't crash by accessing the job after the event loop deletes it.
........
r822161 | osterfeld | 2008-06-19 13:16:11 +0200 (Thu, 19 Jun 2008) | 1 line
do not crash if the signature has no fingerprint
........
r822454 | staniek | 2008-06-20 11:38:03 +0200 (Fri, 20 Jun 2008) | 2 lines
explicitly use boolean as the condition
........
svn path=/trunk/KDE/kdepim/; revision=822593
18 years ago
Jarosaw Staniek
cb4fdf048b
Attachment tree widget:
...
- usability++: provide popup menu with just one "Save All Attachments"
action when user clicks root node or the empty area;
- do not display actions like "save as" for the root node (avoids assertion)
- clicking on the root node reloads contents of the tree,
so select this item again afterwards
svn path=/branches/kdepim/enterprise4/kdepim/; revision=821539
18 years ago
Thomas McGuire
211cf1b2f9
Some coding style fixes.
...
SVN_SILENT
svn path=/trunk/KDE/kdepim/; revision=803331
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
Thomas McGuire
84ab0070f2
Bug fixes:
...
- Don't eat escape or enter keypresses, so that moving a message to a folder
with the keyboard works again
- actually return the correct folder, by setting the currentItem as well, instead of
only selecting an item.
Other stuff:
- Add some consts
- use QAction::setData instead of comparing the action names
- //< => ///<, so that doxygen recognises those
- some style fixes (identation, whitespace mainly)
- remove the ifdef'd out styleDependantFrameWidth
svn path=/trunk/KDE/kdepim/; revision=802876
18 years ago
Szymon Stefanek
6de6a1f46a
Ifdefed out setStyleDependantFrameWidth() which doesn't seem to make sense anymore. Delete if nobody complains within a reasonable timeframe.
...
svn path=/trunk/KDE/kdepim/; revision=800146
18 years ago
Szymon Stefanek
fa77f7e772
KDEPIM Coding style exercises while looking around...
...
svn path=/trunk/KDE/kdepim/; revision=800034
18 years ago
Szymon Stefanek
874f5578e6
KMMimePartTree: handle better the first-time show that provides default column widths
...
svn path=/trunk/KDE/kdepim/; revision=800005
18 years ago
Szymon Stefanek
b3a0eb7375
Use KMenu instead of QMenu. Also some minor cosmetic fixes.
...
svn path=/trunk/KDE/kdepim/; revision=799710
18 years ago
Szymon Stefanek
212f13f726
KMMimePartTree ported to native Qt4. We also selective column hiding now.
...
svn path=/trunk/KDE/kdepim/; revision=799703
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
Thomas McGuire
7fdf89df79
Don't put the URLs of the mime part in the clipboard.
...
The QDrag already has ownership, so the clipboard can't have
ownership too.
svn path=/trunk/KDE/kdepim/; revision=778767
18 years ago
Andreas Hartmetz
ab98f8b365
use the file and kdepim standard indentation
...
svn path=/trunk/KDE/kdepim/; revision=775471
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
Till Adam
9dc518bce6
Merge in the rest of enterprise branch. Manually reviewed. I'll make a wiki page
...
of all the changes, they are too numerous to list here.
svn path=/branches/KDE/3.5/kdepim/; revision=766792
18 years ago
Volker Krause
940df47678
Add copy attachment action to context menu.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=747518
19 years ago
Volker Krause
d893102672
Sync context menus in reader and mimepart treeview.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=747512
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
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
Till Adam
0f6c62916a
Don't crash on drag. kolab/issue2046
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=718341
19 years ago
Till Adam
30e3327a6b
Only copy out of the mimetree viewer. Doesn't work, unfortunately.
...
svn path=/branches/kdepim/enterprise/kdepim/; revision=716908
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
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
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