Thomas McGuire
07a6d6ff1d
Remove, as KMainWindow does reference handling for us.
...
svn path=/trunk/KDE/kdepim/; revision=840747
18 years ago
Thomas McGuire
89fef6bea0
Merged revisions 830525 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r830525 | winterz | 2008-07-10 19:38:14 +0200 (Thu, 10 Jul 2008) | 3 lines
a bit of cleaning
SVN_SILENT:
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835013
18 years ago
Thomas McGuire
7273605103
Merged revisions 830520 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r830520 | winterz | 2008-07-10 19:34:10 +0200 (Thu, 10 Jul 2008) | 3 lines
blush.
remove debugging information dialog
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835012
18 years ago
Thomas McGuire
2682fff730
Merged revisions 830518 via svnmerge from
...
svn+ssh://tmcguire@svn.kde.org/home/kde/trunk/KDE/kdepim
........
r830518 | winterz | 2008-07-10 19:31:42 +0200 (Thu, 10 Jul 2008) | 4 lines
fix composer "save as draft" vs. "discard changes" vs. "cancel"
operations when the user attempts to quit a compose dialog
BUG: 166242
........
svn path=/branches/kdepim/enterprise4/kdepim/; revision=835011
18 years ago
Allen Winter
847f132364
backport fix for BUG 166242
...
svn path=/branches/KDE/4.1/kdepim/; revision=830534
18 years ago
Allen Winter
aab2d12fa0
a bit of cleaning
...
SVN_SILENT:
svn path=/trunk/KDE/kdepim/; revision=830525
18 years ago
Allen Winter
3ae1546a39
blush.
...
remove debugging information dialog
svn path=/trunk/KDE/kdepim/; revision=830520
18 years ago
Allen Winter
53cef0ad02
fix composer "save as draft" vs. "discard changes" vs. "cancel"
...
operations when the user attempts to quit a compose dialog
BUG: 166242
svn path=/trunk/KDE/kdepim/; revision=830518
18 years ago
Frank Osterfeld
d1dfa77976
merge changes from enterprise
...
svn path=/branches/work/~osterfeld/enterprise/kdepim/; revision=706828
19 years ago
Laurent Montel
9079b08b83
Not necessary
...
svn path=/trunk/KDE/kdepim/; revision=685858
19 years ago
Simon Hausmann
f183de98e9
Merging branches/work/kmainwindow-decoupling-branch from Kevin and me which
...
separates the xmlgui stuff from KMainWindow
svn path=/trunk/KDE/kdepim/kleopatra/; revision=654728
19 years ago
Tom Albers
74168ad2ce
Next bunch of removal of deprecated things
...
svn path=/trunk/KDE/kdepim/; revision=577521
20 years ago
Volker Krause
acfee7a8f6
Port to new kdelibs snapshot.
...
svn path=/trunk/KDE/kdepim/; revision=543558
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
Ismail Onur Filiz
5499cab473
Include "config.h" in the source files that already do not do so.
...
svn path=/trunk/KDE/kdepim/; revision=532915
20 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
Ingo Klcker
fd371c7bed
Set the window flags in KMail::SecondaryWindow instead of in the subclass KMComposeWin.
...
svn path=/trunk/kdepim/; revision=362303
22 years ago
Ingo Klcker
01886e8914
Fix bug 69656 (kmail quits after sending a message from the tray [if the main window is hidden])
...
Good bye, KMTopLevelWidget (which wasn't needed anymore independently of this fix), and welcome KMail::SecondaryWindow which is the new super class for KMComposer and KMReaderMainWin and which reimplements KMainWindow::closeEvent() in order to fix this bug.
svn path=/trunk/kdepim/; revision=284023
22 years ago
Marc Mutz
c4df6a1a84
Add <config.h> to all .cpp files as in aegypten_branch we really
...
depend on th values there.
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
Changes done by this script:
for i in *.cpp; do
if ! grep -q '<config.h>' $i; then
echo $i
fi
done | xargs -n1 perl -pi\~ -e \
'if ( /#include/ && !$first ) {
$_ = "#ifdef HAVE_CONFIG_H\n#include <config.h>\n#endif\n\n" . $_;
$first=1;
}'
svn path=/trunk/kdepim/; revision=278891
23 years ago
Dirk Mueller
05ce0dd767
unbreak compilation (gcc 3.4+)
...
svn path=/trunk/kdepim/; revision=239255
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
Marc Mutz
e2a890c1ac
Enable Windows port by adding an exception clause for non-free Qt; this is in files where the copyright ownership is clear :-). The fun part is the rest of KMail...
...
svn path=/trunk/kdepim/; revision=204080
23 years ago
Marc Mutz
0458330d8a
Introducing IdentityDrag for the (DnD-enabled) identity list in the config dialog
...
svn path=/trunk/kdenetwork/kmail/; revision=172928
24 years ago